Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dvnode.h415 #define FORCECLOSE 0x0002 /* vflush: force file closure */ macro
/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 Dvfs_subr.c3779 if (vp->v_usecount == 0 || (flags & FORCECLOSE)) { in vflush()
3791 if (rootrefs > 0 && (flags & FORCECLOSE) == 0) { in vflush()
H A Duipc_mqueue.c624 error = vflush(mp, 0, (mntflags & MNT_FORCE) ? FORCECLOSE : 0, in mqfs_unmount()