Home
last modified time | relevance | path

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

/fs/
Dmbcache.c66 EXPORT_SYMBOL(mb_cache_create);
208 mb_cache_create(const char *name, int bucket_bits) in mb_cache_create() function
/fs/ext2/
Dxattr.c1019 ext2_xattr_cache = mb_cache_create("ext2_xattr", 6); in init_ext2_xattr()
/fs/ext3/
Dxattr.c1319 ext3_xattr_cache = mb_cache_create("ext3_xattr", 6); in init_ext3_xattr()
/fs/ext4/
Dxattr.c1721 return mb_cache_create(name, HASH_BUCKET_BITS); in ext4_xattr_create_cache()