Searched refs:mb_cache_entry_put (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/fs/ |
D | mbcache.c | 121 mb_cache_entry_put(cache, entry); in mb_cache_entry_create() 179 mb_cache_entry_put(cache, old_entry); in __entry_find() 420 mb_cache_entry_put(cache, entry); in mb_cache_destroy()
|
/linux-6.14.4/include/linux/ |
D | mbcache.h | 48 static inline void mb_cache_entry_put(struct mb_cache *cache, in mb_cache_entry_put() function
|
/linux-6.14.4/fs/ext4/ |
D | xattr.c | 478 mb_cache_entry_put(EA_INODE_CACHE(inode), oe); in ext4_evict_ea_inode() 1293 mb_cache_entry_put(ea_block_cache, oe); in ext4_xattr_release_block() 1321 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_release_block() 1535 mb_cache_entry_put(ea_inode_cache, ce); in ext4_xattr_inode_cache_find() 1551 mb_cache_entry_put(ea_inode_cache, ce); in ext4_xattr_inode_cache_find() 1946 mb_cache_entry_put(ea_block_cache, oe); in ext4_xattr_block_set() 2077 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set() 2096 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set() 2197 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set() 3115 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_cache_find()
|
/linux-6.14.4/fs/ext2/ |
D | xattr.c | 535 mb_cache_entry_put(EA_BLOCK_CACHE(inode), oe); in ext2_xattr_set() 677 mb_cache_entry_put(ea_block_cache, oe); in ext2_xattr_release_block() 969 mb_cache_entry_put(ea_block_cache, ce); in ext2_xattr_cache_find()
|