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.h205 extern void ext4_xattr_destroy_cache(struct mb_cache *);
H A Dsuper.c1368 ext4_xattr_destroy_cache(sbi->s_ea_inode_cache); in ext4_put_super()
1371 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in ext4_put_super()
5795 ext4_xattr_destroy_cache(sbi->s_ea_inode_cache); in __ext4_fill_super()
5798 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in __ext4_fill_super()
H A Dxattr.c3233 void ext4_xattr_destroy_cache(struct mb_cache *cache) in ext4_xattr_destroy_cache() function