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
2371
file = fget(fd);
drivers/block/loop.c
541
struct file *file = fget(arg);
drivers/block/loop.c
985
struct file *file = fget(config->fd);
drivers/dma-buf/dma-buf.c
815
file = fget(fd);
drivers/dma-buf/sync_file.c
81
struct file *file = fget(fd);
drivers/dma-buf/udmabuf.c
416
struct file *memfd = fget(list[i].memfd);
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
2269
drm_file = fget(device_buckets[i].drm_fd);
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
991
drm_file = fget(args->drm_fd);
drivers/gpu/drm/amd/amdkfd/kfd_debug.c
812
f = fget(fd);
drivers/gpu/drm/xe/xe_svm.c
1964
file = fget(fd);
drivers/hv/mshv_vtl_main.c
476
file = fget(input.fd);
drivers/infiniband/core/rdma_core.c
354
f = fget(fdno);
drivers/infiniband/core/ucaps.c
87
file = fget(fd);
drivers/iommu/iommufd/io_pagetable.c
514
file = fget(fd);
drivers/iommu/iommufd/main.c
664
file = fget(fd);
drivers/iommu/iommufd/selftest.c
1359
file = fget(fd);
drivers/md/md.c
7650
f = fget(fd);
drivers/misc/ntsync.c
803
struct file *file = fget(fd);
drivers/net/ppp/ppp_generic.c
1325
file = fget(nla_get_s32(data[IFLA_PPP_DEV_FD]));
drivers/vfio/pci/vfio_pci_core.c
1373
struct file *file = fget(group_fds[file_idx]);
drivers/vhost/net.c
1496
struct file *file = fget(fd);
fs/aio.c
1972
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
8081
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
1115
EXPORT_SYMBOL(fget);
fs/fuse/inode.c
2001
ctx->file = fget(ctx->fd);
include/linux/file.h
66
extern struct file *fget(unsigned int fd);
io_uring/cancel.c
292
file = fget(sc.fd);
io_uring/io_uring.c
1577
struct file *file = fget(fd);
io_uring/io_uring.c
2567
file = fget(fd);
io_uring/register.c
972
file = fget(fd);
io_uring/rsrc.c
245
struct file *file = fget(fd);
io_uring/rsrc.c
446
file = fget(fd);
io_uring/rsrc.c
562
file = fget(fd);
io_uring/tctx.c
261
file = fget(fd);
kernel/events/core.c
14658
struct file *file = fget(fd);
kernel/liveupdate/luo_file.c
271
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
576
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
557
file = fget(fd);
virt/kvm/guest_memfd.c
654
file = fget(fd);
virt/kvm/vfio.c
150
filp = fget(fd);