Symbol: fget
arch/alpha/kernel/osf_sys.c
616
} fget;
arch/alpha/kernel/osf_sys.c
656
error = get_user(min_buf_size_ptr, &args->fget.min_buf_size);
drivers/accel/habanalabs/common/hldio.c
77
f->filp = fget(fd);
drivers/android/binder.c
2388
file = fget(fd);
drivers/block/loop.c
537
struct file *file = fget(arg);
drivers/block/loop.c
981
struct file *file = fget(config->fd);
drivers/dma-buf/dma-buf.c
819
file = fget(fd);
drivers/dma-buf/sync_file.c
81
struct file *file = fget(fd);
drivers/dma-buf/udmabuf.c
397
struct file *memfd = fget(list[i].memfd);
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
1014
drm_file = fget(args->drm_fd);
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
2381
drm_file = fget(device_buckets[i].drm_fd);
drivers/gpu/drm/amd/amdkfd/kfd_debug.c
812
f = fget(fd);
drivers/gpu/drm/xe/xe_svm.c
1983
file = fget(fd);
drivers/hv/mshv_vtl_main.c
482
file = fget(input.fd);
drivers/infiniband/core/rdma_core.c
391
f = fget(fdno);
drivers/iommu/iommufd/io_pagetable.c
514
file = fget(fd);
drivers/iommu/iommufd/main.c
664
file = fget(fd);
drivers/iommu/iommufd/selftest.c
1328
file = fget(fd);
drivers/md/md.c
7814
f = fget(fd);
drivers/misc/ntsync.c
804
struct file *file = fget(fd);
drivers/net/ppp/ppp_generic.c
1324
file = fget(nla_get_s32(data[IFLA_PPP_DEV_FD]));
drivers/vfio/pci/vfio_pci_core.c
1464
struct file *file = fget(group_fds[file_idx]);
drivers/vhost/net.c
1505
struct file *file = fget(fd);
fs/aio.c
2026
req->ki_filp = fget(iocb->aio_fildes);
fs/autofs/dev-ioctl.c
353
pipe = fget(pipefd);
fs/autofs/dev-ioctl.c
718
fp = fget(param->ioctlfd);
fs/autofs/inode.c
167
pipe = fget(result->uint_32);
fs/btrfs/send.c
8053
sctx->send_filp = fget(arg->send_fd);
fs/coda/inode.c
149
file = fget(result->uint_32);
fs/coda/inode.c
191
file = fget(data->fd);
fs/coda/psdev.c
189
outp->fh = fget(outp->fd);
fs/eventfd.c
327
file = fget(fd);
fs/file.c
1114
EXPORT_SYMBOL(fget);
fs/fuse/inode.c
850
struct file *file __free(fput) = fget(result.uint_32);
include/linux/file.h
66
extern struct file *fget(unsigned int fd);
io_uring/cancel.c
299
file = fget(sc.fd);
io_uring/io_uring.c
1592
struct file *file = fget(fd);
io_uring/io_uring.c
2582
file = fget(fd);
io_uring/rsrc.c
336
struct file *file = fget(fd);
io_uring/rsrc.c
536
file = fget(fd);
io_uring/rsrc.c
652
file = fget(fd);
io_uring/tctx.c
292
file = fget(fd);
kernel/events/core.c
14737
struct file *file = fget(fd);
kernel/liveupdate/luo_file.c
245
file = fget(fd);
kernel/seccomp.c
1740
kaddfd.file = fget(addfd.srcfd);
kernel/time/posix-clock.c
199
struct file *fp = fget(clockid_to_fd(id));
mm/mmap.c
577
file = fget(fd);
mm/nommu.c
1258
file = fget(fd);
net/9p/trans_fd.c
726
ts->rd = fget(rfd);
net/9p/trans_fd.c
740
ts->wr = fget(wfd);
net/socket.c
606
file = fget(fd);
virt/kvm/guest_memfd.c
656
file = fget(fd);
virt/kvm/vfio.c
149
filp = fget(fd);