Home
last modified time | relevance | path

Searched refs:mb_cache (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
Dmbcache.h8 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.4.14/fs/
Dmbcache.c193 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.4.14/fs/ext4/
Dxattr.h127 extern struct mb_cache *ext4_xattr_create_cache(char *name);
128 extern void ext4_xattr_destroy_cache(struct mb_cache *);
Dxattr.c83 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()
428 struct mb_cache *ext4_mb_cache = EXT4_GET_MB_CACHE(inode); in ext4_xattr_block_list()
547 struct mb_cache *ext4_mb_cache = EXT4_GET_MB_CACHE(inode); in ext4_xattr_release_block()
783 struct mb_cache *ext4_mb_cache = EXT4_GET_MB_CACHE(inode); in ext4_xattr_block_set()
1531 ext4_xattr_cache_insert(struct mb_cache *ext4_mb_cache, struct buffer_head *bh) in ext4_xattr_cache_insert()
1609 struct mb_cache *ext4_mb_cache = EXT4_GET_MB_CACHE(inode); in ext4_xattr_cache_find()
1715 struct mb_cache *
1721 void ext4_xattr_destroy_cache(struct mb_cache *cache) in ext4_xattr_destroy_cache()
Dext4.h1443 struct mb_cache *s_mb_cache;
/linux-4.4.14/fs/ext2/
Dxattr.c101 static struct mb_cache *ext2_xattr_cache;