Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/asm-generic/
A Dfcntl.h56 #ifndef O_NOFOLLOW
57 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
/linux-6.3-rc2/tools/include/uapi/asm-generic/
A Dfcntl.h56 #ifndef O_NOFOLLOW
57 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
/linux-6.3-rc2/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-6.3-rc2/arch/powerpc/include/uapi/asm/
A Dfcntl.h6 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/linux-6.3-rc2/arch/arm/include/uapi/asm/
A Dfcntl.h6 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/linux-6.3-rc2/arch/arm64/include/uapi/asm/
A Dfcntl.h24 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/linux-6.3-rc2/arch/m68k/include/uapi/asm/
A Dfcntl.h6 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/linux-6.3-rc2/tools/testing/selftests/landlock/
A Dbase_test.c182 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()
277 open("/tmp", O_PATH | O_NOFOLLOW | O_DIRECTORY | O_CLOEXEC); in TEST()
/linux-6.3-rc2/arch/parisc/include/uapi/asm/
A Dfcntl.h18 #define O_NOFOLLOW 000000200 /* don't follow links */ macro
/linux-6.3-rc2/arch/alpha/include/uapi/asm/
A Dfcntl.h14 #define O_NOFOLLOW 0200000 /* don't follow links */ macro
/linux-6.3-rc2/include/linux/
A Dfcntl.h12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
/linux-6.3-rc2/include/trace/misc/
A Dfs.h38 { O_NOFOLLOW, "O_NOFOLLOW" }, \
/linux-6.3-rc2/tools/testing/selftests/filesystems/binderfs/
A Dbinderfs_test.c257 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-6.3-rc2/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-6.3-rc2/fs/
A Dopen.c1138 #define O_PATH_FLAGS (O_DIRECTORY | O_NOFOLLOW | O_PATH | O_CLOEXEC)
1245 flags |= O_NOFOLLOW; in build_open_flags()
1251 if (!(flags & O_NOFOLLOW)) in build_open_flags()
A Dcoredump.c649 int open_flags = O_CREAT | O_RDWR | O_NOFOLLOW | in do_coredump()
/linux-6.3-rc2/tools/testing/selftests/cgroup/
A Dcgroup_util.c409 return open(dir, O_DIRECTORY | O_CLOEXEC | O_NOFOLLOW | O_PATH); in dirfd_open_opath()
/linux-6.3-rc2/scripts/
A Dlist-gitignored.c766 fd = open(path, O_RDONLY | O_NOFOLLOW); in add_patterns_from_gitignore()
/linux-6.3-rc2/fs/9p/
A Dvfs_inode_dotl.c181 { O_NOFOLLOW, P9_DOTL_NOFOLLOW }, in v9fs_mapped_dotl_flags()
/linux-6.3-rc2/tools/mm/
A Dpage-types.c1055 fd = checked_open(name, O_RDONLY|O_NOATIME|O_NOFOLLOW); in walk_file()
/linux-6.3-rc2/tools/testing/selftests/mount_setattr/
A Dmount_setattr_test.c175 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW); in write_file()
/linux-6.3-rc2/fs/ceph/
A Dfile.c46 ceph_sys2wire(O_NOFOLLOW); in ceph_flags_sys2wire()
/linux-6.3-rc2/fs/nfs/
A Ddir.c2132 if (!(open_flags & O_NOFOLLOW)) in nfs_atomic_open()
/linux-6.3-rc2/fs/cifs/
A Dfile.c251 if (flags & O_NOFOLLOW) in cifs_posix_convert_flags()

Completed in 69 milliseconds