Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dnamei.h260 #define NC_VALID 0x01 /* counter value with this bit set (i.e. odd number) represents an valid/in-… macro
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_cache.c2390 if (!(counter & NC_VALID)) { in cache_lookup_smr()
2621 if (!(counter & NC_VALID)) { in cache_lookup()
2809 (ncp->nc_counter & NC_VALID))) { in cache_enter_locked()
2827 if (ncp->nc_counter & NC_VALID) { in cache_enter_locked()
2942 if (old_count & NC_VALID) { in cache_enter_locked()
3120 if (!(old_count & NC_VALID)) { in cache_delete()