Searched refs:mb_cache_entry_get (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/ |
H A D | mbcache.c | 217 * mb_cache_entry_get - get a cache entry by value (and key) 222 struct mb_cache_entry *mb_cache_entry_get(struct mb_cache *cache, u32 key, in mb_cache_entry_get() function 241 EXPORT_SYMBOL(mb_cache_entry_get); variable 259 entry = mb_cache_entry_get(cache, key, value); in mb_cache_entry_delete_or_get() 264 * Drop the ref we got from mb_cache_entry_get() and the initial hash in mb_cache_entry_delete_or_get()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mbcache.h | 64 struct mb_cache_entry *mb_cache_entry_get(struct mb_cache *cache, u32 key,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mbcache.h | 63 struct mb_cache_entry *mb_cache_entry_get(struct mb_cache *cache, u32 key,
|
/kernel/linux/linux-5.10/fs/ |
H A D | mbcache.c | 217 * mb_cache_entry_get - get a cache entry by value (and key) 222 struct mb_cache_entry *mb_cache_entry_get(struct mb_cache *cache, u32 key, in mb_cache_entry_get() function 241 EXPORT_SYMBOL(mb_cache_entry_get); variable 296 entry = mb_cache_entry_get(cache, key, value); in mb_cache_entry_delete_or_get() 301 * Drop the ref we got from mb_cache_entry_get() and the initial hash in mb_cache_entry_delete_or_get()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | xattr.c | 1273 ce = mb_cache_entry_get(ea_block_cache, hash, in ext4_xattr_release_block()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | xattr.c | 1325 ce = mb_cache_entry_get(ea_block_cache, hash, in ext4_xattr_release_block()
|
Completed in 13 milliseconds