| /linux/rust/kernel/fs/ |
| H A D | file.rs | 427 pub fn fd_install(self, file: ARef<File>) { in fd_install() method 437 unsafe { bindings::fd_install(self.fd, file.as_ptr()) }; in fd_install()
|
| /linux/include/linux/ |
| H A D | file.h | 119 extern void fd_install(unsigned int fd, struct file *file); 230 fd_install(fdp->__fd, fdp->__file); \
|
| /linux/io_uring/ |
| H A D | openclose.c | 176 fd_install(ret, file); in io_openat2() 410 fd_install(fds[0], files[0]); in io_pipe_fd() 411 fd_install(fds[1], files[1]); in io_pipe_fd()
|
| /linux/kernel/liveupdate/ |
| H A D | luo_core.c | 298 fd_install(argp->fd, file); in luo_ioctl_create_session() 328 fd_install(argp->fd, file); in luo_ioctl_retrieve_session()
|
| H A D | luo_session.c | 268 fd_install(argp->fd, file); in luo_session_retrieve_fd()
|
| /linux/fs/ |
| H A D | file.c | 261 /* make sure all fd_install() have seen resize_in_progress in expand_fdtable() 276 /* coupled with smp_rmb() in fd_install() */ in expand_fdtable() 445 * alloc_fd() might have already claimed a slot, while fd_install() in dup_fd() 657 * This is moved out of line from fd_install() to convince gcc to optimize that 673 * fd_install - install a file pointer in the fd array 680 void fd_install(unsigned int fd, struct file *file) in fd_install() function 702 EXPORT_SYMBOL(fd_install); 1310 * fd_install(fd, file); // only now ->fd[fd] == file in do_dup2() 1313 * in the array until the matching fd_install(). in do_dup2() 1317 * the invariant and make fd_install() overwrit in do_dup2() [all...] |
| H A D | pipe.c | 1022 fd_install(fd[0], files[0]); in do_pipe_flags() 1023 fd_install(fd[1], files[1]); in do_pipe_flags() 1047 fd_install(fd[0], files[0]); in do_pipe2() 1048 fd_install(fd[1], files[1]); in do_pipe2()
|
| /linux/drivers/iommu/iommufd/ |
| H A D | eventq.c | 447 fd_install(fdno, fault->common.filep); in iommufd_fault_alloc() 530 fd_install(fdno, veventq->common.filep); in iommufd_veventq_alloc()
|
| /linux/Documentation/driver-api/ |
| H A D | sync_file.rst | 61 fd_install(fd, sync_file->file);
|
| /linux/drivers/dma-buf/ |
| H A D | sync_file.c | 253 fd_install(fd, fence3->file); in sync_file_ioctl_merge()
|
| H A D | sw_sync.c | 384 fd_install(fd, sync_file->file); in sw_sync_ioctl_create_fence()
|
| /linux/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_submit.c | 461 fd_install(submit->out_fence_fd, submit->sync_file->file); in virtio_gpu_install_out_fence_fd()
|
| /linux/drivers/char/tpm/ |
| H A D | tpm_vtpm_proxy.c | 653 fd_install(vtpm_new_dev.fd, vtpm_file); in vtpmx_ioc_new_dev()
|
| /linux/net/core/ |
| H A D | scm.c | 494 fd_install(pidfd, pidfd_file); in scm_pidfd_recv()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_syncobj.c | 680 fd_install(fd, file); in drm_syncobj_get_fd() 781 fd_install(fd, sync_file->file); in drm_syncobj_export_sync_file()
|
| H A D | drm_lease.c | 570 fd_install(fd, lessee_file); in drm_mode_create_lease_ioctl()
|
| H A D | drm_prime.c | 527 fd_install(fd, dmabuf->file); in drm_gem_prime_handle_to_fd()
|
| /linux/sound/core/ |
| H A D | compress_offload.c | 1094 fd_install(fd_i, task->input->file); in snd_compr_task_new() 1095 fd_install(fd_o, task->output->file); in snd_compr_task_new()
|
| /linux/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_gem_submit.c | 611 fd_install(out_fence_fd, sync_file->file); in etnaviv_ioctl_gem_submit()
|
| /linux/kernel/ |
| H A D | pid.c | 671 fd_install(pidfd, pidfd_file); in pid_table_root_lookup()
|
| /linux/fs/cachefiles/ |
| H A D | ondemand.c | 471 fd_install(anon_file.fd, anon_file.file); in cachefiles_ondemand_daemon_read()
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 950 fd_install(fd, f); in copy_event_to_user() 953 fd_install(pidfd, pidfd_file); in copy_event_to_user()
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_gem_submit.c | 824 fd_install(out_fence_fd, sync_file->file); in msm_ioctl_gem_submit()
|
| /linux/drivers/xen/ |
| H A D | gntdev-dmabuf.c | 401 fd_install(take_fd(ret), no_free_ptr(gntdev_dmabuf)->dmabuf->file); in dmabuf_exp_from_pages()
|
| /linux/virt/kvm/ |
| H A D | guest_memfd.c | 615 fd_install(fd, file); in __kvm_gmem_create()
|