Home
last modified time | relevance | path

Searched refs:anon_inode_getfd (Results 1 – 13 of 13) sorted by relevance

/linux/fs/
H A Danon_inodes.c323 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd() function
328 EXPORT_SYMBOL_GPL(anon_inode_getfd);
/linux/include/linux/
H A Danon_inodes.h27 int anon_inode_getfd(const char *name, const struct file_operations *fops,
/linux/security/landlock/
H A Dsyscalls.c252 ruleset_fd = anon_inode_getfd("[landlock-ruleset]", &ruleset_fops, in SYSCALL_DEFINE3()
/linux/drivers/tee/
H A Dtee_shm.c476 fd = anon_inode_getfd("tee_shm", &tee_shm_fops, shm, O_RDWR); in tee_shm_get_fd()
/linux/arch/powerpc/kvm/
H A Dbook3s_64_vio.c333 ret = anon_inode_getfd("kvm-spapr-tce", &kvm_spapr_tce_fops, in kvm_vm_ioctl_create_spapr_tce()
/linux/drivers/gpu/drm/xe/
H A Dxe_eu_stall.c898 stream_fd = anon_inode_getfd("[xe_eu_stall]", &fops_eu_stall, stream, f_flags); in xe_eu_stall_stream_open_locked()
H A Dxe_oa.c1856 stream_fd = anon_inode_getfd("[xe_oa]", &xe_oa_fops, stream, 0); in xe_oa_stream_open_ioctl_locked()
/linux/kernel/bpf/
H A Dsyscall.c1161 return anon_inode_getfd("bpf-map", &bpf_map_fops, map, in bpf_map_new_fd()
2490 return anon_inode_getfd("bpf-prog", &bpf_prog_fops, prog, in bpf_prog_new_fd()
3365 return anon_inode_getfd("bpf-link", in bpf_link_new_fd()
5836 fd = anon_inode_getfd("bpf-stats", &bpf_stats_fops, NULL, O_CLOEXEC); in bpf_enable_runtime_stats()
H A Dbtf.c8028 return anon_inode_getfd("btf", &btf_fops, btf, O_RDONLY | O_CLOEXEC); in __btf_new_fd()
/linux/drivers/iio/
H A Dindustrialio-buffer.c2038 fd = anon_inode_getfd("iio:buffer", &iio_buffer_chrdev_fileops, in iio_device_buffer_getfd()
/linux/virt/kvm/
H A Dkvm_main.c4111 return anon_inode_getfd(name, &kvm_vcpu_fops, vcpu, O_RDWR | O_CLOEXEC); in create_vcpu_fd()
4836 ret = anon_inode_getfd(ops->name, &kvm_device_fops, dev, O_RDWR | O_CLOEXEC); in kvm_ioctl_create_device()
/linux/sound/core/
H A Dtimer.c2208 timer_fd = anon_inode_getfd(utimer->name, &snd_utimer_fops, utimer, O_RDWR | O_CLOEXEC); in snd_utimer_ioctl_create()
/linux/drivers/gpu/drm/i915/
H A Di915_perf.c3902 stream_fd = anon_inode_getfd("[i915_perf]", &fops, stream, f_flags); in i915_perf_open_ioctl_locked()