Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext2/
Dsuper.c151 if (sbi->s_ea_block_cache) { in ext2_put_super()
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()
1152 sbi->s_ea_block_cache = ext2_xattr_create_cache(); in ext2_fill_super()
1153 if (!sbi->s_ea_block_cache) { in ext2_fill_super()
1203 if (sbi->s_ea_block_cache) in ext2_fill_super()
1204 ext2_xattr_destroy_cache(sbi->s_ea_block_cache); in ext2_fill_super()
Dext2.h117 struct mb_cache *s_ea_block_cache; member
Dxattr.c125 #define EA_BLOCK_CACHE(inode) (EXT2_SB(inode->i_sb)->s_ea_block_cache)
/Linux-v4.19/fs/ext4/
Dsuper.c995 if (sbi->s_ea_block_cache) { in ext4_put_super()
996 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in ext4_put_super()
997 sbi->s_ea_block_cache = NULL; in ext4_put_super()
4253 sbi->s_ea_block_cache = ext4_xattr_create_cache(); in ext4_fill_super()
4254 if (!sbi->s_ea_block_cache) { in ext4_fill_super()
4509 if (sbi->s_ea_block_cache) { in ext4_fill_super()
4510 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in ext4_fill_super()
4511 sbi->s_ea_block_cache = NULL; in ext4_fill_super()
Dext4.h1502 struct mb_cache *s_ea_block_cache; member
Dxattr.c112 inode->i_sb->s_fs_info)->s_ea_block_cache)