} /*afs_GetCellByName*/
-struct cell *afs_GetCell(acell, locktype)
- register afs_int32 acell;
- afs_int32 locktype;
-{
- return afs_GetCellInternal(acell, locktype, 1);
-}
-
-/* This is only to be called if the caller is already holding afs_xcell */
-struct cell *afs_GetCellNoLock(acell, locktype)
- register afs_int32 acell;
- afs_int32 locktype;
-{
- return afs_GetCellInternal(acell, locktype, 0);
-}
-
static struct cell *afs_GetCellInternal(acell, locktype, holdxcell)
register afs_int32 acell;
afs_int32 locktype;
} /*afs_GetCell*/
+struct cell *afs_GetCell(acell, locktype)
+ register afs_int32 acell;
+ afs_int32 locktype;
+{
+ return afs_GetCellInternal(acell, locktype, 1);
+}
+
+/* This is only to be called if the caller is already holding afs_xcell */
+struct cell *afs_GetCellNoLock(acell, locktype)
+ register afs_int32 acell;
+ afs_int32 locktype;
+{
+ return afs_GetCellInternal(acell, locktype, 0);
+}
struct cell *afs_GetCellByIndex(cellindex, locktype, refresh)
register afs_int32 cellindex;