Lines Matching refs:ano
272 anode_secno ano = 0, oano; in hpfs_remove_btree() local
282 ano = le32_to_cpu(btree1->u.internal[pos].down); in hpfs_remove_btree()
285 if (hpfs_stop_cycles(s, ano, &d1, &d2, "hpfs_remove_btree #1")) in hpfs_remove_btree()
287 if (!(anode = hpfs_map_anode(s, ano, &bh))) return; in hpfs_remove_btree()
298 if (hpfs_stop_cycles(s, ano, &c1, &c2, "hpfs_remove_btree #2")) return; in hpfs_remove_btree()
299 hpfs_free_sectors(s, ano, 1); in hpfs_remove_btree()
300 oano = ano; in hpfs_remove_btree()
301 ano = le32_to_cpu(anode->up); in hpfs_remove_btree()
303 if (!(anode = hpfs_map_anode(s, ano, &bh))) return; in hpfs_remove_btree()
317 oano, level ? ano : -1); in hpfs_remove_btree()
332 int hpfs_ea_read(struct super_block *s, secno a, int ano, unsigned pos, in hpfs_ea_read() argument
340 if (ano) { in hpfs_ea_read()
355 int hpfs_ea_write(struct super_block *s, secno a, int ano, unsigned pos, in hpfs_ea_write() argument
363 if (ano) { in hpfs_ea_write()
379 void hpfs_ea_remove(struct super_block *s, secno a, int ano, unsigned len) in hpfs_ea_remove() argument
383 if (ano) { in hpfs_ea_remove()