Home
last modified time | relevance | path

Searched refs:fget_raw (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/kernel/bpf/
H A Dbpf_inode_storage.c110 f = fget_raw(fd); in bpf_fd_inode_storage_lookup_elem()
127 f = fget_raw(fd); in bpf_fd_inode_storage_update_elem()
161 f = fget_raw(fd); in bpf_fd_inode_storage_delete_elem()
/kernel/linux/linux-5.10/include/linux/
H A Dfile.h51 extern struct file *fget_raw(unsigned int fd);
/kernel/linux/linux-6.6/include/linux/
H A Dfile.h50 extern struct file *fget_raw(unsigned int fd);
/kernel/linux/linux-5.10/fs/
H A Dfile.c948 struct file *fget_raw(unsigned int fd) in fget_raw() function
952 EXPORT_SYMBOL(fget_raw); variable
1253 struct file *file = fget_raw(fildes); in SYSCALL_DEFINE1()
/kernel/linux/linux-6.6/fs/
H A Dfile.c933 struct file *fget_raw(unsigned int fd) in fget_raw() function
937 EXPORT_SYMBOL(fget_raw); variable
1289 struct file *file = fget_raw(fildes); in SYSCALL_DEFINE1()
/kernel/linux/linux-5.10/net/core/
H A Dscm.c105 if (fd < 0 || !(file = fget_raw(fd))) in scm_fp_copy()
/kernel/linux/linux-6.6/net/core/
H A Dscm.c105 if (fd < 0 || !(file = fget_raw(fd))) in scm_fp_copy()
/kernel/linux/linux-5.10/kernel/cgroup/
H A Dcgroup.c6070 f = fget_raw(kargs->cgroup);
6484 f = fget_raw(fd); in cgroup_get_from_fd()
/kernel/linux/linux-6.6/kernel/cgroup/
H A Dcgroup.c6397 f = fget_raw(kargs->cgroup);

Completed in 21 milliseconds