Searched refs:hpfs_ea_remove (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/fs/hpfs/ |
D | anode.c | 379 void hpfs_ea_remove(struct super_block *s, secno a, int ano, unsigned len) in hpfs_ea_remove() function 430 hpfs_ea_remove(s, le32_to_cpu(btree->u.internal[j].down), 1, 0); in hpfs_truncate_btree() 487 hpfs_ea_remove(s, ea_sec(ea), ea->anode, ea_len(ea)); in hpfs_remove_fnode()
|
D | hpfs_fn.h | 211 void hpfs_ea_remove(struct super_block *, secno, int, unsigned);
|
D | ea.c | 34 hpfs_ea_remove(s, ea_sec(ea), ea->anode, ea_len(ea)); in hpfs_ea_ext_remove()
|