Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnamei.h47 #define LOOKUP_BENEATH 0x080000 /* No escaping from starting point. */ macro
51 #define LOOKUP_IS_SCOPED (LOOKUP_BENEATH | LOOKUP_IN_ROOT)
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A 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
1361 ``LOOKUP_BENEATH`` blocks any path components which resolve outside the
1370 ``LOOKUP_BENEATH``, ``rename_lock`` and ``mount_lock`` are used to detect
/OK3568_Linux_fs/kernel/fs/
H A Dopen.c1110 lookup_flags |= LOOKUP_BENEATH; in build_open_flags()
H A Dnamei.c959 if (unlikely(nd->flags & LOOKUP_BENEATH)) in nd_jump_root()
1846 if (unlikely(nd->flags & LOOKUP_BENEATH)) in follow_dotdot_rcu()
1882 if (unlikely(nd->flags & LOOKUP_BENEATH)) in follow_dotdot()