Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dvfs_subr.c2002 if ((blist = LIST_FIRST(&vp->v_cleanblkhd)) && in vinvalbuf()
2062 (!LIST_EMPTY(&vp->v_dirtyblkhd) || !LIST_EMPTY(&vp->v_cleanblkhd))) in vinvalbuf()
2131 bufinsvn(bp, &vp->v_cleanblkhd); in bgetvp()
2218 listheadp = &vp->v_cleanblkhd; in reassignbuf()
2297 LIST_FOREACH(bp, &vp->v_cleanblkhd, b_vnbufs) { in vfs_vnode_print()
/openbsd/sys/sys/
H A Dvnode.h114 struct buflists v_cleanblkhd; /* [B] clean blocklist head */ member
/openbsd/sys/ufs/ext2fs/
H A Dext2fs_inode.c394 if (!LIST_EMPTY(&ovp->v_cleanblkhd) || in ext2fs_truncate()