Searched refs:mb_cache_entry_create (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/include/linux/ |
D | mbcache.h | 43 int mb_cache_entry_create(struct mb_cache *cache, gfp_t mask, u32 key,
|
/linux-6.6.21/fs/ |
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);
|
/linux-6.6.21/fs/ext2/ |
D | xattr.c | 877 error = mb_cache_entry_create(cache, GFP_NOFS, hash, bh->b_blocknr, in ext2_xattr_cache_insert()
|
/linux-6.6.21/fs/ext4/ |
D | xattr.c | 564 mb_cache_entry_create(ea_inode_cache, GFP_NOFS, in ext4_xattr_inode_get() 1603 mb_cache_entry_create(EA_INODE_CACHE(inode), GFP_NOFS, hash, in ext4_xattr_inode_lookup_create() 3052 error = mb_cache_entry_create(ea_block_cache, GFP_NOFS, hash, in ext4_xattr_block_cache_insert()
|