Coda Distributed File System
Variables
backupifs.c File Reference
#include <sys/types.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <ctype.h>
#include <util.h>
#include "partition.h"
Include dependency graph for backupifs.c:

Variables

struct inodeops inodeops_backup
 

Variable Documentation

◆ inodeops_backup

struct inodeops inodeops_backup
Initial value:
= {
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
b_init,
NULL,
}
#define NULL
Definition: voltypes.h:44