Home
last modified time | relevance | path

Searched refs:fdget_raw (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/include/linux/
Dfile.h78 struct fd fdget_raw(unsigned int fd);
89 DEFINE_CLASS(fd_raw, struct fd, fdput(_T), fdget_raw(fd), int fd)
/linux-6.12.1/fs/
Dfcntl.c573 struct fd f = fdget_raw(fd); in SYSCALL_DEFINE3()
599 struct fd f = fdget_raw(fd); in SYSCALL_DEFINE3()
736 struct fd f = fdget_raw(fd); in do_compat_fcntl64()
Dstatfs.c117 struct fd f = fdget_raw(fd); in fd_statfs()
Dstat.c226 f = fdget_raw(fd); in vfs_fstat()
Dfile.c1132 struct fd fdget_raw(unsigned int fd) in fdget_raw() function
Dopen.c583 struct fd f = fdget_raw(fd); in SYSCALL_DEFINE1()
Dnamei.c2506 struct fd f = fdget_raw(nd->dfd); in path_init()
/linux-6.12.1/security/landlock/
Dsyscalls.c286 f = fdget_raw(fd); in get_path_from_fd()
/linux-6.12.1/arch/arm/kernel/
Dsys_oabi-compat.c238 struct fd f = fdget_raw(fd); in sys_oabi_fcntl64()
/linux-6.12.1/fs/quota/
Dquota.c982 f = fdget_raw(fd); in SYSCALL_DEFINE4()
/linux-6.12.1/kernel/cgroup/
Dcgroup.c6970 struct fd f = fdget_raw(fd); in cgroup_v1v2_get_from_fd()