Symbol: mb_cache
fs/ext2/ext2.h
116
struct mb_cache *s_ea_block_cache;
fs/ext2/ext2.h
67
struct mb_cache;
fs/ext2/xattr.c
1050
struct mb_cache *ext2_xattr_create_cache(void)
fs/ext2/xattr.c
1055
void ext2_xattr_destroy_cache(struct mb_cache *cache)
fs/ext2/xattr.c
204
struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
fs/ext2/xattr.c
296
struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
fs/ext2/xattr.c
656
struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
fs/ext2/xattr.c
712
struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
fs/ext2/xattr.c
872
ext2_xattr_cache_insert(struct mb_cache *cache, struct buffer_head *bh)
fs/ext2/xattr.c
942
struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
fs/ext2/xattr.c
95
static int ext2_xattr_cache_insert(struct mb_cache *, struct buffer_head *);
fs/ext2/xattr.h
57
struct mb_cache;
fs/ext2/xattr.h
72
extern struct mb_cache *ext2_xattr_create_cache(void);
fs/ext2/xattr.h
73
extern void ext2_xattr_destroy_cache(struct mb_cache *cache);
fs/ext2/xattr.h
98
static inline void ext2_xattr_destroy_cache(struct mb_cache *cache)
fs/ext4/ext4.h
1710
struct mb_cache *s_ea_block_cache;
fs/ext4/ext4.h
1711
struct mb_cache *s_ea_inode_cache;
fs/ext4/xattr.c
1275
struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
fs/ext4/xattr.c
1530
struct mb_cache *ea_inode_cache = EA_INODE_CACHE(inode);
fs/ext4/xattr.c
1907
struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
fs/ext4/xattr.c
3033
ext4_xattr_block_cache_insert(struct mb_cache *ea_block_cache,
fs/ext4/xattr.c
3107
struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
fs/ext4/xattr.c
3217
struct mb_cache *
fs/ext4/xattr.c
3223
void ext4_xattr_destroy_cache(struct mb_cache *cache)
fs/ext4/xattr.c
532
struct mb_cache *ea_inode_cache = EA_INODE_CACHE(inode);
fs/ext4/xattr.c
583
struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
fs/ext4/xattr.c
77
static void ext4_xattr_block_cache_insert(struct mb_cache *,
fs/ext4/xattr.h
209
extern struct mb_cache *ext4_xattr_create_cache(void);
fs/ext4/xattr.h
210
extern void ext4_xattr_destroy_cache(struct mb_cache *);
fs/mbcache.c
127
void __mb_cache_entry_free(struct mb_cache *cache, struct mb_cache_entry *entry)
fs/mbcache.c
152
static struct mb_cache_entry *__entry_find(struct mb_cache *cache,
fs/mbcache.c
192
struct mb_cache_entry *mb_cache_entry_find_first(struct mb_cache *cache,
fs/mbcache.c
209
struct mb_cache_entry *mb_cache_entry_find_next(struct mb_cache *cache,
fs/mbcache.c
222
struct mb_cache_entry *mb_cache_entry_get(struct mb_cache *cache, u32 key,
fs/mbcache.c
254
struct mb_cache_entry *mb_cache_entry_delete_or_get(struct mb_cache *cache,
fs/mbcache.c
286
void mb_cache_entry_touch(struct mb_cache *cache,
fs/mbcache.c
296
struct mb_cache *cache = shrink->private_data;
fs/mbcache.c
302
static unsigned long mb_cache_shrink(struct mb_cache *cache,
fs/mbcache.c
335
struct mb_cache *cache = shrink->private_data;
fs/mbcache.c
344
struct mb_cache *cache = container_of(work, struct mb_cache,
fs/mbcache.c
355
struct mb_cache *mb_cache_create(int bucket_bits)
fs/mbcache.c
357
struct mb_cache *cache;
fs/mbcache.c
361
cache = kzalloc_obj(struct mb_cache);
fs/mbcache.c
405
void mb_cache_destroy(struct mb_cache *cache)
fs/mbcache.c
47
static unsigned long mb_cache_shrink(struct mb_cache *cache,
fs/mbcache.c
50
static inline struct hlist_bl_head *mb_cache_entry_head(struct mb_cache *cache,
fs/mbcache.c
74
int mb_cache_entry_create(struct mb_cache *cache, gfp_t mask, u32 key,
include/linux/mbcache.h
11
struct mb_cache;
include/linux/mbcache.h
40
struct mb_cache *mb_cache_create(int bucket_bits);
include/linux/mbcache.h
41
void mb_cache_destroy(struct mb_cache *cache);
include/linux/mbcache.h
43
int mb_cache_entry_create(struct mb_cache *cache, gfp_t mask, u32 key,
include/linux/mbcache.h
45
void __mb_cache_entry_free(struct mb_cache *cache,
include/linux/mbcache.h
48
static inline void mb_cache_entry_put(struct mb_cache *cache,
include/linux/mbcache.h
61
struct mb_cache_entry *mb_cache_entry_delete_or_get(struct mb_cache *cache,
include/linux/mbcache.h
63
struct mb_cache_entry *mb_cache_entry_get(struct mb_cache *cache, u32 key,
include/linux/mbcache.h
65
struct mb_cache_entry *mb_cache_entry_find_first(struct mb_cache *cache,
include/linux/mbcache.h
67
struct mb_cache_entry *mb_cache_entry_find_next(struct mb_cache *cache,
include/linux/mbcache.h
69
void mb_cache_entry_touch(struct mb_cache *cache,