Home
last modified time | relevance | path

Searched refs:anon_inode_getfile (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/kernel/fs/
H A Danon_inodes.c143 struct file *anon_inode_getfile(const char *name, in anon_inode_getfile() function
149 EXPORT_SYMBOL_GPL(anon_inode_getfile);
H A Deventfd.c438 file = anon_inode_getfile("[eventfd]", &eventfd_fops, ctx, flags); in do_eventfd()
H A Deventpoll.c2111 file = anon_inode_getfile("[eventpoll]", &eventpoll_fops, ep, in do_epoll_create()
/OK3568_Linux_fs/kernel/include/linux/
H A Danon_inodes.h15 struct file *anon_inode_getfile(const char *name,
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Dsync_file.c30 sync_file->file = anon_inode_getfile("sync_file", &sync_file_fops, in sync_file_alloc()
/OK3568_Linux_fs/kernel/drivers/media/mc/
H A Dmc-request.c312 filp = anon_inode_getfile("request", &request_fops, NULL, O_CLOEXEC); in media_request_alloc()
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm_vtpm_proxy.c556 file = anon_inode_getfile("[vtpms]", &vtpm_proxy_fops, proxy_dev, in vtpm_proxy_create_device()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib-cdev.c372 file = anon_inode_getfile("gpio-linehandle", in linehandle_create()
1404 file = anon_inode_getfile("gpio-line", &line_fileops, lr, in linereq_create()
1802 file = anon_inode_getfile("gpio-event", in lineevent_create()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_file.c912 file = anon_inode_getfile("drm", dev->driver->fops, priv, flags); in mock_drm_getfile()
H A Ddrm_syncobj.c599 file = anon_inode_getfile("syncobj_file", in drm_syncobj_get_fd()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbpf_iter.c602 file = anon_inode_getfile("bpf_iter", &bpf_iter_fops, NULL, flags); in bpf_iter_new_fd()
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Drdma_core.c486 filp = anon_inode_getfile(fd_type->name, fd_type->fops, NULL, in alloc_begin_fd_uobject()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_mman.c821 file = anon_inode_getfile("i915.gem", &singleton_fops, i915, O_RDWR); in mmap_singleton()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_virtual_device1105 anon_inode_getfile
H A Dabi_gki_aarch64_exynosauto1291 anon_inode_getfile
H A Dabi_gki_aarch64_vivo28 anon_inode_getfile
H A Dabi_gki_aarch64_exynos27 anon_inode_getfile
H A Dabi_gki_aarch64_qcom38 anon_inode_getfile
H A Dabi_gki_aarch64_mtk29 anon_inode_getfile
H A Dabi_gki_aarch64_oplus41 anon_inode_getfile
H A Dabi_gki_aarch64_galaxy616 anon_inode_getfile
/OK3568_Linux_fs/kernel/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.c1607 enclave_file = anon_inode_getfile("ne-vm", &ne_enclave_fops, ne_enclave, O_RDWR); in ne_create_vm_ioctl()
/OK3568_Linux_fs/kernel/kernel/
H A Dseccomp.c1724 ret = anon_inode_getfile("seccomp notify", &seccomp_notify_ops, in init_listener()
H A Dfork.c2199 pidfile = anon_inode_getfile("[pidfd]", &pidfd_fops, pid, in copy_process()
/OK3568_Linux_fs/kernel/drivers/vfio/
H A Dvfio.c1429 filep = anon_inode_getfile("[vfio-device]", &vfio_device_fops, in vfio_group_get_device_fd()

12