Home
last modified time | relevance | path

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

/linux-5.19.10/fs/hpfs/
Danode.c385 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()
Dhpfs_fn.h218 void hpfs_ea_remove(struct super_block *, secno, int, unsigned);
Dea.c35 hpfs_ea_remove(s, ea_sec(ea), ea_in_anode(ea), ea_len(ea)); in hpfs_ea_ext_remove()