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()
1073 struct file *fget_raw(unsigned int fd) in fget_raw() function1077 EXPORT_SYMBOL(fget_raw);1438 struct file *file = fget_raw(fildes); in SYSCALL_DEFINE1()
456 param.file = fget_raw(aux); in SYSCALL_DEFINE5()
349 f = fget_raw(fd); in fcntl_dirnotify()
235 file = fget_raw(map->fd); in fuse_backing_open()
113 if (fd < 0 || !(file = fget_raw(fd))) in scm_fp_copy()