Lines Matching refs:ano
277 anode_secno ano = 0, oano; in hpfs_remove_btree() local
287 ano = le32_to_cpu(btree1->u.internal[pos].down); in hpfs_remove_btree()
290 if (hpfs_stop_cycles(s, ano, &d1, &d2, "hpfs_remove_btree #1")) in hpfs_remove_btree()
292 if (!(anode = hpfs_map_anode(s, ano, &bh))) return; in hpfs_remove_btree()
303 if (hpfs_stop_cycles(s, ano, &c1, &c2, "hpfs_remove_btree #2")) return; in hpfs_remove_btree()
304 hpfs_free_sectors(s, ano, 1); in hpfs_remove_btree()
305 oano = ano; in hpfs_remove_btree()
306 ano = le32_to_cpu(anode->up); in hpfs_remove_btree()
308 if (!(anode = hpfs_map_anode(s, ano, &bh))) return; in hpfs_remove_btree()
322 oano, level ? ano : -1); in hpfs_remove_btree()
337 int hpfs_ea_read(struct super_block *s, secno a, int ano, unsigned pos, in hpfs_ea_read() argument
345 if (ano) { in hpfs_ea_read()
360 int hpfs_ea_write(struct super_block *s, secno a, int ano, unsigned pos, in hpfs_ea_write() argument
368 if (ano) { in hpfs_ea_write()
384 void hpfs_ea_remove(struct super_block *s, secno a, int ano, unsigned len) in hpfs_ea_remove() argument
388 if (ano) { in hpfs_ea_remove()