Searched refs:WRITECLOSE (Results 1 – 2 of 2) sorted by relevance
829 #define WRITECLOSE 0x0004 /* vflush: only close writeable files */ macro
604 if ((flags & WRITECLOSE) && (vp->v_writecount == 0 || vp->v_type != VREG)) { in vnode_umount_preflight()2909 if ((flags & WRITECLOSE) && in vflush()