Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfile.h47 extern struct file *fget_raw(unsigned int fd);
/Linux-v4.19/fs/
Dfile.c708 struct file *fget_raw(unsigned int fd) in fget_raw() function
712 EXPORT_SYMBOL(fget_raw);
931 struct file *file = fget_raw(fildes); in ksys_dup()
/Linux-v4.19/net/core/
Dscm.c107 if (fd < 0 || !(file = fget_raw(fd))) in scm_fp_copy()
/Linux-v4.19/kernel/cgroup/
Dcgroup.c5808 f = fget_raw(fd); in cgroup_get_from_fd()
/Linux-v4.19/kernel/events/
Dcore.c11211 file = fget_raw(fd); in perf_event_get()