Windows: Add Cell name to AFSProcessRequest parameters
[openafs.git] / src / WINNT / afsrdr / kernel / lib / AFSExtentsSupport.cpp
index 0b7cfc6..4157513 100644 (file)
@@ -321,6 +321,8 @@ AFSTearDownFcbExtents( IN AFSFcb *Fcb,
                                               pAuthGroup,
                                               NULL,
                                               &Fcb->ObjectInformation->FileId,
+                                              Fcb->ObjectInformation->VolumeCB->VolumeInformation.Cell,
+                                              Fcb->ObjectInformation->VolumeCB->VolumeInformation.CellLength,
                                               pRelease,
                                               sz,
                                               NULL,
@@ -963,6 +965,8 @@ AFSRequestExtentsAsync( IN AFSFcb *Fcb,
                                           &Ccb->AuthGroup,
                                           NULL,
                                           &Fcb->ObjectInformation->FileId,
+                                          Fcb->ObjectInformation->VolumeCB->VolumeInformation.Cell,
+                                          Fcb->ObjectInformation->VolumeCB->VolumeInformation.CellLength,
                                           &request,
                                           sizeof( AFSRequestExtentsCB ),
                                           NULL,
@@ -989,6 +993,8 @@ AFSRequestExtentsAsync( IN AFSFcb *Fcb,
                                                   &stAuthGroup,
                                                   NULL,
                                                   &Fcb->ObjectInformation->FileId,
+                                                  Fcb->ObjectInformation->VolumeCB->VolumeInformation.Cell,
+                                                  Fcb->ObjectInformation->VolumeCB->VolumeInformation.CellLength,
                                                   &request,
                                                   sizeof( AFSRequestExtentsCB ),
                                                   NULL,
@@ -2956,6 +2962,8 @@ AFSFlushExtents( IN AFSFcb *Fcb,
                                           pAuthGroup,
                                           NULL,
                                           &Fcb->ObjectInformation->FileId,
+                                          Fcb->ObjectInformation->VolumeCB->VolumeInformation.Cell,
+                                          Fcb->ObjectInformation->VolumeCB->VolumeInformation.CellLength,
                                           pRelease,
                                           sz,
                                           NULL,
@@ -3241,6 +3249,8 @@ AFSReleaseExtentsWithFlush( IN AFSFcb *Fcb,
                                           pAuthGroup,
                                           NULL,
                                           &Fcb->ObjectInformation->FileId,
+                                          Fcb->ObjectInformation->VolumeCB->VolumeInformation.Cell,
+                                          Fcb->ObjectInformation->VolumeCB->VolumeInformation.CellLength,
                                           pRelease,
                                           sz,
                                           NULL,
@@ -3472,6 +3482,8 @@ AFSReleaseCleanExtents( IN AFSFcb *Fcb,
                                           pAuthGroup,
                                           NULL,
                                           &Fcb->ObjectInformation->FileId,
+                                          Fcb->ObjectInformation->VolumeCB->VolumeInformation.Cell,
+                                          Fcb->ObjectInformation->VolumeCB->VolumeInformation.CellLength,
                                           pRelease,
                                           sz,
                                           NULL,