Lines Matching refs:extLocation
528 err = udf_add_aext(inode, last_pos, &last_ext->extLocation,
537 udf_write_aext(inode, last_pos, &last_ext->extLocation,
554 last_ext->extLocation.logicalBlockNum = 0;
555 last_ext->extLocation.partitionReferenceNum = 0;
562 err = udf_add_aext(inode, last_pos, &last_ext->extLocation,
571 err = udf_add_aext(inode, last_pos, &last_ext->extLocation,
613 udf_write_aext(inode, last_pos, &last_ext->extLocation,
656 extent.extLocation.logicalBlockNum = 0;
657 extent.extLocation.partitionReferenceNum = 0;
661 etype = udf_next_aext(inode, &epos, &extent.extLocation,
744 laarr[c].extLocation = eloc;
789 memset(&laarr[0].extLocation, 0x00,
814 memset(&laarr[c].extLocation, 0x00,
837 laarr[c + 1].extLocation = eloc;
848 newblocknum = laarr[c].extLocation.logicalBlockNum + offset;
942 &laarr[curr].extLocation,
947 laarr[curr].extLocation.logicalBlockNum = 0;
948 laarr[curr].extLocation.
958 laarr[curr].extLocation.logicalBlockNum = newblocknum;
960 laarr[curr].extLocation.partitionReferenceNum =
968 laarr[curr].extLocation.logicalBlockNum +=
1017 int next = laarr[start].extLocation.logicalBlockNum +
1022 laarr[start].extLocation.partitionReferenceNum,
1035 laarr[c + 1].extLocation.logicalBlockNum = next;
1036 laarr[c + 1].extLocation.partitionReferenceNum =
1037 laarr[c].extLocation.
1088 ((lip1->extLocation.logicalBlockNum -
1089 li->extLocation.logicalBlockNum) ==
1111 udf_free_blocks(inode->i_sb, inode, &li->extLocation, 0,
1115 li->extLocation.logicalBlockNum = 0;
1116 li->extLocation.partitionReferenceNum = 0;
1145 &li->extLocation, 0,
1149 li->extLocation.logicalBlockNum = 0;
1150 li->extLocation.partitionReferenceNum = 0;
1173 laarr[i].extLocation,
1182 udf_next_aext(inode, epos, &laarr[i].extLocation,
1190 udf_write_aext(inode, epos, &laarr[i].extLocation,
1360 loc = lelb_to_cpu(ie->indirectICB.extLocation);
1511 lelb_to_cpu(efe->streamDirectoryICB.extLocation);
1804 icb_lad->extLocation =
2111 lad->extLocation = cpu_to_lelb(*eloc);
2217 *eloc = lelb_to_cpu(lad->extLocation);