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()
539 udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
543 udf_write_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
551 last_ext->extLocation.logicalBlockNum = 0; in udf_do_extend_file()
552 last_ext->extLocation.partitionReferenceNum = 0; in udf_do_extend_file()
560 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
569 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
583 last_ext->extLocation = prealloc_loc; in udf_do_extend_file()
637 extent.extLocation.logicalBlockNum = 0; in udf_extend_file()
638 extent.extLocation.partitionReferenceNum = 0; in udf_extend_file()
642 etype = udf_next_aext(inode, &epos, &extent.extLocation, in udf_extend_file()
712 laarr[c].extLocation = eloc; in inode_getblk()
758 memset(&laarr[0].extLocation, 0x00, in inode_getblk()
786 memset(&laarr[c].extLocation, 0x00, in inode_getblk()
810 laarr[c + 1].extLocation = eloc; in inode_getblk()
821 newblocknum = laarr[c].extLocation.logicalBlockNum + offset; in inode_getblk()
920 &laarr[curr].extLocation, in udf_split_extents()
925 laarr[curr].extLocation.logicalBlockNum = 0; in udf_split_extents()
926 laarr[curr].extLocation. in udf_split_extents()
936 laarr[curr].extLocation.logicalBlockNum = newblocknum; in udf_split_extents()
938 laarr[curr].extLocation.partitionReferenceNum = in udf_split_extents()
946 laarr[curr].extLocation.logicalBlockNum += in udf_split_extents()
995 int next = laarr[start].extLocation.logicalBlockNum + in udf_prealloc_extents()
1000 laarr[start].extLocation.partitionReferenceNum, in udf_prealloc_extents()
1013 laarr[c + 1].extLocation.logicalBlockNum = next; in udf_prealloc_extents()
1014 laarr[c + 1].extLocation.partitionReferenceNum = in udf_prealloc_extents()
1015 laarr[c].extLocation. in udf_prealloc_extents()
1067 ((lip1->extLocation.logicalBlockNum - in udf_merge_extents()
1068 li->extLocation.logicalBlockNum) == in udf_merge_extents()
1084 lip1->extLocation.logicalBlockNum = in udf_merge_extents()
1085 li->extLocation.logicalBlockNum + in udf_merge_extents()
1105 udf_free_blocks(inode->i_sb, inode, &li->extLocation, 0, in udf_merge_extents()
1109 li->extLocation.logicalBlockNum = 0; in udf_merge_extents()
1110 li->extLocation.partitionReferenceNum = 0; in udf_merge_extents()
1139 &li->extLocation, 0, in udf_merge_extents()
1143 li->extLocation.logicalBlockNum = 0; in udf_merge_extents()
1144 li->extLocation.partitionReferenceNum = 0; in udf_merge_extents()
1163 udf_delete_aext(inode, *epos, laarr[i].extLocation, in udf_update_extents()
1167 udf_insert_aext(inode, *epos, laarr[i].extLocation, in udf_update_extents()
1169 udf_next_aext(inode, epos, &laarr[i].extLocation, in udf_update_extents()
1177 udf_write_aext(inode, epos, &laarr[i].extLocation, in udf_update_extents()
1337 loc = lelb_to_cpu(ie->indirectICB.extLocation); in udf_read_inode()
1963 lad->extLocation = cpu_to_lelb(epos->block); in udf_add_aext()
2029 lad->extLocation = cpu_to_lelb(*eloc); in udf_write_aext()
2135 *eloc = lelb_to_cpu(lad->extLocation); in udf_current_aext()