Lines Matching defs:row
513 * @row: the row in the tree (root is zero)
514 * @col: the column in the row (leftmost is zero)
519 * This function calculates and returns the nnode number for the nnode at @row
522 static int calc_nnode_num(int row, int col)
527 while (row--) {
602 int lnum, err = 0, node_sz, iopos, i, j, cnt, len, alen, row;
726 row = 0;
728 row += 1;
766 nnode->num = calc_nnode_num(row, i);
777 row -= 1;
2375 * @row: row of cnode (root is zero)
2381 int row, int col)
2391 ubifs_assert(c, row >= 0);
2395 num = calc_nnode_num(row, col);
2407 row += 1;
2429 row -= 1;