Lines Matching refs:extLocation

517 		prealloc_loc = last_ext->extLocation;  in udf_do_extend_file()
522 last_ext->extLocation.logicalBlockNum = 0; in udf_do_extend_file()
523 last_ext->extLocation.partitionReferenceNum = 0; in udf_do_extend_file()
538 udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
545 udf_write_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
559 last_ext->extLocation.logicalBlockNum = 0; in udf_do_extend_file()
560 last_ext->extLocation.partitionReferenceNum = 0; in udf_do_extend_file()
567 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
576 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
590 last_ext->extLocation = prealloc_loc; in udf_do_extend_file()
620 udf_write_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_final_block()
654 extent.extLocation.logicalBlockNum = 0; in udf_extend_file()
655 extent.extLocation.partitionReferenceNum = 0; in udf_extend_file()
659 etype = udf_next_aext(inode, &epos, &extent.extLocation, in udf_extend_file()
744 laarr[c].extLocation = eloc; in inode_getblk()
788 memset(&laarr[0].extLocation, 0x00, in inode_getblk()
815 memset(&laarr[c].extLocation, 0x00, in inode_getblk()
839 laarr[c + 1].extLocation = eloc; in inode_getblk()
850 newblocknum = laarr[c].extLocation.logicalBlockNum + offset; in inode_getblk()
943 &laarr[curr].extLocation, in udf_split_extents()
948 laarr[curr].extLocation.logicalBlockNum = 0; in udf_split_extents()
949 laarr[curr].extLocation. in udf_split_extents()
959 laarr[curr].extLocation.logicalBlockNum = newblocknum; in udf_split_extents()
961 laarr[curr].extLocation.partitionReferenceNum = in udf_split_extents()
969 laarr[curr].extLocation.logicalBlockNum += in udf_split_extents()
1018 int next = laarr[start].extLocation.logicalBlockNum + in udf_prealloc_extents()
1023 laarr[start].extLocation.partitionReferenceNum, in udf_prealloc_extents()
1036 laarr[c + 1].extLocation.logicalBlockNum = next; in udf_prealloc_extents()
1037 laarr[c + 1].extLocation.partitionReferenceNum = in udf_prealloc_extents()
1038 laarr[c].extLocation. in udf_prealloc_extents()
1089 ((lip1->extLocation.logicalBlockNum - in udf_merge_extents()
1090 li->extLocation.logicalBlockNum) == in udf_merge_extents()
1106 lip1->extLocation.logicalBlockNum = in udf_merge_extents()
1107 li->extLocation.logicalBlockNum + in udf_merge_extents()
1127 udf_free_blocks(inode->i_sb, inode, &li->extLocation, 0, in udf_merge_extents()
1131 li->extLocation.logicalBlockNum = 0; in udf_merge_extents()
1132 li->extLocation.partitionReferenceNum = 0; in udf_merge_extents()
1161 &li->extLocation, 0, in udf_merge_extents()
1165 li->extLocation.logicalBlockNum = 0; in udf_merge_extents()
1166 li->extLocation.partitionReferenceNum = 0; in udf_merge_extents()
1187 udf_insert_aext(inode, *epos, laarr[i].extLocation, in udf_update_extents()
1189 udf_next_aext(inode, epos, &laarr[i].extLocation, in udf_update_extents()
1197 udf_write_aext(inode, epos, &laarr[i].extLocation, in udf_update_extents()
1366 loc = lelb_to_cpu(ie->indirectICB.extLocation); in udf_read_inode()
1516 lelb_to_cpu(efe->streamDirectoryICB.extLocation); in udf_read_inode()
1805 icb_lad->extLocation = in udf_update_inode()
2107 lad->extLocation = cpu_to_lelb(*eloc); in udf_write_aext()
2213 *eloc = lelb_to_cpu(lad->extLocation); in udf_current_aext()