Lines Matching refs:index2
1537 (args->index2 <= args->index)) {
1538 args->index2++;
1706 * This code adjusts the args->index/blkno and args->index2/blkno2 fields
1855 * while the index2/blkno2 fields refer to the "new" entry.
1860 args->index = args->index2 = blk2->index;
1866 args->index2 = 0;
1871 * is already stored in blkno2/index2, so don't
1883 args->index2 = blk2->index;
1889 args->index = args->index2 = blk1->index;
2890 * entry given by args->blkno2/index2.
2939 entry2 = &xfs_attr3_leaf_entryp(leaf2)[args->index2];
2947 ASSERT(args->index2 < ichdr2.count);
2948 ASSERT(args->index2 >= 0);
2960 name_loc = xfs_attr3_leaf_name_local(leaf2, args->index2);
2964 name_rmt = xfs_attr3_leaf_name_remote(leaf2, args->index2);
2992 name_rmt = xfs_attr3_leaf_name_remote(leaf2, args->index2);