Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dvnode.h408 #define FSYNC_RECLAIM 0x0004 /* fsync: hint: vnode is being reclaimed */ macro
/netbsd-src/sys/miscfs/genfs/
H A Dlayer_vnops.c570 if (ap->a_flags & FSYNC_RECLAIM) { in layer_fsync()
/netbsd-src/sys/ufs/lfs/
H A Dlfs_vnops.c405 if ((ap->a_flags & FSYNC_RECLAIM) != 0 && ip->i_mode == 0) in lfs_fsync()
431 if (ap->a_flags & FSYNC_RECLAIM && ip->i_state & IN_CLEANING) { in lfs_fsync()
/netbsd-src/sys/kern/
H A Dvfs_subr.c216 error = VOP_FSYNC(vp, cred, FSYNC_WAIT|FSYNC_RECLAIM, 0, 0); in vinvalbuf()
/netbsd-src/sys/fs/union/
H A Dunion_vnops.c1163 if (ap->a_flags & FSYNC_RECLAIM) in union_fsync()