Searched refs:s_ea_block_cache (Results 1 – 6 of 6) sorted by relevance
152 ext2_xattr_destroy_cache(sbi->s_ea_block_cache); in ext2_put_super()153 sbi->s_ea_block_cache = NULL; in ext2_put_super()1137 sbi->s_ea_block_cache = ext2_xattr_create_cache(); in ext2_fill_super()1138 if (!sbi->s_ea_block_cache) { in ext2_fill_super()1189 ext2_xattr_destroy_cache(sbi->s_ea_block_cache); in ext2_fill_super()
119 struct mb_cache *s_ea_block_cache; member
126 #define EA_BLOCK_CACHE(inode) (EXT2_SB(inode->i_sb)->s_ea_block_cache)
1254 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in ext4_put_super()1255 sbi->s_ea_block_cache = NULL; in ext4_put_super()4759 sbi->s_ea_block_cache = ext4_xattr_create_cache(); in ext4_fill_super()4760 if (!sbi->s_ea_block_cache) { in ext4_fill_super()5047 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in ext4_fill_super()5048 sbi->s_ea_block_cache = NULL; in ext4_fill_super()
1676 struct mb_cache *s_ea_block_cache; member
114 inode->i_sb->s_fs_info)->s_ea_block_cache)