Home
last modified time | relevance | path

Searched refs:s_ea_inode_cache (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/ext4/
Dsuper.c1045 if (sbi->s_ea_inode_cache) { in ext4_put_super()
1046 ext4_xattr_destroy_cache(sbi->s_ea_inode_cache); in ext4_put_super()
1047 sbi->s_ea_inode_cache = NULL; in ext4_put_super()
4402 sbi->s_ea_inode_cache = ext4_xattr_create_cache(); in ext4_fill_super()
4403 if (!sbi->s_ea_inode_cache) { in ext4_fill_super()
4641 if (sbi->s_ea_inode_cache) { in ext4_fill_super()
4642 ext4_xattr_destroy_cache(sbi->s_ea_inode_cache); in ext4_fill_super()
4643 sbi->s_ea_inode_cache = NULL; in ext4_fill_super()
Dext4.h1517 struct mb_cache *s_ea_inode_cache; member
Dxattr.c115 inode->i_sb->s_fs_info)->s_ea_inode_cache)