Searched refs:anon_inode_getfd (Results 1 – 18 of 18) sorted by relevance
/linux-6.12.1/fs/ |
D | anon_inodes.c | 266 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd() function 271 EXPORT_SYMBOL_GPL(anon_inode_getfd);
|
D | fsopen.c | 90 fd = anon_inode_getfd("[fscontext]", &fscontext_fops, fc, in fscontext_create_fd()
|
/linux-6.12.1/include/linux/ |
D | anon_inodes.h | 27 int anon_inode_getfd(const char *name, const struct file_operations *fops,
|
/linux-6.12.1/security/landlock/ |
D | syscalls.c | 230 ruleset_fd = anon_inode_getfd("[landlock-ruleset]", &ruleset_fops, in SYSCALL_DEFINE3()
|
/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_smi_events.c | 374 ret = anon_inode_getfd(kfd_smi_name, &kfd_smi_ev_fops, (void *)client, in kfd_smi_event_open()
|
/linux-6.12.1/drivers/tee/ |
D | tee_shm.c | 474 fd = anon_inode_getfd("tee_shm", &tee_shm_fops, shm, O_RDWR); in tee_shm_get_fd()
|
/linux-6.12.1/drivers/iio/ |
D | industrialio-event.c | 212 fd = anon_inode_getfd("iio:event", &iio_event_chrdev_fileops, in iio_event_getfd()
|
D | industrialio-buffer.c | 2038 fd = anon_inode_getfd("iio:buffer", &iio_buffer_chrdev_fileops, in iio_device_buffer_getfd()
|
/linux-6.12.1/arch/powerpc/kvm/ |
D | book3s_64_vio.c | 344 ret = anon_inode_getfd("kvm-spapr-tce", &kvm_spapr_tce_fops, in kvm_vm_ioctl_create_spapr_tce()
|
D | book3s_64_mmu_hv.c | 1973 ret = anon_inode_getfd("kvm-htab", &kvm_htab_fops, ctx, rwflag | O_CLOEXEC); in kvm_vm_ioctl_get_htab_fd()
|
/linux-6.12.1/fs/notify/inotify/ |
D | inotify_user.c | 711 ret = anon_inode_getfd("inotify", &inotify_fops, group, in do_inotify_init()
|
/linux-6.12.1/kernel/bpf/ |
D | syscall.c | 1029 return anon_inode_getfd("bpf-map", &bpf_map_fops, map, in bpf_map_new_fd() 2357 return anon_inode_getfd("bpf-prog", &bpf_prog_fops, prog, in bpf_prog_new_fd() 3194 return anon_inode_getfd("bpf-link", in bpf_link_new_fd() 5482 fd = anon_inode_getfd("bpf-stats", &bpf_stats_fops, NULL, O_CLOEXEC); in bpf_enable_runtime_stats()
|
D | btf.c | 7686 return anon_inode_getfd("btf", &btf_fops, btf, O_RDONLY | O_CLOEXEC); in __btf_new_fd()
|
/linux-6.12.1/fs/notify/fanotify/ |
D | fanotify_user.c | 1553 fd = anon_inode_getfd("[fanotify]", &fanotify_fops, group, f_flags); in SYSCALL_DEFINE2()
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_oa.c | 1495 stream_fd = anon_inode_getfd("[xe_oa]", &xe_oa_fops, stream, 0); in xe_oa_stream_open_ioctl_locked()
|
/linux-6.12.1/sound/core/ |
D | timer.c | 2201 timer_fd = anon_inode_getfd(utimer->name, &snd_utimer_fops, utimer, O_RDWR | O_CLOEXEC); in snd_utimer_ioctl_create()
|
/linux-6.12.1/virt/kvm/ |
D | kvm_main.c | 4163 return anon_inode_getfd(name, &kvm_vcpu_fops, vcpu, O_RDWR | O_CLOEXEC); in create_vcpu_fd() 4845 ret = anon_inode_getfd(ops->name, &kvm_device_fops, dev, O_RDWR | O_CLOEXEC); in kvm_ioctl_create_device()
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | i915_perf.c | 3900 stream_fd = anon_inode_getfd("[i915_perf]", &fops, stream, f_flags); in i915_perf_open_ioctl_locked()
|