#include <jfs/filsys.h>
#endif
+#ifdef AFS_NT40_ENV
+extern int VValidVPTEntry(struct vptab *vptp);
+#endif
+
int aixlow_water = 8; /* default 8% */
struct DiskPartition64 *DiskPartitionList;
*
* Use partition name as devname.
*/
-int
+static int
VCheckPartition(char *part, char *devname, int logging)
{
struct afs_stat_st status;
* used to attach /vicepX directories which aren't on dedicated
* partitions, in the NAMEI fileserver.
*/
-void
+static void
VAttachPartitions2(void)
{
#ifdef AFS_NAMEI_ENV
* 0 invalid entry
*/
-int
+static int
VValidVPTEntry(struct vptab *vpe)
{
int len = strlen(vpe->vp_name);
return 1;
}
-int
+static int
VCheckPartition(char *partName)
{
char volRoot[4];