Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmbcache.h27 struct mb_cache *mb_cache_create(int bucket_bits);
/Linux-v4.19/fs/
Dmbcache.c343 struct mb_cache *mb_cache_create(int bucket_bits) in mb_cache_create() function
382 EXPORT_SYMBOL(mb_cache_create);
/Linux-v4.19/fs/ext2/
Dxattr.c1027 return mb_cache_create(HASH_BUCKET_BITS); in ext2_xattr_create_cache()
/Linux-v4.19/fs/ext4/
Dxattr.c3129 return mb_cache_create(HASH_BUCKET_BITS); in ext4_xattr_create_cache()