Home
last modified time | relevance | path

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

12

/linux/include/linux/
A Dfile.h49 extern struct file *fget(unsigned int fd);
/linux/Documentation/filesystems/
A Dfiles.rst81 of the fd (fget()/fget_light()) are lock-free, it is possible
101 fget()/fget_light().
/linux/fs/autofs/
A Ddev-ioctl.c366 pipe = fget(pipefd); in autofs_dev_ioctl_setpipefd()
649 fp = fget(param->ioctlfd); in _autofs_dev_ioctl()
A Dinode.c323 pipe = fget(sbi->pipefd); in autofs_fill_super()
/linux/fs/
A Dnsfs.c241 file = fget(fd); in proc_ns_fget()
A Deventfd.c350 file = fget(fd); in eventfd_fget()
A Dfsopen.c429 param.file = fget(aux); in SYSCALL_DEFINE5()
A Dfile.c922 struct file *fget(unsigned int fd) in fget() function
926 EXPORT_SYMBOL(fget);
/linux/kernel/time/
A Dposix-clock.c201 struct file *fp = fget(clockid_to_fd(id)); in get_clock_desc()
/linux/fs/coda/
A Dpsdev.c189 outp->fh = fget(outp->fd); in coda_psdev_write()
/linux/drivers/dma-buf/
A Dsync_file.c80 struct file *file = fget(fd); in sync_file_fdget()
A Dudmabuf.c203 memfd = fget(list[i].memfd); in udmabuf_create()
A Ddma-buf.c622 file = fget(fd); in dma_buf_get()
/linux/net/9p/
A Dtrans_fd.c818 ts->rd = fget(rfd); in p9_fd_open()
823 ts->wr = fget(wfd); in p9_fd_open()
/linux/kernel/
A Dnsproxy.c534 file = fget(fd); in SYSCALL_DEFINE2()
A Dseccomp.c1583 kaddfd.file = fget(addfd.srcfd); in seccomp_notify_addfd()
/linux/arch/alpha/kernel/
A Dosf_sys.c628 } fget; member
668 error = get_user(min_buf_size_ptr, &args->fget.min_buf_size); in SYSCALL_DEFINE2()
/linux/arch/x86/kernel/cpu/sgx/
A Dmain.c777 file = fget(attribute_fd); in sgx_set_attribute()
/linux/drivers/infiniband/core/
A Drdma_core.c353 f = fget(fdno); in lookup_get_fd_uobject()
/linux/drivers/vhost/
A Dnet.c1455 struct file *file = fget(fd); in get_tap_ptr_ring()
1473 struct file *file = fget(fd); in get_tap_socket()
/linux/drivers/block/
A Dloop.c567 struct file *file = fget(arg); in loop_change_fd()
949 struct file *file = fget(config->fd); in loop_configure()
/linux/mm/
A Dnommu.c1290 file = fget(fd); in ksys_mmap_pgoff()
/linux/arch/x86/kvm/svm/
A Dsev.c1692 source_kvm_file = fget(source_fd); in svm_vm_migrate_from()
1981 source_kvm_file = fget(source_fd); in svm_vm_copy_asid_from()
/linux/fs/fuse/
A Dinode.c1656 ctx->file = fget(ctx->fd); in fuse_get_tree()
/linux/drivers/gpu/drm/amd/amdkfd/
A Dkfd_chardev.c1204 drm_file = fget(args->drm_fd); in kfd_ioctl_acquire_vm()

Completed in 58 milliseconds

12