Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmbcache.h42 struct mb_cache_entry *mb_cache_entry_alloc(struct mb_cache *, gfp_t);
/linux-4.4.14/fs/
Dmbcache.c112 EXPORT_SYMBOL(mb_cache_entry_alloc);
502 mb_cache_entry_alloc(struct mb_cache *cache, gfp_t gfp_flags) in mb_cache_entry_alloc() function
/linux-4.4.14/fs/ext2/
Dxattr.c832 ce = mb_cache_entry_alloc(ext2_xattr_cache, GFP_NOFS); in ext2_xattr_cache_insert()
/linux-4.4.14/fs/ext4/
Dxattr.c1537 ce = mb_cache_entry_alloc(ext4_mb_cache, GFP_NOFS); in ext4_xattr_cache_insert()