Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dmbcache.h35 struct mb_cache *mb_cache_create(int bucket_bits);
/Linux-v6.1/fs/
Dmbcache.c355 struct mb_cache *mb_cache_create(int bucket_bits) in mb_cache_create() function
394 EXPORT_SYMBOL(mb_cache_create);
/Linux-v6.1/fs/ext2/
Dxattr.c1051 return mb_cache_create(HASH_BUCKET_BITS); in ext2_xattr_create_cache()
/Linux-v6.1/fs/ext4/
Dxattr.c3135 return mb_cache_create(HASH_BUCKET_BITS); in ext4_xattr_create_cache()