Searched refs:mb_cache_entry_delete (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | mbcache.h | 42 void mb_cache_entry_delete(struct mb_cache *cache, u32 key, u64 value);
|
/Linux-v4.19/fs/ |
D | mbcache.c | 226 void mb_cache_entry_delete(struct mb_cache *cache, u32 key, u64 value) in mb_cache_entry_delete() function 254 EXPORT_SYMBOL(mb_cache_entry_delete);
|
/Linux-v4.19/fs/ext2/ |
D | xattr.c | 499 mb_cache_entry_delete(EA_BLOCK_CACHE(inode), hash, in ext2_xattr_set() 727 mb_cache_entry_delete(ea_block_cache, hash, in ext2_xattr_set2() 801 mb_cache_entry_delete(EA_BLOCK_CACHE(inode), hash, in ext2_xattr_delete_inode()
|
/Linux-v4.19/fs/ext4/ |
D | xattr.c | 1076 mb_cache_entry_delete(ea_inode_cache, hash, in ext4_xattr_inode_update_ref() 1269 mb_cache_entry_delete(ea_block_cache, hash, in ext4_xattr_release_block() 1884 mb_cache_entry_delete(ea_block_cache, hash, in ext4_xattr_block_set()
|