Lines Matching refs:cn_lkflags
870 cnp->cn_lkflags &= ~LK_SHARED; in vfs_lookup_degenerate()
871 cnp->cn_lkflags |= LK_EXCLUSIVE; in vfs_lookup_degenerate()
874 vn_lock(dp, enforce_lkflags(mp, cnp->cn_lkflags | LK_RETRY)); in vfs_lookup_degenerate()
976 crosslkflags = enforce_lkflags(mp, cnp->cn_lkflags); in vfs_lookup_cross_mount()
1122 cnp->cn_lkflags = LK_SHARED; in vfs_lookup()
1169 enforce_lkflags(dp->v_mount, cnp->cn_lkflags | LK_RETRY)); in vfs_lookup()
1301 enforce_lkflags(dp->v_mount, cnp->cn_lkflags | in vfs_lookup()
1334 cnp->cn_lkflags = LK_EXCLUSIVE; in vfs_lookup()
1335 lkflags_save = cnp->cn_lkflags; in vfs_lookup()
1336 cnp->cn_lkflags = enforce_lkflags(dp->v_mount, cnp->cn_lkflags); in vfs_lookup()
1338 cnp->cn_lkflags = lkflags_save; in vfs_lookup()
1349 enforce_lkflags(dp->v_mount, cnp->cn_lkflags | in vfs_lookup()
1570 cnp->cn_lkflags = LK_EXCLUSIVE; in vfs_relookup()