Home
last modified time | relevance | path

Searched refs:vflush (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dvnode.h703 int vflush(struct mount *mp, int rootrefs, int flags, struct thread *td);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c1677 ret = vflush(vfsp, 0, (fflag & MS_FORCE) ? FORCECLOSE : 0, td); in zfs_umount()
/f-stack/freebsd/kern/
H A Duipc_mqueue.c624 error = vflush(mp, 0, (mntflags & MNT_FORCE) ? FORCECLOSE : 0, in mqfs_unmount()
H A Dvfs_subr.c3702 vflush(struct mount *mp, int rootrefs, int flags, struct thread *td) in vflush() function