Home
last modified time | relevance | path

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

/linux-2.6.39/fs/hpfs/
Danode.c268 void hpfs_remove_btree(struct super_block *s, struct bplus_header *btree) in hpfs_remove_btree() function
385 hpfs_remove_btree(s, &anode->btree); in hpfs_ea_remove()
410 hpfs_remove_btree(s, btree); in hpfs_truncate_btree()
482 if (!fnode->dirflag) hpfs_remove_btree(s, &fnode->btree); in hpfs_remove_fnode()
Dhpfs_fn.h208 void hpfs_remove_btree(struct super_block *, struct bplus_header *);
Dea.c43 hpfs_remove_btree(s, &anode->btree); in hpfs_ea_ext_remove()