Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dfile.h68 static inline struct fd fdget_raw(unsigned int fd) in fdget_raw() function
/Linux-v5.15/fs/
Dfcntl.c459 struct fd f = fdget_raw(fd); in SYSCALL_DEFINE3()
485 struct fd f = fdget_raw(fd); in SYSCALL_DEFINE3()
622 struct fd f = fdget_raw(fd); in do_compat_fcntl64()
Dstatfs.c117 struct fd f = fdget_raw(fd); in fd_statfs()
Dstat.c179 f = fdget_raw(fd); in vfs_fstat()
Dopen.c511 struct fd f = fdget_raw(fd); in SYSCALL_DEFINE1()
Dnamei.c2383 struct fd f = fdget_raw(nd->dfd); in path_init()
/Linux-v5.15/security/landlock/
Dsyscalls.c251 f = fdget_raw(fd); in get_path_from_fd()
/Linux-v5.15/arch/arm/kernel/
Dsys_oabi-compat.c235 struct fd f = fdget_raw(fd); in sys_oabi_fcntl64()
/Linux-v5.15/fs/quota/
Dquota.c980 f = fdget_raw(fd); in SYSCALL_DEFINE4()