Coda Distributed File System
Classes | Macros
hdb.h File Reference
#include <stdio.h>
#include <sys/param.h>
#include <time.h>
#include <netdb.h>
#include <vice.h>
#include <coda.h>
Include dependency graph for hdb.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  hdb_clear_msg
 
struct  hdb_add_msg
 
struct  hdb_delete_msg
 
struct  hdb_list_msg
 
struct  hdb_walk_msg
 
struct  hdb_verify_msg
 

Macros

#define HDB_ASSERT(ex)
 
#define H_MAX_PRI   1000
 
#define H_DFLT_PRI   10
 
#define H_MIN_PRI   1
 
#define H_INHERIT   1 /* New children inherit their parent's hoard status. */
 
#define H_CHILDREN   2 /* Meta-expand directory to include its children. */
 
#define H_DESCENDENTS    4 /* Meta-expand directory to include all its descendents. */
 
#define H_DFLT_ATTRS   0
 

Macro Definition Documentation

◆ H_CHILDREN

#define H_CHILDREN   2 /* Meta-expand directory to include its children. */

◆ H_DESCENDENTS

#define H_DESCENDENTS    4 /* Meta-expand directory to include all its descendents. */

◆ H_DFLT_ATTRS

#define H_DFLT_ATTRS   0

◆ H_DFLT_PRI

#define H_DFLT_PRI   10

◆ H_INHERIT

#define H_INHERIT   1 /* New children inherit their parent's hoard status. */

◆ H_MAX_PRI

#define H_MAX_PRI   1000

◆ H_MIN_PRI

#define H_MIN_PRI   1

◆ HDB_ASSERT

#define HDB_ASSERT (   ex)
Value:
{ \
if (!(ex)) { \
CHOKE("Assertion failed: file \"%s\", line %d\n", __FILE__, \
} \
}
#define __FILE__
Definition: odytypes.h:64
#define __LINE__
Definition: odytypes.h:68