Home
last modified time | relevance | path

Searched refs:LOOKUP_BENEATH (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/include/linux/
Dnamei.h44 #define LOOKUP_BENEATH 0x080000 /* No escaping from starting point. */ macro
48 #define LOOKUP_IS_SCOPED (LOOKUP_BENEATH | LOOKUP_IN_ROOT)
/Linux-v6.1/include/trace/events/
Dfs.h120 { LOOKUP_BENEATH, "BENEATH" }, \
/Linux-v6.1/fs/
Dopen.c1223 lookup_flags |= LOOKUP_BENEATH; in build_open_flags()
Dnamei.c955 if (unlikely(nd->flags & LOOKUP_BENEATH)) in nd_jump_root()
1900 if (unlikely(nd->flags & LOOKUP_BENEATH)) in follow_dotdot_rcu()
1933 if (unlikely(nd->flags & LOOKUP_BENEATH)) in follow_dotdot()
/Linux-v6.1/Documentation/filesystems/
Dpath-lookup.rst240 against ``LOOKUP_BENEATH`` and ``LOOKUP_IN_ROOT`` when resolving ".." (where
360 against ``LOOKUP_BENEATH`` and ``LOOKUP_IN_ROOT`` when resolving ".." (where
421 ``LOOKUP_BENEATH``, the effective root becomes the directory file descriptor
1337 ``LOOKUP_BENEATH`` blocks any path components which resolve outside the
1346 ``LOOKUP_BENEATH``, ``rename_lock`` and ``mount_lock`` are used to detect
/Linux-v6.1/fs/ksmbd/
Dvfs.c1218 flags |= LOOKUP_BENEATH; in ksmbd_vfs_kern_path()