Home
last modified time | relevance | path

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

/xnu-10063.101.15/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-10063.101.15/bsd/vfs/
H A Dvfs_cache.c2402 if (!(counter & NC_VALID)) { in cache_lookup_smr()
2633 if (!(counter & NC_VALID)) { in cache_lookup()
2821 (ncp->nc_counter & NC_VALID))) { in cache_enter_locked()
2839 if (ncp->nc_counter & NC_VALID) { in cache_enter_locked()
2954 if (old_count & NC_VALID) { in cache_enter_locked()
3140 if (!(old_count & NC_VALID)) { in cache_delete()