Home
last modified time | relevance | path

Searched refs:KMEM_CACHE (Results 1 – 20 of 20) sorted by relevance

/linux-4.19.296/fs/notify/dnotify/
Ddnotify.c388 dnotify_struct_cache = KMEM_CACHE(dnotify_struct, in dnotify_init()
390 dnotify_mark_cache = KMEM_CACHE(dnotify_mark, SLAB_PANIC|SLAB_ACCOUNT); in dnotify_init()
/linux-4.19.296/fs/crypto/
Dcrypto.c471 fscrypt_ctx_cachep = KMEM_CACHE(fscrypt_ctx, SLAB_RECLAIM_ACCOUNT); in fscrypt_init()
475 fscrypt_info_cachep = KMEM_CACHE(fscrypt_info, SLAB_RECLAIM_ACCOUNT); in fscrypt_init()
/linux-4.19.296/fs/ceph/
Dsuper.c779 ceph_cap_cachep = KMEM_CACHE(ceph_cap, SLAB_MEM_SPREAD); in init_caches()
782 ceph_cap_flush_cachep = KMEM_CACHE(ceph_cap_flush, in init_caches()
787 ceph_dentry_cachep = KMEM_CACHE(ceph_dentry_info, in init_caches()
792 ceph_file_cachep = KMEM_CACHE(ceph_file_info, SLAB_MEM_SPREAD); in init_caches()
796 ceph_dir_file_cachep = KMEM_CACHE(ceph_dir_file_info, SLAB_MEM_SPREAD); in init_caches()
/linux-4.19.296/fs/jbd2/
Drevoke.c196 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s, in jbd2_journal_init_revoke_record_cache()
209 jbd2_revoke_table_cache = KMEM_CACHE(jbd2_revoke_table_s, in jbd2_journal_init_revoke_table_cache()
Djournal.c2656 jbd2_inode_cache = KMEM_CACHE(jbd2_inode, 0); in jbd2_journal_init_inode_cache()
2667 jbd2_handle_cache = KMEM_CACHE(jbd2_journal_handle, SLAB_TEMPORARY); in jbd2_journal_init_handle_cache()
/linux-4.19.296/fs/notify/fanotify/
Dfanotify_user.c937 fanotify_mark_cache = KMEM_CACHE(fsnotify_mark, in fanotify_user_setup()
939 fanotify_event_cachep = KMEM_CACHE(fanotify_event_info, SLAB_PANIC); in fanotify_user_setup()
942 KMEM_CACHE(fanotify_perm_event_info, SLAB_PANIC); in fanotify_user_setup()
/linux-4.19.296/virt/kvm/
Dasync_pf.c51 async_pf_cache = KMEM_CACHE(kvm_async_pf, 0); in kvm_async_pf_init()
/linux-4.19.296/fs/notify/
Dfsnotify.c402 fsnotify_mark_connector_cachep = KMEM_CACHE(fsnotify_mark_connector, in fsnotify_init()
/linux-4.19.296/fs/ext4/
Dblock_validity.c34 ext4_system_zone_cachep = KMEM_CACHE(ext4_system_zone, 0); in ext4_init_system_zone()
Dpage-io.c37 io_end_cachep = KMEM_CACHE(ext4_io_end, SLAB_RECLAIM_ACCOUNT); in ext4_init_pageio()
Dmballoc.c2909 ext4_pspace_cachep = KMEM_CACHE(ext4_prealloc_space, in ext4_init_mballoc()
2914 ext4_ac_cachep = KMEM_CACHE(ext4_allocation_context, in ext4_init_mballoc()
2921 ext4_free_data_cachep = KMEM_CACHE(ext4_free_data, in ext4_init_mballoc()
/linux-4.19.296/include/linux/
Dslab.h165 #define KMEM_CACHE(__struct, __flags) \ macro
/linux-4.19.296/fs/notify/inotify/
Dinotify_user.c825 inotify_inode_mark_cachep = KMEM_CACHE(inotify_inode_mark, in inotify_user_setup()
/linux-4.19.296/drivers/sh/maple/
Dmaple.c836 maple_queue_cache = KMEM_CACHE(maple_buffer, SLAB_HWCACHE_ALIGN); in maple_bus_init()
/linux-4.19.296/fs/
Dseq_file.c1101 seq_file_cache = KMEM_CACHE(seq_file, SLAB_ACCOUNT|SLAB_PANIC); in seq_file_init()
Daio.c274 kiocb_cachep = KMEM_CACHE(aio_kiocb, SLAB_HWCACHE_ALIGN|SLAB_PANIC); in aio_setup()
275 kioctx_cachep = KMEM_CACHE(kioctx,SLAB_HWCACHE_ALIGN|SLAB_PANIC); in aio_setup()
Ddirect-io.c1427 dio_cache = KMEM_CACHE(dio, SLAB_PANIC); in dio_init()
/linux-4.19.296/fs/f2fs/
Ddata.c2742 bio_post_read_ctx_cache = KMEM_CACHE(bio_post_read_ctx, 0); in f2fs_init_post_read_processing()
/linux-4.19.296/block/
Dbfq-iosched.c5592 bfq_pool = KMEM_CACHE(bfq_queue, 0); in bfq_slab_setup()
Dcfq-iosched.c4877 cfq_pool = KMEM_CACHE(cfq_queue, 0); in cfq_init()