Searched refs:hpfs_remove_btree (Results 1 – 3 of 3) sorted by relevance
/linux/fs/hpfs/ |
H A D | anode.c | 274 void hpfs_remove_btree(struct super_block *s, struct bplus_header *btree) in hpfs_remove_btree() function 291 if (hpfs_stop_cycles(s, ano, &d1, &d2, "hpfs_remove_btree #1")) in hpfs_remove_btree() 304 if (hpfs_stop_cycles(s, ano, &c1, &c2, "hpfs_remove_btree #2")) return; in hpfs_remove_btree() 391 hpfs_remove_btree(s, &anode->btree); in hpfs_ea_remove() 416 hpfs_remove_btree(s, btree); in hpfs_truncate_btree() 488 if (!fnode_is_dir(fnode)) hpfs_remove_btree(s, &fnode->btree); in hpfs_remove_fnode()
|
H A D | hpfs_fn.h | 215 void hpfs_remove_btree(struct super_block *, struct bplus_header *);
|
H A D | ea.c | 44 hpfs_remove_btree(s, &anode->btree); in hpfs_ea_ext_remove()
|