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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.h218 #define C_NEG_ENTRIES 0x00400 /* directory has negative name entries */ macro
H A Dhfs_lookup.c284 dcp->c_flag |= C_NEG_ENTRIES;
H A Dhfs_link.c589 if (tdcp->c_flag & C_NEG_ENTRIES) {
591 tdcp->c_flag &= ~C_NEG_ENTRIES;
H A Dhfs_vnops.c4165 if (tdcp->c_flag & C_NEG_ENTRIES) {
4167 tdcp->c_flag &= ~C_NEG_ENTRIES;
5315 if (dcp->c_flag & C_NEG_ENTRIES) {
5317 dcp->c_flag &= ~C_NEG_ENTRIES;

Completed in 99 milliseconds