Searched refs:CLONE_RESOLVE_BENEATH (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/tests/vfs/ |
| H A D | resolve_beneath.c | 68 #ifndef CLONE_RESOLVE_BENEATH 69 #define CLONE_RESOLVE_BENEATH 0x0010 macro 842 …T_EXPECT_POSIX_SUCCESS(clonefile("inside_file.txt", "inside_file_2.txt", CLONE_RESOLVE_BENEATH), "… 846 …T_EXPECT_POSIX_FAILURE(clonefile("symlink", "inside_file_2.txt", CLONE_RESOLVE_BENEATH), ENOTCAPAB… 849 …T_EXPECT_POSIX_FAILURE(clonefile("inside_file.txt", "../outside_file.txt", CLONE_RESOLVE_BENEATH),… 852 …S(clonefile("nested/nested_file.txt", "nested/nested_file_2.txt", CLONE_RESOLVE_BENEATH), "Test Ca… 856 …UCCESS(clonefile("symlink_to_nested", "nested/nested_file_2.txt", CLONE_RESOLVE_BENEATH), "Test Ca… 860 …T_EXPECT_POSIX_FAILURE(clonefile("/etc/passwd", "inside_file_2.txt", CLONE_RESOLVE_BENEATH), ENOTC… 865 …efileat(test_fd, "inside_file.txt", test_fd, "inside_file_2.txt", CLONE_RESOLVE_BENEATH), "Test Ca… 869 …URE(clonefileat(test_fd, "symlink", test_fd, "inside_file_2.txt", CLONE_RESOLVE_BENEATH), ENOTCAPA… [all …]
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | clonefile.h | 37 #define CLONE_RESOLVE_BENEATH 0x0010 /* path must reside in the hierarchy beneath the starting … macro
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | vfs_syscalls.c | 9138 if (flags & CLONE_RESOLVE_BENEATH) { in clonefile_internal() 9355 CLONE_NOFOLLOW_ANY | CLONE_RESOLVE_BENEATH)) { in clonefileat() 9369 if (uap->flags & CLONE_RESOLVE_BENEATH) { in clonefileat() 9400 CLONE_NOFOLLOW_ANY | CLONE_RESOLVE_BENEATH)) { in fclonefileat()
|