Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dxattr.h208 extern void ext4_xattr_destroy_cache(struct mb_cache *);
H A Dsuper.c1373 ext4_xattr_destroy_cache(sbi->s_ea_inode_cache); in ext4_put_super()
1376 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in ext4_put_super()
5653 ext4_xattr_destroy_cache(sbi->s_ea_inode_cache); in __ext4_fill_super()
5656 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in __ext4_fill_super()
H A Dxattr.c3232 void ext4_xattr_destroy_cache(struct mb_cache *cache) in ext4_xattr_destroy_cache() function