Searched refs:CLONE_RESOLVE_BENEATH (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/tests/vfs/ |
| H A D | resolve_beneath.c | 64 #ifndef CLONE_RESOLVE_BENEATH 65 #define CLONE_RESOLVE_BENEATH 0x0010 macro 840 …T_EXPECT_POSIX_SUCCESS(clonefile("inside_file.txt", "inside_file_2.txt", CLONE_RESOLVE_BENEATH), "… 844 …T_EXPECT_POSIX_FAILURE(clonefile("symlink", "inside_file_2.txt", CLONE_RESOLVE_BENEATH), ENOTCAPAB… 847 …T_EXPECT_POSIX_FAILURE(clonefile("inside_file.txt", "../outside_file.txt", CLONE_RESOLVE_BENEATH),… 850 …S(clonefile("nested/nested_file.txt", "nested/nested_file_2.txt", CLONE_RESOLVE_BENEATH), "Test Ca… 854 …UCCESS(clonefile("symlink_to_nested", "nested/nested_file_2.txt", CLONE_RESOLVE_BENEATH), "Test Ca… 858 …T_EXPECT_POSIX_FAILURE(clonefile("/etc/passwd", "inside_file_2.txt", CLONE_RESOLVE_BENEATH), ENOTC… 863 …efileat(test_fd, "inside_file.txt", test_fd, "inside_file_2.txt", CLONE_RESOLVE_BENEATH), "Test Ca… 867 …URE(clonefileat(test_fd, "symlink", test_fd, "inside_file_2.txt", CLONE_RESOLVE_BENEATH), ENOTCAPA… [all …]
|
| /xnu-12377.1.9/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.1.9/bsd/vfs/ |
| H A D | vfs_syscalls.c | 9085 if (flags & CLONE_RESOLVE_BENEATH) { in clonefile_internal() 9302 CLONE_NOFOLLOW_ANY | CLONE_RESOLVE_BENEATH)) { in clonefileat() 9316 if (uap->flags & CLONE_RESOLVE_BENEATH) { in clonefileat() 9347 CLONE_NOFOLLOW_ANY | CLONE_RESOLVE_BENEATH)) { in fclonefileat()
|