Searched refs:MNT_LAZY (Results 1 – 10 of 10) sorted by relevance
298 #define MNT_LAZY 3 /* push data not written by filesystem syncer */ macro
571 if (waitfor == MNT_LAZY) { in pageflush()577 if (waitfor == MNT_LAZY) { in pageflush()
1966 (c->waitfor == MNT_LAZY || (LIST_EMPTY(&vp->v_dirtyblkhd) && in ffs_sync_selector() 2002 LK_EXCLUSIVE | (waitfor == MNT_LAZY ? LK_NOWAIT : 0)); in ffs_sync() 2007 if (waitfor == MNT_LAZY) { in ffs_sync() 2027 if (waitfor != MNT_LAZY) { in ffs_sync()
992 if (vp->v_type == VREG && waitfor == MNT_LAZY) in ext2fs_sync() 1005 if (waitfor != MNT_LAZY) { in ext2fs_sync()
1021 if (c->waitfor == MNT_LAZY || vp->v_type == VNON || in msdosfs_sync_selector()
872 error = VFS_SYNC(mp, MNT_LAZY, curlwp->l_cred); in sched_sync()
1282 * If MNT_NOWAIT or MNT_LAZY is specified, do not in dostatvfs() 1283 * refresh the fsstat cache. MNT_WAIT or MNT_LAZY in dostatvfs() 1286 if (flags == MNT_NOWAIT || flags == MNT_LAZY || in dostatvfs()
1771 waitfor == MNT_LAZY) { in nfs_sync()
444 if (waitfor == MNT_LAZY) in zfs_sync()
6497 if (waitfor == MNT_LAZY) in udf_do_sync()