Searched refs:VNODE_WRITEABLE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dvnode.h1640 VNODE_WRITEABLE Only examine vnodes with writes in progress.
1661 #define VNODE_WRITEABLE 0x04 macro
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_quota.c604 * 'write' (VNODE_WRITEABLE) hung off of this mount point
610 vnode_iterate(mp, VNODE_WRITEABLE | VNODE_WAIT, hfs_quotaon_callback, (void *)&args);
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c1496 if ((vflags & VNODE_WRITEABLE) && (vp->v_writecount == 0))

Completed in 81 milliseconds