Searched refs:s_ea_block_cache (Results 1 – 2 of 2) sorted by relevance
1369 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in ext4_put_super()1370 sbi->s_ea_block_cache = NULL; in ext4_put_super()5539 sbi->s_ea_block_cache = ext4_xattr_create_cache(); in __ext4_fill_super()5540 if (!sbi->s_ea_block_cache) { in __ext4_fill_super()5769 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in __ext4_fill_super()5770 sbi->s_ea_block_cache = NULL; in __ext4_fill_super()
1707 struct mb_cache *s_ea_block_cache; member