mb_cache_entry_alloc  833 fs/ext2/xattr.c 	ce = mb_cache_entry_alloc(ext2_xattr_cache, GFP_NOFS);
mb_cache_entry_alloc 1134 fs/ext3/xattr.c 	ce = mb_cache_entry_alloc(ext3_xattr_cache, GFP_NOFS);
mb_cache_entry_alloc 1398 fs/ext4/xattr.c 	ce = mb_cache_entry_alloc(ext4_xattr_cache, GFP_NOFS);
mb_cache_entry_alloc   37 include/linux/mbcache.h struct mb_cache_entry *mb_cache_entry_alloc(struct mb_cache *, gfp_t);