Searched refs:vb_flags (Results 1 – 3 of 3) sorted by relevance
449 vb->vb_flags |= VBF_CURSOR; in vtbuf_init_early()456 vb->vb_flags |= VBF_MTX_INIT; in vtbuf_init_early()536 vb->vb_flags &= ~VBF_STATIC; in vtbuf_grow()862 oflags = vb->vb_flags; in vtbuf_cursor_visibility()864 vb->vb_flags |= VBF_CURSOR; in vtbuf_cursor_visibility()866 vb->vb_flags &= ~VBF_CURSOR; in vtbuf_cursor_visibility()867 nflags = vb->vb_flags; in vtbuf_cursor_visibility()879 oflags = vb->vb_flags; in vtbuf_scroll_mode()881 vb->vb_flags |= VBF_SCROLL; in vtbuf_scroll_mode()883 vb->vb_flags &= ~VBF_SCROLL; in vtbuf_scroll_mode()[all …]
198 int vb_flags; /* (b) Flags. */ member
250 .vb_flags = VBF_STATIC,