Searched refs:s_ea_inode_cache (Results 1 – 2 of 2) sorted by relevance
1366 ext4_xattr_destroy_cache(sbi->s_ea_inode_cache); in ext4_put_super()1367 sbi->s_ea_inode_cache = NULL; in ext4_put_super()5548 sbi->s_ea_inode_cache = ext4_xattr_create_cache(); in __ext4_fill_super()5549 if (!sbi->s_ea_inode_cache) { in __ext4_fill_super()5766 ext4_xattr_destroy_cache(sbi->s_ea_inode_cache); in __ext4_fill_super()5767 sbi->s_ea_inode_cache = NULL; in __ext4_fill_super()
1708 struct mb_cache *s_ea_inode_cache; member