Lines Matching refs:ano
278 anode_secno ano = 0, oano; in hpfs_remove_btree() local
288 ano = le32_to_cpu(btree1->u.internal[pos].down); in hpfs_remove_btree()
291 if (hpfs_stop_cycles(s, ano, &d1, &d2, "hpfs_remove_btree #1")) in hpfs_remove_btree()
293 if (!(anode = hpfs_map_anode(s, ano, &bh))) return; in hpfs_remove_btree()
304 if (hpfs_stop_cycles(s, ano, &c1, &c2, "hpfs_remove_btree #2")) return; in hpfs_remove_btree()
305 hpfs_free_sectors(s, ano, 1); in hpfs_remove_btree()
306 oano = ano; in hpfs_remove_btree()
307 ano = le32_to_cpu(anode->up); in hpfs_remove_btree()
309 if (!(anode = hpfs_map_anode(s, ano, &bh))) return; in hpfs_remove_btree()
323 oano, level ? ano : -1); in hpfs_remove_btree()
338 int hpfs_ea_read(struct super_block *s, secno a, int ano, unsigned pos, in hpfs_ea_read() argument
346 if (ano) { in hpfs_ea_read()
361 int hpfs_ea_write(struct super_block *s, secno a, int ano, unsigned pos, in hpfs_ea_write() argument
369 if (ano) { in hpfs_ea_write()
385 void hpfs_ea_remove(struct super_block *s, secno a, int ano, unsigned len) in hpfs_ea_remove() argument
389 if (ano) { in hpfs_ea_remove()