Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/openat2/
A Dresolve_test.c304 .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()
330 .dir = "mnt", .path = "/", .how.resolve = RESOLVE_NO_XDEV, in test_openat2_opath_tests()
333 .dir = "/", .path = "/", .how.resolve = RESOLVE_NO_XDEV, in test_openat2_opath_tests()
336 .path = "/proc/1", .how.resolve = RESOLVE_NO_XDEV, in test_openat2_opath_tests()
[all …]
A Dhelpers.h52 #define RESOLVE_NO_XDEV 0x01 /* Block mount-point crossings macro
/linux-6.3-rc2/include/uapi/linux/
A Dopenat2.h26 #define RESOLVE_NO_XDEV 0x01 /* Block mount-point crossings macro
/linux-6.3-rc2/tools/include/uapi/linux/
A Dopenat2.h26 #define RESOLVE_NO_XDEV 0x01 /* Block mount-point crossings macro
/linux-6.3-rc2/include/linux/
A Dfcntl.h17 (RESOLVE_NO_XDEV | RESOLVE_NO_MAGICLINKS | RESOLVE_NO_SYMLINKS | \
/linux-6.3-rc2/fs/
A Dopen.c1254 if (how->resolve & RESOLVE_NO_XDEV) in build_open_flags()

Completed in 13 milliseconds