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

/linux-4.1.27/include/linux/
H A Dfile.h43 extern struct file *fget_raw(unsigned int fd);
/linux-4.1.27/net/core/
H A Dscm.c106 if (fd < 0 || !(file = fget_raw(fd))) scm_fp_copy()
/linux-4.1.27/fs/
H A Dfile.c655 struct file *fget_raw(unsigned int fd) fget_raw() function
659 EXPORT_SYMBOL(fget_raw); variable
868 struct file *file = fget_raw(fildes); SYSCALL_DEFINE1()

Completed in 122 milliseconds