Home
last modified time | relevance | path

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

/linux/fs/fuse/
H A Dbacking.c100 file = fget_raw(map->fd); in fuse_backing_open()
/linux/include/linux/
H A Dfile.h67 extern struct file *fget_raw(unsigned int fd);
/linux/fs/
H A Dfile.c1117 struct file *fget_raw(unsigned int fd) in fget_raw() function
1121 EXPORT_SYMBOL(fget_raw);
1486 struct file *file = fget_raw(fildes); in SYSCALL_DEFINE1()
H A Dfsopen.c452 param.file = fget_raw(aux); in SYSCALL_DEFINE5()
H A Dnamespace.c5940 mnt_file = fget_raw(kreq.mnt_fd); in SYSCALL_DEFINE4()
/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()