Home
last modified time | relevance | path

Searched refs:mb_cache_create (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/
Dmbcache.h40 struct mb_cache *mb_cache_create(int bucket_bits);
/linux-6.12.1/fs/
Dmbcache.c355 struct mb_cache *mb_cache_create(int bucket_bits) in mb_cache_create() function
398 EXPORT_SYMBOL(mb_cache_create);
/linux-6.12.1/fs/ext2/
Dxattr.c1052 return mb_cache_create(HASH_BUCKET_BITS); in ext2_xattr_create_cache()
/linux-6.12.1/fs/ext4/
Dxattr.c3227 return mb_cache_create(HASH_BUCKET_BITS); in ext4_xattr_create_cache()