Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c78 #ifndef AT_RECURSIVE
79 #define AT_RECURSIVE 0x8000 macro
172 #ifndef AT_RECURSIVE
1450 AT_RECURSIVE | in TEST_F()
1541 AT_RECURSIVE | OPEN_TREE_CLOEXEC | in TEST_F()
1766 AT_RECURSIVE | OPEN_TREE_CLOEXEC | in TEST_F()
1910 AT_RECURSIVE | OPEN_TREE_CLOEXEC | in TEST_F()
1945 AT_RECURSIVE | OPEN_TREE_CLOEXEC | in TEST_F()
2025 AT_RECURSIVE | OPEN_TREE_CLOEXEC | in TEST_F()
2069 AT_RECURSIVE | OPEN_TREE_CLOEXEC | in TEST_F()
[all …]
/linux-6.15/tools/testing/selftests/filesystems/overlayfs/
H A Dwrappers.h55 #ifndef AT_RECURSIVE
56 #define AT_RECURSIVE 0x8000 macro
/linux-6.15/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-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h119 #define AT_RECURSIVE 0x8000 /* Apply to the entire subtree */ macro
/linux-6.15/include/uapi/linux/
H A Dfcntl.h119 #define AT_RECURSIVE 0x8000 /* Apply to the entire subtree */ macro
/linux-6.15/fs/
H A Dnamespace.c3163 if (flags & ~(AT_EMPTY_PATH | AT_NO_AUTOMOUNT | AT_RECURSIVE | in vfs_open_tree()
3168 if ((flags & (AT_RECURSIVE | OPEN_TREE_CLONE)) == AT_RECURSIVE) in vfs_open_tree()
3186 return open_detached_copy(&path, flags & AT_RECURSIVE); in vfs_open_tree()
5237 AT_RECURSIVE | in SYSCALL_DEFINE5()
5253 if (flags & AT_RECURSIVE) in SYSCALL_DEFINE5()
5288 if (flags & AT_RECURSIVE) in SYSCALL_DEFINE5()