Searched refs:fget_raw (Results 1 – 3 of 3) sorted by relevance
43 extern struct file *fget_raw(unsigned int fd);
722 struct file *fget_raw(unsigned int fd) in fget_raw() function726 EXPORT_SYMBOL(fget_raw);935 struct file *file = fget_raw(fildes); in SYSCALL_DEFINE1()
106 if (fd < 0 || !(file = fget_raw(fd))) in scm_fp_copy()