Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dfile.h43 extern struct file *fget_raw(unsigned int fd);
/linux-4.4.14/fs/
Dfile.c722 struct file *fget_raw(unsigned int fd) in fget_raw() function
726 EXPORT_SYMBOL(fget_raw);
935 struct file *file = fget_raw(fildes); in SYSCALL_DEFINE1()
/linux-4.4.14/net/core/
Dscm.c106 if (fd < 0 || !(file = fget_raw(fd))) in scm_fp_copy()