Searched refs:mb_cache (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/include/linux/ |
D | mbcache.h | 8 struct mb_cache *e_cache; 23 struct mb_cache { struct 36 struct mb_cache *mb_cache_create(const char *, int); argument 38 void mb_cache_destroy(struct mb_cache *); 42 struct mb_cache_entry *mb_cache_entry_alloc(struct mb_cache *, gfp_t); 47 struct mb_cache_entry *mb_cache_entry_get(struct mb_cache *, 50 struct mb_cache_entry *mb_cache_entry_find_first(struct mb_cache *cache,
|
/linux-4.1.27/fs/ |
D | mbcache.c | 193 struct mb_cache *cache = ce->e_cache; in __mb_cache_entry_forget() 293 struct mb_cache *cache; in mb_cache_shrink_count() 324 struct mb_cache * 328 struct mb_cache *cache = NULL; in mb_cache_create() 338 cache = kmalloc(sizeof(struct mb_cache), GFP_KERNEL); in mb_cache_create() 452 mb_cache_destroy(struct mb_cache *cache) in mb_cache_destroy() 502 mb_cache_entry_alloc(struct mb_cache *cache, gfp_t gfp_flags) in mb_cache_entry_alloc() 582 struct mb_cache *cache = ce->e_cache; in mb_cache_entry_insert() 661 mb_cache_entry_get(struct mb_cache *cache, struct block_device *bdev, in mb_cache_entry_get() 786 mb_cache_entry_find_first(struct mb_cache *cache, struct block_device *bdev, in mb_cache_entry_find_first() [all …]
|
/linux-4.1.27/fs/ext4/ |
D | xattr.h | 127 extern struct mb_cache *ext4_xattr_create_cache(char *name); 128 extern void ext4_xattr_destroy_cache(struct mb_cache *);
|
D | xattr.c | 83 static void ext4_xattr_cache_insert(struct mb_cache *, struct buffer_head *); 281 struct mb_cache *ext4_mb_cache = EXT4_GET_MB_CACHE(inode); in ext4_xattr_block_get() 429 struct mb_cache *ext4_mb_cache = EXT4_GET_MB_CACHE(inode); in ext4_xattr_block_list() 548 struct mb_cache *ext4_mb_cache = EXT4_GET_MB_CACHE(inode); in ext4_xattr_release_block() 784 struct mb_cache *ext4_mb_cache = EXT4_GET_MB_CACHE(inode); in ext4_xattr_block_set() 1532 ext4_xattr_cache_insert(struct mb_cache *ext4_mb_cache, struct buffer_head *bh) in ext4_xattr_cache_insert() 1610 struct mb_cache *ext4_mb_cache = EXT4_GET_MB_CACHE(inode); in ext4_xattr_cache_find() 1716 struct mb_cache * 1722 void ext4_xattr_destroy_cache(struct mb_cache *cache) in ext4_xattr_destroy_cache()
|
D | ext4.h | 1402 struct mb_cache *s_mb_cache;
|
/linux-4.1.27/fs/ext2/ |
D | xattr.c | 101 static struct mb_cache *ext2_xattr_cache;
|
/linux-4.1.27/fs/ext3/ |
D | xattr.c | 100 static struct mb_cache *ext3_xattr_cache;
|