| /OK3568_Linux_fs/kernel/fs/ |
| H A D | anon_inodes.c | 143 struct file *anon_inode_getfile(const char *name, in anon_inode_getfile() function 149 EXPORT_SYMBOL_GPL(anon_inode_getfile);
|
| H A D | eventfd.c | 438 file = anon_inode_getfile("[eventfd]", &eventfd_fops, ctx, flags); in do_eventfd()
|
| H A D | eventpoll.c | 2111 file = anon_inode_getfile("[eventpoll]", &eventpoll_fops, ep, in do_epoll_create()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | anon_inodes.h | 15 struct file *anon_inode_getfile(const char *name,
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | sync_file.c | 30 sync_file->file = anon_inode_getfile("sync_file", &sync_file_fops, in sync_file_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/media/mc/ |
| H A D | mc-request.c | 312 filp = anon_inode_getfile("request", &request_fops, NULL, O_CLOEXEC); in media_request_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/char/tpm/ |
| H A D | tpm_vtpm_proxy.c | 556 file = anon_inode_getfile("[vtpms]", &vtpm_proxy_fops, proxy_dev, in vtpm_proxy_create_device()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpiolib-cdev.c | 372 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 D | drm_file.c | 912 file = anon_inode_getfile("drm", dev->driver->fops, priv, flags); in mock_drm_getfile()
|
| H A D | drm_syncobj.c | 599 file = anon_inode_getfile("syncobj_file", in drm_syncobj_get_fd()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | bpf_iter.c | 602 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 D | rdma_core.c | 486 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 D | i915_gem_mman.c | 821 file = anon_inode_getfile("i915.gem", &singleton_fops, i915, O_RDWR); in mmap_singleton()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_virtual_device | 1105 anon_inode_getfile
|
| H A D | abi_gki_aarch64_exynosauto | 1291 anon_inode_getfile
|
| H A D | abi_gki_aarch64_vivo | 28 anon_inode_getfile
|
| H A D | abi_gki_aarch64_exynos | 27 anon_inode_getfile
|
| H A D | abi_gki_aarch64_qcom | 38 anon_inode_getfile
|
| H A D | abi_gki_aarch64_mtk | 29 anon_inode_getfile
|
| H A D | abi_gki_aarch64_oplus | 41 anon_inode_getfile
|
| H A D | abi_gki_aarch64_galaxy | 616 anon_inode_getfile
|
| /OK3568_Linux_fs/kernel/drivers/virt/nitro_enclaves/ |
| H A D | ne_misc_dev.c | 1607 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 D | seccomp.c | 1724 ret = anon_inode_getfile("seccomp notify", &seccomp_notify_ops, in init_listener()
|
| H A D | fork.c | 2199 pidfile = anon_inode_getfile("[pidfd]", &pidfd_fops, pid, in copy_process()
|
| /OK3568_Linux_fs/kernel/drivers/vfio/ |
| H A D | vfio.c | 1429 filep = anon_inode_getfile("[vfio-device]", &vfio_device_fops, in vfio_group_get_device_fd()
|