Searched refs:cn_lkflags (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | vfs_lookup.c | 837 cnp->cn_lkflags = LK_SHARED; in lookup() 841 compute_cn_lkflags(dp->v_mount, cnp->cn_lkflags | LK_RETRY, in lookup() 1008 compute_cn_lkflags(dp->v_mount, cnp->cn_lkflags | in lookup() 1049 cnp->cn_lkflags = LK_EXCLUSIVE; in lookup() 1053 lkflags_save = cnp->cn_lkflags; in lookup() 1054 cnp->cn_lkflags = compute_cn_lkflags(dp->v_mount, cnp->cn_lkflags, in lookup() 1057 cnp->cn_lkflags = lkflags_save; in lookup() 1071 compute_cn_lkflags(dp->v_mount, cnp->cn_lkflags | in lookup() 1138 error = VFS_ROOT(mp, compute_cn_lkflags(mp, cnp->cn_lkflags, in lookup() 1335 cnp->cn_lkflags = LK_EXCLUSIVE; in relookup()
|
| H A D | vfs_cache.c | 1708 ltype = cnp->cn_lkflags & LK_TYPE_MASK; in cache_lookup_dot() 1774 error = vget_finish(*vpp, cnp->cn_lkflags, vs); in cache_lookup_dotdot() 1891 error = vget_finish(*vpp, cnp->cn_lkflags, vs); in cache_lookup_fallback() 1997 error = vget_finish(*vpp, cnp->cn_lkflags, vs); in cache_lookup() 4302 cnp->cn_lkflags = LK_EXCLUSIVE; in cache_fplookup_final_modifying() 4663 cnp->cn_lkflags = LK_SHARED; in cache_fplookup_noentry() 4665 cnp->cn_lkflags = LK_EXCLUSIVE; in cache_fplookup_noentry()
|
| /f-stack/freebsd/sys/ |
| H A D | namei.h | 54 int cn_lkflags; /* Lock flags LK_EXCLUSIVE or LK_SHARED */ member
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_ctldir.c | 636 int lkflags = ap->a_cnp->cn_lkflags; in zfsctl_root_lookup() 915 int lkflags = cnp->cn_lkflags; in zfsctl_snapdir_lookup()
|
| H A D | zfs_vnops_os.c | 893 cn.cn_lkflags = cnp->cn_lkflags; in zfs_lookup() 905 error = zfsctl_root(zfsvfs, cnp->cn_lkflags, vpp); in zfs_lookup() 924 error = zfs_lookup_lock(dvp, *vpp, nm, cnp->cn_lkflags); in zfs_lookup() 1312 cnp->cn_lkflags = LK_EXCLUSIVE | LK_RETRY; in zfs_lookup_internal()
|
| H A D | zfs_vfsops.c | 1844 cn.cn_lkflags = flags; in zfs_fhtovp() 1857 cn.cn_lkflags = flags; in zfs_fhtovp()
|