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