Searched refs:VGET_NONE (Results 1 – 3 of 3) sorted by relevance
1993 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()
2917 vs = VGET_NONE; in vget_prep_smr()
62 enum vgetstate { VGET_NONE, VGET_HOLDCNT, VGET_USECOUNT }; enumerator