Lines Matching refs:extLocation
544 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
554 udf_write_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
576 last_ext->extLocation.logicalBlockNum = 0; in udf_do_extend_file()
577 last_ext->extLocation.partitionReferenceNum = 0; in udf_do_extend_file()
584 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
594 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
637 udf_write_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_final_block()
683 extent.extLocation.logicalBlockNum = 0; in udf_extend_file()
684 extent.extLocation.partitionReferenceNum = 0; in udf_extend_file()
688 err = udf_next_aext(inode, &epos, &extent.extLocation, in udf_extend_file()
775 laarr[c].extLocation = eloc; in inode_getblk()
826 memset(&laarr[0].extLocation, 0x00, in inode_getblk()
849 memset(&laarr[c].extLocation, 0x00, in inode_getblk()
871 laarr[c + 1].extLocation = eloc; in inode_getblk()
884 newblocknum = laarr[c].extLocation.logicalBlockNum + offset; in inode_getblk()
973 &laarr[curr].extLocation, in udf_split_extents()
978 laarr[curr].extLocation.logicalBlockNum = 0; in udf_split_extents()
979 laarr[curr].extLocation. in udf_split_extents()
989 laarr[curr].extLocation.logicalBlockNum = newblocknum; in udf_split_extents()
991 laarr[curr].extLocation.partitionReferenceNum = in udf_split_extents()
999 laarr[curr].extLocation.logicalBlockNum += in udf_split_extents()
1048 int next = laarr[start].extLocation.logicalBlockNum + in udf_prealloc_extents()
1053 laarr[start].extLocation.partitionReferenceNum, in udf_prealloc_extents()
1066 laarr[c + 1].extLocation.logicalBlockNum = next; in udf_prealloc_extents()
1067 laarr[c + 1].extLocation.partitionReferenceNum = in udf_prealloc_extents()
1068 laarr[c].extLocation. in udf_prealloc_extents()
1119 ((lip1->extLocation.logicalBlockNum - in udf_merge_extents()
1120 li->extLocation.logicalBlockNum) == in udf_merge_extents()
1142 udf_free_blocks(inode->i_sb, inode, &li->extLocation, 0, in udf_merge_extents()
1146 li->extLocation.logicalBlockNum = 0; in udf_merge_extents()
1147 li->extLocation.partitionReferenceNum = 0; in udf_merge_extents()
1176 &li->extLocation, 0, in udf_merge_extents()
1180 li->extLocation.logicalBlockNum = 0; in udf_merge_extents()
1181 li->extLocation.partitionReferenceNum = 0; in udf_merge_extents()
1205 laarr[i].extLocation, in udf_update_extents()
1214 err = udf_next_aext(inode, epos, &laarr[i].extLocation, in udf_update_extents()
1227 udf_write_aext(inode, epos, &laarr[i].extLocation, in udf_update_extents()
1404 loc = lelb_to_cpu(ie->indirectICB.extLocation); in udf_read_inode()
1561 lelb_to_cpu(efe->streamDirectoryICB.extLocation); in udf_read_inode()
1851 icb_lad->extLocation = in udf_update_inode()
2166 lad->extLocation = cpu_to_lelb(*eloc); in udf_write_aext()
2285 *eloc = lelb_to_cpu(lad->extLocation); in udf_current_aext()