Lines Matching refs:extLocation
448 laarr[c].extLocation = eloc; in inode_getblk()
498 memset(&laarr[c].extLocation, 0x00, sizeof(lb_addr)); in inode_getblk()
521 laarr[c+1].extLocation = eloc; in inode_getblk()
538 newblocknum = laarr[c].extLocation.logicalBlockNum + offset; in inode_getblk()
628 udf_free_blocks(inode->i_sb, inode, laarr[curr].extLocation, 0, offset); in udf_split_extents()
631 laarr[curr].extLocation.logicalBlockNum = 0; in udf_split_extents()
632 laarr[curr].extLocation.partitionReferenceNum = 0; in udf_split_extents()
642 laarr[curr].extLocation.logicalBlockNum = newblocknum; in udf_split_extents()
644 laarr[curr].extLocation.partitionReferenceNum = in udf_split_extents()
653 laarr[curr].extLocation.logicalBlockNum += (offset + 1); in udf_split_extents()
702 int next = laarr[start].extLocation.logicalBlockNum + in udf_prealloc_extents()
706 laarr[start].extLocation.partitionReferenceNum, in udf_prealloc_extents()
720 laarr[c+1].extLocation.logicalBlockNum = next; in udf_prealloc_extents()
721 laarr[c+1].extLocation.partitionReferenceNum = in udf_prealloc_extents()
722 laarr[c].extLocation.partitionReferenceNum; in udf_prealloc_extents()
764 ((laarr[i+1].extLocation.logicalBlockNum - laarr[i].extLocation.logicalBlockNum) == in udf_merge_extents()
777 laarr[i+1].extLocation.logicalBlockNum = in udf_merge_extents()
778 laarr[i].extLocation.logicalBlockNum + in udf_merge_extents()
810 udf_delete_aext(inode, pbloc, pextoffset, laarr[i].extLocation, in udf_update_extents()
818 udf_insert_aext(inode, pbloc, pextoffset, laarr[i].extLocation, in udf_update_extents()
820 udf_next_aext(inode, &pbloc, &pextoffset, &laarr[i].extLocation, in udf_update_extents()
829 udf_write_aext(inode, pbloc, &pextoffset, laarr[i].extLocation, in udf_update_extents()
991 loc = lelb_to_cpu(ie->indirectICB.extLocation); in __udf_read_inode()
1722 lad->extLocation = cpu_to_lelb(*bloc); in udf_add_aext()
1798 lad->extLocation = cpu_to_lelb(eloc); in udf_write_aext()
1909 *bloc = lelb_to_cpu(lad->extLocation); in udf_next_aext()
1917 *eloc = lelb_to_cpu(lad->extLocation); in udf_next_aext()
2008 *eloc = lelb_to_cpu(lad->extLocation); in udf_current_aext()