Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dmbcache.h27 struct mb_cache *mb_cache_create(int bucket_bits);
/Linux-v5.4/fs/
Dmbcache.c344 struct mb_cache *mb_cache_create(int bucket_bits) in mb_cache_create() function
383 EXPORT_SYMBOL(mb_cache_create);
/Linux-v5.4/fs/ext2/
Dxattr.c1053 return mb_cache_create(HASH_BUCKET_BITS); in ext2_xattr_create_cache()
/Linux-v5.4/fs/ext4/
Dxattr.c3140 return mb_cache_create(HASH_BUCKET_BITS); in ext4_xattr_create_cache()