mb_cache           65 fs/ext2/ext2.h struct mb_cache;
mb_cache          117 fs/ext2/ext2.h 	struct mb_cache *s_ea_block_cache;
mb_cache           95 fs/ext2/xattr.c static int ext2_xattr_cache_insert(struct mb_cache *, struct buffer_head *);
mb_cache          204 fs/ext2/xattr.c 	struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
mb_cache          296 fs/ext2/xattr.c 	struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
mb_cache          660 fs/ext2/xattr.c 	struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
mb_cache          859 fs/ext2/xattr.c ext2_xattr_cache_insert(struct mb_cache *cache, struct buffer_head *bh)
mb_cache          929 fs/ext2/xattr.c 	struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
mb_cache         1051 fs/ext2/xattr.c struct mb_cache *ext2_xattr_create_cache(void)
mb_cache         1056 fs/ext2/xattr.c void ext2_xattr_destroy_cache(struct mb_cache *cache)
mb_cache           57 fs/ext2/xattr.h struct mb_cache;
mb_cache           72 fs/ext2/xattr.h extern struct mb_cache *ext2_xattr_create_cache(void);
mb_cache           73 fs/ext2/xattr.h extern void ext2_xattr_destroy_cache(struct mb_cache *cache);
mb_cache           98 fs/ext2/xattr.h static inline void ext2_xattr_destroy_cache(struct mb_cache *cache)
mb_cache         1542 fs/ext4/ext4.h 	struct mb_cache *s_ea_block_cache;
mb_cache         1543 fs/ext4/ext4.h 	struct mb_cache *s_ea_inode_cache;
mb_cache           77 fs/ext4/xattr.c static void ext4_xattr_block_cache_insert(struct mb_cache *,
mb_cache          469 fs/ext4/xattr.c 	struct mb_cache *ea_inode_cache = EA_INODE_CACHE(inode);
mb_cache          520 fs/ext4/xattr.c 	struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
mb_cache         1022 fs/ext4/xattr.c 	struct mb_cache *ea_inode_cache = EA_INODE_CACHE(ea_inode);
mb_cache         1243 fs/ext4/xattr.c 	struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
mb_cache         1469 fs/ext4/xattr.c 	struct mb_cache *ea_inode_cache = EA_INODE_CACHE(inode);
mb_cache         1856 fs/ext4/xattr.c 	struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
mb_cache         2974 fs/ext4/xattr.c ext4_xattr_block_cache_insert(struct mb_cache *ea_block_cache,
mb_cache         3049 fs/ext4/xattr.c 	struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
mb_cache         3137 fs/ext4/xattr.c struct mb_cache *
mb_cache         3143 fs/ext4/xattr.c void ext4_xattr_destroy_cache(struct mb_cache *cache)
mb_cache          192 fs/ext4/xattr.h extern struct mb_cache *ext4_xattr_create_cache(void);
mb_cache          193 fs/ext4/xattr.h extern void ext4_xattr_destroy_cache(struct mb_cache *);
mb_cache           47 fs/mbcache.c   static unsigned long mb_cache_shrink(struct mb_cache *cache,
mb_cache           50 fs/mbcache.c   static inline struct hlist_bl_head *mb_cache_entry_head(struct mb_cache *cache,
mb_cache           74 fs/mbcache.c   int mb_cache_entry_create(struct mb_cache *cache, gfp_t mask, u32 key,
mb_cache          128 fs/mbcache.c   static struct mb_cache_entry *__entry_find(struct mb_cache *cache,
mb_cache          168 fs/mbcache.c   struct mb_cache_entry *mb_cache_entry_find_first(struct mb_cache *cache,
mb_cache          185 fs/mbcache.c   struct mb_cache_entry *mb_cache_entry_find_next(struct mb_cache *cache,
mb_cache          198 fs/mbcache.c   struct mb_cache_entry *mb_cache_entry_get(struct mb_cache *cache, u32 key,
mb_cache          227 fs/mbcache.c   void mb_cache_entry_delete(struct mb_cache *cache, u32 key, u64 value)
mb_cache          263 fs/mbcache.c   void mb_cache_entry_touch(struct mb_cache *cache,
mb_cache          273 fs/mbcache.c   	struct mb_cache *cache = container_of(shrink, struct mb_cache,
mb_cache          280 fs/mbcache.c   static unsigned long mb_cache_shrink(struct mb_cache *cache,
mb_cache          323 fs/mbcache.c   	struct mb_cache *cache = container_of(shrink, struct mb_cache,
mb_cache          333 fs/mbcache.c   	struct mb_cache *cache = container_of(work, struct mb_cache,
mb_cache          344 fs/mbcache.c   struct mb_cache *mb_cache_create(int bucket_bits)
mb_cache          346 fs/mbcache.c   	struct mb_cache *cache;
mb_cache          350 fs/mbcache.c   	cache = kzalloc(sizeof(struct mb_cache), GFP_KERNEL);
mb_cache          392 fs/mbcache.c   void mb_cache_destroy(struct mb_cache *cache)
mb_cache           11 include/linux/mbcache.h struct mb_cache;
mb_cache           27 include/linux/mbcache.h struct mb_cache *mb_cache_create(int bucket_bits);
mb_cache           28 include/linux/mbcache.h void mb_cache_destroy(struct mb_cache *cache);
mb_cache           30 include/linux/mbcache.h int mb_cache_entry_create(struct mb_cache *cache, gfp_t mask, u32 key,
mb_cache           33 include/linux/mbcache.h static inline int mb_cache_entry_put(struct mb_cache *cache,
mb_cache           42 include/linux/mbcache.h void mb_cache_entry_delete(struct mb_cache *cache, u32 key, u64 value);
mb_cache           43 include/linux/mbcache.h struct mb_cache_entry *mb_cache_entry_get(struct mb_cache *cache, u32 key,
mb_cache           45 include/linux/mbcache.h struct mb_cache_entry *mb_cache_entry_find_first(struct mb_cache *cache,
mb_cache           47 include/linux/mbcache.h struct mb_cache_entry *mb_cache_entry_find_next(struct mb_cache *cache,
mb_cache           49 include/linux/mbcache.h void mb_cache_entry_touch(struct mb_cache *cache,