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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.h234 #define C_NEG_ENTRIES 0x0000400 /* directory has negative name entries */ macro
H A Dhfs_lookup.c305 dcp->c_flag |= C_NEG_ENTRIES;
H A Dhfs_link.c617 if (tdcp->c_flag & C_NEG_ENTRIES) {
619 tdcp->c_flag &= ~C_NEG_ENTRIES;
H A Dhfs_vnops.c5115 if (tdcp->c_flag & C_NEG_ENTRIES) {
5117 tdcp->c_flag &= ~C_NEG_ENTRIES;
6383 if (dcp->c_flag & C_NEG_ENTRIES) {
6385 dcp->c_flag &= ~C_NEG_ENTRIES;

Completed in 110 milliseconds