/kernel/linux/linux-5.10/tools/testing/selftests/openat2/ |
H A D | resolve_test.c | 301 /** RESOLVE_NO_XDEV **/ in test_openat2_opath_tests() 304 .path = "mnt", .how.resolve = RESOLVE_NO_XDEV, in test_openat2_opath_tests() 307 .path = "mnt/", .how.resolve = RESOLVE_NO_XDEV, in test_openat2_opath_tests() 310 .path = "mnt/.", .how.resolve = RESOLVE_NO_XDEV, in test_openat2_opath_tests() 314 .dir = "mnt", .path = ".", .how.resolve = RESOLVE_NO_XDEV, in test_openat2_opath_tests() 317 .dir = "mnt", .path = "..", .how.resolve = RESOLVE_NO_XDEV, in test_openat2_opath_tests() 320 .dir = "mnt", .path = "../mnt", .how.resolve = RESOLVE_NO_XDEV, in test_openat2_opath_tests() 323 .dir = "mnt", .path = "self", .how.resolve = RESOLVE_NO_XDEV, in test_openat2_opath_tests() 326 .dir = "mnt", .path = "absself", .how.resolve = RESOLVE_NO_XDEV, in test_openat2_opath_tests() 330 .dir = "mnt", .path = "/", .how.resolve = RESOLVE_NO_XDEV, in test_openat2_opath_tests() [all...] |
H A D | helpers.h | 52 #define RESOLVE_NO_XDEV 0x01 /* Block mount-point crossings macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/ |
H A D | resolve_test.c | 301 /** RESOLVE_NO_XDEV **/ in test_openat2_opath_tests() 304 .path = "mnt", .how.resolve = RESOLVE_NO_XDEV, in test_openat2_opath_tests() 307 .path = "mnt/", .how.resolve = RESOLVE_NO_XDEV, in test_openat2_opath_tests() 310 .path = "mnt/.", .how.resolve = RESOLVE_NO_XDEV, in test_openat2_opath_tests() 314 .dir = "mnt", .path = ".", .how.resolve = RESOLVE_NO_XDEV, in test_openat2_opath_tests() 317 .dir = "mnt", .path = "..", .how.resolve = RESOLVE_NO_XDEV, in test_openat2_opath_tests() 320 .dir = "mnt", .path = "../mnt", .how.resolve = RESOLVE_NO_XDEV, in test_openat2_opath_tests() 323 .dir = "mnt", .path = "self", .how.resolve = RESOLVE_NO_XDEV, in test_openat2_opath_tests() 326 .dir = "mnt", .path = "absself", .how.resolve = RESOLVE_NO_XDEV, in test_openat2_opath_tests() 330 .dir = "mnt", .path = "/", .how.resolve = RESOLVE_NO_XDEV, in test_openat2_opath_tests() [all...] |
H A D | helpers.h | 52 #define RESOLVE_NO_XDEV 0x01 /* Block mount-point crossings macro
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | openat2.h | 26 #define RESOLVE_NO_XDEV 0x01 /* Block mount-point crossings macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | openat2.h | 26 #define RESOLVE_NO_XDEV 0x01 /* Block mount-point crossings macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | openat2.h | 26 #define RESOLVE_NO_XDEV 0x01 /* Block mount-point crossings macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | openat2.h | 27 #define RESOLVE_NO_XDEV 0x01 macro
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | openat2.h | 26 #define RESOLVE_NO_XDEV 0x01 /* Block mount-point crossings macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | openat2.h | 27 #define RESOLVE_NO_XDEV 0x01 macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fcntl.h | 21 (RESOLVE_NO_XDEV | RESOLVE_NO_MAGICLINKS | RESOLVE_NO_SYMLINKS | \
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fcntl.h | 17 (RESOLVE_NO_XDEV | RESOLVE_NO_MAGICLINKS | RESOLVE_NO_SYMLINKS | \
|
/kernel/linux/linux-5.10/fs/ |
H A D | open.c | 1092 if (how->resolve & RESOLVE_NO_XDEV) in build_open_flags()
|
/kernel/linux/linux-6.6/fs/ |
H A D | open.c | 1325 if (how->resolve & RESOLVE_NO_XDEV) in build_open_flags()
|