xfs_format.h 56 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691
  1. /*
  2. * Copyright (c) 2000-2005 Silicon Graphics, Inc.
  3. * All Rights Reserved.
  4. *
  5. * This program is free software; you can redistribute it and/or
  6. * modify it under the terms of the GNU General Public License as
  7. * published by the Free Software Foundation.
  8. *
  9. * This program is distributed in the hope that it would be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU General Public License
  15. * along with this program; if not, write the Free Software Foundation,
  16. * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  17. */
  18. #ifndef __XFS_FORMAT_H__
  19. #define __XFS_FORMAT_H__
  20. /*
  21. * XFS On Disk Format Definitions
  22. *
  23. * This header file defines all the on-disk format definitions for
  24. * general XFS objects. Directory and attribute related objects are defined in
  25. * xfs_da_format.h, which log and log item formats are defined in
  26. * xfs_log_format.h. Everything else goes here.
  27. */
  28. struct xfs_mount;
  29. struct xfs_trans;
  30. struct xfs_inode;
  31. struct xfs_buf;
  32. struct xfs_ifork;
  33. /*
  34. * Super block
  35. * Fits into a sector-sized buffer at address 0 of each allocation group.
  36. * Only the first of these is ever updated except during growfs.
  37. */
  38. #define XFS_SB_MAGIC 0x58465342 /* 'XFSB' */
  39. #define XFS_SB_VERSION_1 1 /* 5.3, 6.0.1, 6.1 */
  40. #define XFS_SB_VERSION_2 2 /* 6.2 - attributes */
  41. #define XFS_SB_VERSION_3 3 /* 6.2 - new inode version */
  42. #define XFS_SB_VERSION_4 4 /* 6.2+ - bitmask version */
  43. #define XFS_SB_VERSION_5 5 /* CRC enabled filesystem */
  44. #define XFS_SB_VERSION_NUMBITS 0x000f
  45. #define XFS_SB_VERSION_ALLFBITS 0xfff0
  46. #define XFS_SB_VERSION_ATTRBIT 0x0010
  47. #define XFS_SB_VERSION_NLINKBIT 0x0020
  48. #define XFS_SB_VERSION_QUOTABIT 0x0040
  49. #define XFS_SB_VERSION_ALIGNBIT 0x0080
  50. #define XFS_SB_VERSION_DALIGNBIT 0x0100
  51. #define XFS_SB_VERSION_SHAREDBIT 0x0200
  52. #define XFS_SB_VERSION_LOGV2BIT 0x0400
  53. #define XFS_SB_VERSION_SECTORBIT 0x0800
  54. #define XFS_SB_VERSION_EXTFLGBIT 0x1000
  55. #define XFS_SB_VERSION_DIRV2BIT 0x2000
  56. #define XFS_SB_VERSION_BORGBIT 0x4000 /* ASCII only case-insens. */
  57. #define XFS_SB_VERSION_MOREBITSBIT 0x8000
  58. /*
  59. * The size of a single extended attribute on disk is limited by
  60. * the size of index values within the attribute entries themselves.
  61. * These are be16 fields, so we can only support attribute data
  62. * sizes up to 2^16 bytes in length.
  63. */
  64. #define XFS_XATTR_SIZE_MAX (1 << 16)
  65. /*
  66. * Supported feature bit list is just all bits in the versionnum field because
  67. * we've used them all up and understand them all. Except, of course, for the
  68. * shared superblock bit, which nobody knows what it does and so is unsupported.
  69. */
  70. #define XFS_SB_VERSION_OKBITS \
  71. ((XFS_SB_VERSION_NUMBITS | XFS_SB_VERSION_ALLFBITS) & \
  72. ~XFS_SB_VERSION_SHAREDBIT)
  73. /*
  74. * There are two words to hold XFS "feature" bits: the original
  75. * word, sb_versionnum, and sb_features2. Whenever a bit is set in
  76. * sb_features2, the feature bit XFS_SB_VERSION_MOREBITSBIT must be set.
  77. *
  78. * These defines represent bits in sb_features2.
  79. */
  80. #define XFS_SB_VERSION2_RESERVED1BIT 0x00000001
  81. #define XFS_SB_VERSION2_LAZYSBCOUNTBIT 0x00000002 /* Superblk counters */
  82. #define XFS_SB_VERSION2_RESERVED4BIT 0x00000004
  83. #define XFS_SB_VERSION2_ATTR2BIT 0x00000008 /* Inline attr rework */
  84. #define XFS_SB_VERSION2_PARENTBIT 0x00000010 /* parent pointers */
  85. #define XFS_SB_VERSION2_PROJID32BIT 0x00000080 /* 32 bit project id */
  86. #define XFS_SB_VERSION2_CRCBIT 0x00000100 /* metadata CRCs */
  87. #define XFS_SB_VERSION2_FTYPE 0x00000200 /* inode type in dir */
  88. #define XFS_SB_VERSION2_OKBITS \
  89. (XFS_SB_VERSION2_LAZYSBCOUNTBIT | \
  90. XFS_SB_VERSION2_ATTR2BIT | \
  91. XFS_SB_VERSION2_PROJID32BIT | \
  92. XFS_SB_VERSION2_FTYPE)
  93. /*
  94. * Superblock - in core version. Must match the ondisk version below.
  95. * Must be padded to 64 bit alignment.
  96. */
  97. typedef struct xfs_sb {
  98. uint32_t sb_magicnum; /* magic number == XFS_SB_MAGIC */
  99. uint32_t sb_blocksize; /* logical block size, bytes */
  100. xfs_rfsblock_t sb_dblocks; /* number of data blocks */
  101. xfs_rfsblock_t sb_rblocks; /* number of realtime blocks */
  102. xfs_rtblock_t sb_rextents; /* number of realtime extents */
  103. uuid_t sb_uuid; /* user-visible file system unique id */
  104. xfs_fsblock_t sb_logstart; /* starting block of log if internal */
  105. xfs_ino_t sb_rootino; /* root inode number */
  106. xfs_ino_t sb_rbmino; /* bitmap inode for realtime extents */
  107. xfs_ino_t sb_rsumino; /* summary inode for rt bitmap */
  108. xfs_agblock_t sb_rextsize; /* realtime extent size, blocks */
  109. xfs_agblock_t sb_agblocks; /* size of an allocation group */
  110. xfs_agnumber_t sb_agcount; /* number of allocation groups */
  111. xfs_extlen_t sb_rbmblocks; /* number of rt bitmap blocks */
  112. xfs_extlen_t sb_logblocks; /* number of log blocks */
  113. uint16_t sb_versionnum; /* header version == XFS_SB_VERSION */
  114. uint16_t sb_sectsize; /* volume sector size, bytes */
  115. uint16_t sb_inodesize; /* inode size, bytes */
  116. uint16_t sb_inopblock; /* inodes per block */
  117. char sb_fname[12]; /* file system name */
  118. uint8_t sb_blocklog; /* log2 of sb_blocksize */
  119. uint8_t sb_sectlog; /* log2 of sb_sectsize */
  120. uint8_t sb_inodelog; /* log2 of sb_inodesize */
  121. uint8_t sb_inopblog; /* log2 of sb_inopblock */
  122. uint8_t sb_agblklog; /* log2 of sb_agblocks (rounded up) */
  123. uint8_t sb_rextslog; /* log2 of sb_rextents */
  124. uint8_t sb_inprogress; /* mkfs is in progress, don't mount */
  125. uint8_t sb_imax_pct; /* max % of fs for inode space */
  126. /* statistics */
  127. /*
  128. * These fields must remain contiguous. If you really
  129. * want to change their layout, make sure you fix the
  130. * code in xfs_trans_apply_sb_deltas().
  131. */
  132. uint64_t sb_icount; /* allocated inodes */
  133. uint64_t sb_ifree; /* free inodes */
  134. uint64_t sb_fdblocks; /* free data blocks */
  135. uint64_t sb_frextents; /* free realtime extents */
  136. /*
  137. * End contiguous fields.
  138. */
  139. xfs_ino_t sb_uquotino; /* user quota inode */
  140. xfs_ino_t sb_gquotino; /* group quota inode */
  141. uint16_t sb_qflags; /* quota flags */
  142. uint8_t sb_flags; /* misc. flags */
  143. uint8_t sb_shared_vn; /* shared version number */
  144. xfs_extlen_t sb_inoalignmt; /* inode chunk alignment, fsblocks */
  145. uint32_t sb_unit; /* stripe or raid unit */
  146. uint32_t sb_width; /* stripe or raid width */
  147. uint8_t sb_dirblklog; /* log2 of dir block size (fsbs) */
  148. uint8_t sb_logsectlog; /* log2 of the log sector size */
  149. uint16_t sb_logsectsize; /* sector size for the log, bytes */
  150. uint32_t sb_logsunit; /* stripe unit size for the log */
  151. uint32_t sb_features2; /* additional feature bits */
  152. /*
  153. * bad features2 field as a result of failing to pad the sb structure to
  154. * 64 bits. Some machines will be using this field for features2 bits.
  155. * Easiest just to mark it bad and not use it for anything else.
  156. *
  157. * This is not kept up to date in memory; it is always overwritten by
  158. * the value in sb_features2 when formatting the incore superblock to
  159. * the disk buffer.
  160. */
  161. uint32_t sb_bad_features2;
  162. /* version 5 superblock fields start here */
  163. /* feature masks */
  164. uint32_t sb_features_compat;
  165. uint32_t sb_features_ro_compat;
  166. uint32_t sb_features_incompat;
  167. uint32_t sb_features_log_incompat;
  168. uint32_t sb_crc; /* superblock crc */
  169. xfs_extlen_t sb_spino_align; /* sparse inode chunk alignment */
  170. xfs_ino_t sb_pquotino; /* project quota inode */
  171. xfs_lsn_t sb_lsn; /* last write sequence */
  172. uuid_t sb_meta_uuid; /* metadata file system unique id */
  173. /* must be padded to 64 bit alignment */
  174. } xfs_sb_t;
  175. #define XFS_SB_CRC_OFF offsetof(struct xfs_sb, sb_crc)
  176. /*
  177. * Superblock - on disk version. Must match the in core version above.
  178. * Must be padded to 64 bit alignment.
  179. */
  180. typedef struct xfs_dsb {
  181. __be32 sb_magicnum; /* magic number == XFS_SB_MAGIC */
  182. __be32 sb_blocksize; /* logical block size, bytes */
  183. __be64 sb_dblocks; /* number of data blocks */
  184. __be64 sb_rblocks; /* number of realtime blocks */
  185. __be64 sb_rextents; /* number of realtime extents */
  186. uuid_t sb_uuid; /* user-visible file system unique id */
  187. __be64 sb_logstart; /* starting block of log if internal */
  188. __be64 sb_rootino; /* root inode number */
  189. __be64 sb_rbmino; /* bitmap inode for realtime extents */
  190. __be64 sb_rsumino; /* summary inode for rt bitmap */
  191. __be32 sb_rextsize; /* realtime extent size, blocks */
  192. __be32 sb_agblocks; /* size of an allocation group */
  193. __be32 sb_agcount; /* number of allocation groups */
  194. __be32 sb_rbmblocks; /* number of rt bitmap blocks */
  195. __be32 sb_logblocks; /* number of log blocks */
  196. __be16 sb_versionnum; /* header version == XFS_SB_VERSION */
  197. __be16 sb_sectsize; /* volume sector size, bytes */
  198. __be16 sb_inodesize; /* inode size, bytes */
  199. __be16 sb_inopblock; /* inodes per block */
  200. char sb_fname[12]; /* file system name */
  201. __u8 sb_blocklog; /* log2 of sb_blocksize */
  202. __u8 sb_sectlog; /* log2 of sb_sectsize */
  203. __u8 sb_inodelog; /* log2 of sb_inodesize */
  204. __u8 sb_inopblog; /* log2 of sb_inopblock */
  205. __u8 sb_agblklog; /* log2 of sb_agblocks (rounded up) */
  206. __u8 sb_rextslog; /* log2 of sb_rextents */
  207. __u8 sb_inprogress; /* mkfs is in progress, don't mount */
  208. __u8 sb_imax_pct; /* max % of fs for inode space */
  209. /* statistics */
  210. /*
  211. * These fields must remain contiguous. If you really
  212. * want to change their layout, make sure you fix the
  213. * code in xfs_trans_apply_sb_deltas().
  214. */
  215. __be64 sb_icount; /* allocated inodes */
  216. __be64 sb_ifree; /* free inodes */
  217. __be64 sb_fdblocks; /* free data blocks */
  218. __be64 sb_frextents; /* free realtime extents */
  219. /*
  220. * End contiguous fields.
  221. */
  222. __be64 sb_uquotino; /* user quota inode */
  223. __be64 sb_gquotino; /* group quota inode */
  224. __be16 sb_qflags; /* quota flags */
  225. __u8 sb_flags; /* misc. flags */
  226. __u8 sb_shared_vn; /* shared version number */
  227. __be32 sb_inoalignmt; /* inode chunk alignment, fsblocks */
  228. __be32 sb_unit; /* stripe or raid unit */
  229. __be32 sb_width; /* stripe or raid width */
  230. __u8 sb_dirblklog; /* log2 of dir block size (fsbs) */
  231. __u8 sb_logsectlog; /* log2 of the log sector size */
  232. __be16 sb_logsectsize; /* sector size for the log, bytes */
  233. __be32 sb_logsunit; /* stripe unit size for the log */
  234. __be32 sb_features2; /* additional feature bits */
  235. /*
  236. * bad features2 field as a result of failing to pad the sb
  237. * structure to 64 bits. Some machines will be using this field
  238. * for features2 bits. Easiest just to mark it bad and not use
  239. * it for anything else.
  240. */
  241. __be32 sb_bad_features2;
  242. /* version 5 superblock fields start here */
  243. /* feature masks */
  244. __be32 sb_features_compat;
  245. __be32 sb_features_ro_compat;
  246. __be32 sb_features_incompat;
  247. __be32 sb_features_log_incompat;
  248. __le32 sb_crc; /* superblock crc */
  249. __be32 sb_spino_align; /* sparse inode chunk alignment */
  250. __be64 sb_pquotino; /* project quota inode */
  251. __be64 sb_lsn; /* last write sequence */
  252. uuid_t sb_meta_uuid; /* metadata file system unique id */
  253. /* must be padded to 64 bit alignment */
  254. } xfs_dsb_t;
  255. /*
  256. * Misc. Flags - warning - these will be cleared by xfs_repair unless
  257. * a feature bit is set when the flag is used.
  258. */
  259. #define XFS_SBF_NOFLAGS 0x00 /* no flags set */
  260. #define XFS_SBF_READONLY 0x01 /* only read-only mounts allowed */
  261. /*
  262. * define max. shared version we can interoperate with
  263. */
  264. #define XFS_SB_MAX_SHARED_VN 0
  265. #define XFS_SB_VERSION_NUM(sbp) ((sbp)->sb_versionnum & XFS_SB_VERSION_NUMBITS)
  266. /*
  267. * The first XFS version we support is a v4 superblock with V2 directories.
  268. */
  269. static inline bool xfs_sb_good_v4_features(struct xfs_sb *sbp)
  270. {
  271. if (!(sbp->sb_versionnum & XFS_SB_VERSION_DIRV2BIT))
  272. return false;
  273. /* check for unknown features in the fs */
  274. if ((sbp->sb_versionnum & ~XFS_SB_VERSION_OKBITS) ||
  275. ((sbp->sb_versionnum & XFS_SB_VERSION_MOREBITSBIT) &&
  276. (sbp->sb_features2 & ~XFS_SB_VERSION2_OKBITS)))
  277. return false;
  278. return true;
  279. }
  280. static inline bool xfs_sb_good_version(struct xfs_sb *sbp)
  281. {
  282. if (XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_5)
  283. return true;
  284. if (XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_4)
  285. return xfs_sb_good_v4_features(sbp);
  286. return false;
  287. }
  288. static inline bool xfs_sb_version_hasrealtime(struct xfs_sb *sbp)
  289. {
  290. return sbp->sb_rblocks > 0;
  291. }
  292. /*
  293. * Detect a mismatched features2 field. Older kernels read/wrote
  294. * this into the wrong slot, so to be safe we keep them in sync.
  295. */
  296. static inline bool xfs_sb_has_mismatched_features2(struct xfs_sb *sbp)
  297. {
  298. return sbp->sb_bad_features2 != sbp->sb_features2;
  299. }
  300. static inline bool xfs_sb_version_hasattr(struct xfs_sb *sbp)
  301. {
  302. return (sbp->sb_versionnum & XFS_SB_VERSION_ATTRBIT);
  303. }
  304. static inline void xfs_sb_version_addattr(struct xfs_sb *sbp)
  305. {
  306. sbp->sb_versionnum |= XFS_SB_VERSION_ATTRBIT;
  307. }
  308. static inline bool xfs_sb_version_hasquota(struct xfs_sb *sbp)
  309. {
  310. return (sbp->sb_versionnum & XFS_SB_VERSION_QUOTABIT);
  311. }
  312. static inline void xfs_sb_version_addquota(struct xfs_sb *sbp)
  313. {
  314. sbp->sb_versionnum |= XFS_SB_VERSION_QUOTABIT;
  315. }
  316. static inline bool xfs_sb_version_hasalign(struct xfs_sb *sbp)
  317. {
  318. return (XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_5 ||
  319. (sbp->sb_versionnum & XFS_SB_VERSION_ALIGNBIT));
  320. }
  321. static inline bool xfs_sb_version_hasdalign(struct xfs_sb *sbp)
  322. {
  323. return (sbp->sb_versionnum & XFS_SB_VERSION_DALIGNBIT);
  324. }
  325. static inline bool xfs_sb_version_haslogv2(struct xfs_sb *sbp)
  326. {
  327. return XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_5 ||
  328. (sbp->sb_versionnum & XFS_SB_VERSION_LOGV2BIT);
  329. }
  330. static inline bool xfs_sb_version_hasextflgbit(struct xfs_sb *sbp)
  331. {
  332. return XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_5 ||
  333. (sbp->sb_versionnum & XFS_SB_VERSION_EXTFLGBIT);
  334. }
  335. static inline bool xfs_sb_version_hassector(struct xfs_sb *sbp)
  336. {
  337. return (sbp->sb_versionnum & XFS_SB_VERSION_SECTORBIT);
  338. }
  339. static inline bool xfs_sb_version_hasasciici(struct xfs_sb *sbp)
  340. {
  341. return (sbp->sb_versionnum & XFS_SB_VERSION_BORGBIT);
  342. }
  343. static inline bool xfs_sb_version_hasmorebits(struct xfs_sb *sbp)
  344. {
  345. return XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_5 ||
  346. (sbp->sb_versionnum & XFS_SB_VERSION_MOREBITSBIT);
  347. }
  348. /*
  349. * sb_features2 bit version macros.
  350. */
  351. static inline bool xfs_sb_version_haslazysbcount(struct xfs_sb *sbp)
  352. {
  353. return (XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_5) ||
  354. (xfs_sb_version_hasmorebits(sbp) &&
  355. (sbp->sb_features2 & XFS_SB_VERSION2_LAZYSBCOUNTBIT));
  356. }
  357. static inline bool xfs_sb_version_hasattr2(struct xfs_sb *sbp)
  358. {
  359. return (XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_5) ||
  360. (xfs_sb_version_hasmorebits(sbp) &&
  361. (sbp->sb_features2 & XFS_SB_VERSION2_ATTR2BIT));
  362. }
  363. static inline void xfs_sb_version_addattr2(struct xfs_sb *sbp)
  364. {
  365. sbp->sb_versionnum |= XFS_SB_VERSION_MOREBITSBIT;
  366. sbp->sb_features2 |= XFS_SB_VERSION2_ATTR2BIT;
  367. }
  368. static inline void xfs_sb_version_removeattr2(struct xfs_sb *sbp)
  369. {
  370. sbp->sb_features2 &= ~XFS_SB_VERSION2_ATTR2BIT;
  371. if (!sbp->sb_features2)
  372. sbp->sb_versionnum &= ~XFS_SB_VERSION_MOREBITSBIT;
  373. }
  374. static inline bool xfs_sb_version_hasprojid32bit(struct xfs_sb *sbp)
  375. {
  376. return (XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_5) ||
  377. (xfs_sb_version_hasmorebits(sbp) &&
  378. (sbp->sb_features2 & XFS_SB_VERSION2_PROJID32BIT));
  379. }
  380. static inline void xfs_sb_version_addprojid32bit(struct xfs_sb *sbp)
  381. {
  382. sbp->sb_versionnum |= XFS_SB_VERSION_MOREBITSBIT;
  383. sbp->sb_features2 |= XFS_SB_VERSION2_PROJID32BIT;
  384. }
  385. /*
  386. * Extended v5 superblock feature masks. These are to be used for new v5
  387. * superblock features only.
  388. *
  389. * Compat features are new features that old kernels will not notice or affect
  390. * and so can mount read-write without issues.
  391. *
  392. * RO-Compat (read only) are features that old kernels can read but will break
  393. * if they write. Hence only read-only mounts of such filesystems are allowed on
  394. * kernels that don't support the feature bit.
  395. *
  396. * InCompat features are features which old kernels will not understand and so
  397. * must not mount.
  398. *
  399. * Log-InCompat features are for changes to log formats or new transactions that
  400. * can't be replayed on older kernels. The fields are set when the filesystem is
  401. * mounted, and a clean unmount clears the fields.
  402. */
  403. #define XFS_SB_FEAT_COMPAT_ALL 0
  404. #define XFS_SB_FEAT_COMPAT_UNKNOWN ~XFS_SB_FEAT_COMPAT_ALL
  405. static inline bool
  406. xfs_sb_has_compat_feature(
  407. struct xfs_sb *sbp,
  408. uint32_t feature)
  409. {
  410. return (sbp->sb_features_compat & feature) != 0;
  411. }
  412. #define XFS_SB_FEAT_RO_COMPAT_FINOBT (1 << 0) /* free inode btree */
  413. #define XFS_SB_FEAT_RO_COMPAT_RMAPBT (1 << 1) /* reverse map btree */
  414. #define XFS_SB_FEAT_RO_COMPAT_REFLINK (1 << 2) /* reflinked files */
  415. #define XFS_SB_FEAT_RO_COMPAT_ALL \
  416. (XFS_SB_FEAT_RO_COMPAT_FINOBT | \
  417. XFS_SB_FEAT_RO_COMPAT_RMAPBT | \
  418. XFS_SB_FEAT_RO_COMPAT_REFLINK)
  419. #define XFS_SB_FEAT_RO_COMPAT_UNKNOWN ~XFS_SB_FEAT_RO_COMPAT_ALL
  420. static inline bool
  421. xfs_sb_has_ro_compat_feature(
  422. struct xfs_sb *sbp,
  423. uint32_t feature)
  424. {
  425. return (sbp->sb_features_ro_compat & feature) != 0;
  426. }
  427. #define XFS_SB_FEAT_INCOMPAT_FTYPE (1 << 0) /* filetype in dirent */
  428. #define XFS_SB_FEAT_INCOMPAT_SPINODES (1 << 1) /* sparse inode chunks */
  429. #define XFS_SB_FEAT_INCOMPAT_META_UUID (1 << 2) /* metadata UUID */
  430. #define XFS_SB_FEAT_INCOMPAT_ALL \
  431. (XFS_SB_FEAT_INCOMPAT_FTYPE| \
  432. XFS_SB_FEAT_INCOMPAT_SPINODES| \
  433. XFS_SB_FEAT_INCOMPAT_META_UUID)
  434. #define XFS_SB_FEAT_INCOMPAT_UNKNOWN ~XFS_SB_FEAT_INCOMPAT_ALL
  435. static inline bool
  436. xfs_sb_has_incompat_feature(
  437. struct xfs_sb *sbp,
  438. uint32_t feature)
  439. {
  440. return (sbp->sb_features_incompat & feature) != 0;
  441. }
  442. #define XFS_SB_FEAT_INCOMPAT_LOG_ALL 0
  443. #define XFS_SB_FEAT_INCOMPAT_LOG_UNKNOWN ~XFS_SB_FEAT_INCOMPAT_LOG_ALL
  444. static inline bool
  445. xfs_sb_has_incompat_log_feature(
  446. struct xfs_sb *sbp,
  447. uint32_t feature)
  448. {
  449. return (sbp->sb_features_log_incompat & feature) != 0;
  450. }
  451. /*
  452. * V5 superblock specific feature checks
  453. */
  454. static inline bool xfs_sb_version_hascrc(struct xfs_sb *sbp)
  455. {
  456. return XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_5;
  457. }
  458. static inline bool xfs_sb_version_has_pquotino(struct xfs_sb *sbp)
  459. {
  460. return XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_5;
  461. }
  462. static inline int xfs_sb_version_hasftype(struct xfs_sb *sbp)
  463. {
  464. return (XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_5 &&
  465. xfs_sb_has_incompat_feature(sbp, XFS_SB_FEAT_INCOMPAT_FTYPE)) ||
  466. (xfs_sb_version_hasmorebits(sbp) &&
  467. (sbp->sb_features2 & XFS_SB_VERSION2_FTYPE));
  468. }
  469. static inline bool xfs_sb_version_hasfinobt(xfs_sb_t *sbp)
  470. {
  471. return (XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_5) &&
  472. (sbp->sb_features_ro_compat & XFS_SB_FEAT_RO_COMPAT_FINOBT);
  473. }
  474. static inline bool xfs_sb_version_hassparseinodes(struct xfs_sb *sbp)
  475. {
  476. return XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_5 &&
  477. xfs_sb_has_incompat_feature(sbp, XFS_SB_FEAT_INCOMPAT_SPINODES);
  478. }
  479. /*
  480. * XFS_SB_FEAT_INCOMPAT_META_UUID indicates that the metadata UUID
  481. * is stored separately from the user-visible UUID; this allows the
  482. * user-visible UUID to be changed on V5 filesystems which have a
  483. * filesystem UUID stamped into every piece of metadata.
  484. */
  485. static inline bool xfs_sb_version_hasmetauuid(struct xfs_sb *sbp)
  486. {
  487. return (XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_5) &&
  488. (sbp->sb_features_incompat & XFS_SB_FEAT_INCOMPAT_META_UUID);
  489. }
  490. static inline bool xfs_sb_version_hasrmapbt(struct xfs_sb *sbp)
  491. {
  492. return (XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_5) &&
  493. (sbp->sb_features_ro_compat & XFS_SB_FEAT_RO_COMPAT_RMAPBT);
  494. }
  495. static inline bool xfs_sb_version_hasreflink(struct xfs_sb *sbp)
  496. {
  497. return XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_5 &&
  498. (sbp->sb_features_ro_compat & XFS_SB_FEAT_RO_COMPAT_REFLINK);
  499. }
  500. /*
  501. * end of superblock version macros
  502. */
  503. static inline bool
  504. xfs_is_quota_inode(struct xfs_sb *sbp, xfs_ino_t ino)
  505. {
  506. return (ino == sbp->sb_uquotino ||
  507. ino == sbp->sb_gquotino ||
  508. ino == sbp->sb_pquotino);
  509. }
  510. #define XFS_SB_DADDR ((xfs_daddr_t)0) /* daddr in filesystem/ag */
  511. #define XFS_SB_BLOCK(mp) XFS_HDR_BLOCK(mp, XFS_SB_DADDR)
  512. #define XFS_BUF_TO_SBP(bp) ((xfs_dsb_t *)((bp)->b_addr))
  513. #define XFS_HDR_BLOCK(mp,d) ((xfs_agblock_t)XFS_BB_TO_FSBT(mp,d))
  514. #define XFS_DADDR_TO_FSB(mp,d) XFS_AGB_TO_FSB(mp, \
  515. xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d))
  516. #define XFS_FSB_TO_DADDR(mp,fsbno) XFS_AGB_TO_DADDR(mp, \
  517. XFS_FSB_TO_AGNO(mp,fsbno), XFS_FSB_TO_AGBNO(mp,fsbno))
  518. /*
  519. * File system sector to basic block conversions.
  520. */
  521. #define XFS_FSS_TO_BB(mp,sec) ((sec) << (mp)->m_sectbb_log)
  522. /*
  523. * File system block to basic block conversions.
  524. */
  525. #define XFS_FSB_TO_BB(mp,fsbno) ((fsbno) << (mp)->m_blkbb_log)
  526. #define XFS_BB_TO_FSB(mp,bb) \
  527. (((bb) + (XFS_FSB_TO_BB(mp,1) - 1)) >> (mp)->m_blkbb_log)
  528. #define XFS_BB_TO_FSBT(mp,bb) ((bb) >> (mp)->m_blkbb_log)
  529. /*
  530. * File system block to byte conversions.
  531. */
  532. #define XFS_FSB_TO_B(mp,fsbno) ((xfs_fsize_t)(fsbno) << (mp)->m_sb.sb_blocklog)
  533. #define XFS_B_TO_FSB(mp,b) \
  534. ((((uint64_t)(b)) + (mp)->m_blockmask) >> (mp)->m_sb.sb_blocklog)
  535. #define XFS_B_TO_FSBT(mp,b) (((uint64_t)(b)) >> (mp)->m_sb.sb_blocklog)
  536. #define XFS_B_FSB_OFFSET(mp,b) ((b) & (mp)->m_blockmask)
  537. /*
  538. * Allocation group header
  539. *
  540. * This is divided into three structures, placed in sequential 512-byte
  541. * buffers after a copy of the superblock (also in a 512-byte buffer).
  542. */
  543. #define XFS_AGF_MAGIC 0x58414746 /* 'XAGF' */
  544. #define XFS_AGI_MAGIC 0x58414749 /* 'XAGI' */
  545. #define XFS_AGFL_MAGIC 0x5841464c /* 'XAFL' */
  546. #define XFS_AGF_VERSION 1
  547. #define XFS_AGI_VERSION 1
  548. #define XFS_AGF_GOOD_VERSION(v) ((v) == XFS_AGF_VERSION)
  549. #define XFS_AGI_GOOD_VERSION(v) ((v) == XFS_AGI_VERSION)
  550. /*
  551. * Btree number 0 is bno, 1 is cnt, 2 is rmap. This value gives the size of the
  552. * arrays below.
  553. */
  554. #define XFS_BTNUM_AGF ((int)XFS_BTNUM_RMAPi + 1)
  555. /*
  556. * The second word of agf_levels in the first a.g. overlaps the EFS
  557. * superblock's magic number. Since the magic numbers valid for EFS
  558. * are > 64k, our value cannot be confused for an EFS superblock's.
  559. */
  560. typedef struct xfs_agf {
  561. /*
  562. * Common allocation group header information
  563. */
  564. __be32 agf_magicnum; /* magic number == XFS_AGF_MAGIC */
  565. __be32 agf_versionnum; /* header version == XFS_AGF_VERSION */
  566. __be32 agf_seqno; /* sequence # starting from 0 */
  567. __be32 agf_length; /* size in blocks of a.g. */
  568. /*
  569. * Freespace and rmap information
  570. */
  571. __be32 agf_roots[XFS_BTNUM_AGF]; /* root blocks */
  572. __be32 agf_levels[XFS_BTNUM_AGF]; /* btree levels */
  573. __be32 agf_flfirst; /* first freelist block's index */
  574. __be32 agf_fllast; /* last freelist block's index */
  575. __be32 agf_flcount; /* count of blocks in freelist */
  576. __be32 agf_freeblks; /* total free blocks */
  577. __be32 agf_longest; /* longest free space */
  578. __be32 agf_btreeblks; /* # of blocks held in AGF btrees */
  579. uuid_t agf_uuid; /* uuid of filesystem */
  580. __be32 agf_rmap_blocks; /* rmapbt blocks used */
  581. __be32 agf_refcount_blocks; /* refcountbt blocks used */
  582. __be32 agf_refcount_root; /* refcount tree root block */
  583. __be32 agf_refcount_level; /* refcount btree levels */
  584. /*
  585. * reserve some contiguous space for future logged fields before we add
  586. * the unlogged fields. This makes the range logging via flags and
  587. * structure offsets much simpler.
  588. */
  589. __be64 agf_spare64[14];
  590. /* unlogged fields, written during buffer writeback. */
  591. __be64 agf_lsn; /* last write sequence */
  592. __be32 agf_crc; /* crc of agf sector */
  593. __be32 agf_spare2;
  594. /* structure must be padded to 64 bit alignment */
  595. } xfs_agf_t;
  596. #define XFS_AGF_CRC_OFF offsetof(struct xfs_agf, agf_crc)
  597. #define XFS_AGF_MAGICNUM 0x00000001
  598. #define XFS_AGF_VERSIONNUM 0x00000002
  599. #define XFS_AGF_SEQNO 0x00000004
  600. #define XFS_AGF_LENGTH 0x00000008
  601. #define XFS_AGF_ROOTS 0x00000010
  602. #define XFS_AGF_LEVELS 0x00000020
  603. #define XFS_AGF_FLFIRST 0x00000040
  604. #define XFS_AGF_FLLAST 0x00000080
  605. #define XFS_AGF_FLCOUNT 0x00000100
  606. #define XFS_AGF_FREEBLKS 0x00000200
  607. #define XFS_AGF_LONGEST 0x00000400
  608. #define XFS_AGF_BTREEBLKS 0x00000800
  609. #define XFS_AGF_UUID 0x00001000
  610. #define XFS_AGF_RMAP_BLOCKS 0x00002000
  611. #define XFS_AGF_REFCOUNT_BLOCKS 0x00004000
  612. #define XFS_AGF_REFCOUNT_ROOT 0x00008000
  613. #define XFS_AGF_REFCOUNT_LEVEL 0x00010000
  614. #define XFS_AGF_SPARE64 0x00020000
  615. #define XFS_AGF_NUM_BITS 18
  616. #define XFS_AGF_ALL_BITS ((1 << XFS_AGF_NUM_BITS) - 1)
  617. #define XFS_AGF_FLAGS \
  618. { XFS_AGF_MAGICNUM, "MAGICNUM" }, \
  619. { XFS_AGF_VERSIONNUM, "VERSIONNUM" }, \
  620. { XFS_AGF_SEQNO, "SEQNO" }, \
  621. { XFS_AGF_LENGTH, "LENGTH" }, \
  622. { XFS_AGF_ROOTS, "ROOTS" }, \
  623. { XFS_AGF_LEVELS, "LEVELS" }, \
  624. { XFS_AGF_FLFIRST, "FLFIRST" }, \
  625. { XFS_AGF_FLLAST, "FLLAST" }, \
  626. { XFS_AGF_FLCOUNT, "FLCOUNT" }, \
  627. { XFS_AGF_FREEBLKS, "FREEBLKS" }, \
  628. { XFS_AGF_LONGEST, "LONGEST" }, \
  629. { XFS_AGF_BTREEBLKS, "BTREEBLKS" }, \
  630. { XFS_AGF_UUID, "UUID" }, \
  631. { XFS_AGF_RMAP_BLOCKS, "RMAP_BLOCKS" }, \
  632. { XFS_AGF_REFCOUNT_BLOCKS, "REFCOUNT_BLOCKS" }, \
  633. { XFS_AGF_REFCOUNT_ROOT, "REFCOUNT_ROOT" }, \
  634. { XFS_AGF_REFCOUNT_LEVEL, "REFCOUNT_LEVEL" }, \
  635. { XFS_AGF_SPARE64, "SPARE64" }
  636. /* disk block (xfs_daddr_t) in the AG */
  637. #define XFS_AGF_DADDR(mp) ((xfs_daddr_t)(1 << (mp)->m_sectbb_log))
  638. #define XFS_AGF_BLOCK(mp) XFS_HDR_BLOCK(mp, XFS_AGF_DADDR(mp))
  639. #define XFS_BUF_TO_AGF(bp) ((xfs_agf_t *)((bp)->b_addr))
  640. /*
  641. * Size of the unlinked inode hash table in the agi.
  642. */
  643. #define XFS_AGI_UNLINKED_BUCKETS 64
  644. typedef struct xfs_agi {
  645. /*
  646. * Common allocation group header information
  647. */
  648. __be32 agi_magicnum; /* magic number == XFS_AGI_MAGIC */
  649. __be32 agi_versionnum; /* header version == XFS_AGI_VERSION */
  650. __be32 agi_seqno; /* sequence # starting from 0 */
  651. __be32 agi_length; /* size in blocks of a.g. */
  652. /*
  653. * Inode information
  654. * Inodes are mapped by interpreting the inode number, so no
  655. * mapping data is needed here.
  656. */
  657. __be32 agi_count; /* count of allocated inodes */
  658. __be32 agi_root; /* root of inode btree */
  659. __be32 agi_level; /* levels in inode btree */
  660. __be32 agi_freecount; /* number of free inodes */
  661. __be32 agi_newino; /* new inode just allocated */
  662. __be32 agi_dirino; /* last directory inode chunk */
  663. /*
  664. * Hash table of inodes which have been unlinked but are
  665. * still being referenced.
  666. */
  667. __be32 agi_unlinked[XFS_AGI_UNLINKED_BUCKETS];
  668. /*
  669. * This marks the end of logging region 1 and start of logging region 2.
  670. */
  671. uuid_t agi_uuid; /* uuid of filesystem */
  672. __be32 agi_crc; /* crc of agi sector */
  673. __be32 agi_pad32;
  674. __be64 agi_lsn; /* last write sequence */
  675. __be32 agi_free_root; /* root of the free inode btree */
  676. __be32 agi_free_level;/* levels in free inode btree */
  677. /* structure must be padded to 64 bit alignment */
  678. } xfs_agi_t;
  679. #define XFS_AGI_CRC_OFF offsetof(struct xfs_agi, agi_crc)
  680. #define XFS_AGI_MAGICNUM (1 << 0)
  681. #define XFS_AGI_VERSIONNUM (1 << 1)
  682. #define XFS_AGI_SEQNO (1 << 2)
  683. #define XFS_AGI_LENGTH (1 << 3)
  684. #define XFS_AGI_COUNT (1 << 4)
  685. #define XFS_AGI_ROOT (1 << 5)
  686. #define XFS_AGI_LEVEL (1 << 6)
  687. #define XFS_AGI_FREECOUNT (1 << 7)
  688. #define XFS_AGI_NEWINO (1 << 8)
  689. #define XFS_AGI_DIRINO (1 << 9)
  690. #define XFS_AGI_UNLINKED (1 << 10)
  691. #define XFS_AGI_NUM_BITS_R1 11 /* end of the 1st agi logging region */
  692. #define XFS_AGI_ALL_BITS_R1 ((1 << XFS_AGI_NUM_BITS_R1) - 1)
  693. #define XFS_AGI_FREE_ROOT (1 << 11)
  694. #define XFS_AGI_FREE_LEVEL (1 << 12)
  695. #define XFS_AGI_NUM_BITS_R2 13
  696. /* disk block (xfs_daddr_t) in the AG */
  697. #define XFS_AGI_DADDR(mp) ((xfs_daddr_t)(2 << (mp)->m_sectbb_log))
  698. #define XFS_AGI_BLOCK(mp) XFS_HDR_BLOCK(mp, XFS_AGI_DADDR(mp))
  699. #define XFS_BUF_TO_AGI(bp) ((xfs_agi_t *)((bp)->b_addr))
  700. /*
  701. * The third a.g. block contains the a.g. freelist, an array
  702. * of block pointers to blocks owned by the allocation btree code.
  703. */
  704. #define XFS_AGFL_DADDR(mp) ((xfs_daddr_t)(3 << (mp)->m_sectbb_log))
  705. #define XFS_AGFL_BLOCK(mp) XFS_HDR_BLOCK(mp, XFS_AGFL_DADDR(mp))
  706. #define XFS_BUF_TO_AGFL(bp) ((xfs_agfl_t *)((bp)->b_addr))
  707. #define XFS_BUF_TO_AGFL_BNO(mp, bp) \
  708. (xfs_sb_version_hascrc(&((mp)->m_sb)) ? \
  709. &(XFS_BUF_TO_AGFL(bp)->agfl_bno[0]) : \
  710. (__be32 *)(bp)->b_addr)
  711. typedef struct xfs_agfl {
  712. __be32 agfl_magicnum;
  713. __be32 agfl_seqno;
  714. uuid_t agfl_uuid;
  715. __be64 agfl_lsn;
  716. __be32 agfl_crc;
  717. __be32 agfl_bno[]; /* actually xfs_agfl_size(mp) */
  718. } __attribute__((packed)) xfs_agfl_t;
  719. #define XFS_AGFL_CRC_OFF offsetof(struct xfs_agfl, agfl_crc)
  720. #define XFS_AGB_TO_FSB(mp,agno,agbno) \
  721. (((xfs_fsblock_t)(agno) << (mp)->m_sb.sb_agblklog) | (agbno))
  722. #define XFS_FSB_TO_AGNO(mp,fsbno) \
  723. ((xfs_agnumber_t)((fsbno) >> (mp)->m_sb.sb_agblklog))
  724. #define XFS_FSB_TO_AGBNO(mp,fsbno) \
  725. ((xfs_agblock_t)((fsbno) & xfs_mask32lo((mp)->m_sb.sb_agblklog)))
  726. #define XFS_AGB_TO_DADDR(mp,agno,agbno) \
  727. ((xfs_daddr_t)XFS_FSB_TO_BB(mp, \
  728. (xfs_fsblock_t)(agno) * (mp)->m_sb.sb_agblocks + (agbno)))
  729. #define XFS_AG_DADDR(mp,agno,d) (XFS_AGB_TO_DADDR(mp, agno, 0) + (d))
  730. /*
  731. * For checking for bad ranges of xfs_daddr_t's, covering multiple
  732. * allocation groups or a single xfs_daddr_t that's a superblock copy.
  733. */
  734. #define XFS_AG_CHECK_DADDR(mp,d,len) \
  735. ((len) == 1 ? \
  736. ASSERT((d) == XFS_SB_DADDR || \
  737. xfs_daddr_to_agbno(mp, d) != XFS_SB_DADDR) : \
  738. ASSERT(xfs_daddr_to_agno(mp, d) == \
  739. xfs_daddr_to_agno(mp, (d) + (len) - 1)))
  740. typedef struct xfs_timestamp {
  741. __be32 t_sec; /* timestamp seconds */
  742. __be32 t_nsec; /* timestamp nanoseconds */
  743. } xfs_timestamp_t;
  744. /*
  745. * On-disk inode structure.
  746. *
  747. * This is just the header or "dinode core", the inode is expanded to fill a
  748. * variable size the leftover area split into a data and an attribute fork.
  749. * The format of the data and attribute fork depends on the format of the
  750. * inode as indicated by di_format and di_aformat. To access the data and
  751. * attribute use the XFS_DFORK_DPTR, XFS_DFORK_APTR, and XFS_DFORK_PTR macros
  752. * below.
  753. *
  754. * There is a very similar struct icdinode in xfs_inode which matches the
  755. * layout of the first 96 bytes of this structure, but is kept in native
  756. * format instead of big endian.
  757. *
  758. * Note: di_flushiter is only used by v1/2 inodes - it's effectively a zeroed
  759. * padding field for v3 inodes.
  760. */
  761. #define XFS_DINODE_MAGIC 0x494e /* 'IN' */
  762. typedef struct xfs_dinode {
  763. __be16 di_magic; /* inode magic # = XFS_DINODE_MAGIC */
  764. __be16 di_mode; /* mode and type of file */
  765. __u8 di_version; /* inode version */
  766. __u8 di_format; /* format of di_c data */
  767. __be16 di_onlink; /* old number of links to file */
  768. __be32 di_uid; /* owner's user id */
  769. __be32 di_gid; /* owner's group id */
  770. __be32 di_nlink; /* number of links to file */
  771. __be16 di_projid_lo; /* lower part of owner's project id */
  772. __be16 di_projid_hi; /* higher part owner's project id */
  773. __u8 di_pad[6]; /* unused, zeroed space */
  774. __be16 di_flushiter; /* incremented on flush */
  775. xfs_timestamp_t di_atime; /* time last accessed */
  776. xfs_timestamp_t di_mtime; /* time last modified */
  777. xfs_timestamp_t di_ctime; /* time created/inode modified */
  778. __be64 di_size; /* number of bytes in file */
  779. __be64 di_nblocks; /* # of direct & btree blocks used */
  780. __be32 di_extsize; /* basic/minimum extent size for file */
  781. __be32 di_nextents; /* number of extents in data fork */
  782. __be16 di_anextents; /* number of extents in attribute fork*/
  783. __u8 di_forkoff; /* attr fork offs, <<3 for 64b align */
  784. __s8 di_aformat; /* format of attr fork's data */
  785. __be32 di_dmevmask; /* DMIG event mask */
  786. __be16 di_dmstate; /* DMIG state info */
  787. __be16 di_flags; /* random flags, XFS_DIFLAG_... */
  788. __be32 di_gen; /* generation number */
  789. /* di_next_unlinked is the only non-core field in the old dinode */
  790. __be32 di_next_unlinked;/* agi unlinked list ptr */
  791. /* start of the extended dinode, writable fields */
  792. __le32 di_crc; /* CRC of the inode */
  793. __be64 di_changecount; /* number of attribute changes */
  794. __be64 di_lsn; /* flush sequence */
  795. __be64 di_flags2; /* more random flags */
  796. __be32 di_cowextsize; /* basic cow extent size for file */
  797. __u8 di_pad2[12]; /* more padding for future expansion */
  798. /* fields only written to during inode creation */
  799. xfs_timestamp_t di_crtime; /* time created */
  800. __be64 di_ino; /* inode number */
  801. uuid_t di_uuid; /* UUID of the filesystem */
  802. /* structure must be padded to 64 bit alignment */
  803. } xfs_dinode_t;
  804. #define XFS_DINODE_CRC_OFF offsetof(struct xfs_dinode, di_crc)
  805. #define DI_MAX_FLUSH 0xffff
  806. /*
  807. * Size of the core inode on disk. Version 1 and 2 inodes have
  808. * the same size, but version 3 has grown a few additional fields.
  809. */
  810. static inline uint xfs_dinode_size(int version)
  811. {
  812. if (version == 3)
  813. return sizeof(struct xfs_dinode);
  814. return offsetof(struct xfs_dinode, di_crc);
  815. }
  816. /*
  817. * The 32 bit link count in the inode theoretically maxes out at UINT_MAX.
  818. * Since the pathconf interface is signed, we use 2^31 - 1 instead.
  819. */
  820. #define XFS_MAXLINK ((1U << 31) - 1U)
  821. /*
  822. * Values for di_format
  823. */
  824. typedef enum xfs_dinode_fmt {
  825. XFS_DINODE_FMT_DEV, /* xfs_dev_t */
  826. XFS_DINODE_FMT_LOCAL, /* bulk data */
  827. XFS_DINODE_FMT_EXTENTS, /* struct xfs_bmbt_rec */
  828. XFS_DINODE_FMT_BTREE, /* struct xfs_bmdr_block */
  829. XFS_DINODE_FMT_UUID /* added long ago, but never used */
  830. } xfs_dinode_fmt_t;
  831. /*
  832. * Inode minimum and maximum sizes.
  833. */
  834. #define XFS_DINODE_MIN_LOG 8
  835. #define XFS_DINODE_MAX_LOG 11
  836. #define XFS_DINODE_MIN_SIZE (1 << XFS_DINODE_MIN_LOG)
  837. #define XFS_DINODE_MAX_SIZE (1 << XFS_DINODE_MAX_LOG)
  838. /*
  839. * Inode size for given fs.
  840. */
  841. #define XFS_LITINO(mp, version) \
  842. ((int)(((mp)->m_sb.sb_inodesize) - xfs_dinode_size(version)))
  843. /*
  844. * Inode data & attribute fork sizes, per inode.
  845. */
  846. #define XFS_DFORK_Q(dip) ((dip)->di_forkoff != 0)
  847. #define XFS_DFORK_BOFF(dip) ((int)((dip)->di_forkoff << 3))
  848. #define XFS_DFORK_DSIZE(dip,mp) \
  849. (XFS_DFORK_Q(dip) ? \
  850. XFS_DFORK_BOFF(dip) : \
  851. XFS_LITINO(mp, (dip)->di_version))
  852. #define XFS_DFORK_ASIZE(dip,mp) \
  853. (XFS_DFORK_Q(dip) ? \
  854. XFS_LITINO(mp, (dip)->di_version) - XFS_DFORK_BOFF(dip) : \
  855. 0)
  856. #define XFS_DFORK_SIZE(dip,mp,w) \
  857. ((w) == XFS_DATA_FORK ? \
  858. XFS_DFORK_DSIZE(dip, mp) : \
  859. XFS_DFORK_ASIZE(dip, mp))
  860. /*
  861. * Return pointers to the data or attribute forks.
  862. */
  863. #define XFS_DFORK_DPTR(dip) \
  864. ((char *)dip + xfs_dinode_size(dip->di_version))
  865. #define XFS_DFORK_APTR(dip) \
  866. (XFS_DFORK_DPTR(dip) + XFS_DFORK_BOFF(dip))
  867. #define XFS_DFORK_PTR(dip,w) \
  868. ((w) == XFS_DATA_FORK ? XFS_DFORK_DPTR(dip) : XFS_DFORK_APTR(dip))
  869. #define XFS_DFORK_FORMAT(dip,w) \
  870. ((w) == XFS_DATA_FORK ? \
  871. (dip)->di_format : \
  872. (dip)->di_aformat)
  873. #define XFS_DFORK_NEXTENTS(dip,w) \
  874. ((w) == XFS_DATA_FORK ? \
  875. be32_to_cpu((dip)->di_nextents) : \
  876. be16_to_cpu((dip)->di_anextents))
  877. /*
  878. * For block and character special files the 32bit dev_t is stored at the
  879. * beginning of the data fork.
  880. */
  881. static inline xfs_dev_t xfs_dinode_get_rdev(struct xfs_dinode *dip)
  882. {
  883. return be32_to_cpu(*(__be32 *)XFS_DFORK_DPTR(dip));
  884. }
  885. static inline void xfs_dinode_put_rdev(struct xfs_dinode *dip, xfs_dev_t rdev)
  886. {
  887. *(__be32 *)XFS_DFORK_DPTR(dip) = cpu_to_be32(rdev);
  888. }
  889. /*
  890. * Values for di_flags
  891. */
  892. #define XFS_DIFLAG_REALTIME_BIT 0 /* file's blocks come from rt area */
  893. #define XFS_DIFLAG_PREALLOC_BIT 1 /* file space has been preallocated */
  894. #define XFS_DIFLAG_NEWRTBM_BIT 2 /* for rtbitmap inode, new format */
  895. #define XFS_DIFLAG_IMMUTABLE_BIT 3 /* inode is immutable */
  896. #define XFS_DIFLAG_APPEND_BIT 4 /* inode is append-only */
  897. #define XFS_DIFLAG_SYNC_BIT 5 /* inode is written synchronously */
  898. #define XFS_DIFLAG_NOATIME_BIT 6 /* do not update atime */
  899. #define XFS_DIFLAG_NODUMP_BIT 7 /* do not dump */
  900. #define XFS_DIFLAG_RTINHERIT_BIT 8 /* create with realtime bit set */
  901. #define XFS_DIFLAG_PROJINHERIT_BIT 9 /* create with parents projid */
  902. #define XFS_DIFLAG_NOSYMLINKS_BIT 10 /* disallow symlink creation */
  903. #define XFS_DIFLAG_EXTSIZE_BIT 11 /* inode extent size allocator hint */
  904. #define XFS_DIFLAG_EXTSZINHERIT_BIT 12 /* inherit inode extent size */
  905. #define XFS_DIFLAG_NODEFRAG_BIT 13 /* do not reorganize/defragment */
  906. #define XFS_DIFLAG_FILESTREAM_BIT 14 /* use filestream allocator */
  907. #define XFS_DIFLAG_REALTIME (1 << XFS_DIFLAG_REALTIME_BIT)
  908. #define XFS_DIFLAG_PREALLOC (1 << XFS_DIFLAG_PREALLOC_BIT)
  909. #define XFS_DIFLAG_NEWRTBM (1 << XFS_DIFLAG_NEWRTBM_BIT)
  910. #define XFS_DIFLAG_IMMUTABLE (1 << XFS_DIFLAG_IMMUTABLE_BIT)
  911. #define XFS_DIFLAG_APPEND (1 << XFS_DIFLAG_APPEND_BIT)
  912. #define XFS_DIFLAG_SYNC (1 << XFS_DIFLAG_SYNC_BIT)
  913. #define XFS_DIFLAG_NOATIME (1 << XFS_DIFLAG_NOATIME_BIT)
  914. #define XFS_DIFLAG_NODUMP (1 << XFS_DIFLAG_NODUMP_BIT)
  915. #define XFS_DIFLAG_RTINHERIT (1 << XFS_DIFLAG_RTINHERIT_BIT)
  916. #define XFS_DIFLAG_PROJINHERIT (1 << XFS_DIFLAG_PROJINHERIT_BIT)
  917. #define XFS_DIFLAG_NOSYMLINKS (1 << XFS_DIFLAG_NOSYMLINKS_BIT)
  918. #define XFS_DIFLAG_EXTSIZE (1 << XFS_DIFLAG_EXTSIZE_BIT)
  919. #define XFS_DIFLAG_EXTSZINHERIT (1 << XFS_DIFLAG_EXTSZINHERIT_BIT)
  920. #define XFS_DIFLAG_NODEFRAG (1 << XFS_DIFLAG_NODEFRAG_BIT)
  921. #define XFS_DIFLAG_FILESTREAM (1 << XFS_DIFLAG_FILESTREAM_BIT)
  922. #define XFS_DIFLAG_ANY \
  923. (XFS_DIFLAG_REALTIME | XFS_DIFLAG_PREALLOC | XFS_DIFLAG_NEWRTBM | \
  924. XFS_DIFLAG_IMMUTABLE | XFS_DIFLAG_APPEND | XFS_DIFLAG_SYNC | \
  925. XFS_DIFLAG_NOATIME | XFS_DIFLAG_NODUMP | XFS_DIFLAG_RTINHERIT | \
  926. XFS_DIFLAG_PROJINHERIT | XFS_DIFLAG_NOSYMLINKS | XFS_DIFLAG_EXTSIZE | \
  927. XFS_DIFLAG_EXTSZINHERIT | XFS_DIFLAG_NODEFRAG | XFS_DIFLAG_FILESTREAM)
  928. /*
  929. * Values for di_flags2 These start by being exposed to userspace in the upper
  930. * 16 bits of the XFS_XFLAG_s range.
  931. */
  932. #define XFS_DIFLAG2_DAX_BIT 0 /* use DAX for this inode */
  933. #define XFS_DIFLAG2_REFLINK_BIT 1 /* file's blocks may be shared */
  934. #define XFS_DIFLAG2_COWEXTSIZE_BIT 2 /* copy on write extent size hint */
  935. #define XFS_DIFLAG2_DAX (1 << XFS_DIFLAG2_DAX_BIT)
  936. #define XFS_DIFLAG2_REFLINK (1 << XFS_DIFLAG2_REFLINK_BIT)
  937. #define XFS_DIFLAG2_COWEXTSIZE (1 << XFS_DIFLAG2_COWEXTSIZE_BIT)
  938. #define XFS_DIFLAG2_ANY \
  939. (XFS_DIFLAG2_DAX | XFS_DIFLAG2_REFLINK | XFS_DIFLAG2_COWEXTSIZE)
  940. /*
  941. * Inode number format:
  942. * low inopblog bits - offset in block
  943. * next agblklog bits - block number in ag
  944. * next agno_log bits - ag number
  945. * high agno_log-agblklog-inopblog bits - 0
  946. */
  947. #define XFS_INO_MASK(k) (uint32_t)((1ULL << (k)) - 1)
  948. #define XFS_INO_OFFSET_BITS(mp) (mp)->m_sb.sb_inopblog
  949. #define XFS_INO_AGBNO_BITS(mp) (mp)->m_sb.sb_agblklog
  950. #define XFS_INO_AGINO_BITS(mp) (mp)->m_agino_log
  951. #define XFS_INO_AGNO_BITS(mp) (mp)->m_agno_log
  952. #define XFS_INO_BITS(mp) \
  953. XFS_INO_AGNO_BITS(mp) + XFS_INO_AGINO_BITS(mp)
  954. #define XFS_INO_TO_AGNO(mp,i) \
  955. ((xfs_agnumber_t)((i) >> XFS_INO_AGINO_BITS(mp)))
  956. #define XFS_INO_TO_AGINO(mp,i) \
  957. ((xfs_agino_t)(i) & XFS_INO_MASK(XFS_INO_AGINO_BITS(mp)))
  958. #define XFS_INO_TO_AGBNO(mp,i) \
  959. (((xfs_agblock_t)(i) >> XFS_INO_OFFSET_BITS(mp)) & \
  960. XFS_INO_MASK(XFS_INO_AGBNO_BITS(mp)))
  961. #define XFS_INO_TO_OFFSET(mp,i) \
  962. ((int)(i) & XFS_INO_MASK(XFS_INO_OFFSET_BITS(mp)))
  963. #define XFS_INO_TO_FSB(mp,i) \
  964. XFS_AGB_TO_FSB(mp, XFS_INO_TO_AGNO(mp,i), XFS_INO_TO_AGBNO(mp,i))
  965. #define XFS_AGINO_TO_INO(mp,a,i) \
  966. (((xfs_ino_t)(a) << XFS_INO_AGINO_BITS(mp)) | (i))
  967. #define XFS_AGINO_TO_AGBNO(mp,i) ((i) >> XFS_INO_OFFSET_BITS(mp))
  968. #define XFS_AGINO_TO_OFFSET(mp,i) \
  969. ((i) & XFS_INO_MASK(XFS_INO_OFFSET_BITS(mp)))
  970. #define XFS_OFFBNO_TO_AGINO(mp,b,o) \
  971. ((xfs_agino_t)(((b) << XFS_INO_OFFSET_BITS(mp)) | (o)))
  972. #define XFS_MAXINUMBER ((xfs_ino_t)((1ULL << 56) - 1ULL))
  973. #define XFS_MAXINUMBER_32 ((xfs_ino_t)((1ULL << 32) - 1ULL))
  974. /*
  975. * RealTime Device format definitions
  976. */
  977. /* Min and max rt extent sizes, specified in bytes */
  978. #define XFS_MAX_RTEXTSIZE (1024 * 1024 * 1024) /* 1GB */
  979. #define XFS_DFL_RTEXTSIZE (64 * 1024) /* 64kB */
  980. #define XFS_MIN_RTEXTSIZE (4 * 1024) /* 4kB */
  981. #define XFS_BLOCKSIZE(mp) ((mp)->m_sb.sb_blocksize)
  982. #define XFS_BLOCKMASK(mp) ((mp)->m_blockmask)
  983. #define XFS_BLOCKWSIZE(mp) ((mp)->m_blockwsize)
  984. #define XFS_BLOCKWMASK(mp) ((mp)->m_blockwmask)
  985. /*
  986. * RT Summary and bit manipulation macros.
  987. */
  988. #define XFS_SUMOFFS(mp,ls,bb) ((int)((ls) * (mp)->m_sb.sb_rbmblocks + (bb)))
  989. #define XFS_SUMOFFSTOBLOCK(mp,s) \
  990. (((s) * (uint)sizeof(xfs_suminfo_t)) >> (mp)->m_sb.sb_blocklog)
  991. #define XFS_SUMPTR(mp,bp,so) \
  992. ((xfs_suminfo_t *)((bp)->b_addr + \
  993. (((so) * (uint)sizeof(xfs_suminfo_t)) & XFS_BLOCKMASK(mp))))
  994. #define XFS_BITTOBLOCK(mp,bi) ((bi) >> (mp)->m_blkbit_log)
  995. #define XFS_BLOCKTOBIT(mp,bb) ((bb) << (mp)->m_blkbit_log)
  996. #define XFS_BITTOWORD(mp,bi) \
  997. ((int)(((bi) >> XFS_NBWORDLOG) & XFS_BLOCKWMASK(mp)))
  998. #define XFS_RTMIN(a,b) ((a) < (b) ? (a) : (b))
  999. #define XFS_RTMAX(a,b) ((a) > (b) ? (a) : (b))
  1000. #define XFS_RTLOBIT(w) xfs_lowbit32(w)
  1001. #define XFS_RTHIBIT(w) xfs_highbit32(w)
  1002. #define XFS_RTBLOCKLOG(b) xfs_highbit64(b)
  1003. /*
  1004. * Dquot and dquot block format definitions
  1005. */
  1006. #define XFS_DQUOT_MAGIC 0x4451 /* 'DQ' */
  1007. #define XFS_DQUOT_VERSION (uint8_t)0x01 /* latest version number */
  1008. /*
  1009. * This is the main portion of the on-disk representation of quota
  1010. * information for a user. This is the q_core of the xfs_dquot_t that
  1011. * is kept in kernel memory. We pad this with some more expansion room
  1012. * to construct the on disk structure.
  1013. */
  1014. typedef struct xfs_disk_dquot {
  1015. __be16 d_magic; /* dquot magic = XFS_DQUOT_MAGIC */
  1016. __u8 d_version; /* dquot version */
  1017. __u8 d_flags; /* XFS_DQ_USER/PROJ/GROUP */
  1018. __be32 d_id; /* user,project,group id */
  1019. __be64 d_blk_hardlimit;/* absolute limit on disk blks */
  1020. __be64 d_blk_softlimit;/* preferred limit on disk blks */
  1021. __be64 d_ino_hardlimit;/* maximum # allocated inodes */
  1022. __be64 d_ino_softlimit;/* preferred inode limit */
  1023. __be64 d_bcount; /* disk blocks owned by the user */
  1024. __be64 d_icount; /* inodes owned by the user */
  1025. __be32 d_itimer; /* zero if within inode limits if not,
  1026. this is when we refuse service */
  1027. __be32 d_btimer; /* similar to above; for disk blocks */
  1028. __be16 d_iwarns; /* warnings issued wrt num inodes */
  1029. __be16 d_bwarns; /* warnings issued wrt disk blocks */
  1030. __be32 d_pad0; /* 64 bit align */
  1031. __be64 d_rtb_hardlimit;/* absolute limit on realtime blks */
  1032. __be64 d_rtb_softlimit;/* preferred limit on RT disk blks */
  1033. __be64 d_rtbcount; /* realtime blocks owned */
  1034. __be32 d_rtbtimer; /* similar to above; for RT disk blocks */
  1035. __be16 d_rtbwarns; /* warnings issued wrt RT disk blocks */
  1036. __be16 d_pad;
  1037. } xfs_disk_dquot_t;
  1038. /*
  1039. * This is what goes on disk. This is separated from the xfs_disk_dquot because
  1040. * carrying the unnecessary padding would be a waste of memory.
  1041. */
  1042. typedef struct xfs_dqblk {
  1043. xfs_disk_dquot_t dd_diskdq; /* portion that lives incore as well */
  1044. char dd_fill[4]; /* filling for posterity */
  1045. /*
  1046. * These two are only present on filesystems with the CRC bits set.
  1047. */
  1048. __be32 dd_crc; /* checksum */
  1049. __be64 dd_lsn; /* last modification in log */
  1050. uuid_t dd_uuid; /* location information */
  1051. } xfs_dqblk_t;
  1052. #define XFS_DQUOT_CRC_OFF offsetof(struct xfs_dqblk, dd_crc)
  1053. /*
  1054. * Remote symlink format and access functions.
  1055. */
  1056. #define XFS_SYMLINK_MAGIC 0x58534c4d /* XSLM */
  1057. struct xfs_dsymlink_hdr {
  1058. __be32 sl_magic;
  1059. __be32 sl_offset;
  1060. __be32 sl_bytes;
  1061. __be32 sl_crc;
  1062. uuid_t sl_uuid;
  1063. __be64 sl_owner;
  1064. __be64 sl_blkno;
  1065. __be64 sl_lsn;
  1066. };
  1067. #define XFS_SYMLINK_CRC_OFF offsetof(struct xfs_dsymlink_hdr, sl_crc)
  1068. #define XFS_SYMLINK_MAXLEN 1024
  1069. /*
  1070. * The maximum pathlen is 1024 bytes. Since the minimum file system
  1071. * blocksize is 512 bytes, we can get a max of 3 extents back from
  1072. * bmapi when crc headers are taken into account.
  1073. */
  1074. #define XFS_SYMLINK_MAPS 3
  1075. #define XFS_SYMLINK_BUF_SPACE(mp, bufsize) \
  1076. ((bufsize) - (xfs_sb_version_hascrc(&(mp)->m_sb) ? \
  1077. sizeof(struct xfs_dsymlink_hdr) : 0))
  1078. /*
  1079. * Allocation Btree format definitions
  1080. *
  1081. * There are two on-disk btrees, one sorted by blockno and one sorted
  1082. * by blockcount and blockno. All blocks look the same to make the code
  1083. * simpler; if we have time later, we'll make the optimizations.
  1084. */
  1085. #define XFS_ABTB_MAGIC 0x41425442 /* 'ABTB' for bno tree */
  1086. #define XFS_ABTB_CRC_MAGIC 0x41423342 /* 'AB3B' */
  1087. #define XFS_ABTC_MAGIC 0x41425443 /* 'ABTC' for cnt tree */
  1088. #define XFS_ABTC_CRC_MAGIC 0x41423343 /* 'AB3C' */
  1089. /*
  1090. * Data record/key structure
  1091. */
  1092. typedef struct xfs_alloc_rec {
  1093. __be32 ar_startblock; /* starting block number */
  1094. __be32 ar_blockcount; /* count of free blocks */
  1095. } xfs_alloc_rec_t, xfs_alloc_key_t;
  1096. typedef struct xfs_alloc_rec_incore {
  1097. xfs_agblock_t ar_startblock; /* starting block number */
  1098. xfs_extlen_t ar_blockcount; /* count of free blocks */
  1099. } xfs_alloc_rec_incore_t;
  1100. /* btree pointer type */
  1101. typedef __be32 xfs_alloc_ptr_t;
  1102. /*
  1103. * Block numbers in the AG:
  1104. * SB is sector 0, AGF is sector 1, AGI is sector 2, AGFL is sector 3.
  1105. */
  1106. #define XFS_BNO_BLOCK(mp) ((xfs_agblock_t)(XFS_AGFL_BLOCK(mp) + 1))
  1107. #define XFS_CNT_BLOCK(mp) ((xfs_agblock_t)(XFS_BNO_BLOCK(mp) + 1))
  1108. /*
  1109. * Inode Allocation Btree format definitions
  1110. *
  1111. * There is a btree for the inode map per allocation group.
  1112. */
  1113. #define XFS_IBT_MAGIC 0x49414254 /* 'IABT' */
  1114. #define XFS_IBT_CRC_MAGIC 0x49414233 /* 'IAB3' */
  1115. #define XFS_FIBT_MAGIC 0x46494254 /* 'FIBT' */
  1116. #define XFS_FIBT_CRC_MAGIC 0x46494233 /* 'FIB3' */
  1117. typedef uint64_t xfs_inofree_t;
  1118. #define XFS_INODES_PER_CHUNK (NBBY * sizeof(xfs_inofree_t))
  1119. #define XFS_INODES_PER_CHUNK_LOG (XFS_NBBYLOG + 3)
  1120. #define XFS_INOBT_ALL_FREE ((xfs_inofree_t)-1)
  1121. #define XFS_INOBT_MASK(i) ((xfs_inofree_t)1 << (i))
  1122. #define XFS_INOBT_HOLEMASK_FULL 0 /* holemask for full chunk */
  1123. #define XFS_INOBT_HOLEMASK_BITS (NBBY * sizeof(uint16_t))
  1124. #define XFS_INODES_PER_HOLEMASK_BIT \
  1125. (XFS_INODES_PER_CHUNK / (NBBY * sizeof(uint16_t)))
  1126. static inline xfs_inofree_t xfs_inobt_maskn(int i, int n)
  1127. {
  1128. return ((n >= XFS_INODES_PER_CHUNK ? 0 : XFS_INOBT_MASK(n)) - 1) << i;
  1129. }
  1130. /*
  1131. * The on-disk inode record structure has two formats. The original "full"
  1132. * format uses a 4-byte freecount. The "sparse" format uses a 1-byte freecount
  1133. * and replaces the 3 high-order freecount bytes wth the holemask and inode
  1134. * count.
  1135. *
  1136. * The holemask of the sparse record format allows an inode chunk to have holes
  1137. * that refer to blocks not owned by the inode record. This facilitates inode
  1138. * allocation in the event of severe free space fragmentation.
  1139. */
  1140. typedef struct xfs_inobt_rec {
  1141. __be32 ir_startino; /* starting inode number */
  1142. union {
  1143. struct {
  1144. __be32 ir_freecount; /* count of free inodes */
  1145. } f;
  1146. struct {
  1147. __be16 ir_holemask;/* hole mask for sparse chunks */
  1148. __u8 ir_count; /* total inode count */
  1149. __u8 ir_freecount; /* count of free inodes */
  1150. } sp;
  1151. } ir_u;
  1152. __be64 ir_free; /* free inode mask */
  1153. } xfs_inobt_rec_t;
  1154. typedef struct xfs_inobt_rec_incore {
  1155. xfs_agino_t ir_startino; /* starting inode number */
  1156. uint16_t ir_holemask; /* hole mask for sparse chunks */
  1157. uint8_t ir_count; /* total inode count */
  1158. uint8_t ir_freecount; /* count of free inodes (set bits) */
  1159. xfs_inofree_t ir_free; /* free inode mask */
  1160. } xfs_inobt_rec_incore_t;
  1161. static inline bool xfs_inobt_issparse(uint16_t holemask)
  1162. {
  1163. /* non-zero holemask represents a sparse rec. */
  1164. return holemask;
  1165. }
  1166. /*
  1167. * Key structure
  1168. */
  1169. typedef struct xfs_inobt_key {
  1170. __be32 ir_startino; /* starting inode number */
  1171. } xfs_inobt_key_t;
  1172. /* btree pointer type */
  1173. typedef __be32 xfs_inobt_ptr_t;
  1174. /*
  1175. * block numbers in the AG.
  1176. */
  1177. #define XFS_IBT_BLOCK(mp) ((xfs_agblock_t)(XFS_CNT_BLOCK(mp) + 1))
  1178. #define XFS_FIBT_BLOCK(mp) ((xfs_agblock_t)(XFS_IBT_BLOCK(mp) + 1))
  1179. /*
  1180. * Reverse mapping btree format definitions
  1181. *
  1182. * There is a btree for the reverse map per allocation group
  1183. */
  1184. #define XFS_RMAP_CRC_MAGIC 0x524d4233 /* 'RMB3' */
  1185. /*
  1186. * Ownership info for an extent. This is used to create reverse-mapping
  1187. * entries.
  1188. */
  1189. #define XFS_OWNER_INFO_ATTR_FORK (1 << 0)
  1190. #define XFS_OWNER_INFO_BMBT_BLOCK (1 << 1)
  1191. struct xfs_owner_info {
  1192. uint64_t oi_owner;
  1193. xfs_fileoff_t oi_offset;
  1194. unsigned int oi_flags;
  1195. };
  1196. /*
  1197. * Special owner types.
  1198. *
  1199. * Seeing as we only support up to 8EB, we have the upper bit of the owner field
  1200. * to tell us we have a special owner value. We use these for static metadata
  1201. * allocated at mkfs/growfs time, as well as for freespace management metadata.
  1202. */
  1203. #define XFS_RMAP_OWN_NULL (-1ULL) /* No owner, for growfs */
  1204. #define XFS_RMAP_OWN_UNKNOWN (-2ULL) /* Unknown owner, for EFI recovery */
  1205. #define XFS_RMAP_OWN_FS (-3ULL) /* static fs metadata */
  1206. #define XFS_RMAP_OWN_LOG (-4ULL) /* static fs metadata */
  1207. #define XFS_RMAP_OWN_AG (-5ULL) /* AG freespace btree blocks */
  1208. #define XFS_RMAP_OWN_INOBT (-6ULL) /* Inode btree blocks */
  1209. #define XFS_RMAP_OWN_INODES (-7ULL) /* Inode chunk */
  1210. #define XFS_RMAP_OWN_REFC (-8ULL) /* refcount tree */
  1211. #define XFS_RMAP_OWN_COW (-9ULL) /* cow allocations */
  1212. #define XFS_RMAP_OWN_MIN (-10ULL) /* guard */
  1213. #define XFS_RMAP_NON_INODE_OWNER(owner) (!!((owner) & (1ULL << 63)))
  1214. /*
  1215. * Data record structure
  1216. */
  1217. struct xfs_rmap_rec {
  1218. __be32 rm_startblock; /* extent start block */
  1219. __be32 rm_blockcount; /* extent length */
  1220. __be64 rm_owner; /* extent owner */
  1221. __be64 rm_offset; /* offset within the owner */
  1222. };
  1223. /*
  1224. * rmap btree record
  1225. * rm_offset:63 is the attribute fork flag
  1226. * rm_offset:62 is the bmbt block flag
  1227. * rm_offset:61 is the unwritten extent flag (same as l0:63 in bmbt)
  1228. * rm_offset:54-60 aren't used and should be zero
  1229. * rm_offset:0-53 is the block offset within the inode
  1230. */
  1231. #define XFS_RMAP_OFF_ATTR_FORK ((uint64_t)1ULL << 63)
  1232. #define XFS_RMAP_OFF_BMBT_BLOCK ((uint64_t)1ULL << 62)
  1233. #define XFS_RMAP_OFF_UNWRITTEN ((uint64_t)1ULL << 61)
  1234. #define XFS_RMAP_LEN_MAX ((uint32_t)~0U)
  1235. #define XFS_RMAP_OFF_FLAGS (XFS_RMAP_OFF_ATTR_FORK | \
  1236. XFS_RMAP_OFF_BMBT_BLOCK | \
  1237. XFS_RMAP_OFF_UNWRITTEN)
  1238. #define XFS_RMAP_OFF_MASK ((uint64_t)0x3FFFFFFFFFFFFFULL)
  1239. #define XFS_RMAP_OFF(off) ((off) & XFS_RMAP_OFF_MASK)
  1240. #define XFS_RMAP_IS_BMBT_BLOCK(off) (!!((off) & XFS_RMAP_OFF_BMBT_BLOCK))
  1241. #define XFS_RMAP_IS_ATTR_FORK(off) (!!((off) & XFS_RMAP_OFF_ATTR_FORK))
  1242. #define XFS_RMAP_IS_UNWRITTEN(len) (!!((off) & XFS_RMAP_OFF_UNWRITTEN))
  1243. #define RMAPBT_STARTBLOCK_BITLEN 32
  1244. #define RMAPBT_BLOCKCOUNT_BITLEN 32
  1245. #define RMAPBT_OWNER_BITLEN 64
  1246. #define RMAPBT_ATTRFLAG_BITLEN 1
  1247. #define RMAPBT_BMBTFLAG_BITLEN 1
  1248. #define RMAPBT_EXNTFLAG_BITLEN 1
  1249. #define RMAPBT_UNUSED_OFFSET_BITLEN 7
  1250. #define RMAPBT_OFFSET_BITLEN 54
  1251. #define XFS_RMAP_ATTR_FORK (1 << 0)
  1252. #define XFS_RMAP_BMBT_BLOCK (1 << 1)
  1253. #define XFS_RMAP_UNWRITTEN (1 << 2)
  1254. #define XFS_RMAP_KEY_FLAGS (XFS_RMAP_ATTR_FORK | \
  1255. XFS_RMAP_BMBT_BLOCK)
  1256. #define XFS_RMAP_REC_FLAGS (XFS_RMAP_UNWRITTEN)
  1257. struct xfs_rmap_irec {
  1258. xfs_agblock_t rm_startblock; /* extent start block */
  1259. xfs_extlen_t rm_blockcount; /* extent length */
  1260. uint64_t rm_owner; /* extent owner */
  1261. uint64_t rm_offset; /* offset within the owner */
  1262. unsigned int rm_flags; /* state flags */
  1263. };
  1264. /*
  1265. * Key structure
  1266. *
  1267. * We don't use the length for lookups
  1268. */
  1269. struct xfs_rmap_key {
  1270. __be32 rm_startblock; /* extent start block */
  1271. __be64 rm_owner; /* extent owner */
  1272. __be64 rm_offset; /* offset within the owner */
  1273. } __attribute__((packed));
  1274. /* btree pointer type */
  1275. typedef __be32 xfs_rmap_ptr_t;
  1276. #define XFS_RMAP_BLOCK(mp) \
  1277. (xfs_sb_version_hasfinobt(&((mp)->m_sb)) ? \
  1278. XFS_FIBT_BLOCK(mp) + 1 : \
  1279. XFS_IBT_BLOCK(mp) + 1)
  1280. /*
  1281. * Reference Count Btree format definitions
  1282. *
  1283. */
  1284. #define XFS_REFC_CRC_MAGIC 0x52334643 /* 'R3FC' */
  1285. unsigned int xfs_refc_block(struct xfs_mount *mp);
  1286. /*
  1287. * Data record/key structure
  1288. *
  1289. * Each record associates a range of physical blocks (starting at
  1290. * rc_startblock and ending rc_blockcount blocks later) with a reference
  1291. * count (rc_refcount). Extents that are being used to stage a copy on
  1292. * write (CoW) operation are recorded in the refcount btree with a
  1293. * refcount of 1. All other records must have a refcount > 1 and must
  1294. * track an extent mapped only by file data forks.
  1295. *
  1296. * Extents with a single owner (attributes, metadata, non-shared file
  1297. * data) are not tracked here. Free space is also not tracked here.
  1298. * This is consistent with pre-reflink XFS.
  1299. */
  1300. /*
  1301. * Extents that are being used to stage a copy on write are stored
  1302. * in the refcount btree with a refcount of 1 and the upper bit set
  1303. * on the startblock. This speeds up mount time deletion of stale
  1304. * staging extents because they're all at the right side of the tree.
  1305. */
  1306. #define XFS_REFC_COW_START ((xfs_agblock_t)(1U << 31))
  1307. #define REFCNTBT_COWFLAG_BITLEN 1
  1308. #define REFCNTBT_AGBLOCK_BITLEN 31
  1309. struct xfs_refcount_rec {
  1310. __be32 rc_startblock; /* starting block number */
  1311. __be32 rc_blockcount; /* count of blocks */
  1312. __be32 rc_refcount; /* number of inodes linked here */
  1313. };
  1314. struct xfs_refcount_key {
  1315. __be32 rc_startblock; /* starting block number */
  1316. };
  1317. struct xfs_refcount_irec {
  1318. xfs_agblock_t rc_startblock; /* starting block number */
  1319. xfs_extlen_t rc_blockcount; /* count of free blocks */
  1320. xfs_nlink_t rc_refcount; /* number of inodes linked here */
  1321. };
  1322. #define MAXREFCOUNT ((xfs_nlink_t)~0U)
  1323. #define MAXREFCEXTLEN ((xfs_extlen_t)~0U)
  1324. /* btree pointer type */
  1325. typedef __be32 xfs_refcount_ptr_t;
  1326. /*
  1327. * BMAP Btree format definitions
  1328. *
  1329. * This includes both the root block definition that sits inside an inode fork
  1330. * and the record/pointer formats for the leaf/node in the blocks.
  1331. */
  1332. #define XFS_BMAP_MAGIC 0x424d4150 /* 'BMAP' */
  1333. #define XFS_BMAP_CRC_MAGIC 0x424d4133 /* 'BMA3' */
  1334. /*
  1335. * Bmap root header, on-disk form only.
  1336. */
  1337. typedef struct xfs_bmdr_block {
  1338. __be16 bb_level; /* 0 is a leaf */
  1339. __be16 bb_numrecs; /* current # of data records */
  1340. } xfs_bmdr_block_t;
  1341. /*
  1342. * Bmap btree record and extent descriptor.
  1343. * l0:63 is an extent flag (value 1 indicates non-normal).
  1344. * l0:9-62 are startoff.
  1345. * l0:0-8 and l1:21-63 are startblock.
  1346. * l1:0-20 are blockcount.
  1347. */
  1348. #define BMBT_EXNTFLAG_BITLEN 1
  1349. #define BMBT_STARTOFF_BITLEN 54
  1350. #define BMBT_STARTBLOCK_BITLEN 52
  1351. #define BMBT_BLOCKCOUNT_BITLEN 21
  1352. typedef struct xfs_bmbt_rec {
  1353. __be64 l0, l1;
  1354. } xfs_bmbt_rec_t;
  1355. typedef uint64_t xfs_bmbt_rec_base_t; /* use this for casts */
  1356. typedef xfs_bmbt_rec_t xfs_bmdr_rec_t;
  1357. /*
  1358. * Values and macros for delayed-allocation startblock fields.
  1359. */
  1360. #define STARTBLOCKVALBITS 17
  1361. #define STARTBLOCKMASKBITS (15 + 20)
  1362. #define STARTBLOCKMASK \
  1363. (((((xfs_fsblock_t)1) << STARTBLOCKMASKBITS) - 1) << STARTBLOCKVALBITS)
  1364. static inline int isnullstartblock(xfs_fsblock_t x)
  1365. {
  1366. return ((x) & STARTBLOCKMASK) == STARTBLOCKMASK;
  1367. }
  1368. static inline xfs_fsblock_t nullstartblock(int k)
  1369. {
  1370. ASSERT(k < (1 << STARTBLOCKVALBITS));
  1371. return STARTBLOCKMASK | (k);
  1372. }
  1373. static inline xfs_filblks_t startblockval(xfs_fsblock_t x)
  1374. {
  1375. return (xfs_filblks_t)((x) & ~STARTBLOCKMASK);
  1376. }
  1377. /*
  1378. * Key structure for non-leaf levels of the tree.
  1379. */
  1380. typedef struct xfs_bmbt_key {
  1381. __be64 br_startoff; /* starting file offset */
  1382. } xfs_bmbt_key_t, xfs_bmdr_key_t;
  1383. /* btree pointer type */
  1384. typedef __be64 xfs_bmbt_ptr_t, xfs_bmdr_ptr_t;
  1385. /*
  1386. * Generic Btree block format definitions
  1387. *
  1388. * This is a combination of the actual format used on disk for short and long
  1389. * format btrees. The first three fields are shared by both format, but the
  1390. * pointers are different and should be used with care.
  1391. *
  1392. * To get the size of the actual short or long form headers please use the size
  1393. * macros below. Never use sizeof(xfs_btree_block).
  1394. *
  1395. * The blkno, crc, lsn, owner and uuid fields are only available in filesystems
  1396. * with the crc feature bit, and all accesses to them must be conditional on
  1397. * that flag.
  1398. */
  1399. /* short form block header */
  1400. struct xfs_btree_block_shdr {
  1401. __be32 bb_leftsib;
  1402. __be32 bb_rightsib;
  1403. __be64 bb_blkno;
  1404. __be64 bb_lsn;
  1405. uuid_t bb_uuid;
  1406. __be32 bb_owner;
  1407. __le32 bb_crc;
  1408. };
  1409. /* long form block header */
  1410. struct xfs_btree_block_lhdr {
  1411. __be64 bb_leftsib;
  1412. __be64 bb_rightsib;
  1413. __be64 bb_blkno;
  1414. __be64 bb_lsn;
  1415. uuid_t bb_uuid;
  1416. __be64 bb_owner;
  1417. __le32 bb_crc;
  1418. __be32 bb_pad; /* padding for alignment */
  1419. };
  1420. struct xfs_btree_block {
  1421. __be32 bb_magic; /* magic number for block type */
  1422. __be16 bb_level; /* 0 is a leaf */
  1423. __be16 bb_numrecs; /* current # of data records */
  1424. union {
  1425. struct xfs_btree_block_shdr s;
  1426. struct xfs_btree_block_lhdr l;
  1427. } bb_u; /* rest */
  1428. };
  1429. /* size of a short form block */
  1430. #define XFS_BTREE_SBLOCK_LEN \
  1431. (offsetof(struct xfs_btree_block, bb_u) + \
  1432. offsetof(struct xfs_btree_block_shdr, bb_blkno))
  1433. /* size of a long form block */
  1434. #define XFS_BTREE_LBLOCK_LEN \
  1435. (offsetof(struct xfs_btree_block, bb_u) + \
  1436. offsetof(struct xfs_btree_block_lhdr, bb_blkno))
  1437. /* sizes of CRC enabled btree blocks */
  1438. #define XFS_BTREE_SBLOCK_CRC_LEN \
  1439. (offsetof(struct xfs_btree_block, bb_u) + \
  1440. sizeof(struct xfs_btree_block_shdr))
  1441. #define XFS_BTREE_LBLOCK_CRC_LEN \
  1442. (offsetof(struct xfs_btree_block, bb_u) + \
  1443. sizeof(struct xfs_btree_block_lhdr))
  1444. #define XFS_BTREE_SBLOCK_CRC_OFF \
  1445. offsetof(struct xfs_btree_block, bb_u.s.bb_crc)
  1446. #define XFS_BTREE_LBLOCK_CRC_OFF \
  1447. offsetof(struct xfs_btree_block, bb_u.l.bb_crc)
  1448. /*
  1449. * On-disk XFS access control list structure.
  1450. */
  1451. struct xfs_acl_entry {
  1452. __be32 ae_tag;
  1453. __be32 ae_id;
  1454. __be16 ae_perm;
  1455. __be16 ae_pad; /* fill the implicit hole in the structure */
  1456. };
  1457. struct xfs_acl {
  1458. __be32 acl_cnt;
  1459. struct xfs_acl_entry acl_entry[0];
  1460. };
  1461. /*
  1462. * The number of ACL entries allowed is defined by the on-disk format.
  1463. * For v4 superblocks, that is limited to 25 entries. For v5 superblocks, it is
  1464. * limited only by the maximum size of the xattr that stores the information.
  1465. */
  1466. #define XFS_ACL_MAX_ENTRIES(mp) \
  1467. (xfs_sb_version_hascrc(&mp->m_sb) \
  1468. ? (XFS_XATTR_SIZE_MAX - sizeof(struct xfs_acl)) / \
  1469. sizeof(struct xfs_acl_entry) \
  1470. : 25)
  1471. #define XFS_ACL_SIZE(cnt) \
  1472. (sizeof(struct xfs_acl) + \
  1473. sizeof(struct xfs_acl_entry) * cnt)
  1474. #define XFS_ACL_MAX_SIZE(mp) \
  1475. XFS_ACL_SIZE(XFS_ACL_MAX_ENTRIES((mp)))
  1476. /* On-disk XFS extended attribute names */
  1477. #define SGI_ACL_FILE "SGI_ACL_FILE"
  1478. #define SGI_ACL_DEFAULT "SGI_ACL_DEFAULT"
  1479. #define SGI_ACL_FILE_SIZE (sizeof(SGI_ACL_FILE)-1)
  1480. #define SGI_ACL_DEFAULT_SIZE (sizeof(SGI_ACL_DEFAULT)-1)
  1481. #endif /* __XFS_FORMAT_H__ */