Lines Matching refs:iip
490 * @iip: index in parent (slot number of this indexing node in the parent
499 int iip;
556 int first = 1, iip;
577 iip = 0;
592 i->iip = iip;
668 if (iip + 1 < le16_to_cpu(idx->child_cnt)) {
669 iip = iip + 1;
673 iip = i->iip;
677 iip = 0;
680 * child pointed to by slot 'iip'.
684 br = ubifs_idx_branch(c, idx, iip);
689 if (iip + 1 < le16_to_cpu(idx->child_cnt)) {
690 br = ubifs_idx_branch(c, idx, iip + 1);
703 ubifs_err(c, "dumping index node (iip=%d)", i->iip);