extLength         213 fs/udf/directory.c 		if (sa->extLength == 0)
extLength         235 fs/udf/directory.c 		if (la->extLength == 0)
extLength         164 fs/udf/ecma_167.h 	__le32		extLength;
extLength         169 fs/udf/ecma_167.h 	uint32_t	extLength;
extLength         383 fs/udf/ecma_167.h         __le32		extLength;
extLength         389 fs/udf/ecma_167.h 	__le32		extLength;
extLength         395 fs/udf/ecma_167.h 	uint32_t		extLength;
extLength         402 fs/udf/ecma_167.h 	__le32		extLength;
extLength         409 fs/udf/ecma_167.h 	uint32_t		extLength;
extLength         489 fs/udf/inode.c 	int count = 0, fake = !(last_ext->extLength & UDF_EXTENT_LENGTH_MASK);
extLength         503 fs/udf/inode.c 	if (last_ext->extLength & (sb->s_blocksize - 1)) {
extLength         504 fs/udf/inode.c 		last_ext->extLength =
extLength         505 fs/udf/inode.c 			(last_ext->extLength & UDF_EXTENT_FLAG_MASK) |
extLength         506 fs/udf/inode.c 			(((last_ext->extLength & UDF_EXTENT_LENGTH_MASK) +
extLength         514 fs/udf/inode.c 	if ((last_ext->extLength & UDF_EXTENT_FLAG_MASK) ==
extLength         518 fs/udf/inode.c 		prealloc_len = last_ext->extLength;
extLength         520 fs/udf/inode.c 		last_ext->extLength = EXT_NOT_RECORDED_NOT_ALLOCATED |
extLength         521 fs/udf/inode.c 			(last_ext->extLength & UDF_EXTENT_LENGTH_MASK);
extLength         527 fs/udf/inode.c 	if ((last_ext->extLength & UDF_EXTENT_FLAG_MASK) ==
extLength         530 fs/udf/inode.c 			(last_ext->extLength & UDF_EXTENT_LENGTH_MASK);
extLength         534 fs/udf/inode.c 		last_ext->extLength += add;
extLength         539 fs/udf/inode.c 			     last_ext->extLength, 1);
extLength         546 fs/udf/inode.c 				last_ext->extLength, 1);
extLength         562 fs/udf/inode.c 	last_ext->extLength = EXT_NOT_RECORDED_NOT_ALLOCATED | add;
extLength         568 fs/udf/inode.c 				   last_ext->extLength, 1);
extLength         574 fs/udf/inode.c 		last_ext->extLength = EXT_NOT_RECORDED_NOT_ALLOCATED |
extLength         577 fs/udf/inode.c 				   last_ext->extLength, 1);
extLength         591 fs/udf/inode.c 		last_ext->extLength = prealloc_len;
extLength         616 fs/udf/inode.c 		      (last_ext->extLength & (sb->s_blocksize - 1));
extLength         617 fs/udf/inode.c 	last_ext->extLength += added_bytes;
extLength         621 fs/udf/inode.c 			last_ext->extLength, 1);
extLength         656 fs/udf/inode.c 		extent.extLength = EXT_NOT_RECORDED_NOT_ALLOCATED;
extLength         660 fs/udf/inode.c 				      &extent.extLength, 0);
extLength         661 fs/udf/inode.c 		extent.extLength |= etype << 30;
extLength         743 fs/udf/inode.c 		laarr[c].extLength = (etype << 30) | elen;
extLength         790 fs/udf/inode.c 			laarr[0].extLength = EXT_NOT_RECORDED_NOT_ALLOCATED;
extLength         807 fs/udf/inode.c 		if ((laarr[0].extLength & UDF_EXTENT_FLAG_MASK) !=
extLength         813 fs/udf/inode.c 			laarr[c].extLength = EXT_NOT_RECORDED_NOT_ALLOCATED |
extLength         838 fs/udf/inode.c 			laarr[c + 1].extLength = (etype << 30) | elen;
extLength         849 fs/udf/inode.c 	if ((laarr[c].extLength >> 30) == (EXT_NOT_RECORDED_ALLOCATED >> 30))
extLength         922 fs/udf/inode.c 	if ((laarr[*c].extLength >> 30) == (EXT_NOT_RECORDED_ALLOCATED >> 30) ||
extLength         923 fs/udf/inode.c 	    (laarr[*c].extLength >> 30) ==
extLength         926 fs/udf/inode.c 		int blen = ((laarr[curr].extLength & UDF_EXTENT_LENGTH_MASK) +
extLength         928 fs/udf/inode.c 		int8_t etype = (laarr[curr].extLength >> 30);
extLength         945 fs/udf/inode.c 				laarr[curr].extLength =
extLength         952 fs/udf/inode.c 				laarr[curr].extLength = (etype << 30) |
extLength         963 fs/udf/inode.c 		laarr[curr].extLength = EXT_RECORDED_ALLOCATED |
extLength         971 fs/udf/inode.c 			laarr[curr].extLength = (etype << 30) |
extLength         991 fs/udf/inode.c 		if ((laarr[c + 1].extLength >> 30) ==
extLength         995 fs/udf/inode.c 				(((laarr[c + 1].extLength &
extLength        1007 fs/udf/inode.c 		} else if ((laarr[i].extLength >> 30) ==
extLength        1009 fs/udf/inode.c 			length += (((laarr[i].extLength &
extLength        1019 fs/udf/inode.c 			(((laarr[start].extLength & UDF_EXTENT_LENGTH_MASK) +
extLength        1029 fs/udf/inode.c 				laarr[start].extLength +=
extLength        1040 fs/udf/inode.c 				laarr[c + 1].extLength =
extLength        1048 fs/udf/inode.c 				int elen = ((laarr[i].extLength &
extLength        1054 fs/udf/inode.c 					laarr[i].extLength -=
extLength        1086 fs/udf/inode.c 		if (((li->extLength >> 30) == (lip1->extLength >> 30)) &&
extLength        1087 fs/udf/inode.c 			(((li->extLength >> 30) ==
extLength        1091 fs/udf/inode.c 			(((li->extLength & UDF_EXTENT_LENGTH_MASK) +
extLength        1094 fs/udf/inode.c 			if (((li->extLength & UDF_EXTENT_LENGTH_MASK) +
extLength        1095 fs/udf/inode.c 				(lip1->extLength & UDF_EXTENT_LENGTH_MASK) +
extLength        1097 fs/udf/inode.c 				lip1->extLength = (lip1->extLength -
extLength        1098 fs/udf/inode.c 						  (li->extLength &
extLength        1102 fs/udf/inode.c 				li->extLength = (li->extLength &
extLength        1108 fs/udf/inode.c 					((li->extLength &
extLength        1112 fs/udf/inode.c 				li->extLength = lip1->extLength +
extLength        1113 fs/udf/inode.c 					(((li->extLength &
extLength        1123 fs/udf/inode.c 		} else if (((li->extLength >> 30) ==
extLength        1125 fs/udf/inode.c 			   ((lip1->extLength >> 30) ==
extLength        1128 fs/udf/inode.c 					((li->extLength &
extLength        1134 fs/udf/inode.c 			if (((li->extLength & UDF_EXTENT_LENGTH_MASK) +
extLength        1135 fs/udf/inode.c 			     (lip1->extLength & UDF_EXTENT_LENGTH_MASK) +
extLength        1137 fs/udf/inode.c 				lip1->extLength = (lip1->extLength -
extLength        1138 fs/udf/inode.c 						   (li->extLength &
extLength        1142 fs/udf/inode.c 				li->extLength = (li->extLength &
extLength        1147 fs/udf/inode.c 				li->extLength = lip1->extLength +
extLength        1148 fs/udf/inode.c 					(((li->extLength &
extLength        1158 fs/udf/inode.c 		} else if ((li->extLength >> 30) ==
extLength        1162 fs/udf/inode.c 					((li->extLength &
extLength        1167 fs/udf/inode.c 			li->extLength = (li->extLength &
extLength        1188 fs/udf/inode.c 					laarr[i].extLength);
extLength        1190 fs/udf/inode.c 				      &laarr[i].extLength, 1);
extLength        1198 fs/udf/inode.c 			       laarr[i].extLength, 1);
extLength        1368 fs/udf/inode.c 			if (ie->indirectICB.extLength) {
extLength        1514 fs/udf/inode.c 		iinfo->i_streamdir = (efe->streamDirectoryICB.extLength != 0);
extLength        1807 fs/udf/inode.c 			icb_lad->extLength =
extLength        2100 fs/udf/inode.c 		sad->extLength = cpu_to_le32(elen);
extLength        2106 fs/udf/inode.c 		lad->extLength = cpu_to_le32(elen);
extLength        2202 fs/udf/inode.c 		etype = le32_to_cpu(sad->extLength) >> 30;
extLength        2206 fs/udf/inode.c 		*elen = le32_to_cpu(sad->extLength) & UDF_EXTENT_LENGTH_MASK;
extLength        2212 fs/udf/inode.c 		etype = le32_to_cpu(lad->extLength) >> 30;
extLength        2214 fs/udf/inode.c 		*elen = le32_to_cpu(lad->extLength) & UDF_EXTENT_LENGTH_MASK;
extLength         593 fs/udf/namei.c 	cfi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize);
extLength         685 fs/udf/namei.c 	cfi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize);
extLength         702 fs/udf/namei.c 	cfi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize);
extLength        1042 fs/udf/namei.c 	cfi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize);
extLength        1048 fs/udf/super.c 	utable = phd->unallocSpaceTable.extLength;
extLength        1049 fs/udf/super.c 	umap = phd->unallocSpaceBitmap.extLength;
extLength        1050 fs/udf/super.c 	ftable = phd->freedSpaceTable.extLength;
extLength        1051 fs/udf/super.c 	fmap = phd->freedSpaceBitmap.extLength;
extLength        1115 fs/udf/super.c 	if (phd->unallocSpaceTable.extLength) {
extLength        1135 fs/udf/super.c 	if (phd->unallocSpaceBitmap.extLength) {
extLength        1515 fs/udf/super.c 	if (lvd->integritySeqExt.extLength)
extLength        1547 fs/udf/super.c 		while (loc.extLength > 0 &&
extLength        1558 fs/udf/super.c 			loc.extLength -= sb->s_blocksize;
extLength        1569 fs/udf/super.c 		if (lvid->nextIntegrityExt.extLength == 0)
extLength        1706 fs/udf/super.c 				vdp->nextVolDescSeqExt.extLength) >>
extLength        1782 fs/udf/super.c 	main_e = le32_to_cpu(anchor->mainVolDescSeqExt.extLength);
extLength        1788 fs/udf/super.c 	reserve_e = le32_to_cpu(anchor->reserveVolDescSeqExt.extLength);
extLength          32 fs/udf/udfend.h 	out.extLength = le32_to_cpu(in.extLength);
extLength          42 fs/udf/udfend.h 	out.extLength = cpu_to_le32(in.extLength);
extLength          52 fs/udf/udfend.h 	out.extLength = le32_to_cpu(in.extLength);
extLength          62 fs/udf/udfend.h 	out.extLength = cpu_to_le32(in.extLength);
extLength          72 fs/udf/udfend.h 	out.extLength = le32_to_cpu(in.extLength);