Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dmbcache.h34 struct mb_cache *mb_cache_create(const char *, int);
/linux-3.4.99/fs/
Dmbcache.c66 EXPORT_SYMBOL(mb_cache_create);
208 mb_cache_create(const char *name, int bucket_bits) in mb_cache_create() function
/linux-3.4.99/fs/ext2/
Dxattr.c1020 ext2_xattr_cache = mb_cache_create("ext2_xattr", 6); in init_ext2_xattr()
/linux-3.4.99/fs/ext3/
Dxattr.c1319 ext3_xattr_cache = mb_cache_create("ext3_xattr", 6); in init_ext3_xattr()
/linux-3.4.99/fs/ext4/
Dxattr.c1601 ext4_xattr_cache = mb_cache_create("ext4_xattr", 6); in ext4_init_xattr()