Lines Matching full:tvs
4719 cache_fplookup_final_child(struct cache_fpl *fpl, enum vgetstate tvs) in cache_fplookup_final_child() argument
4734 error = vget_finish(tvp, lkflags, tvs); in cache_fplookup_final_child()
4739 vget_finish_ref(tvp, tvs); in cache_fplookup_final_child()
4950 enum vgetstate dvs, tvs; in cache_fplookup_final_withparent() local
4969 tvs = vget_prep_smr(tvp); in cache_fplookup_final_withparent()
4970 if (__predict_false(tvs == VGET_NONE)) { in cache_fplookup_final_withparent()
4981 vget_abort(tvp, tvs); in cache_fplookup_final_withparent()
4989 vget_abort(tvp, tvs); in cache_fplookup_final_withparent()
4997 error = cache_fplookup_final_child(fpl, tvs); in cache_fplookup_final_withparent()
5016 enum vgetstate tvs; in cache_fplookup_final() local
5034 tvs = vget_prep_smr(tvp); in cache_fplookup_final()
5035 if (__predict_false(tvs == VGET_NONE)) { in cache_fplookup_final()
5041 vget_abort(tvp, tvs); in cache_fplookup_final()
5046 return (cache_fplookup_final_child(fpl, tvs)); in cache_fplookup_final()
5113 enum vgetstate tvs; in cache_fplookup_emptypath() local
5133 tvs = vget_prep_smr(tvp); in cache_fplookup_emptypath()
5135 if (__predict_false(tvs == VGET_NONE)) { in cache_fplookup_emptypath()
5143 error = vget_finish(tvp, lkflags, tvs); in cache_fplookup_emptypath()
5148 vget_finish_ref(tvp, tvs); in cache_fplookup_emptypath()