Home
last modified time | relevance | path

Searched refs:VGET_NONE (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_cache.c1993 if (__predict_false(vs == VGET_NONE)) { in cache_lookup()
4115 if (__predict_false(dvs == VGET_NONE)) { in cache_fplookup_partial_setup()
4280 if (__predict_false(dvs == VGET_NONE)) { in cache_fplookup_final_modifying()
4426 if (__predict_false(dvs == VGET_NONE)) { in cache_fplookup_final_withparent()
4430 if (__predict_false(tvs == VGET_NONE)) { in cache_fplookup_final_withparent()
4494 if (__predict_false(tvs == VGET_NONE)) { in cache_fplookup_final()
4551 if (__predict_false(dvs == VGET_NONE)) { in cache_fplookup_degenerate()
4639 if (__predict_false(dvs == VGET_NONE)) { in cache_fplookup_noentry()
H A Dvfs_subr.c2917 vs = VGET_NONE; in vget_prep_smr()
/f-stack/freebsd/sys/
H A Dvnode.h62 enum vgetstate { VGET_NONE, VGET_HOLDCNT, VGET_USECOUNT }; enumerator