Home
last modified time | relevance | path

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

/linux/fs/hpfs/
H A Danode.c275 void hpfs_remove_btree(struct super_block *s, struct bplus_header *btree) in hpfs_remove_btree() function
392 hpfs_remove_btree(s, GET_BTREE_PTR(&anode->btree)); in hpfs_ea_remove()
417 hpfs_remove_btree(s, btree); in hpfs_truncate_btree()
489 if (!fnode_is_dir(fnode)) hpfs_remove_btree(s, GET_BTREE_PTR(&fnode->btree)); in hpfs_remove_fnode()
H A Dhpfs_fn.h215 void hpfs_remove_btree(struct super_block *, struct bplus_header *);
H A Dea.c44 hpfs_remove_btree(s, GET_BTREE_PTR(&anode->btree)); in hpfs_ea_ext_remove()