Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
Dbpf_inode_storage.c81 struct fd f = fdget_raw(*(int *)key); in bpf_fd_inode_storage_lookup_elem()
95 struct fd f = fdget_raw(*(int *)key); in bpf_fd_inode_storage_update_elem()
126 struct fd f = fdget_raw(*(int *)key); in bpf_fd_inode_storage_delete_elem()
/linux-6.6.21/include/linux/
Dfile.h67 static inline struct fd fdget_raw(unsigned int fd) in fdget_raw() function
/linux-6.6.21/fs/
Dfcntl.c443 struct fd f = fdget_raw(fd); in SYSCALL_DEFINE3()
469 struct fd f = fdget_raw(fd); in SYSCALL_DEFINE3()
606 struct fd f = fdget_raw(fd); in do_compat_fcntl64()
Dstatfs.c117 struct fd f = fdget_raw(fd); in fd_statfs()
Dstat.c195 f = fdget_raw(fd); in vfs_fstat()
Dopen.c573 struct fd f = fdget_raw(fd); in SYSCALL_DEFINE1()
Dnamei.c2417 struct fd f = fdget_raw(nd->dfd); in path_init()
/linux-6.6.21/security/landlock/
Dsyscalls.c253 f = fdget_raw(fd); in get_path_from_fd()
/linux-6.6.21/arch/arm/kernel/
Dsys_oabi-compat.c238 struct fd f = fdget_raw(fd); in sys_oabi_fcntl64()
/linux-6.6.21/fs/quota/
Dquota.c982 f = fdget_raw(fd); in SYSCALL_DEFINE4()
/linux-6.6.21/kernel/cgroup/
Dcgroup.c6861 struct fd f = fdget_raw(fd); in cgroup_v1v2_get_from_fd()