Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dxattr.h210 extern void ext4_xattr_destroy_cache(struct mb_cache *);
H A Dsuper.c1350 ext4_xattr_destroy_cache(sbi->s_ea_inode_cache); in ext4_put_super()
1353 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in ext4_put_super()
5666 ext4_xattr_destroy_cache(sbi->s_ea_inode_cache); in __ext4_fill_super()
5669 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in __ext4_fill_super()
H A Dxattr.c3215 void ext4_xattr_destroy_cache(struct mb_cache *cache) in ext4_xattr_destroy_cache() function