diff options
Diffstat (limited to 'fs/jfs/jfs_filsys.h')
-rw-r--r-- | fs/jfs/jfs_filsys.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/fs/jfs/jfs_filsys.h b/fs/jfs/jfs_filsys.h index 38f70ac03bec..b3f5463fbe52 100644 --- a/fs/jfs/jfs_filsys.h +++ b/fs/jfs/jfs_filsys.h | |||
@@ -34,9 +34,9 @@ | |||
34 | #define JFS_UNICODE 0x00000001 /* unicode name */ | 34 | #define JFS_UNICODE 0x00000001 /* unicode name */ |
35 | 35 | ||
36 | /* mount time flags for error handling */ | 36 | /* mount time flags for error handling */ |
37 | #define JFS_ERR_REMOUNT_RO 0x00000002 /* remount read-only */ | 37 | #define JFS_ERR_REMOUNT_RO 0x00000002 /* remount read-only */ |
38 | #define JFS_ERR_CONTINUE 0x00000004 /* continue */ | 38 | #define JFS_ERR_CONTINUE 0x00000004 /* continue */ |
39 | #define JFS_ERR_PANIC 0x00000008 /* panic */ | 39 | #define JFS_ERR_PANIC 0x00000008 /* panic */ |
40 | 40 | ||
41 | /* Quota support */ | 41 | /* Quota support */ |
42 | #define JFS_USRQUOTA 0x00000010 | 42 | #define JFS_USRQUOTA 0x00000010 |
@@ -83,7 +83,6 @@ | |||
83 | /* case-insensitive name/directory support */ | 83 | /* case-insensitive name/directory support */ |
84 | 84 | ||
85 | #define JFS_AIX 0x80000000 /* AIX support */ | 85 | #define JFS_AIX 0x80000000 /* AIX support */ |
86 | /* POSIX name/directory support - Never implemented*/ | ||
87 | 86 | ||
88 | /* | 87 | /* |
89 | * buffer cache configuration | 88 | * buffer cache configuration |
@@ -113,10 +112,10 @@ | |||
113 | #define IDATASIZE 256 /* inode inline data size */ | 112 | #define IDATASIZE 256 /* inode inline data size */ |
114 | #define IXATTRSIZE 128 /* inode inline extended attribute size */ | 113 | #define IXATTRSIZE 128 /* inode inline extended attribute size */ |
115 | 114 | ||
116 | #define XTPAGE_SIZE 4096 | 115 | #define XTPAGE_SIZE 4096 |
117 | #define log2_PAGESIZE 12 | 116 | #define log2_PAGESIZE 12 |
118 | 117 | ||
119 | #define IAG_SIZE 4096 | 118 | #define IAG_SIZE 4096 |
120 | #define IAG_EXTENT_SIZE 4096 | 119 | #define IAG_EXTENT_SIZE 4096 |
121 | #define INOSPERIAG 4096 /* number of disk inodes per iag */ | 120 | #define INOSPERIAG 4096 /* number of disk inodes per iag */ |
122 | #define L2INOSPERIAG 12 /* l2 number of disk inodes per iag */ | 121 | #define L2INOSPERIAG 12 /* l2 number of disk inodes per iag */ |