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.c274 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 Dhpfs_fn.h215 void hpfs_remove_btree(struct super_block *, struct bplus_header *);
H A Dea.c44 hpfs_remove_btree(s, &anode->btree); in hpfs_ea_ext_remove()