Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
dir_fplus.h
Go to the documentation of this file.
1 /*
2  * linux/fs/adfs/dir_fplus.h
3  *
4  * Copyright (C) 1999 Russell King
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 as
8  * published by the Free Software Foundation.
9  *
10  * Structures of directories on the F+ format disk
11  */
12 
13 #define ADFS_FPLUS_NAME_LEN 255
14 
15 #define BIGDIRSTARTNAME ('S' | 'B' << 8 | 'P' << 16 | 'r' << 24)
16 #define BIGDIRENDNAME ('o' | 'v' << 8 | 'e' << 16 | 'n' << 24)
17 
27  char bigdirname[1];
28 };
29 
38 };
39 
45 };