Searched refs:v_cleanblkhd (Results 1 – 3 of 3) sorted by relevance
2002 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()
114 struct buflists v_cleanblkhd; /* [B] clean blocklist head */ member
394 if (!LIST_EMPTY(&ovp->v_cleanblkhd) || in ext2fs_truncate()