Home
last modified time | relevance | path

Searched refs:v_bufs_tree (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/kern/
Dvfs_bio.c314 &bp->b_vp->v_bufs_tree, bp); in bufbackoff()
894 RBT_REMOVE(buf_rb_bufs, &bp->b_vp->v_bufs_tree, bp); in brelse()
965 bp = RBT_FIND(buf_rb_bufs, &vp->v_bufs_tree, &b); in incore_locked()
1013 bp = RBT_FIND(buf_rb_bufs, &vp->v_bufs_tree, &b); in getblk()
1153 if (RBT_INSERT(buf_rb_bufs, &vp->v_bufs_tree, bp)) in buf_get()
1536 &bp->b_vp->v_bufs_tree, bp); in discard_buffer()
1800 RBT_REMOVE(buf_rb_bufs, &bp->b_vp->v_bufs_tree, bp); in hibernate_suspend_bufcache()
Dvfs_subr.c431 RBT_INIT(buf_rb_bufs, &vp->v_bufs_tree); in getnewvnode()
/openbsd/src/sys/sys/
Dvnode.h113 struct buf_rb_bufs v_bufs_tree;/* [B] lookup of all bufs */ member