Searched refs:fget_raw (Results 1 – 7 of 7) sorted by relevance
67 extern struct file *fget_raw(unsigned int fd);
76 file = fget_raw(*fd); in coredump_next_context()
100 file = fget_raw(map->fd); in fuse_backing_open()
1088 struct file *fget_raw(unsigned int fd) in fget_raw() function1092 EXPORT_SYMBOL(fget_raw);1460 struct file *file = fget_raw(fildes); in SYSCALL_DEFINE1()
462 param.file = fget_raw(aux); in SYSCALL_DEFINE5()
349 f = fget_raw(fd); in fcntl_dirnotify()
115 if (fd < 0 || !(file = fget_raw(fd))) in scm_fp_copy()