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

/linux-master/arch/powerpc/include/uapi/asm/
H A Dfcntl.h6 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/linux-master/arch/arm/include/uapi/asm/
H A Dfcntl.h6 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/linux-master/arch/arm64/include/uapi/asm/
H A Dfcntl.h24 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/linux-master/arch/m68k/include/uapi/asm/
H A Dfcntl.h6 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dfcntl.h18 #define O_NOFOLLOW 000000200 /* don't follow links */ macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dfcntl.h14 #define O_NOFOLLOW 0200000 /* don't follow links */ macro
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h56 #ifndef O_NOFOLLOW
57 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h56 #ifndef O_NOFOLLOW
57 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
/linux-master/include/linux/
H A Dfcntl.h12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
/linux-master/include/trace/misc/
H A Dfs.h38 { O_NOFOLLOW, "O_NOFOLLOW" }, \
/linux-master/tools/testing/selftests/openat2/
H A Dresolve_test.c365 { .name = "[no_magiclinks] normal path to magic-link with O_NOFOLLOW",
366 .path = "/proc/self/exe", .how.flags = O_NOFOLLOW,
375 { .name = "[no_magiclinks] magic-link path component with O_NOFOLLOW",
376 .path = "/proc/self/root/etc", .how.flags = O_NOFOLLOW,
417 { .name = "[no_symlinks] relative symlink with O_NOFOLLOW",
418 .path = "relsym", .how.flags = O_NOFOLLOW,
421 { .name = "[no_symlinks] absolute symlink with O_NOFOLLOW",
422 .path = "abssym", .how.flags = O_NOFOLLOW,
425 { .name = "[no_symlinks] trailing symlink with O_NOFOLLOW",
426 .path = "cheeky/garbagelink", .how.flags = O_NOFOLLOW,
[all...]
H A Dopenat2_test.c178 { .name = "compatible flags (O_PATH | O_NOFOLLOW)",
179 .how.flags = O_PATH | O_NOFOLLOW },
/linux-master/tools/testing/selftests/landlock/
H A Dbase_test.c182 open("/tmp", O_PATH | O_NOFOLLOW | O_DIRECTORY | O_CLOEXEC);
205 open("/tmp", O_PATH | O_NOFOLLOW | O_DIRECTORY | O_CLOEXEC);
277 open("/tmp", O_PATH | O_NOFOLLOW | O_DIRECTORY | O_CLOEXEC);
/linux-master/tools/testing/selftests/filesystems/binderfs/
H A Dbinderfs_test.c257 setgroups_fd = open(path, O_WRONLY | O_CLOEXEC | O_NOFOLLOW);
282 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOFOLLOW);
/linux-master/tools/testing/selftests/move_mount_set_group/
H A Dmove_mount_set_group_test.c64 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW);
/linux-master/fs/
H A Dopen.c1188 #define O_PATH_FLAGS (O_DIRECTORY | O_NOFOLLOW | O_PATH | O_CLOEXEC)
1303 flags |= O_NOFOLLOW;
1309 if (!(flags & O_NOFOLLOW))
H A Dcoredump.c651 int open_flags = O_CREAT | O_WRONLY | O_NOFOLLOW |
/linux-master/tools/testing/selftests/cgroup/
H A Dcgroup_util.c411 return open(dir, O_DIRECTORY | O_CLOEXEC | O_NOFOLLOW | O_PATH);
/linux-master/tools/mm/
H A Dpage-types.c1051 fd = checked_open(name, O_RDONLY|O_NOATIME|O_NOFOLLOW);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtoken.c237 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW);
/linux-master/fs/9p/
H A Dvfs_inode_dotl.c133 { O_NOFOLLOW, P9_DOTL_NOFOLLOW },
/linux-master/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c176 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW);
/linux-master/fs/nfs/
H A Ddir.c2137 if (!(open_flags & O_NOFOLLOW))
/linux-master/fs/ceph/
H A Dfile.c48 ceph_sys2wire(O_NOFOLLOW);
/linux-master/fs/smb/client/
H A Dfile.c254 if (flags & O_NOFOLLOW)
383 * O_FASYNC, O_NOFOLLOW, O_NONBLOCK need further investigation

Completed in 1075 milliseconds