Searched refs:s_ea_inode_cache (Results 1 – 3 of 3) sorted by relevance
1364 ext4_xattr_destroy_cache(sbi->s_ea_inode_cache); in ext4_put_super()1365 sbi->s_ea_inode_cache = NULL; in ext4_put_super()5425 sbi->s_ea_inode_cache = ext4_xattr_create_cache(); in __ext4_fill_super()5426 if (!sbi->s_ea_inode_cache) { in __ext4_fill_super()5639 ext4_xattr_destroy_cache(sbi->s_ea_inode_cache); in __ext4_fill_super()5640 sbi->s_ea_inode_cache = NULL; in __ext4_fill_super()
115 inode->i_sb->s_fs_info)->s_ea_inode_cache)
1661 struct mb_cache *s_ea_inode_cache; member