Home
last modified time | relevance | path

Searched refs:waitfor (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/sys/
H A Dbufobj.h77 typedef int b_sync_t(struct bufobj *, int waitfor);
137 int bufsync(struct bufobj *bo, int waitfor);
H A Dmount.h760 typedef int vfs_sync_t(struct mount *mp, int waitfor);
H A Dvnode.h733 int vn_fsync_buf(struct vnode *vp, int waitfor);
/f-stack/freebsd/kern/
H A Dvfs_default.c1344 vfs_stdsync(mp, waitfor) in vfs_stdsync() argument
1346 int waitfor;
1354 if (waitfor != MNT_WAIT)
1372 error = VOP_FSYNC(vp, waitfor, td);
1381 vfs_stdnosync (mp, waitfor) in vfs_stdnosync() argument
1383 int waitfor;
H A Dvfs_init.c237 vfs_sync_sigdefer(struct mount *mp, int waitfor) in vfs_sync_sigdefer() argument
242 rc = (*mp->mnt_vfc->vfc_vfsops_sd->vfs_sync)(mp, waitfor); in vfs_sync_sigdefer()
H A Dvfs_vnops.c2708 vn_fsync_buf(struct vnode *vp, int waitfor) in vn_fsync_buf() argument
2743 if (waitfor != MNT_WAIT) in vn_fsync_buf()
2777 if (waitfor == MNT_WAIT) { in vn_fsync_buf()
H A Dvnode_if.src303 IN int waitfor;
H A Dvfs_bio.c5016 bufsync(struct bufobj *bo, int waitfor) in bufsync() argument
5019 return (VOP_FSYNC(bo2vnode(bo), waitfor, curthread)); in bufsync()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c111 static int zfs_sync(vfs_t *vfsp, int waitfor);
389 zfs_sync(vfs_t *vfsp, int waitfor) in zfs_sync() argument
403 if (waitfor == MNT_LAZY) in zfs_sync()
414 error = vfs_stdsync(vfsp, waitfor); in zfs_sync()