Searched refs:AT_FDCWD (Results 51 - 54 of 54) sorted by relevance

123

/linux-master/tools/perf/util/
H A Dsynthetic-events.c568 if (name_to_handle_at(AT_FDCWD, path, &handle.fh, &mount_id, 0) < 0) {
/linux-master/kernel/bpf/
H A Dsyscall.c2963 path_fd = attr->file_flags & BPF_F_PATH_FD ? attr->path_fd : AT_FDCWD;
2980 path_fd = attr->file_flags & BPF_F_PATH_FD ? attr->path_fd : AT_FDCWD;
/linux-master/net/unix/
H A Daf_unix.c1216 dentry = kern_path_create(AT_FDCWD, addr->name->sun_path, &parent, 0);
/linux-master/tools/lib/bpf/
H A Dlibbpf.c10821 has_debugfs = faccessat(AT_FDCWD, DEBUGFS, F_OK, AT_EACCESS) == 0;
11734 if (faccessat(AT_FDCWD, result, perm, AT_EACCESS) < 0)

Completed in 287 milliseconds

123