Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfile.h67 extern struct file *fget_raw(unsigned int fd);
/linux/arch/powerpc/platforms/cell/spufs/
H A Dcoredump.c76 file = fget_raw(*fd); in coredump_next_context()
/linux/fs/fuse/
H A Dbacking.c100 file = fget_raw(map->fd); in fuse_backing_open()
/linux/fs/
H A Dfile.c1088 struct file *fget_raw(unsigned int fd) in fget_raw() function
1092 EXPORT_SYMBOL(fget_raw);
1460 struct file *file = fget_raw(fildes); in SYSCALL_DEFINE1()
H A Dfsopen.c462 param.file = fget_raw(aux); in SYSCALL_DEFINE5()
/linux/fs/notify/dnotify/
H A Ddnotify.c349 f = fget_raw(fd); in fcntl_dirnotify()
/linux/net/core/
H A Dscm.c115 if (fd < 0 || !(file = fget_raw(fd))) in scm_fp_copy()