Searched refs:mb_cache_entry_create (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | mbcache.h | 43 int mb_cache_entry_create(struct mb_cache *cache, gfp_t mask, u32 key,
|
/openbmc/linux/fs/ |
H A D | mbcache.c | 74 int mb_cache_entry_create(struct mb_cache *cache, gfp_t mask, u32 key, in mb_cache_entry_create() function 125 EXPORT_SYMBOL(mb_cache_entry_create);
|
/openbmc/linux/fs/ext2/ |
H A D | xattr.c | 877 error = mb_cache_entry_create(cache, GFP_NOFS, hash, bh->b_blocknr, in ext2_xattr_cache_insert()
|
/openbmc/linux/fs/ext4/ |
H A D | xattr.c | 564 mb_cache_entry_create(ea_inode_cache, GFP_NOFS, in ext4_xattr_inode_get() 1610 mb_cache_entry_create(EA_INODE_CACHE(inode), GFP_NOFS, hash, in ext4_xattr_inode_lookup_create() 3050 error = mb_cache_entry_create(ea_block_cache, GFP_NOFS, hash, in ext4_xattr_block_cache_insert()
|