Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dfile.h42 extern struct file *fget(unsigned int fd);
/linux-4.4.14/Documentation/filesystems/
Dfiles.txt77 of the fd (fget()/fget_light()) are lock-free, it is possible
97 fget()/fget_light().
/linux-4.4.14/fs/
Dnsfs.c126 file = fget(fd); in proc_ns_fget()
Deventfd.c326 file = fget(fd); in eventfd_fget()
Dfile.c716 struct file *fget(unsigned int fd) in fget() function
720 EXPORT_SYMBOL(fget);
Daio.c1522 req->common.ki_filp = fget(iocb->aio_fildes); in io_submit_one()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dlproc_mdc.c144 struct file *fp = fget(fd); in mdc_kuc_write()
Dmdc_request.c1571 cs->cs_fp = fget(icc->icc_id); in mdc_ioc_changelog_send()
/linux-4.4.14/fs/autofs4/
Ddev-ioctl.c378 pipe = fget(pipefd); in autofs_dev_ioctl_setpipefd()
672 fp = fget(param->ioctlfd); in _autofs_dev_ioctl()
Dinode.c308 pipe = fget(pipefd); in autofs4_fill_super()
/linux-4.4.14/fs/coda/
Dpsdev.c191 outp->fh = fget(outp->fd); in coda_psdev_write()
/linux-4.4.14/kernel/time/
Dposix-clock.c251 struct file *fp = fget(CLOCKID_TO_FD(id)); in get_clock_desc()
/linux-4.4.14/net/9p/
Dtrans_fd.c793 ts->rd = fget(rfd); in p9_fd_open()
794 ts->wr = fget(wfd); in p9_fd_open()
/linux-4.4.14/arch/alpha/kernel/
Dosf_sys.c632 } fget; member
672 error = get_user(min_buf_size_ptr, &args->fget.min_buf_size); in SYSCALL_DEFINE2()
/linux-4.4.14/drivers/dma-buf/
Ddma-buf.c389 file = fget(fd); in dma_buf_get()
/linux-4.4.14/Documentation/DocBook/
Dfilesystems.xml.db195 API-eventfd-fget
/linux-4.4.14/drivers/staging/android/
Dsync.c216 struct file *file = fget(fd); in sync_fence_fdget()
/linux-4.4.14/drivers/block/
Dloop.c676 file = fget(arg); in loop_change_fd()
884 file = fget(arg); in loop_set_fd()
/linux-4.4.14/drivers/vhost/
Dnet.c846 struct file *file = fget(fd); in get_tap_socket()
/linux-4.4.14/fs/fuse/
Dinode.c1065 file = fget(d.fd); in fuse_fill_super()
Ddev.c2245 struct file *old = fget(oldfd); in fuse_dev_ioctl()
/linux-4.4.14/mm/
Dnommu.c1469 file = fget(fd); in SYSCALL_DEFINE6()
Dmmap.c1423 file = fget(fd); in SYSCALL_DEFINE6()
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c856 filp = fget(lk->lk_wfd); in lmv_hsm_ct_register()
/linux-4.4.14/net/
Dsocket.c436 file = fget(fd); in sockfd_lookup()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dfile.c2252 file2 = fget(lsl.sl_fd); in ll_file_ioctl()
/linux-4.4.14/drivers/android/
Dbinder.c1650 file = fget(fp->handle); in binder_transaction()
/linux-4.4.14/fs/btrfs/
Dsend.c6005 sctx->send_filp = fget(arg->send_fd); in btrfs_ioctl_send()
/linux-4.4.14/drivers/md/
Dmd.c6271 f = fget(fd); in set_bitmap_file()