Searched refs:mb_cache (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/linux/ |
D | mbcache.h | 11 struct mb_cache; 27 struct mb_cache *mb_cache_create(int bucket_bits); 28 void mb_cache_destroy(struct mb_cache *cache); 30 int mb_cache_entry_create(struct mb_cache *cache, gfp_t mask, u32 key, 33 static inline int mb_cache_entry_put(struct mb_cache *cache, in mb_cache_entry_put() 42 void mb_cache_entry_delete(struct mb_cache *cache, u32 key, u64 value); 43 struct mb_cache_entry *mb_cache_entry_get(struct mb_cache *cache, u32 key, 45 struct mb_cache_entry *mb_cache_entry_find_first(struct mb_cache *cache, 47 struct mb_cache_entry *mb_cache_entry_find_next(struct mb_cache *cache, 49 void mb_cache_entry_touch(struct mb_cache *cache,
|
/Linux-v4.19/fs/ |
D | mbcache.c | 27 struct mb_cache { struct 46 static unsigned long mb_cache_shrink(struct mb_cache *cache, argument 49 static inline struct hlist_bl_head *mb_cache_entry_head(struct mb_cache *cache, in mb_cache_entry_head() 73 int mb_cache_entry_create(struct mb_cache *cache, gfp_t mask, u32 key, in mb_cache_entry_create() 127 static struct mb_cache_entry *__entry_find(struct mb_cache *cache, in __entry_find() 167 struct mb_cache_entry *mb_cache_entry_find_first(struct mb_cache *cache, in mb_cache_entry_find_first() 184 struct mb_cache_entry *mb_cache_entry_find_next(struct mb_cache *cache, in mb_cache_entry_find_next() 197 struct mb_cache_entry *mb_cache_entry_get(struct mb_cache *cache, u32 key, in mb_cache_entry_get() 226 void mb_cache_entry_delete(struct mb_cache *cache, u32 key, u64 value) in mb_cache_entry_delete() 262 void mb_cache_entry_touch(struct mb_cache *cache, in mb_cache_entry_touch() [all …]
|
/Linux-v4.19/fs/ext2/ |
D | xattr.h | 57 struct mb_cache; 72 extern struct mb_cache *ext2_xattr_create_cache(void); 73 extern void ext2_xattr_destroy_cache(struct mb_cache *cache); 98 static inline void ext2_xattr_destroy_cache(struct mb_cache *cache) in ext2_xattr_destroy_cache()
|
D | xattr.c | 94 static int ext2_xattr_cache_insert(struct mb_cache *, struct buffer_head *); 156 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_get() 252 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_list() 633 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_set2() 833 ext2_xattr_cache_insert(struct mb_cache *cache, struct buffer_head *bh) in ext2_xattr_cache_insert() 903 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_cache_find() 1025 struct mb_cache *ext2_xattr_create_cache(void) in ext2_xattr_create_cache() 1030 void ext2_xattr_destroy_cache(struct mb_cache *cache) in ext2_xattr_destroy_cache()
|
D | ext2.h | 65 struct mb_cache; 117 struct mb_cache *s_ea_block_cache;
|
/Linux-v4.19/fs/ext4/ |
D | xattr.h | 192 extern struct mb_cache *ext4_xattr_create_cache(void); 193 extern void ext4_xattr_destroy_cache(struct mb_cache *);
|
D | xattr.c | 77 static void ext4_xattr_block_cache_insert(struct mb_cache *, 469 struct mb_cache *ea_inode_cache = EA_INODE_CACHE(inode); in ext4_xattr_inode_get() 520 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_get() 1025 struct mb_cache *ea_inode_cache = EA_INODE_CACHE(ea_inode); in ext4_xattr_inode_update_ref() 1250 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_release_block() 1470 struct mb_cache *ea_inode_cache = EA_INODE_CACHE(inode); in ext4_xattr_inode_cache_find() 1860 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_set() 2966 ext4_xattr_block_cache_insert(struct mb_cache *ea_block_cache, in ext4_xattr_block_cache_insert() 3041 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_cache_find() 3126 struct mb_cache * [all …]
|
D | ext4.h | 1502 struct mb_cache *s_ea_block_cache; 1503 struct mb_cache *s_ea_inode_cache;
|