Home
last modified time | relevance | path

Searched refs:s_ea_block_cache (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ext2/
H A Dsuper.c179 ext2_xattr_destroy_cache(sbi->s_ea_block_cache); in ext2_put_super()
180 sbi->s_ea_block_cache = NULL; in ext2_put_super()
1189 sbi->s_ea_block_cache = ext2_xattr_create_cache(); in ext2_fill_super()
1190 if (!sbi->s_ea_block_cache) { in ext2_fill_super()
1241 ext2_xattr_destroy_cache(sbi->s_ea_block_cache); in ext2_fill_super()
H A Dxattr.c122 #define EA_BLOCK_CACHE(inode) (EXT2_SB(inode->i_sb)->s_ea_block_cache)
/linux/fs/ext4/
H A Dsuper.c1363 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in ext4_put_super()
1364 sbi->s_ea_block_cache = NULL; in ext4_put_super()
5531 sbi->s_ea_block_cache = ext4_xattr_create_cache(); in __ext4_fill_super()
5532 if (!sbi->s_ea_block_cache) { in __ext4_fill_super()
5761 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in __ext4_fill_super()
5762 sbi->s_ea_block_cache = NULL; in __ext4_fill_super()
H A Dxattr.c112 inode->i_sb->s_fs_info)->s_ea_block_cache)
H A Dext4.h1710 struct mb_cache *s_ea_block_cache; member