Searched refs:mb_cache_entry_delete (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/linux/ |
D | mbcache.h | 42 void mb_cache_entry_delete(struct mb_cache *cache, u32 key, u64 value);
|
/Linux-v5.10/fs/ |
D | mbcache.c | 227 void mb_cache_entry_delete(struct mb_cache *cache, u32 key, u64 value) in mb_cache_entry_delete() function 255 EXPORT_SYMBOL(mb_cache_entry_delete);
|
/Linux-v5.10/fs/ext2/ |
D | xattr.c | 530 mb_cache_entry_delete(EA_BLOCK_CACHE(inode), hash, in ext2_xattr_set() 758 mb_cache_entry_delete(ea_block_cache, hash, in ext2_xattr_set2() 839 mb_cache_entry_delete(EA_BLOCK_CACHE(inode), hash, in ext2_xattr_delete_inode()
|
/Linux-v5.10/fs/ext4/ |
D | xattr.c | 1024 mb_cache_entry_delete(ea_inode_cache, hash, in ext4_xattr_inode_update_ref() 1244 mb_cache_entry_delete(ea_block_cache, hash, in ext4_xattr_release_block() 1866 mb_cache_entry_delete(ea_block_cache, hash, in ext4_xattr_block_set()
|