Searched refs:FORCECLOSE (Results 1 – 4 of 4) sorted by relevance
415 #define FORCECLOSE 0x0002 /* vflush: force file closure */ macro
1677 ret = vflush(vfsp, 0, (fflag & MS_FORCE) ? FORCECLOSE : 0, td); in zfs_umount()
3779 if (vp->v_usecount == 0 || (flags & FORCECLOSE)) { in vflush()3791 if (rootrefs > 0 && (flags & FORCECLOSE) == 0) { in vflush()
624 error = vflush(mp, 0, (mntflags & MNT_FORCE) ? FORCECLOSE : 0, in mqfs_unmount()