| /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);
|
| H A D | eventpoll.c | 2279 file = anon_inode_getfile("[eventpoll]", &eventpoll_fops, ep, in do_epoll_create()
|
| /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/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/drivers/media/mc/ |
| H A D | mc-request.c | 306 filp = anon_inode_getfile("request", &request_fops, NULL, O_CLOEXEC); in media_request_alloc()
|
| /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/android/tests/ |
| H A D | binder_alloc_kunit.c | 519 priv->filp = anon_inode_getfile("binder_alloc_kunit", in binder_alloc_test_init()
|
| /linux/fs/bcachefs/ |
| H A D | thread_with_file.c | 51 file = anon_inode_getfile(name, fops, thr, fd_flags); in bch2_run_thread_with_file()
|
| /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/vfio/pci/hisilicon/ |
| H A D | hisi_acc_vfio_pci.c | 819 migf->filp = anon_inode_getfile("hisi_acc_vf_mig", &hisi_acc_vf_resume_fops, migf, in hisi_acc_vf_pci_resume() 941 migf->filp = anon_inode_getfile("hisi_acc_vf_mig", &hisi_acc_vf_save_fops, migf, in hisi_acc_open_saving_migf()
|
| /linux/drivers/vdpa/vdpa_user/ |
| H A D | iova_domain.c | 607 file = anon_inode_getfile("[vduse-domain]", &vduse_domain_fops, in vduse_domain_create()
|
| /linux/drivers/gpio/ |
| H A D | gpiolib-cdev.c | 386 file = anon_inode_getfile("gpio-linehandle", in linehandle_create() 1735 file = anon_inode_getfile("gpio-line", &line_fileops, lr, in linereq_create() 2160 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/kernel/bpf/ |
| H A D | bpf_iter.c | 649 file = anon_inode_getfile("bpf_iter", &bpf_iter_fops, NULL, flags); in bpf_iter_new_fd()
|
| H A D | syscall.c | 3335 file = anon_inode_getfile("bpf_link", in bpf_link_prime()
|
| /linux/drivers/virt/nitro_enclaves/ |
| H A D | ne_misc_dev.c | 1664 enclave_file = anon_inode_getfile("ne-vm", &ne_enclave_fops, ne_enclave, O_RDWR); in ne_create_vm_ioctl()
|
| /linux/drivers/misc/ |
| H A D | ntsync.c | 730 file = anon_inode_getfile("ntsync", &ntsync_obj_fops, obj, O_RDWR); in ntsync_obj_get_fd()
|
| /linux/kernel/ |
| H A D | seccomp.c | 1887 ret = anon_inode_getfile("seccomp notify", &seccomp_notify_ops, in init_listener()
|
| /linux/virt/kvm/ |
| H A D | kvm_main.c | 5486 file = anon_inode_getfile("kvm-vm", &kvm_vm_fops, kvm, O_RDWR); in kvm_dev_ioctl_create_vm()
|
| /linux/kernel/events/ |
| H A D | core.c | 13658 event_file = anon_inode_getfile("[perf_event]", &perf_fops, event, f_flags); in SYSCALL_DEFINE5()
|