Searched refs:fget (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/include/linux/
H A Dfile.h51 extern struct file *fget(unsigned int fd);
/linux-master/fs/autofs/
H A Ddev-ioctl.c366 pipe = fget(pipefd);
649 fp = fget(param->ioctlfd);
H A Dinode.c165 pipe = fget(result->uint_32);
/linux-master/io_uring/
H A Dtctx.c232 file = fget(fd);
H A Dcancel.c297 file = fget(sc.fd);
H A Drsrc.c397 struct file *file = fget(fd);
589 file = fget(fd);
742 file = fget(fd);
H A Dregister.c602 file = fget(fd);
/linux-master/virt/kvm/
H A Dvfio.c150 filp = fget(fd);
H A Dguest_memfd.c409 file = fget(fd);
/linux-master/drivers/dma-buf/
H A Dsync_file.c81 struct file *file = fget(fd);
H A Dudmabuf.c239 memfd = fget(list[i].memfd);
H A Ddma-buf.c722 * file's refcounting done by fget to increase refcount. returns ERR_PTR
729 file = fget(fd);
/linux-master/fs/
H A Deventfd.c327 file = fget(fd);
H A Dfsopen.c465 param.file = fget(aux);
H A Dfile.c1047 struct file *fget(unsigned int fd) function
1051 EXPORT_SYMBOL(fget); variable
1118 * You can use this instead of fget if you satisfy all of the following
1242 * extra work in their equivalent of fget() - they insert struct
1245 * fget() treats larval files as absent. Potentially interesting,
1246 * but while extra work in fget() is trivial, locking implications
/linux-master/fs/fuse/
H A Dpassthrough.c231 file = fget(map->fd);
/linux-master/kernel/time/
H A Dposix-clock.c221 struct file *fp = fget(clockid_to_fd(id));
/linux-master/fs/coda/
H A Dpsdev.c189 outp->fh = fget(outp->fd);
/linux-master/drivers/iommu/iommufd/
H A Dmain.c475 file = fget(fd);
483 /* fget is the same as iommufd_ctx_get() */
H A Dselftest.c956 file = fget(fd);
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c629 } fget; member in union:pl_args
669 error = get_user(min_buf_size_ptr, &args->fget.min_buf_size);
/linux-master/net/9p/
H A Dtrans_fd.c833 ts->rd = fget(rfd);
847 ts->wr = fget(wfd);
/linux-master/drivers/infiniband/core/
H A Drdma_core.c353 f = fget(fdno);
359 * fget(id) ensures we are not currently running
/linux-master/drivers/block/
H A Dloop.c564 struct file *file = fget(arg);
996 struct file *file = fget(config->fd);
1225 * which loop_configure()/loop_change_fd() found via fget() was this
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debug.c762 f = fget(fd);

Completed in 454 milliseconds

12