Searched refs:LOOKUP_BENEATH (Results 1 – 7 of 7) sorted by relevance
46 #define LOOKUP_BENEATH BIT(27) /* No escaping from starting point. */ macro49 #define LOOKUP_IS_SCOPED (LOOKUP_BENEATH | LOOKUP_IN_ROOT)
120 { LOOKUP_BENEATH, "BENEATH" }, \
83 flags |= LOOKUP_BENEATH; in ksmbd_vfs_path_lookup_locked()705 err = vfs_path_parent_lookup(to, lookup_flags | LOOKUP_BENEATH, in ksmbd_vfs_rename()
370 LOOKUP_BENEATH | LOOKUP_NO_SYMLINKS | LOOKUP_NO_XDEV, in ovl_lookup_data_layer()
240 against ``LOOKUP_BENEATH`` and ``LOOKUP_IN_ROOT`` when resolving ".." (where360 against ``LOOKUP_BENEATH`` and ``LOOKUP_IN_ROOT`` when resolving ".." (where421 ``LOOKUP_BENEATH``, the effective root becomes the directory file descriptor1337 ``LOOKUP_BENEATH`` blocks any path components which resolve outside the1346 ``LOOKUP_BENEATH``, ``rename_lock`` and ``mount_lock`` are used to detect
1341 lookup_flags |= LOOKUP_BENEATH; in build_open_flags()
1028 if (unlikely(nd->flags & LOOKUP_BENEATH)) in nd_jump_root()2045 if (unlikely(nd->flags & LOOKUP_BENEATH)) in follow_dotdot_rcu()2078 if (unlikely(nd->flags & LOOKUP_BENEATH)) in follow_dotdot()