Symbol: O_NOFOLLOW
arch/um/os-Linux/skas/process.c
415
stub_exe_fd = open(tmpfile, O_RDONLY | O_CLOEXEC | O_NOFOLLOW);
fs/9p/vfs_inode_dotl.c
179
{ O_NOFOLLOW, P9_DOTL_NOFOLLOW },
fs/ceph/file.c
48
ceph_sys2wire(O_NOFOLLOW);
fs/coredump.c
882
int open_flags = O_CREAT | O_WRONLY | O_NOFOLLOW | O_LARGEFILE | O_EXCL;
fs/nfs/dir.c
2200
if (!(open_flags & O_NOFOLLOW))
fs/open.c
1163
#define O_PATH_FLAGS (O_DIRECTORY | O_NOFOLLOW | O_PATH | O_CLOEXEC)
fs/open.c
1276
flags |= O_NOFOLLOW;
fs/open.c
1282
if (!(flags & O_NOFOLLOW))
fs/smb/client/file.c
454
if (flags & O_NOFOLLOW)
include/linux/fcntl.h
12
FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
include/trace/misc/fs.h
38
{ O_NOFOLLOW, "O_NOFOLLOW" }, \
include/uapi/asm-generic/fcntl.h
55
#ifndef O_NOFOLLOW
kernel/trace/trace_syscalls.c
174
{ O_NOFOLLOW, "O_NOFOLLOW" },
kernel/trace/trace_syscalls.c
429
"{ 0x%x, \"O_NOFOLLOW\" }, ", O_NOFOLLOW);
tools/mm/page-types.c
1051
fd = checked_open(name, O_RDONLY|O_NOATIME|O_NOFOLLOW);
tools/testing/selftests/bpf/prog_tests/token.c
233
fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW);
tools/testing/selftests/cgroup/lib/cgroup_util.c
493
return open(dir, O_DIRECTORY | O_CLOEXEC | O_NOFOLLOW | O_PATH);
tools/testing/selftests/filesystems/binderfs/binderfs_test.c
258
setgroups_fd = open(path, O_WRONLY | O_CLOEXEC | O_NOFOLLOW);
tools/testing/selftests/filesystems/binderfs/binderfs_test.c
283
fd = open(path, O_WRONLY | O_CLOEXEC | O_NOFOLLOW);
tools/testing/selftests/landlock/base_test.c
227
open("/tmp", O_PATH | O_NOFOLLOW | O_DIRECTORY | O_CLOEXEC);
tools/testing/selftests/landlock/base_test.c
250
open("/tmp", O_PATH | O_NOFOLLOW | O_DIRECTORY | O_CLOEXEC);
tools/testing/selftests/landlock/base_test.c
404
open("/tmp", O_PATH | O_NOFOLLOW | O_DIRECTORY | O_CLOEXEC);
tools/testing/selftests/mount_setattr/mount_setattr_test.c
166
fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW);
tools/testing/selftests/move_mount_set_group/move_mount_set_group_test.c
64
fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW);
tools/testing/selftests/openat2/openat2_test.c
180
.how.flags = O_PATH | O_NOFOLLOW },
tools/testing/selftests/openat2/resolve_test.c
366
.path = "/proc/self/exe", .how.flags = O_NOFOLLOW,
tools/testing/selftests/openat2/resolve_test.c
376
.path = "/proc/self/root/etc", .how.flags = O_NOFOLLOW,
tools/testing/selftests/openat2/resolve_test.c
418
.path = "relsym", .how.flags = O_NOFOLLOW,
tools/testing/selftests/openat2/resolve_test.c
422
.path = "abssym", .how.flags = O_NOFOLLOW,
tools/testing/selftests/openat2/resolve_test.c
426
.path = "cheeky/garbagelink", .how.flags = O_NOFOLLOW,
tools/testing/selftests/openat2/resolve_test.c
430
.path = "abscheeky/absself", .how.flags = O_NOFOLLOW,
tools/testing/selftests/openat2/resolve_test.c
434
.path = "abscheeky/garbagelink", .how.flags = O_NOFOLLOW,
tools/testing/selftests/pidfd/pidfd_file_handle_test.c
406
{ O_NOFOLLOW, "O_NOFOLLOW" },