Lines Matching refs:extLocation

541 		err = udf_add_aext(inode, last_pos, &last_ext->extLocation,  in udf_do_extend_file()
550 udf_write_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
568 last_ext->extLocation.logicalBlockNum = 0; in udf_do_extend_file()
569 last_ext->extLocation.partitionReferenceNum = 0; in udf_do_extend_file()
576 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
586 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
629 udf_write_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_final_block()
673 extent.extLocation.logicalBlockNum = 0; in udf_extend_file()
674 extent.extLocation.partitionReferenceNum = 0; in udf_extend_file()
678 etype = udf_next_aext(inode, &epos, &extent.extLocation, in udf_extend_file()
759 laarr[c].extLocation = eloc; in inode_getblk()
807 memset(&laarr[0].extLocation, 0x00, in inode_getblk()
830 memset(&laarr[c].extLocation, 0x00, in inode_getblk()
853 laarr[c + 1].extLocation = eloc; in inode_getblk()
864 newblocknum = laarr[c].extLocation.logicalBlockNum + offset; in inode_getblk()
953 &laarr[curr].extLocation, in udf_split_extents()
958 laarr[curr].extLocation.logicalBlockNum = 0; in udf_split_extents()
959 laarr[curr].extLocation. in udf_split_extents()
969 laarr[curr].extLocation.logicalBlockNum = newblocknum; in udf_split_extents()
971 laarr[curr].extLocation.partitionReferenceNum = in udf_split_extents()
979 laarr[curr].extLocation.logicalBlockNum += in udf_split_extents()
1028 int next = laarr[start].extLocation.logicalBlockNum + in udf_prealloc_extents()
1033 laarr[start].extLocation.partitionReferenceNum, in udf_prealloc_extents()
1046 laarr[c + 1].extLocation.logicalBlockNum = next; in udf_prealloc_extents()
1047 laarr[c + 1].extLocation.partitionReferenceNum = in udf_prealloc_extents()
1048 laarr[c].extLocation. in udf_prealloc_extents()
1099 ((lip1->extLocation.logicalBlockNum - in udf_merge_extents()
1100 li->extLocation.logicalBlockNum) == in udf_merge_extents()
1122 udf_free_blocks(inode->i_sb, inode, &li->extLocation, 0, in udf_merge_extents()
1126 li->extLocation.logicalBlockNum = 0; in udf_merge_extents()
1127 li->extLocation.partitionReferenceNum = 0; in udf_merge_extents()
1156 &li->extLocation, 0, in udf_merge_extents()
1160 li->extLocation.logicalBlockNum = 0; in udf_merge_extents()
1161 li->extLocation.partitionReferenceNum = 0; in udf_merge_extents()
1184 laarr[i].extLocation, in udf_update_extents()
1193 udf_next_aext(inode, epos, &laarr[i].extLocation, in udf_update_extents()
1201 udf_write_aext(inode, epos, &laarr[i].extLocation, in udf_update_extents()
1383 loc = lelb_to_cpu(ie->indirectICB.extLocation); in udf_read_inode()
1536 lelb_to_cpu(efe->streamDirectoryICB.extLocation); in udf_read_inode()
1826 icb_lad->extLocation = in udf_update_inode()
2133 lad->extLocation = cpu_to_lelb(*eloc); in udf_write_aext()
2239 *eloc = lelb_to_cpu(lad->extLocation); in udf_current_aext()