Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hpfs/
Danode.c384 void hpfs_ea_remove(struct super_block *s, secno a, int ano, unsigned len) in hpfs_ea_remove() function
435 hpfs_ea_remove(s, le32_to_cpu(btree->u.internal[j].down), 1, 0); in hpfs_truncate_btree()
492 hpfs_ea_remove(s, ea_sec(ea), ea_in_anode(ea), ea_len(ea)); in hpfs_remove_fnode()
Dhpfs_fn.h218 void hpfs_ea_remove(struct super_block *, secno, int, unsigned);
Dea.c34 hpfs_ea_remove(s, ea_sec(ea), ea_in_anode(ea), ea_len(ea)); in hpfs_ea_ext_remove()