Searched refs:C_NEG_ENTRIES (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cnode.h218 #define C_NEG_ENTRIES 0x00400 /* directory has negative name entries */ macro
H A Dhfs_lookup.c308 dcp->c_flag |= C_NEG_ENTRIES;
H A Dhfs_link.c594 if (tdcp->c_flag & C_NEG_ENTRIES) {
596 tdcp->c_flag &= ~C_NEG_ENTRIES;
H A Dhfs_vnops.c4803 if (tdcp->c_flag & C_NEG_ENTRIES) {
4805 tdcp->c_flag &= ~C_NEG_ENTRIES;
6047 if (dcp->c_flag & C_NEG_ENTRIES) {
6049 dcp->c_flag &= ~C_NEG_ENTRIES;

Completed in 81 milliseconds