Coda Distributed File System
ftreeifs.h
Go to the documentation of this file.
1/* BLURB gpl
2
3 Coda File System
4 Release 6
5
6 Copyright (c) 1987-2003 Carnegie Mellon University
7 Additional copyrights listed below
8
9This code is distributed "AS IS" without warranty of any kind under
10the terms of the GNU General Public Licence Version 2, as shown in the
11file LICENSE. The technical and financial contributors to Coda are
12listed in the file CREDITS.
13
14 Additional copyrights
15 none currently
16
17#*/
18
19#include <lwp/lock.h>
20#include <bitvect.h>
21
22#define RESOURCEDB "FTREEDB"
24 int depth;
25 int width;
28 int next;
31};
Definition: bitvect.c:30
Definition: lock.h:68
Definition: ftreeifs.h:23
Bitv freebm
Definition: ftreeifs.h:29
Lock lock
Definition: ftreeifs.h:30
int width
Definition: ftreeifs.h:25
int next
Definition: ftreeifs.h:28
int logwidth
Definition: ftreeifs.h:26
int depth
Definition: ftreeifs.h:24
int resource
Definition: ftreeifs.h:27