Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dsuper.c1369 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in ext4_put_super()
1370 sbi->s_ea_block_cache = NULL; in ext4_put_super()
5539 sbi->s_ea_block_cache = ext4_xattr_create_cache(); in __ext4_fill_super()
5540 if (!sbi->s_ea_block_cache) { in __ext4_fill_super()
5769 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in __ext4_fill_super()
5770 sbi->s_ea_block_cache = NULL; in __ext4_fill_super()
H A Dext4.h1707 struct mb_cache *s_ea_block_cache; member