Searched refs:O_PATH (Results 26 - 32 of 32) sorted by relevance

12

/linux-master/tools/perf/util/
H A Dutil.c563 int err, fd = openat(dirfd, dirp, O_PATH);
H A Dpmu.c722 fd = perf_pmu__pathname_fd(dirfd, name, "cpumask", O_PATH);
/linux-master/tools/testing/selftests/landlock/
H A Dnet_test.c1551 path_beneath.parent_fd = open("/dev", O_PATH | O_DIRECTORY | O_CLOEXEC);
/linux-master/fs/
H A Dnamespace.c2684 file = dentry_open(path, O_PATH, current_cred());
2732 file = dentry_open(&path, O_PATH, current_cred());
4037 /* Attach to an apparent O_PATH fd with a note that we need to unmount
4040 file = dentry_open(&newmount, O_PATH, fc->cred);
H A Dnamei.c3791 } else if (unlikely(file->f_flags & O_PATH)) {
/linux-master/net/unix/
H A Daf_unix.c3085 f = dentry_open(&path, O_PATH, current_cred());
/linux-master/fs/smb/server/
H A Dsmb2pdu.c2070 oflags |= O_PATH;

Completed in 462 milliseconds

12