Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dfile.h42 extern struct file *fget(unsigned int fd);
/linux-4.1.27/Documentation/filesystems/
Dfiles.txt77 of the fd (fget()/fget_light()) are lock-free, it is possible
97 fget()/fget_light().
/linux-4.1.27/fs/
Dnsfs.c125 file = fget(fd); in proc_ns_fget()
Dfile.c649 struct file *fget(unsigned int fd) in fget() function
653 EXPORT_SYMBOL(fget);
Deventfd.c326 file = fget(fd); in eventfd_fget()
Daio.c1513 req->common.ki_filp = fget(iocb->aio_fildes); in io_submit_one()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dlproc_mdc.c139 struct file *fp = fget(fd); in mdc_kuc_write()
Dmdc_request.c1667 cs->cs_fp = fget(icc->icc_id); in mdc_ioc_changelog_send()
/linux-4.1.27/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.1.27/fs/coda/
Dpsdev.c191 outp->fh = fget(outp->fd); in coda_psdev_write()
/linux-4.1.27/kernel/time/
Dposix-clock.c251 struct file *fp = fget(CLOCKID_TO_FD(id)); in get_clock_desc()
/linux-4.1.27/net/9p/
Dtrans_fd.c793 ts->rd = fget(rfd); in p9_fd_open()
794 ts->wr = fget(wfd); in p9_fd_open()
/linux-4.1.27/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.1.27/drivers/dma-buf/
Ddma-buf.c380 file = fget(fd); in dma_buf_get()
/linux-4.1.27/drivers/staging/android/
Dsync.c216 struct file *file = fget(fd); in sync_fence_fdget()
/linux-4.1.27/drivers/block/
Dloop.c502 file = fget(arg); in loop_change_fd()
684 file = fget(arg); in loop_set_fd()
/linux-4.1.27/drivers/vhost/
Dnet.c847 struct file *file = fget(fd); in get_tap_socket()
/linux-4.1.27/fs/fuse/
Dinode.c1014 file = fget(d.fd); in fuse_fill_super()
/linux-4.1.27/mm/
Dnommu.c1516 file = fget(fd); in SYSCALL_DEFINE6()
Dmmap.c1412 file = fget(fd); in SYSCALL_DEFINE6()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c891 filp = fget(lk->lk_wfd); in lmv_hsm_ct_register()
/linux-4.1.27/net/
Dsocket.c435 file = fget(fd); in sockfd_lookup()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c2262 file2 = fget(lsl.sl_fd); in ll_file_ioctl()
/linux-4.1.27/drivers/android/
Dbinder.c1650 file = fget(fp->handle); in binder_transaction()
/linux-4.1.27/fs/btrfs/
Dsend.c5756 sctx->send_filp = fget(arg->send_fd); in btrfs_ioctl_send()
/linux-4.1.27/drivers/md/
Dmd.c6128 f = fget(fd); in set_bitmap_file()