Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dxattr.h207 extern void ext4_xattr_destroy_cache(struct mb_cache *);
H A Dsuper.c1256 ext4_xattr_destroy_cache(sbi->s_ea_inode_cache); in ext4_put_super()
1259 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in ext4_put_super()
5170 ext4_xattr_destroy_cache(sbi->s_ea_inode_cache); in ext4_fill_super()
5173 ext4_xattr_destroy_cache(sbi->s_ea_block_cache); in ext4_fill_super()
H A Dxattr.c3138 void ext4_xattr_destroy_cache(struct mb_cache *cache) in ext4_xattr_destroy_cache() function