Home
last modified time | relevance | path

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

/openbmc/linux/fs/hpfs/
H A Danode.c274 void hpfs_remove_btree(struct super_block *s, struct bplus_header *btree) in hpfs_remove_btree() function
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()