Searched refs:vflush (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | vnode.h | 703 int vflush(struct mount *mp, int rootrefs, int flags, struct thread *td);
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 1677 ret = vflush(vfsp, 0, (fflag & MS_FORCE) ? FORCECLOSE : 0, td); in zfs_umount()
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_mqueue.c | 624 error = vflush(mp, 0, (mntflags & MNT_FORCE) ? FORCECLOSE : 0, in mqfs_unmount()
|
| H A D | vfs_subr.c | 3702 vflush(struct mount *mp, int rootrefs, int flags, struct thread *td) in vflush() function
|