Searched refs:KMEM_CACHE (Results 51 - 75 of 121) sorted by path

12345

/linux-master/fs/btrfs/
H A Dfree-space-cache.c4157 btrfs_free_space_cachep = KMEM_CACHE(btrfs_free_space, 0);
H A Dordered-data.c1245 btrfs_ordered_extent_cache = KMEM_CACHE(btrfs_ordered_extent, 0);
H A Dtransaction.c2667 btrfs_trans_handle_cachep = KMEM_CACHE(btrfs_trans_handle, SLAB_TEMPORARY);
/linux-master/fs/
H A Dbuffer.c3128 bh_cachep = KMEM_CACHE(buffer_head,
H A Ddirect-io.c1326 dio_cache = KMEM_CACHE(dio, SLAB_PANIC);
H A Dmbcache.c429 mb_entry_cache = KMEM_CACHE(mb_cache_entry, SLAB_RECLAIM_ACCOUNT);
/linux-master/fs/ceph/
H A Dsuper.c936 ceph_cap_cachep = KMEM_CACHE(ceph_cap, 0);
939 ceph_cap_snap_cachep = KMEM_CACHE(ceph_cap_snap, 0);
942 ceph_cap_flush_cachep = KMEM_CACHE(ceph_cap_flush,
947 ceph_dentry_cachep = KMEM_CACHE(ceph_dentry_info,
952 ceph_file_cachep = KMEM_CACHE(ceph_file_info, 0);
956 ceph_dir_file_cachep = KMEM_CACHE(ceph_dir_file_info, 0);
960 ceph_mds_request_cachep = KMEM_CACHE(ceph_mds_request, 0);
/linux-master/fs/crypto/
H A Dcrypto.c412 fscrypt_inode_info_cachep = KMEM_CACHE(fscrypt_inode_info,
/linux-master/fs/dlm/
H A Dlowcomms.c252 return KMEM_CACHE(dlm_msg, 0);
H A Dmidcomms.c229 return KMEM_CACHE(dlm_mhandle, 0);
/linux-master/fs/ext4/
H A Dblock_validity.c34 ext4_system_zone_cachep = KMEM_CACHE(ext4_system_zone, 0);
H A Dextents_status.c161 ext4_es_cachep = KMEM_CACHE(extent_status, SLAB_RECLAIM_ACCOUNT);
1886 ext4_pending_cachep = KMEM_CACHE(pending_reservation, SLAB_RECLAIM_ACCOUNT);
H A Dfast_commit.c2292 ext4_fc_dentry_cachep = KMEM_CACHE(ext4_fc_dentry_update,
H A Dmballoc.c3928 ext4_pspace_cachep = KMEM_CACHE(ext4_prealloc_space,
3933 ext4_ac_cachep = KMEM_CACHE(ext4_allocation_context,
3938 ext4_free_data_cachep = KMEM_CACHE(ext4_free_data,
H A Dpage-io.c38 io_end_cachep = KMEM_CACHE(ext4_io_end, SLAB_RECLAIM_ACCOUNT);
42 io_end_vec_cachep = KMEM_CACHE(ext4_io_end_vec, 0);
H A Dreadpage.c396 bio_post_read_ctx_cache = KMEM_CACHE(bio_post_read_ctx, SLAB_RECLAIM_ACCOUNT);
/linux-master/fs/hostfs/
H A Dhostfs_kern.c999 hostfs_inode_cache = KMEM_CACHE(hostfs_inode_info, 0);
/linux-master/fs/jbd2/
H A Djournal.c3094 jbd2_inode_cache = KMEM_CACHE(jbd2_inode, 0);
3105 jbd2_handle_cache = KMEM_CACHE(jbd2_journal_handle, SLAB_TEMPORARY);
H A Drevoke.c196 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s,
209 jbd2_revoke_table_cache = KMEM_CACHE(jbd2_revoke_table_s,
/linux-master/fs/nfsd/
H A Dfilecache.c725 nfsd_file_slab = KMEM_CACHE(nfsd_file, 0);
731 nfsd_file_mark_slab = KMEM_CACHE(nfsd_file_mark, 0);
H A Dnfs4layouts.c779 nfs4_layout_cache = KMEM_CACHE(nfs4_layout, 0);
783 nfs4_layout_stateid_cache = KMEM_CACHE(nfs4_layout_stateid, 0);
H A Dnfs4state.c4582 client_slab = KMEM_CACHE(nfs4_client, 0);
4585 openowner_slab = KMEM_CACHE(nfs4_openowner, 0);
4588 lockowner_slab = KMEM_CACHE(nfs4_lockowner, 0);
4591 file_slab = KMEM_CACHE(nfs4_file, 0);
4594 stateid_slab = KMEM_CACHE(nfs4_ol_stateid, 0);
4597 deleg_slab = KMEM_CACHE(nfs4_delegation, 0);
4600 odstate_slab = KMEM_CACHE(nfs4_clnt_odstate, 0);
H A Dnfscache.c169 drc_slab = KMEM_CACHE(nfsd_cacherep, 0);
/linux-master/fs/notify/dnotify/
H A Ddnotify.c401 dnotify_struct_cache = KMEM_CACHE(dnotify_struct,
403 dnotify_mark_cache = KMEM_CACHE(dnotify_mark, SLAB_PANIC|SLAB_ACCOUNT);
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c2017 fanotify_mark_cache = KMEM_CACHE(fanotify_mark,
2019 fanotify_fid_event_cachep = KMEM_CACHE(fanotify_fid_event,
2021 fanotify_path_event_cachep = KMEM_CACHE(fanotify_path_event,
2025 KMEM_CACHE(fanotify_perm_event, SLAB_PANIC);

Completed in 543 milliseconds

12345