Home
last modified time | relevance | path

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

12

/linux/rust/kernel/fs/
H A Dfile.rs262 pub fn fget(fd: u32) -> Result<ARef<LocalFile>, BadFdError> { in fget() method
264 let ptr = ptr::NonNull::new(unsafe { bindings::fget(fd) }).ok_or(BadFdError)?; in fget()
/linux/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/drivers/infiniband/core/
H A Ducaps.c87 file = fget(fd); in get_devt_from_fd()
/linux/include/linux/
H A Dfile.h66 extern struct file *fget(unsigned int fd);
/linux/fs/autofs/
H A Ddev-ioctl.c353 pipe = fget(pipefd); in autofs_dev_ioctl_setpipefd()
718 fp = fget(param->ioctlfd); in _autofs_dev_ioctl()
H A Dinode.c167 pipe = fget(result->uint_32); in autofs_parse_fd()
/linux/virt/kvm/
H A Dvfio.c150 filp = fget(fd); in kvm_vfio_file_add()
H A Dguest_memfd.c659 file = fget(fd); in kvm_gmem_bind()
/linux/kernel/time/
H A Dposix-clock.c199 struct file *fp = fget(clockid_to_fd(id)); in get_clock_desc()
/linux/io_uring/
H A Dtctx.c242 file = fget(fd); in io_ring_add_registered_fd()
H A Drsrc.c260 struct file *file = fget(fd); in __io_sqe_files_update()
464 file = fget(fd); in io_files_update_with_index_alloc()
580 file = fget(fd); in io_sqe_files_register()
H A Dcancel.c293 file = fget(sc.fd); in io_sync_cancel()
H A Dregister.c854 file = fget(fd); in io_uring_register_get_file()
H A Dio_uring.c1986 struct file *file = fget(fd); in io_file_get_normal()
3249 file = fget(fd); in SYSCALL_DEFINE6()
/linux/net/9p/
H A Dtrans_fd.c727 ts->rd = fget(rfd); in p9_fd_open()
741 ts->wr = fget(wfd); in p9_fd_open()
/linux/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/kernel/liveupdate/
H A Dluo_file.c267 file = fget(fd); in luo_preserve_file()
/linux/drivers/dma-buf/
H A Dudmabuf.c418 struct file *memfd = fget(list[i].memfd); in udmabuf_create()
/linux/drivers/iommu/iommufd/
H A Dmain.c664 file = fget(fd); in iommufd_ctx_from_fd()
/linux/drivers/android/binder/
H A Dthread.rs680 let file = LocalFile::fget(fd)?; in translate_object()
839 let file = LocalFile::fget(fd)?; in translate_object()
/linux/drivers/hv/
H A Dmshv_vtl_main.c476 file = fget(input.fd); in mshv_vtl_ioctl_set_poll_file()
/linux/mm/
H A Dnommu.c1258 file = fget(fd); in ksys_mmap_pgoff()
H A Dmmap.c575 file = fget(fd); in ksys_mmap_pgoff()
/linux/kernel/
H A Dseccomp.c1740 kaddfd.file = fget(addfd.srcfd); in seccomp_notify_addfd()

12