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.c1360 ext4_xattr_destroy_cache(sbi->s_ea_inode_cache); in ext4_put_super()
1363 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in ext4_put_super()
5758 ext4_xattr_destroy_cache(sbi->s_ea_inode_cache); in __ext4_fill_super()
5761 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in __ext4_fill_super()
H A Dxattr.c3223 void ext4_xattr_destroy_cache(struct mb_cache *cache) in ext4_xattr_destroy_cache() function