Searched refs:LOOKUP_BENEATH (Results 1 – 6 of 6) sorted by relevance
44 #define LOOKUP_BENEATH 0x080000 /* No escaping from starting point. */ macro48 #define LOOKUP_IS_SCOPED (LOOKUP_BENEATH | LOOKUP_IN_ROOT)
120 { LOOKUP_BENEATH, "BENEATH" }, \
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
1125 lookup_flags |= LOOKUP_BENEATH; in build_open_flags()
953 if (unlikely(nd->flags & LOOKUP_BENEATH)) in nd_jump_root()1864 if (unlikely(nd->flags & LOOKUP_BENEATH)) in follow_dotdot_rcu()1900 if (unlikely(nd->flags & LOOKUP_BENEATH)) in follow_dotdot()
1211 flags |= LOOKUP_BENEATH; in ksmbd_vfs_kern_path()
Completed in 24 milliseconds