Searched refs:s_ea_block_cache (Results 1 – 6 of 6) sorted by relevance
179 ext2_xattr_destroy_cache(sbi->s_ea_block_cache); in ext2_put_super()180 sbi->s_ea_block_cache = NULL; in ext2_put_super()1191 sbi->s_ea_block_cache = ext2_xattr_create_cache(); in ext2_fill_super()1192 if (!sbi->s_ea_block_cache) { in ext2_fill_super()1243 ext2_xattr_destroy_cache(sbi->s_ea_block_cache); in ext2_fill_super()
116 struct mb_cache *s_ea_block_cache; member
122 #define EA_BLOCK_CACHE(inode) (EXT2_SB(inode->i_sb)->s_ea_block_cache)
1353 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in ext4_put_super()1354 sbi->s_ea_block_cache = NULL; in ext4_put_super()5447 sbi->s_ea_block_cache = ext4_xattr_create_cache(); in __ext4_fill_super()5448 if (!sbi->s_ea_block_cache) { in __ext4_fill_super()5673 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in __ext4_fill_super()5674 sbi->s_ea_block_cache = NULL; in __ext4_fill_super()
1686 struct mb_cache *s_ea_block_cache; member
112 inode->i_sb->s_fs_info)->s_ea_block_cache)
Completed in 47 milliseconds