Home
last modified time | relevance | path

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

12

/linux-6.15/rust/kernel/fs/
H A Dfile.rs253 pub fn fget(fd: u32) -> Result<ARef<LocalFile>, BadFdError> { in fget() method
255 let ptr = ptr::NonNull::new(unsafe { bindings::fget(fd) }).ok_or(BadFdError)?; in fget()
/linux-6.15/fs/coda/
H A Dinode.c149 file = fget(result->uint_32); in coda_parse_fd()
191 file = fget(data->fd); in coda_parse_monolithic()
H A Dpsdev.c189 outp->fh = fget(outp->fd); in coda_psdev_write()
/linux-6.15/include/linux/
H A Dfile.h66 extern struct file *fget(unsigned int fd);
/linux-6.15/drivers/infiniband/core/
H A Ducaps.c87 file = fget(fd); in get_devt_from_fd()
H A Drdma_core.c354 f = fget(fdno); in lookup_get_fd_uobject()
/linux-6.15/fs/autofs/
H A Ddev-ioctl.c371 pipe = fget(pipefd); in autofs_dev_ioctl_setpipefd()
732 fp = fget(param->ioctlfd); in _autofs_dev_ioctl()
H A Dinode.c167 pipe = fget(result->uint_32); in autofs_parse_fd()
/linux-6.15/kernel/time/
H A Dposix-clock.c199 struct file *fp = fget(clockid_to_fd(id)); in get_clock_desc()
/linux-6.15/fs/
H A Deventfd.c327 file = fget(fd); in eventfd_fget()
H A Dfile.c1067 struct file *fget(unsigned int fd) in fget() function
1071 EXPORT_SYMBOL(fget);
/linux-6.15/drivers/dma-buf/
H A Dsync_file.c81 struct file *file = fget(fd); in sync_file_fdget()
H A Dudmabuf.c427 struct file *memfd = fget(list[i].memfd); in udmabuf_create()
/linux-6.15/virt/kvm/
H A Dvfio.c150 filp = fget(fd); in kvm_vfio_file_add()
H A Dguest_memfd.c487 file = fget(fd); in kvm_gmem_bind()
/linux-6.15/io_uring/
H A Dtctx.c244 file = fget(fd); in io_ring_add_registered_fd()
H A Dcancel.c287 file = fget(sc.fd); in io_sync_cancel()
H A Drsrc.c249 struct file *file = fget(fd); in __io_sqe_files_update()
453 file = fget(fd); in io_files_update_with_index_alloc()
569 file = fget(fd); in io_sqe_files_register()
H A Dregister.c866 file = fget(fd); in io_uring_register_get_file()
/linux-6.15/drivers/iommu/iommufd/
H A Dmain.c473 file = fget(fd); in iommufd_ctx_from_fd()
H A Dioas.c232 file = fget(cmd->fd); in iommufd_ioas_map_file()
/linux-6.15/net/9p/
H A Dtrans_fd.c837 ts->rd = fget(rfd); in p9_fd_open()
851 ts->wr = fget(wfd); in p9_fd_open()
/linux-6.15/arch/alpha/kernel/
H A Dosf_sys.c628 } fget; member
668 error = get_user(min_buf_size_ptr, &args->fget.min_buf_size); in SYSCALL_DEFINE2()
/linux-6.15/drivers/block/
H A Dloop.c530 struct file *file = fget(arg); in loop_change_fd()
972 struct file *file = fget(config->fd); in loop_configure()
/linux-6.15/drivers/misc/
H A Dntsync.c812 struct file *file = fget(fd); in get_obj()

12