Home
last modified time | relevance | path

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

/linux-2.6.39/fs/hpfs/
Danode.c379 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()
Dhpfs_fn.h211 void hpfs_ea_remove(struct super_block *, secno, int, unsigned);
Dea.c34 hpfs_ea_remove(s, ea_sec(ea), ea->anode, ea_len(ea)); in hpfs_ea_ext_remove()