Lines Matching refs:index2
1491 (args->index2 <= args->index)) {
1492 args->index2++;
1660 * This code adjusts the args->index/blkno and args->index2/blkno2 fields
1809 * while the index2/blkno2 fields refer to the "new" entry.
1814 args->index = args->index2 = blk2->index;
1820 args->index2 = 0;
1825 * is already stored in blkno2/index2, so don't
1837 args->index2 = blk2->index;
1843 args->index = args->index2 = blk1->index;
2846 * entry given by args->blkno2/index2.
2895 entry2 = &xfs_attr3_leaf_entryp(leaf2)[args->index2];
2903 ASSERT(args->index2 < ichdr2.count);
2904 ASSERT(args->index2 >= 0);
2916 name_loc = xfs_attr3_leaf_name_local(leaf2, args->index2);
2920 name_rmt = xfs_attr3_leaf_name_remote(leaf2, args->index2);
2948 name_rmt = xfs_attr3_leaf_name_remote(leaf2, args->index2);