extLocation       183 fs/udf/dir.c   		tloc = lelb_to_cpu(cfi.icb.extLocation);
extLocation       165 fs/udf/ecma_167.h 	__le32		extLocation;
extLocation       170 fs/udf/ecma_167.h 	uint32_t	extLocation;
extLocation       390 fs/udf/ecma_167.h 	struct lb_addr	extLocation;
extLocation       396 fs/udf/ecma_167.h 	struct kernel_lb_addr	extLocation;
extLocation       405 fs/udf/ecma_167.h 	struct lb_addr	extLocation;
extLocation       412 fs/udf/ecma_167.h 	struct kernel_lb_addr	extLocation;
extLocation       517 fs/udf/inode.c 		prealloc_loc = last_ext->extLocation;
extLocation       522 fs/udf/inode.c 		last_ext->extLocation.logicalBlockNum = 0;
extLocation       523 fs/udf/inode.c 		last_ext->extLocation.partitionReferenceNum = 0;
extLocation       538 fs/udf/inode.c 		udf_add_aext(inode, last_pos, &last_ext->extLocation,
extLocation       545 fs/udf/inode.c 		udf_write_aext(inode, last_pos, &last_ext->extLocation,
extLocation       559 fs/udf/inode.c 	last_ext->extLocation.logicalBlockNum = 0;
extLocation       560 fs/udf/inode.c 	last_ext->extLocation.partitionReferenceNum = 0;
extLocation       567 fs/udf/inode.c 		err = udf_add_aext(inode, last_pos, &last_ext->extLocation,
extLocation       576 fs/udf/inode.c 		err = udf_add_aext(inode, last_pos, &last_ext->extLocation,
extLocation       590 fs/udf/inode.c 		last_ext->extLocation = prealloc_loc;
extLocation       620 fs/udf/inode.c 	udf_write_aext(inode, last_pos, &last_ext->extLocation,
extLocation       654 fs/udf/inode.c 		extent.extLocation.logicalBlockNum = 0;
extLocation       655 fs/udf/inode.c 		extent.extLocation.partitionReferenceNum = 0;
extLocation       659 fs/udf/inode.c 		etype = udf_next_aext(inode, &epos, &extent.extLocation,
extLocation       744 fs/udf/inode.c 		laarr[c].extLocation = eloc;
extLocation       788 fs/udf/inode.c 			memset(&laarr[0].extLocation, 0x00,
extLocation       815 fs/udf/inode.c 			memset(&laarr[c].extLocation, 0x00,
extLocation       839 fs/udf/inode.c 			laarr[c + 1].extLocation = eloc;
extLocation       850 fs/udf/inode.c 		newblocknum = laarr[c].extLocation.logicalBlockNum + offset;
extLocation       943 fs/udf/inode.c 						&laarr[curr].extLocation,
extLocation       948 fs/udf/inode.c 				laarr[curr].extLocation.logicalBlockNum = 0;
extLocation       949 fs/udf/inode.c 				laarr[curr].extLocation.
extLocation       959 fs/udf/inode.c 		laarr[curr].extLocation.logicalBlockNum = newblocknum;
extLocation       961 fs/udf/inode.c 			laarr[curr].extLocation.partitionReferenceNum =
extLocation       969 fs/udf/inode.c 				laarr[curr].extLocation.logicalBlockNum +=
extLocation      1018 fs/udf/inode.c 		int next = laarr[start].extLocation.logicalBlockNum +
extLocation      1023 fs/udf/inode.c 				laarr[start].extLocation.partitionReferenceNum,
extLocation      1036 fs/udf/inode.c 				laarr[c + 1].extLocation.logicalBlockNum = next;
extLocation      1037 fs/udf/inode.c 				laarr[c + 1].extLocation.partitionReferenceNum =
extLocation      1038 fs/udf/inode.c 					laarr[c].extLocation.
extLocation      1089 fs/udf/inode.c 			((lip1->extLocation.logicalBlockNum -
extLocation      1090 fs/udf/inode.c 			  li->extLocation.logicalBlockNum) ==
extLocation      1106 fs/udf/inode.c 				lip1->extLocation.logicalBlockNum =
extLocation      1107 fs/udf/inode.c 					li->extLocation.logicalBlockNum +
extLocation      1127 fs/udf/inode.c 			udf_free_blocks(inode->i_sb, inode, &li->extLocation, 0,
extLocation      1131 fs/udf/inode.c 			li->extLocation.logicalBlockNum = 0;
extLocation      1132 fs/udf/inode.c 			li->extLocation.partitionReferenceNum = 0;
extLocation      1161 fs/udf/inode.c 					&li->extLocation, 0,
extLocation      1165 fs/udf/inode.c 			li->extLocation.logicalBlockNum = 0;
extLocation      1166 fs/udf/inode.c 			li->extLocation.partitionReferenceNum = 0;
extLocation      1187 fs/udf/inode.c 			udf_insert_aext(inode, *epos, laarr[i].extLocation,
extLocation      1189 fs/udf/inode.c 			udf_next_aext(inode, epos, &laarr[i].extLocation,
extLocation      1197 fs/udf/inode.c 		udf_write_aext(inode, epos, &laarr[i].extLocation,
extLocation      1366 fs/udf/inode.c 			loc = lelb_to_cpu(ie->indirectICB.extLocation);
extLocation      1516 fs/udf/inode.c 			lelb_to_cpu(efe->streamDirectoryICB.extLocation);
extLocation      1805 fs/udf/inode.c 			icb_lad->extLocation =
extLocation      2107 fs/udf/inode.c 		lad->extLocation = cpu_to_lelb(*eloc);
extLocation      2213 fs/udf/inode.c 		*eloc = lelb_to_cpu(lad->extLocation);
extLocation       318 fs/udf/namei.c 		loc = lelb_to_cpu(cfi.icb.extLocation);
extLocation       594 fs/udf/namei.c 	cfi.icb.extLocation = cpu_to_lelb(iinfo->i_location);
extLocation       686 fs/udf/namei.c 	cfi.icb.extLocation = cpu_to_lelb(dinfo->i_location);
extLocation       703 fs/udf/namei.c 	cfi.icb.extLocation = cpu_to_lelb(iinfo->i_location);
extLocation       807 fs/udf/namei.c 	tloc = lelb_to_cpu(cfi.icb.extLocation);
extLocation       854 fs/udf/namei.c 	tloc = lelb_to_cpu(cfi.icb.extLocation);
extLocation      1043 fs/udf/namei.c 	cfi.icb.extLocation = cpu_to_lelb(UDF_I(inode)->i_location);
extLocation      1096 fs/udf/namei.c 	tloc = lelb_to_cpu(ocfi.icb.extLocation);
extLocation      1137 fs/udf/namei.c 		tloc = lelb_to_cpu(dir_fi->icb.extLocation);
extLocation      1178 fs/udf/namei.c 		dir_fi->icb.extLocation = cpu_to_lelb(UDF_I(new_dir)->i_location);
extLocation      1228 fs/udf/namei.c 	tloc = lelb_to_cpu(cfi.icb.extLocation);
extLocation       808 fs/udf/super.c 	*root = lelb_to_cpu(fset->rootDirectoryICB.extLocation);
extLocation      1510 fs/udf/super.c 		*fileset = lelb_to_cpu(la->extLocation);
extLocation      1548 fs/udf/super.c 			(bh = udf_read_tagged(sb, loc.extLocation,
extLocation      1549 fs/udf/super.c 					loc.extLocation, &ident))) {
extLocation      1559 fs/udf/super.c 			loc.extLocation++;
extLocation      1704 fs/udf/super.c 			block = le32_to_cpu(vdp->nextVolDescSeqExt.extLocation);
extLocation      1781 fs/udf/super.c 	main_s = le32_to_cpu(anchor->mainVolDescSeqExt.extLocation);
extLocation      1787 fs/udf/super.c 	reserve_s = le32_to_cpu(anchor->reserveVolDescSeqExt.extLocation);
extLocation        53 fs/udf/udfend.h 	out.extLocation = lelb_to_cpu(in.extLocation);
extLocation        63 fs/udf/udfend.h 	out.extLocation = cpu_to_lelb(in.extLocation);
extLocation        73 fs/udf/udfend.h 	out.extLocation = le32_to_cpu(in.extLocation);