Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dfile.h66 static inline struct fd fdget_raw(unsigned int fd) in fdget_raw() function
/Linux-v6.1/fs/
Dfcntl.c441 struct fd f = fdget_raw(fd); in SYSCALL_DEFINE3()
467 struct fd f = fdget_raw(fd); in SYSCALL_DEFINE3()
604 struct fd f = fdget_raw(fd); in do_compat_fcntl64()
Dstatfs.c117 struct fd f = fdget_raw(fd); in fd_statfs()
Dstat.c180 f = fdget_raw(fd); in vfs_fstat()
Dopen.c536 struct fd f = fdget_raw(fd); in SYSCALL_DEFINE1()
Dnamei.c2408 struct fd f = fdget_raw(nd->dfd); in path_init()
/Linux-v6.1/security/landlock/
Dsyscalls.c253 f = fdget_raw(fd); in get_path_from_fd()
/Linux-v6.1/arch/arm/kernel/
Dsys_oabi-compat.c235 struct fd f = fdget_raw(fd); in sys_oabi_fcntl64()
/Linux-v6.1/fs/quota/
Dquota.c981 f = fdget_raw(fd); in SYSCALL_DEFINE4()