Home
last modified time | relevance | path

Searched refs:s_ea_block_cache (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/fs/ext2/
H A Dsuper.c152 ext2_xattr_destroy_cache(sbi->s_ea_block_cache); in ext2_put_super()
153 sbi->s_ea_block_cache = NULL; in ext2_put_super()
1143 sbi->s_ea_block_cache = ext2_xattr_create_cache(); in ext2_fill_super()
1144 if (!sbi->s_ea_block_cache) { in ext2_fill_super()
1195 ext2_xattr_destroy_cache(sbi->s_ea_block_cache); in ext2_fill_super()
H A Dext2.h114 struct mb_cache *s_ea_block_cache; member
H A Dxattr.c126 #define EA_BLOCK_CACHE(inode) (EXT2_SB(inode->i_sb)->s_ea_block_cache)
/kernel/linux/linux-6.6/fs/ext2/
H A Dsuper.c152 ext2_xattr_destroy_cache(sbi->s_ea_block_cache); in ext2_put_super()
153 sbi->s_ea_block_cache = NULL; in ext2_put_super()
1153 sbi->s_ea_block_cache = ext2_xattr_create_cache(); in ext2_fill_super()
1154 if (!sbi->s_ea_block_cache) { in ext2_fill_super()
1205 ext2_xattr_destroy_cache(sbi->s_ea_block_cache); in ext2_fill_super()
H A Dext2.h116 struct mb_cache *s_ea_block_cache; member
H A Dxattr.c122 #define EA_BLOCK_CACHE(inode) (EXT2_SB(inode->i_sb)->s_ea_block_cache)
/kernel/linux/linux-5.10/fs/ext4/
H A Dsuper.c1253 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in ext4_put_super()
1254 sbi->s_ea_block_cache = NULL; in ext4_put_super()
4890 sbi->s_ea_block_cache = ext4_xattr_create_cache(); in ext4_fill_super()
4891 if (!sbi->s_ea_block_cache) { in ext4_fill_super()
5167 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in ext4_fill_super()
5168 sbi->s_ea_block_cache = NULL; in ext4_fill_super()
H A Dxattr.c114 inode->i_sb->s_fs_info)->s_ea_block_cache)
H A Dext4.h1596 struct mb_cache *s_ea_block_cache; member
/kernel/linux/linux-6.6/fs/ext4/
H A Dsuper.c1368 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in ext4_put_super()
1369 sbi->s_ea_block_cache = NULL; in ext4_put_super()
5417 sbi->s_ea_block_cache = ext4_xattr_create_cache(); in __ext4_fill_super()
5418 if (!sbi->s_ea_block_cache) { in __ext4_fill_super()
5643 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in __ext4_fill_super()
5644 sbi->s_ea_block_cache = NULL; in __ext4_fill_super()
H A Dext4.h1660 struct mb_cache *s_ea_block_cache; member
H A Dxattr.c112 inode->i_sb->s_fs_info)->s_ea_block_cache)

Completed in 48 milliseconds