Home
last modified time | relevance | path

Searched refs:O_NOFOLLOW (Results 1 – 24 of 24) sorted by relevance

/linux/tools/testing/selftests/openat2/
A Dresolve_test.c366 .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()
A Dopenat2_test.c179 .how.flags = O_PATH | O_NOFOLLOW }, in test_openat2_flags()
/linux/tools/include/uapi/asm-generic/
A Dfcntl.h55 #ifndef O_NOFOLLOW
56 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
/linux/include/uapi/asm-generic/
A Dfcntl.h56 #ifndef O_NOFOLLOW
57 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
/linux/arch/m68k/include/uapi/asm/
A Dfcntl.h6 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/linux/arch/arm/include/uapi/asm/
A Dfcntl.h6 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/linux/arch/powerpc/include/uapi/asm/
A Dfcntl.h6 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/linux/arch/arm64/include/uapi/asm/
A Dfcntl.h24 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/linux/arch/parisc/include/uapi/asm/
A Dfcntl.h18 #define O_NOFOLLOW 000000200 /* don't follow links */ macro
/linux/arch/alpha/include/uapi/asm/
A Dfcntl.h14 #define O_NOFOLLOW 0200000 /* don't follow links */ macro
/linux/include/linux/
A Dfcntl.h12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
/linux/include/trace/events/
A Dfs.h38 { O_NOFOLLOW, "O_NOFOLLOW" }, \
/linux/tools/testing/selftests/filesystems/binderfs/
A Dbinderfs_test.c256 setgroups_fd = open(path, O_WRONLY | O_CLOEXEC | O_NOFOLLOW); in write_id_mapping()
281 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOFOLLOW); in write_id_mapping()
/linux/tools/testing/selftests/move_mount_set_group/
A Dmove_mount_set_group_test.c64 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW); in write_file()
/linux/tools/testing/selftests/landlock/
A Dbase_test.c203 path_beneath_attr.parent_fd = open("/tmp", O_PATH | O_NOFOLLOW | in TEST()
/linux/fs/
A Dopen.c1002 #define O_PATH_FLAGS (O_DIRECTORY | O_NOFOLLOW | O_PATH | O_CLOEXEC)
1109 flags |= O_NOFOLLOW; in build_open_flags()
1115 if (!(flags & O_NOFOLLOW)) in build_open_flags()
A Dcoredump.c642 int open_flags = O_CREAT | O_RDWR | O_NOFOLLOW | in do_coredump()
/linux/tools/testing/selftests/cgroup/
A Dcgroup_util.c404 return open(dir, O_DIRECTORY | O_CLOEXEC | O_NOFOLLOW | O_PATH); in dirfd_open_opath()
/linux/fs/9p/
A Dvfs_inode_dotl.c182 { O_NOFOLLOW, P9_DOTL_NOFOLLOW }, in v9fs_mapped_dotl_flags()
/linux/tools/vm/
A Dpage-types.c1049 fd = checked_open(name, O_RDONLY|O_NOATIME|O_NOFOLLOW); in walk_file()
/linux/tools/testing/selftests/mount_setattr/
A Dmount_setattr_test.c182 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW); in write_file()
/linux/fs/nfs/
A Ddir.c1948 if (!(open_flags & O_NOFOLLOW)) in nfs_atomic_open()
/linux/fs/ceph/
A Dfile.c46 ceph_sys2wire(O_NOFOLLOW); in ceph_flags_sys2wire()
/linux/fs/cifs/
A Dfile.c81 if (flags & O_NOFOLLOW) in cifs_posix_convert_flags()

Completed in 54 milliseconds