Home
last modified time | relevance | path

Searched refs:AT_RECURSIVE (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/pidfd/
H A Dpidfd_bind_mount.c83 #ifndef AT_RECURSIVE
84 #define AT_RECURSIVE 0x8000 /* Apply to the entire subtree */ macro
/linux/tools/include/uapi/linux/
H A Dfcntl.h
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h119 #define AT_RECURSIVE 0x8000 /* Apply to the entire subtree */ macro
/linux/include/uapi/linux/
H A Dfcntl.h119 #define AT_RECURSIVE 0x8000 /* Apply to the entire subtree */ macro
/linux/fs/
H A Dnamespace.c2903 if (flags & ~(AT_EMPTY_PATH | AT_NO_AUTOMOUNT | AT_RECURSIVE | in SYSCALL_DEFINE3()
2908 if ((flags & (AT_RECURSIVE | OPEN_TREE_CLONE)) == AT_RECURSIVE) in SYSCALL_DEFINE3()
2930 file = open_detached_copy(&path, flags & AT_RECURSIVE); in SYSCALL_DEFINE3()
4785 .recurse = !!(flags & AT_RECURSIVE), in build_mount_kattr()
4859 AT_RECURSIVE | in SYSCALL_DEFINE5()