Searched refs:fget_raw (Results 1 – 4 of 4) sorted by relevance
49 extern struct file *fget_raw(unsigned int fd);
743 struct file *fget_raw(unsigned int fd) in fget_raw() function747 EXPORT_SYMBOL(fget_raw);966 struct file *file = fget_raw(fildes); in ksys_dup()
104 if (fd < 0 || !(file = fget_raw(fd))) in scm_fp_copy()
6280 f = fget_raw(fd); in cgroup_get_from_fd()