Searched refs:mb_cache_entry_delete (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | mbcache.h | 63 void mb_cache_entry_delete(struct mb_cache *cache, u32 key, u64 value);
|
/kernel/linux/linux-5.10/fs/ |
H A D | mbcache.c | 243 /* mb_cache_entry_delete - try to remove a cache entry 250 void mb_cache_entry_delete(struct mb_cache *cache, u32 key, u64 value) in mb_cache_entry_delete() function 278 EXPORT_SYMBOL(mb_cache_entry_delete); variable
|
/kernel/linux/linux-5.10/fs/ext2/ |
H A 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()
|
Completed in 2 milliseconds