/include/linux/gfs2_ondisk.h

https://bitbucket.org/thekraven/iscream_thunderc-2.6.35 · C++ Header · 449 lines · 257 code · 84 blank · 108 comment · 0 complexity · 2fd600ab15c8b0f31eed445bdab0571c MD5 · raw file

  1. /*
  2. * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
  3. * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved.
  4. *
  5. * This copyrighted material is made available to anyone wishing to use,
  6. * modify, copy, or redistribute it subject to the terms and conditions
  7. * of the GNU General Public License v.2.
  8. */
  9. #ifndef __GFS2_ONDISK_DOT_H__
  10. #define __GFS2_ONDISK_DOT_H__
  11. #include <linux/types.h>
  12. #define GFS2_MAGIC 0x01161970
  13. #define GFS2_BASIC_BLOCK 512
  14. #define GFS2_BASIC_BLOCK_SHIFT 9
  15. /* Lock numbers of the LM_TYPE_NONDISK type */
  16. #define GFS2_MOUNT_LOCK 0
  17. #define GFS2_LIVE_LOCK 1
  18. #define GFS2_TRANS_LOCK 2
  19. #define GFS2_RENAME_LOCK 3
  20. /* Format numbers for various metadata types */
  21. #define GFS2_FORMAT_NONE 0
  22. #define GFS2_FORMAT_SB 100
  23. #define GFS2_FORMAT_RG 200
  24. #define GFS2_FORMAT_RB 300
  25. #define GFS2_FORMAT_DI 400
  26. #define GFS2_FORMAT_IN 500
  27. #define GFS2_FORMAT_LF 600
  28. #define GFS2_FORMAT_JD 700
  29. #define GFS2_FORMAT_LH 800
  30. #define GFS2_FORMAT_LD 900
  31. #define GFS2_FORMAT_LB 1000
  32. #define GFS2_FORMAT_EA 1600
  33. #define GFS2_FORMAT_ED 1700
  34. #define GFS2_FORMAT_QC 1400
  35. /* These are format numbers for entities contained in files */
  36. #define GFS2_FORMAT_RI 1100
  37. #define GFS2_FORMAT_DE 1200
  38. #define GFS2_FORMAT_QU 1500
  39. /* These are part of the superblock */
  40. #define GFS2_FORMAT_FS 1801
  41. #define GFS2_FORMAT_MULTI 1900
  42. /*
  43. * An on-disk inode number
  44. */
  45. struct gfs2_inum {
  46. __be64 no_formal_ino;
  47. __be64 no_addr;
  48. };
  49. /*
  50. * Generic metadata head structure
  51. * Every inplace buffer logged in the journal must start with this.
  52. */
  53. #define GFS2_METATYPE_NONE 0
  54. #define GFS2_METATYPE_SB 1
  55. #define GFS2_METATYPE_RG 2
  56. #define GFS2_METATYPE_RB 3
  57. #define GFS2_METATYPE_DI 4
  58. #define GFS2_METATYPE_IN 5
  59. #define GFS2_METATYPE_LF 6
  60. #define GFS2_METATYPE_JD 7
  61. #define GFS2_METATYPE_LH 8
  62. #define GFS2_METATYPE_LD 9
  63. #define GFS2_METATYPE_LB 12
  64. #define GFS2_METATYPE_EA 10
  65. #define GFS2_METATYPE_ED 11
  66. #define GFS2_METATYPE_QC 14
  67. struct gfs2_meta_header {
  68. __be32 mh_magic;
  69. __be32 mh_type;
  70. __be64 __pad0; /* Was generation number in gfs1 */
  71. __be32 mh_format;
  72. /* This union is to keep userspace happy */
  73. union {
  74. __be32 mh_jid; /* Was incarnation number in gfs1 */
  75. __be32 __pad1;
  76. };
  77. };
  78. /*
  79. * super-block structure
  80. *
  81. * It's probably good if SIZEOF_SB <= GFS2_BASIC_BLOCK (512 bytes)
  82. *
  83. * Order is important, need to be able to read old superblocks to do on-disk
  84. * version upgrades.
  85. */
  86. /* Address of superblock in GFS2 basic blocks */
  87. #define GFS2_SB_ADDR 128
  88. /* The lock number for the superblock (must be zero) */
  89. #define GFS2_SB_LOCK 0
  90. /* Requirement: GFS2_LOCKNAME_LEN % 8 == 0
  91. Includes: the fencing zero at the end */
  92. #define GFS2_LOCKNAME_LEN 64
  93. struct gfs2_sb {
  94. struct gfs2_meta_header sb_header;
  95. __be32 sb_fs_format;
  96. __be32 sb_multihost_format;
  97. __u32 __pad0; /* Was superblock flags in gfs1 */
  98. __be32 sb_bsize;
  99. __be32 sb_bsize_shift;
  100. __u32 __pad1; /* Was journal segment size in gfs1 */
  101. struct gfs2_inum sb_master_dir; /* Was jindex dinode in gfs1 */
  102. struct gfs2_inum __pad2; /* Was rindex dinode in gfs1 */
  103. struct gfs2_inum sb_root_dir;
  104. char sb_lockproto[GFS2_LOCKNAME_LEN];
  105. char sb_locktable[GFS2_LOCKNAME_LEN];
  106. struct gfs2_inum __pad3; /* Was quota inode in gfs1 */
  107. struct gfs2_inum __pad4; /* Was licence inode in gfs1 */
  108. #define GFS2_HAS_UUID 1
  109. __u8 sb_uuid[16]; /* The UUID, maybe 0 for backwards compat */
  110. };
  111. /*
  112. * resource index structure
  113. */
  114. struct gfs2_rindex {
  115. __be64 ri_addr; /* grp block disk address */
  116. __be32 ri_length; /* length of rgrp header in fs blocks */
  117. __u32 __pad;
  118. __be64 ri_data0; /* first data location */
  119. __be32 ri_data; /* num of data blocks in rgrp */
  120. __be32 ri_bitbytes; /* number of bytes in data bitmaps */
  121. __u8 ri_reserved[64];
  122. };
  123. /*
  124. * resource group header structure
  125. */
  126. /* Number of blocks per byte in rgrp */
  127. #define GFS2_NBBY 4
  128. #define GFS2_BIT_SIZE 2
  129. #define GFS2_BIT_MASK 0x00000003
  130. #define GFS2_BLKST_FREE 0
  131. #define GFS2_BLKST_USED 1
  132. #define GFS2_BLKST_UNLINKED 2
  133. #define GFS2_BLKST_DINODE 3
  134. #define GFS2_RGF_JOURNAL 0x00000001
  135. #define GFS2_RGF_METAONLY 0x00000002
  136. #define GFS2_RGF_DATAONLY 0x00000004
  137. #define GFS2_RGF_NOALLOC 0x00000008
  138. struct gfs2_rgrp {
  139. struct gfs2_meta_header rg_header;
  140. __be32 rg_flags;
  141. __be32 rg_free;
  142. __be32 rg_dinodes;
  143. __be32 __pad;
  144. __be64 rg_igeneration;
  145. __u8 rg_reserved[80]; /* Several fields from gfs1 now reserved */
  146. };
  147. /*
  148. * quota structure
  149. */
  150. struct gfs2_quota {
  151. __be64 qu_limit;
  152. __be64 qu_warn;
  153. __be64 qu_value;
  154. __u8 qu_reserved[64];
  155. };
  156. /*
  157. * dinode structure
  158. */
  159. #define GFS2_MAX_META_HEIGHT 10
  160. #define GFS2_DIR_MAX_DEPTH 17
  161. #define DT2IF(dt) (((dt) << 12) & S_IFMT)
  162. #define IF2DT(sif) (((sif) & S_IFMT) >> 12)
  163. enum {
  164. gfs2fl_Jdata = 0,
  165. gfs2fl_ExHash = 1,
  166. gfs2fl_Unused = 2,
  167. gfs2fl_EaIndirect = 3,
  168. gfs2fl_Directio = 4,
  169. gfs2fl_Immutable = 5,
  170. gfs2fl_AppendOnly = 6,
  171. gfs2fl_NoAtime = 7,
  172. gfs2fl_Sync = 8,
  173. gfs2fl_System = 9,
  174. gfs2fl_TruncInProg = 29,
  175. gfs2fl_InheritDirectio = 30,
  176. gfs2fl_InheritJdata = 31,
  177. };
  178. /* Dinode flags */
  179. #define GFS2_DIF_JDATA 0x00000001
  180. #define GFS2_DIF_EXHASH 0x00000002
  181. #define GFS2_DIF_UNUSED 0x00000004 /* only in gfs1 */
  182. #define GFS2_DIF_EA_INDIRECT 0x00000008
  183. #define GFS2_DIF_DIRECTIO 0x00000010
  184. #define GFS2_DIF_IMMUTABLE 0x00000020
  185. #define GFS2_DIF_APPENDONLY 0x00000040
  186. #define GFS2_DIF_NOATIME 0x00000080
  187. #define GFS2_DIF_SYNC 0x00000100
  188. #define GFS2_DIF_SYSTEM 0x00000200 /* New in gfs2 */
  189. #define GFS2_DIF_TRUNC_IN_PROG 0x20000000 /* New in gfs2 */
  190. #define GFS2_DIF_INHERIT_DIRECTIO 0x40000000
  191. #define GFS2_DIF_INHERIT_JDATA 0x80000000
  192. struct gfs2_dinode {
  193. struct gfs2_meta_header di_header;
  194. struct gfs2_inum di_num;
  195. __be32 di_mode; /* mode of file */
  196. __be32 di_uid; /* owner's user id */
  197. __be32 di_gid; /* owner's group id */
  198. __be32 di_nlink; /* number of links to this file */
  199. __be64 di_size; /* number of bytes in file */
  200. __be64 di_blocks; /* number of blocks in file */
  201. __be64 di_atime; /* time last accessed */
  202. __be64 di_mtime; /* time last modified */
  203. __be64 di_ctime; /* time last changed */
  204. __be32 di_major; /* device major number */
  205. __be32 di_minor; /* device minor number */
  206. /* This section varies from gfs1. Padding added to align with
  207. * remainder of dinode
  208. */
  209. __be64 di_goal_meta; /* rgrp to alloc from next */
  210. __be64 di_goal_data; /* data block goal */
  211. __be64 di_generation; /* generation number for NFS */
  212. __be32 di_flags; /* GFS2_DIF_... */
  213. __be32 di_payload_format; /* GFS2_FORMAT_... */
  214. __u16 __pad1; /* Was ditype in gfs1 */
  215. __be16 di_height; /* height of metadata */
  216. __u32 __pad2; /* Unused incarnation number from gfs1 */
  217. /* These only apply to directories */
  218. __u16 __pad3; /* Padding */
  219. __be16 di_depth; /* Number of bits in the table */
  220. __be32 di_entries; /* The number of entries in the directory */
  221. struct gfs2_inum __pad4; /* Unused even in current gfs1 */
  222. __be64 di_eattr; /* extended attribute block number */
  223. __be32 di_atime_nsec; /* nsec portion of atime */
  224. __be32 di_mtime_nsec; /* nsec portion of mtime */
  225. __be32 di_ctime_nsec; /* nsec portion of ctime */
  226. __u8 di_reserved[44];
  227. };
  228. /*
  229. * directory structure - many of these per directory file
  230. */
  231. #define GFS2_FNAMESIZE 255
  232. #define GFS2_DIRENT_SIZE(name_len) ((sizeof(struct gfs2_dirent) + (name_len) + 7) & ~7)
  233. struct gfs2_dirent {
  234. struct gfs2_inum de_inum;
  235. __be32 de_hash;
  236. __be16 de_rec_len;
  237. __be16 de_name_len;
  238. __be16 de_type;
  239. __u8 __pad[14];
  240. };
  241. /*
  242. * Header of leaf directory nodes
  243. */
  244. struct gfs2_leaf {
  245. struct gfs2_meta_header lf_header;
  246. __be16 lf_depth; /* Depth of leaf */
  247. __be16 lf_entries; /* Number of dirents in leaf */
  248. __be32 lf_dirent_format; /* Format of the dirents */
  249. __be64 lf_next; /* Next leaf, if overflow */
  250. __u8 lf_reserved[64];
  251. };
  252. /*
  253. * Extended attribute header format
  254. *
  255. * This works in a similar way to dirents. There is a fixed size header
  256. * followed by a variable length section made up of the name and the
  257. * associated data. In the case of a "stuffed" entry, the value is
  258. * inline directly after the name, the ea_num_ptrs entry will be
  259. * zero in that case. For non-"stuffed" entries, there will be
  260. * a set of pointers (aligned to 8 byte boundary) to the block(s)
  261. * containing the value.
  262. *
  263. * The blocks containing the values and the blocks containing the
  264. * extended attribute headers themselves all start with the common
  265. * metadata header. Each inode, if it has extended attributes, will
  266. * have either a single block containing the extended attribute headers
  267. * or a single indirect block pointing to blocks containing the
  268. * extended attribure headers.
  269. *
  270. * The maximim size of the data part of an extended attribute is 64k
  271. * so the number of blocks required depends upon block size. Since the
  272. * block size also determines the number of pointers in an indirect
  273. * block, its a fairly complicated calculation to work out the maximum
  274. * number of blocks that an inode may have relating to extended attributes.
  275. *
  276. */
  277. #define GFS2_EA_MAX_NAME_LEN 255
  278. #define GFS2_EA_MAX_DATA_LEN 65536
  279. #define GFS2_EATYPE_UNUSED 0
  280. #define GFS2_EATYPE_USR 1
  281. #define GFS2_EATYPE_SYS 2
  282. #define GFS2_EATYPE_SECURITY 3
  283. #define GFS2_EATYPE_LAST 3
  284. #define GFS2_EATYPE_VALID(x) ((x) <= GFS2_EATYPE_LAST)
  285. #define GFS2_EAFLAG_LAST 0x01 /* last ea in block */
  286. struct gfs2_ea_header {
  287. __be32 ea_rec_len;
  288. __be32 ea_data_len;
  289. __u8 ea_name_len; /* no NULL pointer after the string */
  290. __u8 ea_type; /* GFS2_EATYPE_... */
  291. __u8 ea_flags; /* GFS2_EAFLAG_... */
  292. __u8 ea_num_ptrs;
  293. __u32 __pad;
  294. };
  295. /*
  296. * Log header structure
  297. */
  298. #define GFS2_LOG_HEAD_UNMOUNT 0x00000001 /* log is clean */
  299. struct gfs2_log_header {
  300. struct gfs2_meta_header lh_header;
  301. __be64 lh_sequence; /* Sequence number of this transaction */
  302. __be32 lh_flags; /* GFS2_LOG_HEAD_... */
  303. __be32 lh_tail; /* Block number of log tail */
  304. __be32 lh_blkno;
  305. __be32 lh_hash;
  306. };
  307. /*
  308. * Log type descriptor
  309. */
  310. #define GFS2_LOG_DESC_METADATA 300
  311. /* ld_data1 is the number of metadata blocks in the descriptor.
  312. ld_data2 is unused. */
  313. #define GFS2_LOG_DESC_REVOKE 301
  314. /* ld_data1 is the number of revoke blocks in the descriptor.
  315. ld_data2 is unused. */
  316. #define GFS2_LOG_DESC_JDATA 302
  317. /* ld_data1 is the number of data blocks in the descriptor.
  318. ld_data2 is unused. */
  319. struct gfs2_log_descriptor {
  320. struct gfs2_meta_header ld_header;
  321. __be32 ld_type; /* GFS2_LOG_DESC_... */
  322. __be32 ld_length; /* Number of buffers in this chunk */
  323. __be32 ld_data1; /* descriptor-specific field */
  324. __be32 ld_data2; /* descriptor-specific field */
  325. __u8 ld_reserved[32];
  326. };
  327. /*
  328. * Inum Range
  329. * Describe a range of formal inode numbers allocated to
  330. * one machine to assign to inodes.
  331. */
  332. #define GFS2_INUM_QUANTUM 1048576
  333. struct gfs2_inum_range {
  334. __be64 ir_start;
  335. __be64 ir_length;
  336. };
  337. /*
  338. * Statfs change
  339. * Describes an change to the pool of free and allocated
  340. * blocks.
  341. */
  342. struct gfs2_statfs_change {
  343. __be64 sc_total;
  344. __be64 sc_free;
  345. __be64 sc_dinodes;
  346. };
  347. /*
  348. * Quota change
  349. * Describes an allocation change for a particular
  350. * user or group.
  351. */
  352. #define GFS2_QCF_USER 0x00000001
  353. struct gfs2_quota_change {
  354. __be64 qc_change;
  355. __be32 qc_flags; /* GFS2_QCF_... */
  356. __be32 qc_id;
  357. };
  358. struct gfs2_quota_lvb {
  359. __be32 qb_magic;
  360. __u32 __pad;
  361. __be64 qb_limit; /* Hard limit of # blocks to alloc */
  362. __be64 qb_warn; /* Warn user when alloc is above this # */
  363. __be64 qb_value; /* Current # blocks allocated */
  364. };
  365. #endif /* __GFS2_ONDISK_DOT_H__ */