Home
last modified time | relevance | path

Searched refs:WRITEINPROG (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/ufs/lfs/
H A Dulfs_inode.h176 #define WRITEINPROG(vp) ((vp)->v_numoutput > 0 || \ macro
H A Dlfs_alloc.c499 while (lfs_sb_getversion(fs) > 1 && WRITEINPROG(vp)) { in lfs_vfree()
H A Dlfs_segment.c279 while (WRITEINPROG(vp)) { in lfs_vflush()
559 !WRITEINPROG(vp) && in lfs_writevnodes()
572 if (WRITEINPROG(vp)) { in lfs_writevnodes()
H A Dlfs_vnops.c1651 if (!VPISEMPTY(vp) && !WRITEINPROG(vp) && in lfs_flush_dirops()
1786 if (!VPISEMPTY(vp) && !WRITEINPROG(vp) && in lfs_flush_pchain()
H A Dlfs_inode.c152 WRITEINPROG(vp)) { in lfs_update()