Coda Distributed File System
|
#include <sys/types.h>
#include <sys/time.h>
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <struct.h>
#include <lwp/lwp.h>
#include <lwp/lock.h>
#include <rpc2/rpc2.h>
#include <volutil.h>
#include "cvnode.h"
#include "volume.h"
#include "recov.h"
#include "camprivate.h"
#include "coda_globals.h"
Functions | |
long | S_VolGetMaxVolId (RPC2_Handle cid, RPC2_Integer *maxid) |
long | S_VolSetMaxVolId (RPC2_Handle cid, RPC2_Integer newid) EXCLUDES_TRANSACTION |
long S_VolGetMaxVolId | ( | RPC2_Handle | cid, |
RPC2_Integer * | maxid | ||
) |
long S_VolSetMaxVolId | ( | RPC2_Handle | cid, |
RPC2_Integer | newid | ||
) |