Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A 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()
/openbmc/linux/include/linux/
H A Dfile.h67 static inline struct fd fdget_raw(unsigned int fd) in fdget_raw() function
/openbmc/linux/fs/
H A Dfcntl.c435 struct fd f = fdget_raw(fd); in SYSCALL_DEFINE3()
461 struct fd f = fdget_raw(fd); in SYSCALL_DEFINE3()
598 struct fd f = fdget_raw(fd); in do_compat_fcntl64()
H A Dstatfs.c117 struct fd f = fdget_raw(fd); in fd_statfs()
H A Dstat.c195 f = fdget_raw(fd); in vfs_fstat()
H A Dopen.c573 struct fd f = fdget_raw(fd); in SYSCALL_DEFINE1()
H A Dnamei.c2417 struct fd f = fdget_raw(nd->dfd); in path_init()
/openbmc/linux/security/landlock/
H A Dsyscalls.c265 f = fdget_raw(fd); in get_path_from_fd()
/openbmc/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c238 struct fd f = fdget_raw(fd); in sys_oabi_fcntl64()
/openbmc/linux/fs/quota/
H A Dquota.c982 f = fdget_raw(fd); in SYSCALL_DEFINE4()
/openbmc/linux/kernel/cgroup/
H A Dcgroup.c6877 struct fd f = fdget_raw(fd); in cgroup_v1v2_get_from_fd()