Lines Matching refs:extLocation

508 		prealloc_loc = last_ext->extLocation;  in udf_do_extend_file()
513 last_ext->extLocation.logicalBlockNum = 0; in udf_do_extend_file()
514 last_ext->extLocation.partitionReferenceNum = 0; in udf_do_extend_file()
530 udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
537 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()
755 memset(&laarr[0].extLocation, 0x00, in inode_getblk()
781 memset(&laarr[c].extLocation, 0x00, in inode_getblk()
805 laarr[c + 1].extLocation = eloc; in inode_getblk()
816 newblocknum = laarr[c].extLocation.logicalBlockNum + offset; in inode_getblk()
909 &laarr[curr].extLocation, in udf_split_extents()
914 laarr[curr].extLocation.logicalBlockNum = 0; in udf_split_extents()
915 laarr[curr].extLocation. in udf_split_extents()
925 laarr[curr].extLocation.logicalBlockNum = newblocknum; in udf_split_extents()
927 laarr[curr].extLocation.partitionReferenceNum = in udf_split_extents()
935 laarr[curr].extLocation.logicalBlockNum += in udf_split_extents()
984 int next = laarr[start].extLocation.logicalBlockNum + in udf_prealloc_extents()
989 laarr[start].extLocation.partitionReferenceNum, in udf_prealloc_extents()
1002 laarr[c + 1].extLocation.logicalBlockNum = next; in udf_prealloc_extents()
1003 laarr[c + 1].extLocation.partitionReferenceNum = in udf_prealloc_extents()
1004 laarr[c].extLocation. in udf_prealloc_extents()
1055 ((lip1->extLocation.logicalBlockNum - in udf_merge_extents()
1056 li->extLocation.logicalBlockNum) == in udf_merge_extents()
1072 lip1->extLocation.logicalBlockNum = in udf_merge_extents()
1073 li->extLocation.logicalBlockNum + in udf_merge_extents()
1093 udf_free_blocks(inode->i_sb, inode, &li->extLocation, 0, in udf_merge_extents()
1097 li->extLocation.logicalBlockNum = 0; in udf_merge_extents()
1098 li->extLocation.partitionReferenceNum = 0; in udf_merge_extents()
1127 &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()
1153 udf_insert_aext(inode, *epos, laarr[i].extLocation, in udf_update_extents()
1155 udf_next_aext(inode, epos, &laarr[i].extLocation, in udf_update_extents()
1163 udf_write_aext(inode, epos, &laarr[i].extLocation, in udf_update_extents()
1330 loc = lelb_to_cpu(ie->indirectICB.extLocation); in udf_read_inode()
2027 lad->extLocation = cpu_to_lelb(*eloc); in udf_write_aext()
2133 *eloc = lelb_to_cpu(lad->extLocation); in udf_current_aext()