|
Coda Distributed File System
|
#include <unistd.h>#include "coda_string.h"#include <sys/file.h>#include "coda_flock.h"#include <util.h>#include <lwp/lwp.h>#include <lwp/lock.h>#include "partition.h"
Functions | |
| void | DP_Init (const char *tabfile, const char *hostname) |
| struct DiskPartition * | DP_Find (Device devno) |
| struct DiskPartition * | DP_Get (char *name) |
| void | DP_SetUsage (struct DiskPartition *dp) |
| void | DP_ResetUsage (void) |
| void | DP_PrintStats (FILE *fp) |
| void | DP_LockPartition (char *name) |
| void | DP_UnlockPartition (char *name) |
Variables | |
| struct dllist_head | DiskPartitionList |
| struct DiskPartition * DP_Find | ( | Device | devno | ) |
| struct DiskPartition * DP_Get | ( | char * | name | ) |
| void DP_Init | ( | const char * | tabfile, |
| const char * | hostname | ||
| ) |
| void DP_LockPartition | ( | char * | name | ) |
| void DP_PrintStats | ( | FILE * | fp | ) |
| void DP_ResetUsage | ( | void | ) |
| void DP_SetUsage | ( | struct DiskPartition * | dp | ) |
| void DP_UnlockPartition | ( | char * | name | ) |
| struct dllist_head DiskPartitionList |