2 * linux/fs/adfs/dir_fplus.h
4 * Copyright (C) 1999 Russell King
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.
10 * Structures of directories on the F+ format disk
13 #define ADFS_FPLUS_NAME_LEN 255
15 #define BIGDIRSTARTNAME ('S' | 'B' << 8 | 'P' << 16 | 'r' << 24)
16 #define BIGDIRENDNAME ('o' | 'v' << 8 | 'e' << 16 | 'n' << 24)
18 struct adfs_bigdirheader {
20 __u8 bigdirversion[3];
21 __le32 bigdirstartname;
25 __le32 bigdirnamesize;
30 struct adfs_bigdirentry {
36 __le32 bigdirobnamelen;
37 __le32 bigdirobnameptr;
40 struct adfs_bigdirtail {