/linux-5.19.10/tools/include/uapi/asm-generic/ |
D | fcntl.h | 56 #ifndef O_NOFOLLOW 57 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
|
/linux-5.19.10/include/uapi/asm-generic/ |
D | fcntl.h | 56 #ifndef O_NOFOLLOW 57 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
|
/linux-5.19.10/tools/testing/selftests/openat2/ |
D | resolve_test.c | 366 .path = "/proc/self/exe", .how.flags = O_NOFOLLOW, in test_openat2_opath_tests() 376 .path = "/proc/self/root/etc", .how.flags = O_NOFOLLOW, in test_openat2_opath_tests() 418 .path = "relsym", .how.flags = O_NOFOLLOW, in test_openat2_opath_tests() 422 .path = "abssym", .how.flags = O_NOFOLLOW, in test_openat2_opath_tests() 426 .path = "cheeky/garbagelink", .how.flags = O_NOFOLLOW, in test_openat2_opath_tests() 430 .path = "abscheeky/absself", .how.flags = O_NOFOLLOW, in test_openat2_opath_tests() 434 .path = "abscheeky/garbagelink", .how.flags = O_NOFOLLOW, in test_openat2_opath_tests()
|
D | openat2_test.c | 179 .how.flags = O_PATH | O_NOFOLLOW }, in test_openat2_flags()
|
/linux-5.19.10/arch/arm/include/uapi/asm/ |
D | fcntl.h | 6 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
|
/linux-5.19.10/arch/powerpc/include/uapi/asm/ |
D | fcntl.h | 6 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
|
/linux-5.19.10/arch/arm64/include/uapi/asm/ |
D | fcntl.h | 24 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
|
/linux-5.19.10/arch/m68k/include/uapi/asm/ |
D | fcntl.h | 6 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
|
/linux-5.19.10/arch/parisc/include/uapi/asm/ |
D | fcntl.h | 18 #define O_NOFOLLOW 000000200 /* don't follow links */ macro
|
/linux-5.19.10/tools/testing/selftests/landlock/ |
D | base_test.c | 182 open("/tmp", O_PATH | O_NOFOLLOW | O_DIRECTORY | O_CLOEXEC); in TEST() 205 open("/tmp", O_PATH | O_NOFOLLOW | O_DIRECTORY | O_CLOEXEC); in TEST() 294 open("/tmp", O_PATH | O_NOFOLLOW | O_DIRECTORY | O_CLOEXEC); in TEST()
|
/linux-5.19.10/arch/alpha/include/uapi/asm/ |
D | fcntl.h | 14 #define O_NOFOLLOW 0200000 /* don't follow links */ macro
|
/linux-5.19.10/include/linux/ |
D | fcntl.h | 12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
|
/linux-5.19.10/include/trace/events/ |
D | fs.h | 38 { O_NOFOLLOW, "O_NOFOLLOW" }, \
|
/linux-5.19.10/tools/testing/selftests/filesystems/binderfs/ |
D | binderfs_test.c | 257 setgroups_fd = open(path, O_WRONLY | O_CLOEXEC | O_NOFOLLOW); in write_id_mapping() 282 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOFOLLOW); in write_id_mapping()
|
/linux-5.19.10/tools/testing/selftests/move_mount_set_group/ |
D | move_mount_set_group_test.c | 64 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW); in write_file()
|
/linux-5.19.10/fs/ |
D | open.c | 1068 #define O_PATH_FLAGS (O_DIRECTORY | O_NOFOLLOW | O_PATH | O_CLOEXEC) 1175 flags |= O_NOFOLLOW; in build_open_flags() 1181 if (!(flags & O_NOFOLLOW)) in build_open_flags()
|
D | coredump.c | 643 int open_flags = O_CREAT | O_RDWR | O_NOFOLLOW | in do_coredump()
|
/linux-5.19.10/tools/testing/selftests/cgroup/ |
D | cgroup_util.c | 409 return open(dir, O_DIRECTORY | O_CLOEXEC | O_NOFOLLOW | O_PATH); in dirfd_open_opath()
|
/linux-5.19.10/fs/9p/ |
D | vfs_inode_dotl.c | 182 { O_NOFOLLOW, P9_DOTL_NOFOLLOW }, in v9fs_mapped_dotl_flags()
|
/linux-5.19.10/tools/vm/ |
D | page-types.c | 1055 fd = checked_open(name, O_RDONLY|O_NOATIME|O_NOFOLLOW); in walk_file()
|
/linux-5.19.10/tools/testing/selftests/mount_setattr/ |
D | mount_setattr_test.c | 182 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW); in write_file()
|
/linux-5.19.10/fs/ceph/ |
D | file.c | 46 ceph_sys2wire(O_NOFOLLOW); in ceph_flags_sys2wire()
|
/linux-5.19.10/fs/nfs/ |
D | dir.c | 2118 if (!(open_flags & O_NOFOLLOW)) in nfs_atomic_open()
|
/linux-5.19.10/fs/cifs/ |
D | file.c | 81 if (flags & O_NOFOLLOW) in cifs_posix_convert_flags()
|