Lines Matching refs:extLocation
541 err = udf_add_aext(inode, last_pos, &last_ext->extLocation,
550 udf_write_aext(inode, last_pos, &last_ext->extLocation,
568 last_ext->extLocation.logicalBlockNum = 0;
569 last_ext->extLocation.partitionReferenceNum = 0;
576 err = udf_add_aext(inode, last_pos, &last_ext->extLocation,
586 err = udf_add_aext(inode, last_pos, &last_ext->extLocation,
629 udf_write_aext(inode, last_pos, &last_ext->extLocation,
673 extent.extLocation.logicalBlockNum = 0;
674 extent.extLocation.partitionReferenceNum = 0;
678 etype = udf_next_aext(inode, &epos, &extent.extLocation,
759 laarr[c].extLocation = eloc;
807 memset(&laarr[0].extLocation, 0x00,
830 memset(&laarr[c].extLocation, 0x00,
853 laarr[c + 1].extLocation = eloc;
864 newblocknum = laarr[c].extLocation.logicalBlockNum + offset;
953 &laarr[curr].extLocation,
958 laarr[curr].extLocation.logicalBlockNum = 0;
959 laarr[curr].extLocation.
969 laarr[curr].extLocation.logicalBlockNum = newblocknum;
971 laarr[curr].extLocation.partitionReferenceNum =
979 laarr[curr].extLocation.logicalBlockNum +=
1028 int next = laarr[start].extLocation.logicalBlockNum +
1033 laarr[start].extLocation.partitionReferenceNum,
1046 laarr[c + 1].extLocation.logicalBlockNum = next;
1047 laarr[c + 1].extLocation.partitionReferenceNum =
1048 laarr[c].extLocation.
1099 ((lip1->extLocation.logicalBlockNum -
1100 li->extLocation.logicalBlockNum) ==
1122 udf_free_blocks(inode->i_sb, inode, &li->extLocation, 0,
1126 li->extLocation.logicalBlockNum = 0;
1127 li->extLocation.partitionReferenceNum = 0;
1156 &li->extLocation, 0,
1160 li->extLocation.logicalBlockNum = 0;
1161 li->extLocation.partitionReferenceNum = 0;
1184 laarr[i].extLocation,
1193 udf_next_aext(inode, epos, &laarr[i].extLocation,
1201 udf_write_aext(inode, epos, &laarr[i].extLocation,
1383 loc = lelb_to_cpu(ie->indirectICB.extLocation);
1536 lelb_to_cpu(efe->streamDirectoryICB.extLocation);
1826 icb_lad->extLocation =
2133 lad->extLocation = cpu_to_lelb(*eloc);
2239 *eloc = lelb_to_cpu(lad->extLocation);