Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Dnamei.h251 #define NC_VALID 0x01 /* counter value with this bit set (i.e. odd number) represents an valid/in-… macro
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_cache.c2470 if (!(counter & NC_VALID)) { in cache_lookup_smr()
2709 if (!(counter & NC_VALID)) { in cache_lookup_ext()
2903 (ncp->nc_counter & NC_VALID))) { in cache_enter_locked()
2921 if (ncp->nc_counter & NC_VALID) { in cache_enter_locked()
3036 if (old_count & NC_VALID) { in cache_enter_locked()
3222 if (!(old_count & NC_VALID)) { in cache_delete()