Home
last modified time | relevance | path

Searched refs:fget_raw (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/include/linux/
Dfile.h73 extern struct file *fget_raw(unsigned int fd);
/linux-6.12.1/fs/
Dfile.c1022 struct file *fget_raw(unsigned int fd) in fget_raw() function
1026 EXPORT_SYMBOL(fget_raw);
1382 struct file *file = fget_raw(fildes); in SYSCALL_DEFINE1()
/linux-6.12.1/fs/fuse/
Dpassthrough.c231 file = fget_raw(map->fd); in fuse_backing_open()
/linux-6.12.1/net/core/
Dscm.c113 if (fd < 0 || !(file = fget_raw(fd))) in scm_fp_copy()
/linux-6.12.1/kernel/cgroup/
Dcgroup.c6496 f = fget_raw(kargs->cgroup); in cgroup_css_set_fork()