Home
last modified time | relevance | path

Searched refs:fget (Results 1 – 12 of 12) sorted by relevance

/fs/autofs4/
Ddev-ioctl.c360 struct file *pipe = fget(pipefd); in autofs_dev_ioctl_setpipefd()
652 fp = fget(param->ioctlfd); in _autofs_dev_ioctl()
Dinode.c293 pipe = fget(pipefd); in autofs4_fill_super()
/fs/
Dfile.c648 struct file *fget(unsigned int fd) in fget() function
666 EXPORT_SYMBOL(fget);
Deventfd.c329 file = fget(fd); in eventfd_fget()
Deventpoll.c1807 file = fget(epfd); in SYSCALL_DEFINE4()
1812 tfile = fget(fd); in SYSCALL_DEFINE4()
Dopen.c504 file = fget(fd); in SYSCALL_DEFINE2()
Daio.c1106 req->ki_filp = fget(iocb->aio_fildes); in io_submit_one()
/fs/proc/
Dnamespaces.c326 file = fget(fd); in proc_ns_fget()
/fs/coda/
Dpsdev.c189 outp->fh = fget(outp->fd); in coda_psdev_write()
/fs/ncpfs/
Dinode.c538 ncp_filp = fget(data.ncp_fd); in ncp_fill_super()
577 server->info_filp = fget(data.info_fd); in ncp_fill_super()
/fs/fuse/
Dinode.c1004 file = fget(d.fd); in fuse_fill_super()
/fs/btrfs/
Dsend.c4614 sctx->send_filp = fget(arg->send_fd); in btrfs_ioctl_send()