Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmbcache.h40 struct mb_cache *mb_cache_create(int bucket_bits);
/openbmc/linux/fs/
H A Dmbcache.c357 struct mb_cache *mb_cache_create(int bucket_bits) in mb_cache_create() function
396 EXPORT_SYMBOL(mb_cache_create);
/openbmc/linux/fs/ext2/
H A Dxattr.c1052 return mb_cache_create(HASH_BUCKET_BITS); in ext2_xattr_create_cache()
/openbmc/linux/fs/ext4/
H A Dxattr.c3229 return mb_cache_create(HASH_BUCKET_BITS); in ext4_xattr_create_cache()