Lines Matching refs:AllocExt
306 EXTENT_AD AllocExt; in UDFShortAllocDescToMapping() local
342 AllocExt.extLength = len; in UDFShortAllocDescToMapping()
343 AllocExt.extLocation = UDFPartLbaToPhys(Vcb, &locAddr); in UDFShortAllocDescToMapping()
344 if(AllocExt.extLocation == LBA_OUT_OF_EXTENT) { in UDFShortAllocDescToMapping()
351 AllocMap = UDFExtentToMapping(&AllocExt); in UDFShortAllocDescToMapping()
468 EXTENT_AD AllocExt; in UDFLongAllocDescToMapping() local
502 AllocExt.extLength = len; in UDFLongAllocDescToMapping()
503 AllocExt.extLocation = UDFPartLbaToPhys(Vcb,&(AllocDesc[i].extLocation)); in UDFLongAllocDescToMapping()
504 if(AllocExt.extLocation == LBA_OUT_OF_EXTENT) { in UDFLongAllocDescToMapping()
511 AllocMap = UDFExtentToMapping(&AllocExt); in UDFLongAllocDescToMapping()
606 EXTENT_AD AllocExt; in UDFExtAllocDescToMapping() local
638 AllocExt.extLength = len; in UDFExtAllocDescToMapping()
639 AllocExt.extLocation = UDFPartLbaToPhys(Vcb,&(AllocDesc[i].extLocation)); in UDFExtAllocDescToMapping()
640 if(AllocExt.extLocation == LBA_OUT_OF_EXTENT) { in UDFExtAllocDescToMapping()
647 AllocMap = UDFExtentToMapping(&AllocExt); in UDFExtAllocDescToMapping()