Home
last modified time | relevance | path

Searched refs:NC_VALID (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/bsd/sys/
H A Dnamei.h240 #define NC_VALID 0x01 /* counter value with this bit set (i.e. odd number) represents an valid/in-… macro
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_cache.c2436 if (!(counter & NC_VALID)) { in cache_lookup_smr()
2675 if (!(counter & NC_VALID)) { in cache_lookup_ext()
2869 (ncp->nc_counter & NC_VALID))) { in cache_enter_locked()
2887 if (ncp->nc_counter & NC_VALID) { in cache_enter_locked()
3002 if (old_count & NC_VALID) { in cache_enter_locked()
3188 if (!(old_count & NC_VALID)) { in cache_delete()