Lines Matching refs:extLocation

516 		prealloc_loc = last_ext->extLocation;  in udf_do_extend_file()
521 last_ext->extLocation.logicalBlockNum = 0; in udf_do_extend_file()
522 last_ext->extLocation.partitionReferenceNum = 0; in udf_do_extend_file()
537 udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
544 udf_write_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
561 last_ext->extLocation.logicalBlockNum = 0; in udf_do_extend_file()
562 last_ext->extLocation.partitionReferenceNum = 0; in udf_do_extend_file()
569 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
578 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
592 last_ext->extLocation = prealloc_loc; in udf_do_extend_file()
622 udf_write_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_final_block()
656 extent.extLocation.logicalBlockNum = 0; in udf_extend_file()
657 extent.extLocation.partitionReferenceNum = 0; in udf_extend_file()
661 etype = udf_next_aext(inode, &epos, &extent.extLocation, in udf_extend_file()
746 laarr[c].extLocation = eloc; in inode_getblk()
790 memset(&laarr[0].extLocation, 0x00, in inode_getblk()
817 memset(&laarr[c].extLocation, 0x00, in inode_getblk()
841 laarr[c + 1].extLocation = eloc; in inode_getblk()
852 newblocknum = laarr[c].extLocation.logicalBlockNum + offset; in inode_getblk()
945 &laarr[curr].extLocation, in udf_split_extents()
950 laarr[curr].extLocation.logicalBlockNum = 0; in udf_split_extents()
951 laarr[curr].extLocation. in udf_split_extents()
961 laarr[curr].extLocation.logicalBlockNum = newblocknum; in udf_split_extents()
963 laarr[curr].extLocation.partitionReferenceNum = in udf_split_extents()
971 laarr[curr].extLocation.logicalBlockNum += in udf_split_extents()
1020 int next = laarr[start].extLocation.logicalBlockNum + in udf_prealloc_extents()
1025 laarr[start].extLocation.partitionReferenceNum, in udf_prealloc_extents()
1038 laarr[c + 1].extLocation.logicalBlockNum = next; in udf_prealloc_extents()
1039 laarr[c + 1].extLocation.partitionReferenceNum = in udf_prealloc_extents()
1040 laarr[c].extLocation. in udf_prealloc_extents()
1091 ((lip1->extLocation.logicalBlockNum - in udf_merge_extents()
1092 li->extLocation.logicalBlockNum) == in udf_merge_extents()
1108 lip1->extLocation.logicalBlockNum = in udf_merge_extents()
1109 li->extLocation.logicalBlockNum + in udf_merge_extents()
1129 udf_free_blocks(inode->i_sb, inode, &li->extLocation, 0, in udf_merge_extents()
1133 li->extLocation.logicalBlockNum = 0; in udf_merge_extents()
1134 li->extLocation.partitionReferenceNum = 0; in udf_merge_extents()
1163 &li->extLocation, 0, in udf_merge_extents()
1167 li->extLocation.logicalBlockNum = 0; in udf_merge_extents()
1168 li->extLocation.partitionReferenceNum = 0; in udf_merge_extents()
1189 udf_insert_aext(inode, *epos, laarr[i].extLocation, in udf_update_extents()
1191 udf_next_aext(inode, epos, &laarr[i].extLocation, in udf_update_extents()
1199 udf_write_aext(inode, epos, &laarr[i].extLocation, in udf_update_extents()
1368 loc = lelb_to_cpu(ie->indirectICB.extLocation); in udf_read_inode()
1518 lelb_to_cpu(efe->streamDirectoryICB.extLocation); in udf_read_inode()
1807 icb_lad->extLocation = in udf_update_inode()
2109 lad->extLocation = cpu_to_lelb(*eloc); in udf_write_aext()
2215 *eloc = lelb_to_cpu(lad->extLocation); in udf_current_aext()