Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dmbcache.h40 struct mb_cache_entry *mb_cache_entry_alloc(struct mb_cache *, gfp_t);
/linux-3.4.99/fs/
Dmbcache.c69 EXPORT_SYMBOL(mb_cache_entry_alloc);
342 mb_cache_entry_alloc(struct mb_cache *cache, gfp_t gfp_flags) in mb_cache_entry_alloc() function
/linux-3.4.99/fs/ext2/
Dxattr.c834 ce = mb_cache_entry_alloc(ext2_xattr_cache, GFP_NOFS); in ext2_xattr_cache_insert()
/linux-3.4.99/fs/ext3/
Dxattr.c1140 ce = mb_cache_entry_alloc(ext3_xattr_cache, GFP_NOFS); in ext3_xattr_cache_insert()
/linux-3.4.99/fs/ext4/
Dxattr.c1423 ce = mb_cache_entry_alloc(ext4_xattr_cache, GFP_NOFS); in ext4_xattr_cache_insert()