| /linux/fs/ |
| H A D | anon_inodes.c | 200 struct file *anon_inode_getfile(const char *name, in anon_inode_getfile() function 206 EXPORT_SYMBOL_GPL(anon_inode_getfile);
|
| /linux/include/linux/ |
| H A D | anon_inodes.h | 17 struct file *anon_inode_getfile(const char *name,
|
| /linux/drivers/vfio/pci/qat/ |
| H A D | main.c | 268 migf->filp = anon_inode_getfile("qat_vf_mig", &qat_vf_save_fops, in qat_vf_save_device_data() 359 migf->filp = anon_inode_getfile("qat_vf_mig", &qat_vf_resume_fops, migf, O_WRONLY); in qat_vf_resume_device_data()
|
| /linux/drivers/dma-buf/ |
| H A D | sync_file.c | 31 sync_file->file = anon_inode_getfile("sync_file", &sync_file_fops, in sync_file_alloc()
|
| /linux/drivers/vfio/pci/pds/ |
| H A D | lm.c | 33 anon_inode_getfile("pds_vfio_lm", fops, lm_file, flags); in pds_vfio_get_lm_file()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | papr-hvpipe.c | 507 anon_inode_getfile("[papr-hvpipe]", &papr_hvpipe_handle_ops, in papr_hvpipe_dev_create_handle()
|
| /linux/drivers/android/tests/ |
| H A D | binder_alloc_kunit.c | 519 priv->filp = anon_inode_getfile("binder_alloc_kunit", in binder_alloc_test_init()
|
| /linux/drivers/vfio/pci/xe/ |
| H A D | main.c | 261 migf->filp = anon_inode_getfile("xe_vfio_mig", fops, migf, flags); in xe_vfio_pci_alloc_file()
|
| /linux/drivers/char/tpm/ |
| H A D | tpm_vtpm_proxy.c | 557 file = anon_inode_getfile("[vtpms]", &vtpm_proxy_fops, proxy_dev, in vtpm_proxy_create_device()
|
| /linux/drivers/media/mc/ |
| H A D | mc-request.c | 317 anon_inode_getfile("request", &request_fops, NULL, in media_request_alloc()
|
| /linux/kernel/liveupdate/ |
| H A D | luo_session.c | 374 file = anon_inode_getfile(name_buf, &luo_session_fops, session, O_RDWR); in luo_session_getfile()
|
| /linux/drivers/vfio/pci/virtio/ |
| H A D | migrate.c | 683 migf->filp = anon_inode_getfile("virtiovf_mig", &virtiovf_save_fops, migf, in virtiovf_pci_save_device_data() 1073 migf->filp = anon_inode_getfile("virtiovf_mig", &virtiovf_resume_fops, migf, in virtiovf_pci_resume_device_data()
|
| /linux/drivers/iommu/iommufd/ |
| H A D | eventq.c | 402 filep = anon_inode_getfile(name, fops, eventq, O_RDWR); in iommufd_eventq_init()
|
| /linux/drivers/vfio/pci/mlx5/ |
| H A D | main.c | 615 migf->filp = anon_inode_getfile("mlx5vf_mig", &mlx5vf_save_fops, migf, in mlx5vf_pci_save_device_data() 996 migf->filp = anon_inode_getfile("mlx5vf_mig", &mlx5vf_resume_fops, migf, in mlx5vf_pci_resume_device_data()
|
| /linux/drivers/vdpa/vdpa_user/ |
| H A D | iova_domain.c | 644 file = anon_inode_getfile("[vduse-domain]", &vduse_domain_fops, in vduse_domain_create()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_file.c | 1067 file = anon_inode_getfile("drm", dev->driver->fops, priv, flags); in mock_drm_getfile()
|
| /linux/drivers/gpio/ |
| H A D | gpiolib-cdev.c | 378 anon_inode_getfile("gpio-linehandle", &linehandle_fileops, in linehandle_create() 1711 file = anon_inode_getfile("gpio-line", &line_fileops, lr, in linereq_create() 2136 file = anon_inode_getfile("gpio-event", in lineevent_create()
|
| /linux/samples/vfio-mdev/ |
| H A D | mtty.c | 988 migf->filp = anon_inode_getfile("mtty_mig", &mtty_save_fops, in mtty_save_device_data() 1096 migf->filp = anon_inode_getfile("mtty_mig", &mtty_resume_fops, in mtty_resume_device_data()
|
| /linux/drivers/vfio/pci/hisilicon/ |
| H A D | hisi_acc_vfio_pci.c | 838 migf->filp = anon_inode_getfile("hisi_acc_vf_mig", &hisi_acc_vf_resume_fops, migf, in hisi_acc_vf_pci_resume() 960 migf->filp = anon_inode_getfile("hisi_acc_vf_mig", &hisi_acc_vf_save_fops, migf, in hisi_acc_open_saving_migf()
|
| /linux/drivers/infiniband/core/ |
| H A D | rdma_core.c | 482 filp = anon_inode_getfile(fd_type->name, fd_type->fops, NULL, in alloc_begin_fd_uobject()
|
| /linux/kernel/bpf/ |
| H A D | bpf_iter.c | 645 FD_PREPARE(fdf, flags, anon_inode_getfile("bpf_iter", &bpf_iter_fops, NULL, flags)); in bpf_iter_new_fd()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_mman.c | 976 file = anon_inode_getfile("i915.gem", &singleton_fops, i915, O_RDWR); in mmap_singleton()
|
| /linux/drivers/hv/ |
| H A D | mshv_vtl_main.c | 129 file = anon_inode_getfile("mshv_vtl", &mshv_vtl_fops, in mshv_ioctl_create_vtl()
|
| /linux/drivers/misc/ |
| H A D | ntsync.c | 725 anon_inode_getfile("ntsync", &ntsync_obj_fops, obj, O_RDWR)); in ntsync_obj_get_fd()
|
| /linux/drivers/virt/nitro_enclaves/ |
| H A D | ne_misc_dev.c | 1660 enclave_file = anon_inode_getfile("ne-vm", &ne_enclave_fops, ne_enclave, O_RDWR); in ne_create_vm_ioctl()
|