Home
last modified time | relevance | path

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

/fs/
Dfile_table.c294 struct file *fget_raw(unsigned int fd) in fget_raw() function
311 EXPORT_SYMBOL(fget_raw);
Dfcntl.c134 struct file *file = fget_raw(fildes); in SYSCALL_DEFINE1()
447 filp = fget_raw(fd); in SYSCALL_DEFINE3()
479 filp = fget_raw(fd); in SYSCALL_DEFINE3()
Dstatfs.c90 struct file *file = fget_raw(fd); in fd_statfs()
Dstat.c60 struct file *f = fget_raw(fd); in vfs_fstat()