Lines Matching refs:extLocation

548 		err = udf_add_aext(inode, last_pos, &last_ext->extLocation,  in udf_do_extend_file()
558 udf_write_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
580 last_ext->extLocation.logicalBlockNum = 0; in udf_do_extend_file()
581 last_ext->extLocation.partitionReferenceNum = 0; in udf_do_extend_file()
588 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
598 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
641 udf_write_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_final_block()
687 extent.extLocation.logicalBlockNum = 0; in udf_extend_file()
688 extent.extLocation.partitionReferenceNum = 0; in udf_extend_file()
692 err = udf_next_aext(inode, &epos, &extent.extLocation, in udf_extend_file()
779 laarr[c].extLocation = eloc; in inode_getblk()
830 memset(&laarr[0].extLocation, 0x00, in inode_getblk()
853 memset(&laarr[c].extLocation, 0x00, in inode_getblk()
875 laarr[c + 1].extLocation = eloc; in inode_getblk()
888 newblocknum = laarr[c].extLocation.logicalBlockNum + offset; in inode_getblk()
977 &laarr[curr].extLocation, in udf_split_extents()
982 laarr[curr].extLocation.logicalBlockNum = 0; in udf_split_extents()
983 laarr[curr].extLocation. in udf_split_extents()
993 laarr[curr].extLocation.logicalBlockNum = newblocknum; in udf_split_extents()
995 laarr[curr].extLocation.partitionReferenceNum = in udf_split_extents()
1003 laarr[curr].extLocation.logicalBlockNum += in udf_split_extents()
1052 int next = laarr[start].extLocation.logicalBlockNum + in udf_prealloc_extents()
1057 laarr[start].extLocation.partitionReferenceNum, in udf_prealloc_extents()
1070 laarr[c + 1].extLocation.logicalBlockNum = next; in udf_prealloc_extents()
1071 laarr[c + 1].extLocation.partitionReferenceNum = in udf_prealloc_extents()
1072 laarr[c].extLocation. in udf_prealloc_extents()
1123 ((lip1->extLocation.logicalBlockNum - in udf_merge_extents()
1124 li->extLocation.logicalBlockNum) == in udf_merge_extents()
1146 udf_free_blocks(inode->i_sb, inode, &li->extLocation, 0, in udf_merge_extents()
1150 li->extLocation.logicalBlockNum = 0; in udf_merge_extents()
1151 li->extLocation.partitionReferenceNum = 0; in udf_merge_extents()
1180 &li->extLocation, 0, in udf_merge_extents()
1184 li->extLocation.logicalBlockNum = 0; in udf_merge_extents()
1185 li->extLocation.partitionReferenceNum = 0; in udf_merge_extents()
1209 laarr[i].extLocation, in udf_update_extents()
1218 err = udf_next_aext(inode, epos, &laarr[i].extLocation, in udf_update_extents()
1231 udf_write_aext(inode, epos, &laarr[i].extLocation, in udf_update_extents()
1410 loc = lelb_to_cpu(ie->indirectICB.extLocation); in udf_read_inode()
1563 lelb_to_cpu(efe->streamDirectoryICB.extLocation); in udf_read_inode()
1853 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()