Lines Matching refs:lkflags
4566 int error, lkflags; in cache_fplookup_final_child() local
4573 lkflags = LK_SHARED; in cache_fplookup_final_child()
4575 lkflags = LK_EXCLUSIVE; in cache_fplookup_final_child()
4576 error = vget_finish(tvp, lkflags, tvs); in cache_fplookup_final_child()
4902 int error, lkflags; in cache_fplookup_degenerate() local
4937 lkflags = LK_SHARED; in cache_fplookup_degenerate()
4939 lkflags = LK_EXCLUSIVE; in cache_fplookup_degenerate()
4940 error = vget_finish(dvp, lkflags, dvs); in cache_fplookup_degenerate()
4957 int error, lkflags; in cache_fplookup_emptypath() local
4982 lkflags = LK_SHARED; in cache_fplookup_emptypath()
4984 lkflags = LK_EXCLUSIVE; in cache_fplookup_emptypath()
4985 error = vget_finish(tvp, lkflags, tvs); in cache_fplookup_emptypath()