Searched refs:vb_flags (Results 1 – 3 of 3) sorted by relevance
447 vb->vb_flags |= VBF_CURSOR; in vtbuf_init_early()454 vb->vb_flags |= VBF_MTX_INIT; in vtbuf_init_early()534 vb->vb_flags &= ~VBF_STATIC; in vtbuf_grow()896 oflags = vb->vb_flags; in vtbuf_cursor_visibility()898 vb->vb_flags |= VBF_CURSOR; in vtbuf_cursor_visibility()900 vb->vb_flags &= ~VBF_CURSOR; in vtbuf_cursor_visibility()901 nflags = vb->vb_flags; in vtbuf_cursor_visibility()913 oflags = vb->vb_flags; in vtbuf_scroll_mode()915 vb->vb_flags |= VBF_SCROLL; in vtbuf_scroll_mode()917 vb->vb_flags &= ~VBF_SCROLL; in vtbuf_scroll_mode()[all …]
208 int vb_flags; /* (b) Flags. */ member
248 .vb_flags = VBF_STATIC,