Coda Distributed File System
coda-src
partition
simpleifs.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
9
This code is distributed "AS IS" without warranty of any kind under
10
the terms of the GNU General Public Licence Version 2, as shown in the
11
file LICENSE. The technical and financial contributors to Coda are
12
listed in the file CREDITS.
13
14
Additional copyrights
15
none currently
16
17
#*/
18
19
/* definitions specifically needed for the simple inode operations */
20
21
#ifndef SIMPLEIFS_INCLUDED
22
#define SIMPLEIFS_INCLUDED
23
24
#include <
voltypes.h
>
25
#include <
partition.h
>
26
27
#define FNAMESIZE 256
28
#define MAX_NODES 99999
29
#define MAX_LINKS 999
30
#define FILEDATA 36
31
32
#define VICEMAGIC 47114711
33
34
struct
part_simple_opts
{
35
Inode
next
;
36
};
37
38
#endif
partition.h
part_simple_opts
Definition:
simpleifs.h:34
part_simple_opts::next
Inode next
Definition:
simpleifs.h:35
voltypes.h
Inode
bit32 Inode
Definition:
voltypes.h:61
Generated by
1.9.4