rgrp.c 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789
  1. /*
  2. * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
  3. * Copyright (C) 2004-2008 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 version 2.
  8. */
  9. #include <linux/slab.h>
  10. #include <linux/spinlock.h>
  11. #include <linux/completion.h>
  12. #include <linux/buffer_head.h>
  13. #include <linux/fs.h>
  14. #include <linux/gfs2_ondisk.h>
  15. #include <linux/prefetch.h>
  16. #include <linux/blkdev.h>
  17. #include <linux/rbtree.h>
  18. #include "gfs2.h"
  19. #include "incore.h"
  20. #include "glock.h"
  21. #include "glops.h"
  22. #include "lops.h"
  23. #include "meta_io.h"
  24. #include "quota.h"
  25. #include "rgrp.h"
  26. #include "super.h"
  27. #include "trans.h"
  28. #include "util.h"
  29. #include "log.h"
  30. #include "inode.h"
  31. #include "trace_gfs2.h"
  32. #define BFITNOENT ((u32)~0)
  33. #define NO_BLOCK ((u64)~0)
  34. #if BITS_PER_LONG == 32
  35. #define LBITMASK (0x55555555UL)
  36. #define LBITSKIP55 (0x55555555UL)
  37. #define LBITSKIP00 (0x00000000UL)
  38. #else
  39. #define LBITMASK (0x5555555555555555UL)
  40. #define LBITSKIP55 (0x5555555555555555UL)
  41. #define LBITSKIP00 (0x0000000000000000UL)
  42. #endif
  43. /*
  44. * These routines are used by the resource group routines (rgrp.c)
  45. * to keep track of block allocation. Each block is represented by two
  46. * bits. So, each byte represents GFS2_NBBY (i.e. 4) blocks.
  47. *
  48. * 0 = Free
  49. * 1 = Used (not metadata)
  50. * 2 = Unlinked (still in use) inode
  51. * 3 = Used (metadata)
  52. */
  53. static const char valid_change[16] = {
  54. /* current */
  55. /* n */ 0, 1, 1, 1,
  56. /* e */ 1, 0, 0, 0,
  57. /* w */ 0, 0, 0, 1,
  58. 1, 0, 0, 0
  59. };
  60. static u32 rgblk_search(struct gfs2_rgrpd *rgd, u32 goal,
  61. unsigned char old_state,
  62. struct gfs2_bitmap **rbi);
  63. /**
  64. * gfs2_setbit - Set a bit in the bitmaps
  65. * @rgd: the resource group descriptor
  66. * @buf2: the clone buffer that holds the bitmaps
  67. * @bi: the bitmap structure
  68. * @block: the block to set
  69. * @new_state: the new state of the block
  70. *
  71. */
  72. static inline void gfs2_setbit(struct gfs2_rgrpd *rgd, unsigned char *buf2,
  73. struct gfs2_bitmap *bi, u32 block,
  74. unsigned char new_state)
  75. {
  76. unsigned char *byte1, *byte2, *end, cur_state;
  77. unsigned int buflen = bi->bi_len;
  78. const unsigned int bit = (block % GFS2_NBBY) * GFS2_BIT_SIZE;
  79. byte1 = bi->bi_bh->b_data + bi->bi_offset + (block / GFS2_NBBY);
  80. end = bi->bi_bh->b_data + bi->bi_offset + buflen;
  81. BUG_ON(byte1 >= end);
  82. cur_state = (*byte1 >> bit) & GFS2_BIT_MASK;
  83. if (unlikely(!valid_change[new_state * 4 + cur_state])) {
  84. printk(KERN_WARNING "GFS2: buf_blk = 0x%llx old_state=%d, "
  85. "new_state=%d\n",
  86. (unsigned long long)block, cur_state, new_state);
  87. printk(KERN_WARNING "GFS2: rgrp=0x%llx bi_start=0x%lx\n",
  88. (unsigned long long)rgd->rd_addr,
  89. (unsigned long)bi->bi_start);
  90. printk(KERN_WARNING "GFS2: bi_offset=0x%lx bi_len=0x%lx\n",
  91. (unsigned long)bi->bi_offset,
  92. (unsigned long)bi->bi_len);
  93. dump_stack();
  94. gfs2_consist_rgrpd(rgd);
  95. return;
  96. }
  97. *byte1 ^= (cur_state ^ new_state) << bit;
  98. if (buf2) {
  99. byte2 = buf2 + bi->bi_offset + (block / GFS2_NBBY);
  100. cur_state = (*byte2 >> bit) & GFS2_BIT_MASK;
  101. *byte2 ^= (cur_state ^ new_state) << bit;
  102. }
  103. }
  104. /**
  105. * gfs2_testbit - test a bit in the bitmaps
  106. * @rgd: the resource group descriptor
  107. * @buffer: the buffer that holds the bitmaps
  108. * @buflen: the length (in bytes) of the buffer
  109. * @block: the block to read
  110. *
  111. */
  112. static inline unsigned char gfs2_testbit(struct gfs2_rgrpd *rgd,
  113. const unsigned char *buffer,
  114. unsigned int buflen, u32 block)
  115. {
  116. const unsigned char *byte, *end;
  117. unsigned char cur_state;
  118. unsigned int bit;
  119. byte = buffer + (block / GFS2_NBBY);
  120. bit = (block % GFS2_NBBY) * GFS2_BIT_SIZE;
  121. end = buffer + buflen;
  122. gfs2_assert(rgd->rd_sbd, byte < end);
  123. cur_state = (*byte >> bit) & GFS2_BIT_MASK;
  124. return cur_state;
  125. }
  126. /**
  127. * gfs2_bit_search
  128. * @ptr: Pointer to bitmap data
  129. * @mask: Mask to use (normally 0x55555.... but adjusted for search start)
  130. * @state: The state we are searching for
  131. *
  132. * We xor the bitmap data with a patter which is the bitwise opposite
  133. * of what we are looking for, this gives rise to a pattern of ones
  134. * wherever there is a match. Since we have two bits per entry, we
  135. * take this pattern, shift it down by one place and then and it with
  136. * the original. All the even bit positions (0,2,4, etc) then represent
  137. * successful matches, so we mask with 0x55555..... to remove the unwanted
  138. * odd bit positions.
  139. *
  140. * This allows searching of a whole u64 at once (32 blocks) with a
  141. * single test (on 64 bit arches).
  142. */
  143. static inline u64 gfs2_bit_search(const __le64 *ptr, u64 mask, u8 state)
  144. {
  145. u64 tmp;
  146. static const u64 search[] = {
  147. [0] = 0xffffffffffffffffULL,
  148. [1] = 0xaaaaaaaaaaaaaaaaULL,
  149. [2] = 0x5555555555555555ULL,
  150. [3] = 0x0000000000000000ULL,
  151. };
  152. tmp = le64_to_cpu(*ptr) ^ search[state];
  153. tmp &= (tmp >> 1);
  154. tmp &= mask;
  155. return tmp;
  156. }
  157. /**
  158. * gfs2_bitfit - Search an rgrp's bitmap buffer to find a bit-pair representing
  159. * a block in a given allocation state.
  160. * @buf: the buffer that holds the bitmaps
  161. * @len: the length (in bytes) of the buffer
  162. * @goal: start search at this block's bit-pair (within @buffer)
  163. * @state: GFS2_BLKST_XXX the state of the block we're looking for.
  164. *
  165. * Scope of @goal and returned block number is only within this bitmap buffer,
  166. * not entire rgrp or filesystem. @buffer will be offset from the actual
  167. * beginning of a bitmap block buffer, skipping any header structures, but
  168. * headers are always a multiple of 64 bits long so that the buffer is
  169. * always aligned to a 64 bit boundary.
  170. *
  171. * The size of the buffer is in bytes, but is it assumed that it is
  172. * always ok to read a complete multiple of 64 bits at the end
  173. * of the block in case the end is no aligned to a natural boundary.
  174. *
  175. * Return: the block number (bitmap buffer scope) that was found
  176. */
  177. static u32 gfs2_bitfit(const u8 *buf, const unsigned int len,
  178. u32 goal, u8 state)
  179. {
  180. u32 spoint = (goal << 1) & ((8*sizeof(u64)) - 1);
  181. const __le64 *ptr = ((__le64 *)buf) + (goal >> 5);
  182. const __le64 *end = (__le64 *)(buf + ALIGN(len, sizeof(u64)));
  183. u64 tmp;
  184. u64 mask = 0x5555555555555555ULL;
  185. u32 bit;
  186. BUG_ON(state > 3);
  187. /* Mask off bits we don't care about at the start of the search */
  188. mask <<= spoint;
  189. tmp = gfs2_bit_search(ptr, mask, state);
  190. ptr++;
  191. while(tmp == 0 && ptr < end) {
  192. tmp = gfs2_bit_search(ptr, 0x5555555555555555ULL, state);
  193. ptr++;
  194. }
  195. /* Mask off any bits which are more than len bytes from the start */
  196. if (ptr == end && (len & (sizeof(u64) - 1)))
  197. tmp &= (((u64)~0) >> (64 - 8*(len & (sizeof(u64) - 1))));
  198. /* Didn't find anything, so return */
  199. if (tmp == 0)
  200. return BFITNOENT;
  201. ptr--;
  202. bit = __ffs64(tmp);
  203. bit /= 2; /* two bits per entry in the bitmap */
  204. return (((const unsigned char *)ptr - buf) * GFS2_NBBY) + bit;
  205. }
  206. /**
  207. * gfs2_bitcount - count the number of bits in a certain state
  208. * @rgd: the resource group descriptor
  209. * @buffer: the buffer that holds the bitmaps
  210. * @buflen: the length (in bytes) of the buffer
  211. * @state: the state of the block we're looking for
  212. *
  213. * Returns: The number of bits
  214. */
  215. static u32 gfs2_bitcount(struct gfs2_rgrpd *rgd, const u8 *buffer,
  216. unsigned int buflen, u8 state)
  217. {
  218. const u8 *byte = buffer;
  219. const u8 *end = buffer + buflen;
  220. const u8 state1 = state << 2;
  221. const u8 state2 = state << 4;
  222. const u8 state3 = state << 6;
  223. u32 count = 0;
  224. for (; byte < end; byte++) {
  225. if (((*byte) & 0x03) == state)
  226. count++;
  227. if (((*byte) & 0x0C) == state1)
  228. count++;
  229. if (((*byte) & 0x30) == state2)
  230. count++;
  231. if (((*byte) & 0xC0) == state3)
  232. count++;
  233. }
  234. return count;
  235. }
  236. /**
  237. * gfs2_rgrp_verify - Verify that a resource group is consistent
  238. * @rgd: the rgrp
  239. *
  240. */
  241. void gfs2_rgrp_verify(struct gfs2_rgrpd *rgd)
  242. {
  243. struct gfs2_sbd *sdp = rgd->rd_sbd;
  244. struct gfs2_bitmap *bi = NULL;
  245. u32 length = rgd->rd_length;
  246. u32 count[4], tmp;
  247. int buf, x;
  248. memset(count, 0, 4 * sizeof(u32));
  249. /* Count # blocks in each of 4 possible allocation states */
  250. for (buf = 0; buf < length; buf++) {
  251. bi = rgd->rd_bits + buf;
  252. for (x = 0; x < 4; x++)
  253. count[x] += gfs2_bitcount(rgd,
  254. bi->bi_bh->b_data +
  255. bi->bi_offset,
  256. bi->bi_len, x);
  257. }
  258. if (count[0] != rgd->rd_free) {
  259. if (gfs2_consist_rgrpd(rgd))
  260. fs_err(sdp, "free data mismatch: %u != %u\n",
  261. count[0], rgd->rd_free);
  262. return;
  263. }
  264. tmp = rgd->rd_data - rgd->rd_free - rgd->rd_dinodes;
  265. if (count[1] != tmp) {
  266. if (gfs2_consist_rgrpd(rgd))
  267. fs_err(sdp, "used data mismatch: %u != %u\n",
  268. count[1], tmp);
  269. return;
  270. }
  271. if (count[2] + count[3] != rgd->rd_dinodes) {
  272. if (gfs2_consist_rgrpd(rgd))
  273. fs_err(sdp, "used metadata mismatch: %u != %u\n",
  274. count[2] + count[3], rgd->rd_dinodes);
  275. return;
  276. }
  277. }
  278. static inline int rgrp_contains_block(struct gfs2_rgrpd *rgd, u64 block)
  279. {
  280. u64 first = rgd->rd_data0;
  281. u64 last = first + rgd->rd_data;
  282. return first <= block && block < last;
  283. }
  284. /**
  285. * gfs2_blk2rgrpd - Find resource group for a given data/meta block number
  286. * @sdp: The GFS2 superblock
  287. * @blk: The data block number
  288. * @exact: True if this needs to be an exact match
  289. *
  290. * Returns: The resource group, or NULL if not found
  291. */
  292. struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact)
  293. {
  294. struct rb_node *n, *next;
  295. struct gfs2_rgrpd *cur;
  296. spin_lock(&sdp->sd_rindex_spin);
  297. n = sdp->sd_rindex_tree.rb_node;
  298. while (n) {
  299. cur = rb_entry(n, struct gfs2_rgrpd, rd_node);
  300. next = NULL;
  301. if (blk < cur->rd_addr)
  302. next = n->rb_left;
  303. else if (blk >= cur->rd_data0 + cur->rd_data)
  304. next = n->rb_right;
  305. if (next == NULL) {
  306. spin_unlock(&sdp->sd_rindex_spin);
  307. if (exact) {
  308. if (blk < cur->rd_addr)
  309. return NULL;
  310. if (blk >= cur->rd_data0 + cur->rd_data)
  311. return NULL;
  312. }
  313. return cur;
  314. }
  315. n = next;
  316. }
  317. spin_unlock(&sdp->sd_rindex_spin);
  318. return NULL;
  319. }
  320. /**
  321. * gfs2_rgrpd_get_first - get the first Resource Group in the filesystem
  322. * @sdp: The GFS2 superblock
  323. *
  324. * Returns: The first rgrp in the filesystem
  325. */
  326. struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp)
  327. {
  328. const struct rb_node *n;
  329. struct gfs2_rgrpd *rgd;
  330. spin_lock(&sdp->sd_rindex_spin);
  331. n = rb_first(&sdp->sd_rindex_tree);
  332. rgd = rb_entry(n, struct gfs2_rgrpd, rd_node);
  333. spin_unlock(&sdp->sd_rindex_spin);
  334. return rgd;
  335. }
  336. /**
  337. * gfs2_rgrpd_get_next - get the next RG
  338. * @rgd: the resource group descriptor
  339. *
  340. * Returns: The next rgrp
  341. */
  342. struct gfs2_rgrpd *gfs2_rgrpd_get_next(struct gfs2_rgrpd *rgd)
  343. {
  344. struct gfs2_sbd *sdp = rgd->rd_sbd;
  345. const struct rb_node *n;
  346. spin_lock(&sdp->sd_rindex_spin);
  347. n = rb_next(&rgd->rd_node);
  348. if (n == NULL)
  349. n = rb_first(&sdp->sd_rindex_tree);
  350. if (unlikely(&rgd->rd_node == n)) {
  351. spin_unlock(&sdp->sd_rindex_spin);
  352. return NULL;
  353. }
  354. rgd = rb_entry(n, struct gfs2_rgrpd, rd_node);
  355. spin_unlock(&sdp->sd_rindex_spin);
  356. return rgd;
  357. }
  358. void gfs2_free_clones(struct gfs2_rgrpd *rgd)
  359. {
  360. int x;
  361. for (x = 0; x < rgd->rd_length; x++) {
  362. struct gfs2_bitmap *bi = rgd->rd_bits + x;
  363. kfree(bi->bi_clone);
  364. bi->bi_clone = NULL;
  365. }
  366. }
  367. void gfs2_clear_rgrpd(struct gfs2_sbd *sdp)
  368. {
  369. struct rb_node *n;
  370. struct gfs2_rgrpd *rgd;
  371. struct gfs2_glock *gl;
  372. while ((n = rb_first(&sdp->sd_rindex_tree))) {
  373. rgd = rb_entry(n, struct gfs2_rgrpd, rd_node);
  374. gl = rgd->rd_gl;
  375. rb_erase(n, &sdp->sd_rindex_tree);
  376. if (gl) {
  377. spin_lock(&gl->gl_spin);
  378. gl->gl_object = NULL;
  379. spin_unlock(&gl->gl_spin);
  380. gfs2_glock_add_to_lru(gl);
  381. gfs2_glock_put(gl);
  382. }
  383. gfs2_free_clones(rgd);
  384. kfree(rgd->rd_bits);
  385. kmem_cache_free(gfs2_rgrpd_cachep, rgd);
  386. }
  387. }
  388. static void gfs2_rindex_print(const struct gfs2_rgrpd *rgd)
  389. {
  390. printk(KERN_INFO " ri_addr = %llu\n", (unsigned long long)rgd->rd_addr);
  391. printk(KERN_INFO " ri_length = %u\n", rgd->rd_length);
  392. printk(KERN_INFO " ri_data0 = %llu\n", (unsigned long long)rgd->rd_data0);
  393. printk(KERN_INFO " ri_data = %u\n", rgd->rd_data);
  394. printk(KERN_INFO " ri_bitbytes = %u\n", rgd->rd_bitbytes);
  395. }
  396. /**
  397. * gfs2_compute_bitstructs - Compute the bitmap sizes
  398. * @rgd: The resource group descriptor
  399. *
  400. * Calculates bitmap descriptors, one for each block that contains bitmap data
  401. *
  402. * Returns: errno
  403. */
  404. static int compute_bitstructs(struct gfs2_rgrpd *rgd)
  405. {
  406. struct gfs2_sbd *sdp = rgd->rd_sbd;
  407. struct gfs2_bitmap *bi;
  408. u32 length = rgd->rd_length; /* # blocks in hdr & bitmap */
  409. u32 bytes_left, bytes;
  410. int x;
  411. if (!length)
  412. return -EINVAL;
  413. rgd->rd_bits = kcalloc(length, sizeof(struct gfs2_bitmap), GFP_NOFS);
  414. if (!rgd->rd_bits)
  415. return -ENOMEM;
  416. bytes_left = rgd->rd_bitbytes;
  417. for (x = 0; x < length; x++) {
  418. bi = rgd->rd_bits + x;
  419. bi->bi_flags = 0;
  420. /* small rgrp; bitmap stored completely in header block */
  421. if (length == 1) {
  422. bytes = bytes_left;
  423. bi->bi_offset = sizeof(struct gfs2_rgrp);
  424. bi->bi_start = 0;
  425. bi->bi_len = bytes;
  426. /* header block */
  427. } else if (x == 0) {
  428. bytes = sdp->sd_sb.sb_bsize - sizeof(struct gfs2_rgrp);
  429. bi->bi_offset = sizeof(struct gfs2_rgrp);
  430. bi->bi_start = 0;
  431. bi->bi_len = bytes;
  432. /* last block */
  433. } else if (x + 1 == length) {
  434. bytes = bytes_left;
  435. bi->bi_offset = sizeof(struct gfs2_meta_header);
  436. bi->bi_start = rgd->rd_bitbytes - bytes_left;
  437. bi->bi_len = bytes;
  438. /* other blocks */
  439. } else {
  440. bytes = sdp->sd_sb.sb_bsize -
  441. sizeof(struct gfs2_meta_header);
  442. bi->bi_offset = sizeof(struct gfs2_meta_header);
  443. bi->bi_start = rgd->rd_bitbytes - bytes_left;
  444. bi->bi_len = bytes;
  445. }
  446. bytes_left -= bytes;
  447. }
  448. if (bytes_left) {
  449. gfs2_consist_rgrpd(rgd);
  450. return -EIO;
  451. }
  452. bi = rgd->rd_bits + (length - 1);
  453. if ((bi->bi_start + bi->bi_len) * GFS2_NBBY != rgd->rd_data) {
  454. if (gfs2_consist_rgrpd(rgd)) {
  455. gfs2_rindex_print(rgd);
  456. fs_err(sdp, "start=%u len=%u offset=%u\n",
  457. bi->bi_start, bi->bi_len, bi->bi_offset);
  458. }
  459. return -EIO;
  460. }
  461. return 0;
  462. }
  463. /**
  464. * gfs2_ri_total - Total up the file system space, according to the rindex.
  465. * @sdp: the filesystem
  466. *
  467. */
  468. u64 gfs2_ri_total(struct gfs2_sbd *sdp)
  469. {
  470. u64 total_data = 0;
  471. struct inode *inode = sdp->sd_rindex;
  472. struct gfs2_inode *ip = GFS2_I(inode);
  473. char buf[sizeof(struct gfs2_rindex)];
  474. int error, rgrps;
  475. for (rgrps = 0;; rgrps++) {
  476. loff_t pos = rgrps * sizeof(struct gfs2_rindex);
  477. if (pos + sizeof(struct gfs2_rindex) > i_size_read(inode))
  478. break;
  479. error = gfs2_internal_read(ip, buf, &pos,
  480. sizeof(struct gfs2_rindex));
  481. if (error != sizeof(struct gfs2_rindex))
  482. break;
  483. total_data += be32_to_cpu(((struct gfs2_rindex *)buf)->ri_data);
  484. }
  485. return total_data;
  486. }
  487. static int rgd_insert(struct gfs2_rgrpd *rgd)
  488. {
  489. struct gfs2_sbd *sdp = rgd->rd_sbd;
  490. struct rb_node **newn = &sdp->sd_rindex_tree.rb_node, *parent = NULL;
  491. /* Figure out where to put new node */
  492. while (*newn) {
  493. struct gfs2_rgrpd *cur = rb_entry(*newn, struct gfs2_rgrpd,
  494. rd_node);
  495. parent = *newn;
  496. if (rgd->rd_addr < cur->rd_addr)
  497. newn = &((*newn)->rb_left);
  498. else if (rgd->rd_addr > cur->rd_addr)
  499. newn = &((*newn)->rb_right);
  500. else
  501. return -EEXIST;
  502. }
  503. rb_link_node(&rgd->rd_node, parent, newn);
  504. rb_insert_color(&rgd->rd_node, &sdp->sd_rindex_tree);
  505. sdp->sd_rgrps++;
  506. return 0;
  507. }
  508. /**
  509. * read_rindex_entry - Pull in a new resource index entry from the disk
  510. * @ip: Pointer to the rindex inode
  511. *
  512. * Returns: 0 on success, > 0 on EOF, error code otherwise
  513. */
  514. static int read_rindex_entry(struct gfs2_inode *ip)
  515. {
  516. struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode);
  517. loff_t pos = sdp->sd_rgrps * sizeof(struct gfs2_rindex);
  518. struct gfs2_rindex buf;
  519. int error;
  520. struct gfs2_rgrpd *rgd;
  521. if (pos >= i_size_read(&ip->i_inode))
  522. return 1;
  523. error = gfs2_internal_read(ip, (char *)&buf, &pos,
  524. sizeof(struct gfs2_rindex));
  525. if (error != sizeof(struct gfs2_rindex))
  526. return (error == 0) ? 1 : error;
  527. rgd = kmem_cache_zalloc(gfs2_rgrpd_cachep, GFP_NOFS);
  528. error = -ENOMEM;
  529. if (!rgd)
  530. return error;
  531. rgd->rd_sbd = sdp;
  532. rgd->rd_addr = be64_to_cpu(buf.ri_addr);
  533. rgd->rd_length = be32_to_cpu(buf.ri_length);
  534. rgd->rd_data0 = be64_to_cpu(buf.ri_data0);
  535. rgd->rd_data = be32_to_cpu(buf.ri_data);
  536. rgd->rd_bitbytes = be32_to_cpu(buf.ri_bitbytes);
  537. error = compute_bitstructs(rgd);
  538. if (error)
  539. goto fail;
  540. error = gfs2_glock_get(sdp, rgd->rd_addr,
  541. &gfs2_rgrp_glops, CREATE, &rgd->rd_gl);
  542. if (error)
  543. goto fail;
  544. rgd->rd_gl->gl_object = rgd;
  545. rgd->rd_flags &= ~GFS2_RDF_UPTODATE;
  546. if (rgd->rd_data > sdp->sd_max_rg_data)
  547. sdp->sd_max_rg_data = rgd->rd_data;
  548. spin_lock(&sdp->sd_rindex_spin);
  549. error = rgd_insert(rgd);
  550. spin_unlock(&sdp->sd_rindex_spin);
  551. if (!error)
  552. return 0;
  553. error = 0; /* someone else read in the rgrp; free it and ignore it */
  554. gfs2_glock_put(rgd->rd_gl);
  555. fail:
  556. kfree(rgd->rd_bits);
  557. kmem_cache_free(gfs2_rgrpd_cachep, rgd);
  558. return error;
  559. }
  560. /**
  561. * gfs2_ri_update - Pull in a new resource index from the disk
  562. * @ip: pointer to the rindex inode
  563. *
  564. * Returns: 0 on successful update, error code otherwise
  565. */
  566. static int gfs2_ri_update(struct gfs2_inode *ip)
  567. {
  568. struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode);
  569. int error;
  570. do {
  571. error = read_rindex_entry(ip);
  572. } while (error == 0);
  573. if (error < 0)
  574. return error;
  575. sdp->sd_rindex_uptodate = 1;
  576. return 0;
  577. }
  578. /**
  579. * gfs2_rindex_update - Update the rindex if required
  580. * @sdp: The GFS2 superblock
  581. *
  582. * We grab a lock on the rindex inode to make sure that it doesn't
  583. * change whilst we are performing an operation. We keep this lock
  584. * for quite long periods of time compared to other locks. This
  585. * doesn't matter, since it is shared and it is very, very rarely
  586. * accessed in the exclusive mode (i.e. only when expanding the filesystem).
  587. *
  588. * This makes sure that we're using the latest copy of the resource index
  589. * special file, which might have been updated if someone expanded the
  590. * filesystem (via gfs2_grow utility), which adds new resource groups.
  591. *
  592. * Returns: 0 on succeess, error code otherwise
  593. */
  594. int gfs2_rindex_update(struct gfs2_sbd *sdp)
  595. {
  596. struct gfs2_inode *ip = GFS2_I(sdp->sd_rindex);
  597. struct gfs2_glock *gl = ip->i_gl;
  598. struct gfs2_holder ri_gh;
  599. int error = 0;
  600. int unlock_required = 0;
  601. /* Read new copy from disk if we don't have the latest */
  602. if (!sdp->sd_rindex_uptodate) {
  603. if (!gfs2_glock_is_locked_by_me(gl)) {
  604. error = gfs2_glock_nq_init(gl, LM_ST_SHARED, 0, &ri_gh);
  605. if (error)
  606. return error;
  607. unlock_required = 1;
  608. }
  609. if (!sdp->sd_rindex_uptodate)
  610. error = gfs2_ri_update(ip);
  611. if (unlock_required)
  612. gfs2_glock_dq_uninit(&ri_gh);
  613. }
  614. return error;
  615. }
  616. static void gfs2_rgrp_in(struct gfs2_rgrpd *rgd, const void *buf)
  617. {
  618. const struct gfs2_rgrp *str = buf;
  619. u32 rg_flags;
  620. rg_flags = be32_to_cpu(str->rg_flags);
  621. rg_flags &= ~GFS2_RDF_MASK;
  622. rgd->rd_flags &= GFS2_RDF_MASK;
  623. rgd->rd_flags |= rg_flags;
  624. rgd->rd_free = be32_to_cpu(str->rg_free);
  625. rgd->rd_dinodes = be32_to_cpu(str->rg_dinodes);
  626. rgd->rd_igeneration = be64_to_cpu(str->rg_igeneration);
  627. }
  628. static void gfs2_rgrp_out(struct gfs2_rgrpd *rgd, void *buf)
  629. {
  630. struct gfs2_rgrp *str = buf;
  631. str->rg_flags = cpu_to_be32(rgd->rd_flags & ~GFS2_RDF_MASK);
  632. str->rg_free = cpu_to_be32(rgd->rd_free);
  633. str->rg_dinodes = cpu_to_be32(rgd->rd_dinodes);
  634. str->__pad = cpu_to_be32(0);
  635. str->rg_igeneration = cpu_to_be64(rgd->rd_igeneration);
  636. memset(&str->rg_reserved, 0, sizeof(str->rg_reserved));
  637. }
  638. /**
  639. * gfs2_rgrp_go_lock - Read in a RG's header and bitmaps
  640. * @gh: The glock holder for the resource group
  641. *
  642. * Read in all of a Resource Group's header and bitmap blocks.
  643. * Caller must eventually call gfs2_rgrp_relse() to free the bitmaps.
  644. *
  645. * Returns: errno
  646. */
  647. int gfs2_rgrp_go_lock(struct gfs2_holder *gh)
  648. {
  649. struct gfs2_rgrpd *rgd = gh->gh_gl->gl_object;
  650. struct gfs2_sbd *sdp = rgd->rd_sbd;
  651. struct gfs2_glock *gl = rgd->rd_gl;
  652. unsigned int length = rgd->rd_length;
  653. struct gfs2_bitmap *bi;
  654. unsigned int x, y;
  655. int error;
  656. for (x = 0; x < length; x++) {
  657. bi = rgd->rd_bits + x;
  658. error = gfs2_meta_read(gl, rgd->rd_addr + x, 0, &bi->bi_bh);
  659. if (error)
  660. goto fail;
  661. }
  662. for (y = length; y--;) {
  663. bi = rgd->rd_bits + y;
  664. error = gfs2_meta_wait(sdp, bi->bi_bh);
  665. if (error)
  666. goto fail;
  667. if (gfs2_metatype_check(sdp, bi->bi_bh, y ? GFS2_METATYPE_RB :
  668. GFS2_METATYPE_RG)) {
  669. error = -EIO;
  670. goto fail;
  671. }
  672. }
  673. if (!(rgd->rd_flags & GFS2_RDF_UPTODATE)) {
  674. for (x = 0; x < length; x++)
  675. clear_bit(GBF_FULL, &rgd->rd_bits[x].bi_flags);
  676. gfs2_rgrp_in(rgd, (rgd->rd_bits[0].bi_bh)->b_data);
  677. rgd->rd_flags |= (GFS2_RDF_UPTODATE | GFS2_RDF_CHECK);
  678. rgd->rd_free_clone = rgd->rd_free;
  679. }
  680. return 0;
  681. fail:
  682. while (x--) {
  683. bi = rgd->rd_bits + x;
  684. brelse(bi->bi_bh);
  685. bi->bi_bh = NULL;
  686. gfs2_assert_warn(sdp, !bi->bi_clone);
  687. }
  688. return error;
  689. }
  690. /**
  691. * gfs2_rgrp_go_unlock - Release RG bitmaps read in with gfs2_rgrp_bh_get()
  692. * @gh: The glock holder for the resource group
  693. *
  694. */
  695. void gfs2_rgrp_go_unlock(struct gfs2_holder *gh)
  696. {
  697. struct gfs2_rgrpd *rgd = gh->gh_gl->gl_object;
  698. int x, length = rgd->rd_length;
  699. for (x = 0; x < length; x++) {
  700. struct gfs2_bitmap *bi = rgd->rd_bits + x;
  701. brelse(bi->bi_bh);
  702. bi->bi_bh = NULL;
  703. }
  704. }
  705. int gfs2_rgrp_send_discards(struct gfs2_sbd *sdp, u64 offset,
  706. struct buffer_head *bh,
  707. const struct gfs2_bitmap *bi, unsigned minlen, u64 *ptrimmed)
  708. {
  709. struct super_block *sb = sdp->sd_vfs;
  710. struct block_device *bdev = sb->s_bdev;
  711. const unsigned int sects_per_blk = sdp->sd_sb.sb_bsize /
  712. bdev_logical_block_size(sb->s_bdev);
  713. u64 blk;
  714. sector_t start = 0;
  715. sector_t nr_sects = 0;
  716. int rv;
  717. unsigned int x;
  718. u32 trimmed = 0;
  719. u8 diff;
  720. for (x = 0; x < bi->bi_len; x++) {
  721. const u8 *clone = bi->bi_clone ? bi->bi_clone : bi->bi_bh->b_data;
  722. clone += bi->bi_offset;
  723. clone += x;
  724. if (bh) {
  725. const u8 *orig = bh->b_data + bi->bi_offset + x;
  726. diff = ~(*orig | (*orig >> 1)) & (*clone | (*clone >> 1));
  727. } else {
  728. diff = ~(*clone | (*clone >> 1));
  729. }
  730. diff &= 0x55;
  731. if (diff == 0)
  732. continue;
  733. blk = offset + ((bi->bi_start + x) * GFS2_NBBY);
  734. blk *= sects_per_blk; /* convert to sectors */
  735. while(diff) {
  736. if (diff & 1) {
  737. if (nr_sects == 0)
  738. goto start_new_extent;
  739. if ((start + nr_sects) != blk) {
  740. if (nr_sects >= minlen) {
  741. rv = blkdev_issue_discard(bdev,
  742. start, nr_sects,
  743. GFP_NOFS, 0);
  744. if (rv)
  745. goto fail;
  746. trimmed += nr_sects;
  747. }
  748. nr_sects = 0;
  749. start_new_extent:
  750. start = blk;
  751. }
  752. nr_sects += sects_per_blk;
  753. }
  754. diff >>= 2;
  755. blk += sects_per_blk;
  756. }
  757. }
  758. if (nr_sects >= minlen) {
  759. rv = blkdev_issue_discard(bdev, start, nr_sects, GFP_NOFS, 0);
  760. if (rv)
  761. goto fail;
  762. trimmed += nr_sects;
  763. }
  764. if (ptrimmed)
  765. *ptrimmed = trimmed;
  766. return 0;
  767. fail:
  768. if (sdp->sd_args.ar_discard)
  769. fs_warn(sdp, "error %d on discard request, turning discards off for this filesystem", rv);
  770. sdp->sd_args.ar_discard = 0;
  771. return -EIO;
  772. }
  773. /**
  774. * gfs2_fitrim - Generate discard requests for unused bits of the filesystem
  775. * @filp: Any file on the filesystem
  776. * @argp: Pointer to the arguments (also used to pass result)
  777. *
  778. * Returns: 0 on success, otherwise error code
  779. */
  780. int gfs2_fitrim(struct file *filp, void __user *argp)
  781. {
  782. struct inode *inode = filp->f_dentry->d_inode;
  783. struct gfs2_sbd *sdp = GFS2_SB(inode);
  784. struct request_queue *q = bdev_get_queue(sdp->sd_vfs->s_bdev);
  785. struct buffer_head *bh;
  786. struct gfs2_rgrpd *rgd;
  787. struct gfs2_rgrpd *rgd_end;
  788. struct gfs2_holder gh;
  789. struct fstrim_range r;
  790. int ret = 0;
  791. u64 amt;
  792. u64 trimmed = 0;
  793. unsigned int x;
  794. if (!capable(CAP_SYS_ADMIN))
  795. return -EPERM;
  796. if (!blk_queue_discard(q))
  797. return -EOPNOTSUPP;
  798. if (argp == NULL) {
  799. r.start = 0;
  800. r.len = ULLONG_MAX;
  801. r.minlen = 0;
  802. } else if (copy_from_user(&r, argp, sizeof(r)))
  803. return -EFAULT;
  804. ret = gfs2_rindex_update(sdp);
  805. if (ret)
  806. return ret;
  807. rgd = gfs2_blk2rgrpd(sdp, r.start, 0);
  808. rgd_end = gfs2_blk2rgrpd(sdp, r.start + r.len, 0);
  809. while (1) {
  810. ret = gfs2_glock_nq_init(rgd->rd_gl, LM_ST_EXCLUSIVE, 0, &gh);
  811. if (ret)
  812. goto out;
  813. if (!(rgd->rd_flags & GFS2_RGF_TRIMMED)) {
  814. /* Trim each bitmap in the rgrp */
  815. for (x = 0; x < rgd->rd_length; x++) {
  816. struct gfs2_bitmap *bi = rgd->rd_bits + x;
  817. ret = gfs2_rgrp_send_discards(sdp, rgd->rd_data0, NULL, bi, r.minlen, &amt);
  818. if (ret) {
  819. gfs2_glock_dq_uninit(&gh);
  820. goto out;
  821. }
  822. trimmed += amt;
  823. }
  824. /* Mark rgrp as having been trimmed */
  825. ret = gfs2_trans_begin(sdp, RES_RG_HDR, 0);
  826. if (ret == 0) {
  827. bh = rgd->rd_bits[0].bi_bh;
  828. rgd->rd_flags |= GFS2_RGF_TRIMMED;
  829. gfs2_trans_add_bh(rgd->rd_gl, bh, 1);
  830. gfs2_rgrp_out(rgd, bh->b_data);
  831. gfs2_trans_end(sdp);
  832. }
  833. }
  834. gfs2_glock_dq_uninit(&gh);
  835. if (rgd == rgd_end)
  836. break;
  837. rgd = gfs2_rgrpd_get_next(rgd);
  838. }
  839. out:
  840. r.len = trimmed << 9;
  841. if (argp && copy_to_user(argp, &r, sizeof(r)))
  842. return -EFAULT;
  843. return ret;
  844. }
  845. /**
  846. * gfs2_qadata_get - get the struct gfs2_qadata structure for an inode
  847. * @ip: the incore GFS2 inode structure
  848. *
  849. * Returns: the struct gfs2_qadata
  850. */
  851. struct gfs2_qadata *gfs2_qadata_get(struct gfs2_inode *ip)
  852. {
  853. struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode);
  854. int error;
  855. BUG_ON(ip->i_qadata != NULL);
  856. ip->i_qadata = kzalloc(sizeof(struct gfs2_qadata), GFP_NOFS);
  857. error = gfs2_rindex_update(sdp);
  858. if (error)
  859. fs_warn(sdp, "rindex update returns %d\n", error);
  860. return ip->i_qadata;
  861. }
  862. /**
  863. * gfs2_blkrsv_get - get the struct gfs2_blkreserv structure for an inode
  864. * @ip: the incore GFS2 inode structure
  865. *
  866. * Returns: the struct gfs2_qadata
  867. */
  868. static int gfs2_blkrsv_get(struct gfs2_inode *ip)
  869. {
  870. BUG_ON(ip->i_res != NULL);
  871. ip->i_res = kmem_cache_zalloc(gfs2_rsrv_cachep, GFP_NOFS);
  872. if (!ip->i_res)
  873. return -ENOMEM;
  874. return 0;
  875. }
  876. /**
  877. * try_rgrp_fit - See if a given reservation will fit in a given RG
  878. * @rgd: the RG data
  879. * @ip: the inode
  880. *
  881. * If there's room for the requested blocks to be allocated from the RG:
  882. *
  883. * Returns: 1 on success (it fits), 0 on failure (it doesn't fit)
  884. */
  885. static int try_rgrp_fit(const struct gfs2_rgrpd *rgd, const struct gfs2_inode *ip)
  886. {
  887. const struct gfs2_blkreserv *rs = ip->i_res;
  888. if (rgd->rd_flags & (GFS2_RGF_NOALLOC | GFS2_RDF_ERROR))
  889. return 0;
  890. if (rgd->rd_free_clone >= rs->rs_requested)
  891. return 1;
  892. return 0;
  893. }
  894. static inline u32 gfs2_bi2rgd_blk(struct gfs2_bitmap *bi, u32 blk)
  895. {
  896. return (bi->bi_start * GFS2_NBBY) + blk;
  897. }
  898. /**
  899. * try_rgrp_unlink - Look for any unlinked, allocated, but unused inodes
  900. * @rgd: The rgrp
  901. * @last_unlinked: block address of the last dinode we unlinked
  902. * @skip: block address we should explicitly not unlink
  903. *
  904. * Returns: 0 if no error
  905. * The inode, if one has been found, in inode.
  906. */
  907. static void try_rgrp_unlink(struct gfs2_rgrpd *rgd, u64 *last_unlinked, u64 skip)
  908. {
  909. u32 goal = 0, block;
  910. u64 no_addr;
  911. struct gfs2_sbd *sdp = rgd->rd_sbd;
  912. struct gfs2_glock *gl;
  913. struct gfs2_inode *ip;
  914. int error;
  915. int found = 0;
  916. struct gfs2_bitmap *bi;
  917. while (goal < rgd->rd_data) {
  918. down_write(&sdp->sd_log_flush_lock);
  919. block = rgblk_search(rgd, goal, GFS2_BLKST_UNLINKED, &bi);
  920. up_write(&sdp->sd_log_flush_lock);
  921. if (block == BFITNOENT)
  922. break;
  923. block = gfs2_bi2rgd_blk(bi, block);
  924. /* rgblk_search can return a block < goal, so we need to
  925. keep it marching forward. */
  926. no_addr = block + rgd->rd_data0;
  927. goal = max(block + 1, goal + 1);
  928. if (*last_unlinked != NO_BLOCK && no_addr <= *last_unlinked)
  929. continue;
  930. if (no_addr == skip)
  931. continue;
  932. *last_unlinked = no_addr;
  933. error = gfs2_glock_get(sdp, no_addr, &gfs2_inode_glops, CREATE, &gl);
  934. if (error)
  935. continue;
  936. /* If the inode is already in cache, we can ignore it here
  937. * because the existing inode disposal code will deal with
  938. * it when all refs have gone away. Accessing gl_object like
  939. * this is not safe in general. Here it is ok because we do
  940. * not dereference the pointer, and we only need an approx
  941. * answer to whether it is NULL or not.
  942. */
  943. ip = gl->gl_object;
  944. if (ip || queue_work(gfs2_delete_workqueue, &gl->gl_delete) == 0)
  945. gfs2_glock_put(gl);
  946. else
  947. found++;
  948. /* Limit reclaim to sensible number of tasks */
  949. if (found > NR_CPUS)
  950. return;
  951. }
  952. rgd->rd_flags &= ~GFS2_RDF_CHECK;
  953. return;
  954. }
  955. /**
  956. * get_local_rgrp - Choose and lock a rgrp for allocation
  957. * @ip: the inode to reserve space for
  958. * @last_unlinked: the last unlinked block
  959. *
  960. * Try to acquire rgrp in way which avoids contending with others.
  961. *
  962. * Returns: errno
  963. */
  964. static int get_local_rgrp(struct gfs2_inode *ip, u64 *last_unlinked)
  965. {
  966. struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode);
  967. struct gfs2_rgrpd *rgd, *begin = NULL;
  968. struct gfs2_blkreserv *rs = ip->i_res;
  969. int error, rg_locked, flags = LM_FLAG_TRY;
  970. int loops = 0;
  971. if (ip->i_rgd && rgrp_contains_block(ip->i_rgd, ip->i_goal))
  972. rgd = begin = ip->i_rgd;
  973. else
  974. rgd = begin = gfs2_blk2rgrpd(sdp, ip->i_goal, 1);
  975. if (rgd == NULL)
  976. return -EBADSLT;
  977. while (loops < 3) {
  978. rg_locked = 0;
  979. if (gfs2_glock_is_locked_by_me(rgd->rd_gl)) {
  980. rg_locked = 1;
  981. error = 0;
  982. } else {
  983. error = gfs2_glock_nq_init(rgd->rd_gl, LM_ST_EXCLUSIVE,
  984. flags, &rs->rs_rgd_gh);
  985. }
  986. switch (error) {
  987. case 0:
  988. if (try_rgrp_fit(rgd, ip)) {
  989. ip->i_rgd = rgd;
  990. return 0;
  991. }
  992. if (rgd->rd_flags & GFS2_RDF_CHECK)
  993. try_rgrp_unlink(rgd, last_unlinked, ip->i_no_addr);
  994. if (!rg_locked)
  995. gfs2_glock_dq_uninit(&rs->rs_rgd_gh);
  996. /* fall through */
  997. case GLR_TRYFAILED:
  998. rgd = gfs2_rgrpd_get_next(rgd);
  999. if (rgd == begin) {
  1000. flags = 0;
  1001. loops++;
  1002. }
  1003. break;
  1004. default:
  1005. return error;
  1006. }
  1007. }
  1008. return -ENOSPC;
  1009. }
  1010. static void gfs2_blkrsv_put(struct gfs2_inode *ip)
  1011. {
  1012. BUG_ON(ip->i_res == NULL);
  1013. kmem_cache_free(gfs2_rsrv_cachep, ip->i_res);
  1014. ip->i_res = NULL;
  1015. }
  1016. /**
  1017. * gfs2_inplace_reserve - Reserve space in the filesystem
  1018. * @ip: the inode to reserve space for
  1019. * @requested: the number of blocks to be reserved
  1020. *
  1021. * Returns: errno
  1022. */
  1023. int gfs2_inplace_reserve(struct gfs2_inode *ip, u32 requested)
  1024. {
  1025. struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode);
  1026. struct gfs2_blkreserv *rs;
  1027. int error;
  1028. u64 last_unlinked = NO_BLOCK;
  1029. int tries = 0;
  1030. error = gfs2_blkrsv_get(ip);
  1031. if (error)
  1032. return error;
  1033. rs = ip->i_res;
  1034. rs->rs_requested = requested;
  1035. if (gfs2_assert_warn(sdp, requested)) {
  1036. error = -EINVAL;
  1037. goto out;
  1038. }
  1039. do {
  1040. error = get_local_rgrp(ip, &last_unlinked);
  1041. if (error != -ENOSPC)
  1042. break;
  1043. /* Check that fs hasn't grown if writing to rindex */
  1044. if (ip == GFS2_I(sdp->sd_rindex) && !sdp->sd_rindex_uptodate) {
  1045. error = gfs2_ri_update(ip);
  1046. if (error)
  1047. break;
  1048. continue;
  1049. }
  1050. /* Flushing the log may release space */
  1051. gfs2_log_flush(sdp, NULL);
  1052. } while (tries++ < 3);
  1053. out:
  1054. if (error)
  1055. gfs2_blkrsv_put(ip);
  1056. return error;
  1057. }
  1058. /**
  1059. * gfs2_inplace_release - release an inplace reservation
  1060. * @ip: the inode the reservation was taken out on
  1061. *
  1062. * Release a reservation made by gfs2_inplace_reserve().
  1063. */
  1064. void gfs2_inplace_release(struct gfs2_inode *ip)
  1065. {
  1066. struct gfs2_blkreserv *rs = ip->i_res;
  1067. if (rs->rs_rgd_gh.gh_gl)
  1068. gfs2_glock_dq_uninit(&rs->rs_rgd_gh);
  1069. gfs2_blkrsv_put(ip);
  1070. }
  1071. /**
  1072. * gfs2_get_block_type - Check a block in a RG is of given type
  1073. * @rgd: the resource group holding the block
  1074. * @block: the block number
  1075. *
  1076. * Returns: The block type (GFS2_BLKST_*)
  1077. */
  1078. static unsigned char gfs2_get_block_type(struct gfs2_rgrpd *rgd, u64 block)
  1079. {
  1080. struct gfs2_bitmap *bi = NULL;
  1081. u32 length, rgrp_block, buf_block;
  1082. unsigned int buf;
  1083. unsigned char type;
  1084. length = rgd->rd_length;
  1085. rgrp_block = block - rgd->rd_data0;
  1086. for (buf = 0; buf < length; buf++) {
  1087. bi = rgd->rd_bits + buf;
  1088. if (rgrp_block < (bi->bi_start + bi->bi_len) * GFS2_NBBY)
  1089. break;
  1090. }
  1091. gfs2_assert(rgd->rd_sbd, buf < length);
  1092. buf_block = rgrp_block - bi->bi_start * GFS2_NBBY;
  1093. type = gfs2_testbit(rgd, bi->bi_bh->b_data + bi->bi_offset,
  1094. bi->bi_len, buf_block);
  1095. return type;
  1096. }
  1097. /**
  1098. * rgblk_search - find a block in @state
  1099. * @rgd: the resource group descriptor
  1100. * @goal: the goal block within the RG (start here to search for avail block)
  1101. * @state: GFS2_BLKST_XXX the before-allocation state to find
  1102. * @rbi: address of the pointer to the bitmap containing the block found
  1103. *
  1104. * Walk rgrp's bitmap to find bits that represent a block in @state.
  1105. *
  1106. * This function never fails, because we wouldn't call it unless we
  1107. * know (from reservation results, etc.) that a block is available.
  1108. *
  1109. * Scope of @goal is just within rgrp, not the whole filesystem.
  1110. * Scope of @returned block is just within bitmap, not the whole filesystem.
  1111. *
  1112. * Returns: the block number found relative to the bitmap rbi
  1113. */
  1114. static u32 rgblk_search(struct gfs2_rgrpd *rgd, u32 goal, unsigned char state,
  1115. struct gfs2_bitmap **rbi)
  1116. {
  1117. struct gfs2_bitmap *bi = NULL;
  1118. const u32 length = rgd->rd_length;
  1119. u32 biblk = BFITNOENT;
  1120. unsigned int buf, x;
  1121. const u8 *buffer = NULL;
  1122. *rbi = NULL;
  1123. /* Find bitmap block that contains bits for goal block */
  1124. for (buf = 0; buf < length; buf++) {
  1125. bi = rgd->rd_bits + buf;
  1126. /* Convert scope of "goal" from rgrp-wide to within found bit block */
  1127. if (goal < (bi->bi_start + bi->bi_len) * GFS2_NBBY) {
  1128. goal -= bi->bi_start * GFS2_NBBY;
  1129. goto do_search;
  1130. }
  1131. }
  1132. buf = 0;
  1133. goal = 0;
  1134. do_search:
  1135. /* Search (up to entire) bitmap in this rgrp for allocatable block.
  1136. "x <= length", instead of "x < length", because we typically start
  1137. the search in the middle of a bit block, but if we can't find an
  1138. allocatable block anywhere else, we want to be able wrap around and
  1139. search in the first part of our first-searched bit block. */
  1140. for (x = 0; x <= length; x++) {
  1141. bi = rgd->rd_bits + buf;
  1142. if (test_bit(GBF_FULL, &bi->bi_flags) &&
  1143. (state == GFS2_BLKST_FREE))
  1144. goto skip;
  1145. /* The GFS2_BLKST_UNLINKED state doesn't apply to the clone
  1146. bitmaps, so we must search the originals for that. */
  1147. buffer = bi->bi_bh->b_data + bi->bi_offset;
  1148. WARN_ON(!buffer_uptodate(bi->bi_bh));
  1149. if (state != GFS2_BLKST_UNLINKED && bi->bi_clone)
  1150. buffer = bi->bi_clone + bi->bi_offset;
  1151. biblk = gfs2_bitfit(buffer, bi->bi_len, goal, state);
  1152. if (biblk != BFITNOENT)
  1153. break;
  1154. if ((goal == 0) && (state == GFS2_BLKST_FREE))
  1155. set_bit(GBF_FULL, &bi->bi_flags);
  1156. /* Try next bitmap block (wrap back to rgrp header if at end) */
  1157. skip:
  1158. buf++;
  1159. buf %= length;
  1160. goal = 0;
  1161. }
  1162. if (biblk != BFITNOENT)
  1163. *rbi = bi;
  1164. return biblk;
  1165. }
  1166. /**
  1167. * gfs2_alloc_extent - allocate an extent from a given bitmap
  1168. * @rgd: the resource group descriptor
  1169. * @bi: the bitmap within the rgrp
  1170. * @blk: the block within the bitmap
  1171. * @dinode: TRUE if the first block we allocate is for a dinode
  1172. * @n: The extent length
  1173. *
  1174. * Add the found bitmap buffer to the transaction.
  1175. * Set the found bits to @new_state to change block's allocation state.
  1176. * Returns: starting block number of the extent (fs scope)
  1177. */
  1178. static u64 gfs2_alloc_extent(struct gfs2_rgrpd *rgd, struct gfs2_bitmap *bi,
  1179. u32 blk, bool dinode, unsigned int *n)
  1180. {
  1181. const unsigned int elen = *n;
  1182. u32 goal;
  1183. const u8 *buffer = NULL;
  1184. *n = 0;
  1185. buffer = bi->bi_bh->b_data + bi->bi_offset;
  1186. gfs2_trans_add_bh(rgd->rd_gl, bi->bi_bh, 1);
  1187. gfs2_setbit(rgd, bi->bi_clone, bi, blk,
  1188. dinode ? GFS2_BLKST_DINODE : GFS2_BLKST_USED);
  1189. (*n)++;
  1190. goal = blk;
  1191. while (*n < elen) {
  1192. goal++;
  1193. if (goal >= (bi->bi_len * GFS2_NBBY))
  1194. break;
  1195. if (gfs2_testbit(rgd, buffer, bi->bi_len, goal) !=
  1196. GFS2_BLKST_FREE)
  1197. break;
  1198. gfs2_setbit(rgd, bi->bi_clone, bi, goal, GFS2_BLKST_USED);
  1199. (*n)++;
  1200. }
  1201. blk = gfs2_bi2rgd_blk(bi, blk);
  1202. rgd->rd_last_alloc = blk + *n - 1;
  1203. return rgd->rd_data0 + blk;
  1204. }
  1205. /**
  1206. * rgblk_free - Change alloc state of given block(s)
  1207. * @sdp: the filesystem
  1208. * @bstart: the start of a run of blocks to free
  1209. * @blen: the length of the block run (all must lie within ONE RG!)
  1210. * @new_state: GFS2_BLKST_XXX the after-allocation block state
  1211. *
  1212. * Returns: Resource group containing the block(s)
  1213. */
  1214. static struct gfs2_rgrpd *rgblk_free(struct gfs2_sbd *sdp, u64 bstart,
  1215. u32 blen, unsigned char new_state)
  1216. {
  1217. struct gfs2_rgrpd *rgd;
  1218. struct gfs2_bitmap *bi = NULL;
  1219. u32 length, rgrp_blk, buf_blk;
  1220. unsigned int buf;
  1221. rgd = gfs2_blk2rgrpd(sdp, bstart, 1);
  1222. if (!rgd) {
  1223. if (gfs2_consist(sdp))
  1224. fs_err(sdp, "block = %llu\n", (unsigned long long)bstart);
  1225. return NULL;
  1226. }
  1227. length = rgd->rd_length;
  1228. rgrp_blk = bstart - rgd->rd_data0;
  1229. while (blen--) {
  1230. for (buf = 0; buf < length; buf++) {
  1231. bi = rgd->rd_bits + buf;
  1232. if (rgrp_blk < (bi->bi_start + bi->bi_len) * GFS2_NBBY)
  1233. break;
  1234. }
  1235. gfs2_assert(rgd->rd_sbd, buf < length);
  1236. buf_blk = rgrp_blk - bi->bi_start * GFS2_NBBY;
  1237. rgrp_blk++;
  1238. if (!bi->bi_clone) {
  1239. bi->bi_clone = kmalloc(bi->bi_bh->b_size,
  1240. GFP_NOFS | __GFP_NOFAIL);
  1241. memcpy(bi->bi_clone + bi->bi_offset,
  1242. bi->bi_bh->b_data + bi->bi_offset,
  1243. bi->bi_len);
  1244. }
  1245. gfs2_trans_add_bh(rgd->rd_gl, bi->bi_bh, 1);
  1246. gfs2_setbit(rgd, NULL, bi, buf_blk, new_state);
  1247. }
  1248. return rgd;
  1249. }
  1250. /**
  1251. * gfs2_rgrp_dump - print out an rgrp
  1252. * @seq: The iterator
  1253. * @gl: The glock in question
  1254. *
  1255. */
  1256. int gfs2_rgrp_dump(struct seq_file *seq, const struct gfs2_glock *gl)
  1257. {
  1258. const struct gfs2_rgrpd *rgd = gl->gl_object;
  1259. if (rgd == NULL)
  1260. return 0;
  1261. gfs2_print_dbg(seq, " R: n:%llu f:%02x b:%u/%u i:%u\n",
  1262. (unsigned long long)rgd->rd_addr, rgd->rd_flags,
  1263. rgd->rd_free, rgd->rd_free_clone, rgd->rd_dinodes);
  1264. return 0;
  1265. }
  1266. static void gfs2_rgrp_error(struct gfs2_rgrpd *rgd)
  1267. {
  1268. struct gfs2_sbd *sdp = rgd->rd_sbd;
  1269. fs_warn(sdp, "rgrp %llu has an error, marking it readonly until umount\n",
  1270. (unsigned long long)rgd->rd_addr);
  1271. fs_warn(sdp, "umount on all nodes and run fsck.gfs2 to fix the error\n");
  1272. gfs2_rgrp_dump(NULL, rgd->rd_gl);
  1273. rgd->rd_flags |= GFS2_RDF_ERROR;
  1274. }
  1275. /**
  1276. * gfs2_alloc_blocks - Allocate one or more blocks of data and/or a dinode
  1277. * @ip: the inode to allocate the block for
  1278. * @bn: Used to return the starting block number
  1279. * @ndata: requested number of blocks/extent length (value/result)
  1280. * @dinode: 1 if we're allocating a dinode block, else 0
  1281. * @generation: the generation number of the inode
  1282. *
  1283. * Returns: 0 or error
  1284. */
  1285. int gfs2_alloc_blocks(struct gfs2_inode *ip, u64 *bn, unsigned int *nblocks,
  1286. bool dinode, u64 *generation)
  1287. {
  1288. struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode);
  1289. struct buffer_head *dibh;
  1290. struct gfs2_rgrpd *rgd;
  1291. unsigned int ndata;
  1292. u32 goal, blk; /* block, within the rgrp scope */
  1293. u64 block; /* block, within the file system scope */
  1294. int error;
  1295. struct gfs2_bitmap *bi;
  1296. /* Only happens if there is a bug in gfs2, return something distinctive
  1297. * to ensure that it is noticed.
  1298. */
  1299. if (ip->i_res == NULL)
  1300. return -ECANCELED;
  1301. rgd = ip->i_rgd;
  1302. if (!dinode && rgrp_contains_block(rgd, ip->i_goal))
  1303. goal = ip->i_goal - rgd->rd_data0;
  1304. else
  1305. goal = rgd->rd_last_alloc;
  1306. blk = rgblk_search(rgd, goal, GFS2_BLKST_FREE, &bi);
  1307. /* Since all blocks are reserved in advance, this shouldn't happen */
  1308. if (blk == BFITNOENT)
  1309. goto rgrp_error;
  1310. block = gfs2_alloc_extent(rgd, bi, blk, dinode, nblocks);
  1311. ndata = *nblocks;
  1312. if (dinode)
  1313. ndata--;
  1314. if (!dinode) {
  1315. ip->i_goal = block + ndata - 1;
  1316. error = gfs2_meta_inode_buffer(ip, &dibh);
  1317. if (error == 0) {
  1318. struct gfs2_dinode *di =
  1319. (struct gfs2_dinode *)dibh->b_data;
  1320. gfs2_trans_add_bh(ip->i_gl, dibh, 1);
  1321. di->di_goal_meta = di->di_goal_data =
  1322. cpu_to_be64(ip->i_goal);
  1323. brelse(dibh);
  1324. }
  1325. }
  1326. if (rgd->rd_free < *nblocks)
  1327. goto rgrp_error;
  1328. rgd->rd_free -= *nblocks;
  1329. if (dinode) {
  1330. rgd->rd_dinodes++;
  1331. *generation = rgd->rd_igeneration++;
  1332. if (*generation == 0)
  1333. *generation = rgd->rd_igeneration++;
  1334. }
  1335. gfs2_trans_add_bh(rgd->rd_gl, rgd->rd_bits[0].bi_bh, 1);
  1336. gfs2_rgrp_out(rgd, rgd->rd_bits[0].bi_bh->b_data);
  1337. gfs2_statfs_change(sdp, 0, -(s64)*nblocks, dinode ? 1 : 0);
  1338. if (dinode)
  1339. gfs2_trans_add_unrevoke(sdp, block, 1);
  1340. /*
  1341. * This needs reviewing to see why we cannot do the quota change
  1342. * at this point in the dinode case.
  1343. */
  1344. if (ndata)
  1345. gfs2_quota_change(ip, ndata, ip->i_inode.i_uid,
  1346. ip->i_inode.i_gid);
  1347. rgd->rd_free_clone -= *nblocks;
  1348. trace_gfs2_block_alloc(ip, rgd, block, *nblocks,
  1349. dinode ? GFS2_BLKST_DINODE : GFS2_BLKST_USED);
  1350. *bn = block;
  1351. return 0;
  1352. rgrp_error:
  1353. gfs2_rgrp_error(rgd);
  1354. return -EIO;
  1355. }
  1356. /**
  1357. * __gfs2_free_blocks - free a contiguous run of block(s)
  1358. * @ip: the inode these blocks are being freed from
  1359. * @bstart: first block of a run of contiguous blocks
  1360. * @blen: the length of the block run
  1361. * @meta: 1 if the blocks represent metadata
  1362. *
  1363. */
  1364. void __gfs2_free_blocks(struct gfs2_inode *ip, u64 bstart, u32 blen, int meta)
  1365. {
  1366. struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode);
  1367. struct gfs2_rgrpd *rgd;
  1368. rgd = rgblk_free(sdp, bstart, blen, GFS2_BLKST_FREE);
  1369. if (!rgd)
  1370. return;
  1371. trace_gfs2_block_alloc(ip, rgd, bstart, blen, GFS2_BLKST_FREE);
  1372. rgd->rd_free += blen;
  1373. rgd->rd_flags &= ~GFS2_RGF_TRIMMED;
  1374. gfs2_trans_add_bh(rgd->rd_gl, rgd->rd_bits[0].bi_bh, 1);
  1375. gfs2_rgrp_out(rgd, rgd->rd_bits[0].bi_bh->b_data);
  1376. /* Directories keep their data in the metadata address space */
  1377. if (meta || ip->i_depth)
  1378. gfs2_meta_wipe(ip, bstart, blen);
  1379. }
  1380. /**
  1381. * gfs2_free_meta - free a contiguous run of data block(s)
  1382. * @ip: the inode these blocks are being freed from
  1383. * @bstart: first block of a run of contiguous blocks
  1384. * @blen: the length of the block run
  1385. *
  1386. */
  1387. void gfs2_free_meta(struct gfs2_inode *ip, u64 bstart, u32 blen)
  1388. {
  1389. struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode);
  1390. __gfs2_free_blocks(ip, bstart, blen, 1);
  1391. gfs2_statfs_change(sdp, 0, +blen, 0);
  1392. gfs2_quota_change(ip, -(s64)blen, ip->i_inode.i_uid, ip->i_inode.i_gid);
  1393. }
  1394. void gfs2_unlink_di(struct inode *inode)
  1395. {
  1396. struct gfs2_inode *ip = GFS2_I(inode);
  1397. struct gfs2_sbd *sdp = GFS2_SB(inode);
  1398. struct gfs2_rgrpd *rgd;
  1399. u64 blkno = ip->i_no_addr;
  1400. rgd = rgblk_free(sdp, blkno, 1, GFS2_BLKST_UNLINKED);
  1401. if (!rgd)
  1402. return;
  1403. trace_gfs2_block_alloc(ip, rgd, blkno, 1, GFS2_BLKST_UNLINKED);
  1404. gfs2_trans_add_bh(rgd->rd_gl, rgd->rd_bits[0].bi_bh, 1);
  1405. gfs2_rgrp_out(rgd, rgd->rd_bits[0].bi_bh->b_data);
  1406. }
  1407. static void gfs2_free_uninit_di(struct gfs2_rgrpd *rgd, u64 blkno)
  1408. {
  1409. struct gfs2_sbd *sdp = rgd->rd_sbd;
  1410. struct gfs2_rgrpd *tmp_rgd;
  1411. tmp_rgd = rgblk_free(sdp, blkno, 1, GFS2_BLKST_FREE);
  1412. if (!tmp_rgd)
  1413. return;
  1414. gfs2_assert_withdraw(sdp, rgd == tmp_rgd);
  1415. if (!rgd->rd_dinodes)
  1416. gfs2_consist_rgrpd(rgd);
  1417. rgd->rd_dinodes--;
  1418. rgd->rd_free++;
  1419. gfs2_trans_add_bh(rgd->rd_gl, rgd->rd_bits[0].bi_bh, 1);
  1420. gfs2_rgrp_out(rgd, rgd->rd_bits[0].bi_bh->b_data);
  1421. gfs2_statfs_change(sdp, 0, +1, -1);
  1422. }
  1423. void gfs2_free_di(struct gfs2_rgrpd *rgd, struct gfs2_inode *ip)
  1424. {
  1425. gfs2_free_uninit_di(rgd, ip->i_no_addr);
  1426. trace_gfs2_block_alloc(ip, rgd, ip->i_no_addr, 1, GFS2_BLKST_FREE);
  1427. gfs2_quota_change(ip, -1, ip->i_inode.i_uid, ip->i_inode.i_gid);
  1428. gfs2_meta_wipe(ip, ip->i_no_addr, 1);
  1429. }
  1430. /**
  1431. * gfs2_check_blk_type - Check the type of a block
  1432. * @sdp: The superblock
  1433. * @no_addr: The block number to check
  1434. * @type: The block type we are looking for
  1435. *
  1436. * Returns: 0 if the block type matches the expected type
  1437. * -ESTALE if it doesn't match
  1438. * or -ve errno if something went wrong while checking
  1439. */
  1440. int gfs2_check_blk_type(struct gfs2_sbd *sdp, u64 no_addr, unsigned int type)
  1441. {
  1442. struct gfs2_rgrpd *rgd;
  1443. struct gfs2_holder rgd_gh;
  1444. int error = -EINVAL;
  1445. rgd = gfs2_blk2rgrpd(sdp, no_addr, 1);
  1446. if (!rgd)
  1447. goto fail;
  1448. error = gfs2_glock_nq_init(rgd->rd_gl, LM_ST_SHARED, 0, &rgd_gh);
  1449. if (error)
  1450. goto fail;
  1451. if (gfs2_get_block_type(rgd, no_addr) != type)
  1452. error = -ESTALE;
  1453. gfs2_glock_dq_uninit(&rgd_gh);
  1454. fail:
  1455. return error;
  1456. }
  1457. /**
  1458. * gfs2_rlist_add - add a RG to a list of RGs
  1459. * @ip: the inode
  1460. * @rlist: the list of resource groups
  1461. * @block: the block
  1462. *
  1463. * Figure out what RG a block belongs to and add that RG to the list
  1464. *
  1465. * FIXME: Don't use NOFAIL
  1466. *
  1467. */
  1468. void gfs2_rlist_add(struct gfs2_inode *ip, struct gfs2_rgrp_list *rlist,
  1469. u64 block)
  1470. {
  1471. struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode);
  1472. struct gfs2_rgrpd *rgd;
  1473. struct gfs2_rgrpd **tmp;
  1474. unsigned int new_space;
  1475. unsigned int x;
  1476. if (gfs2_assert_warn(sdp, !rlist->rl_ghs))
  1477. return;
  1478. if (ip->i_rgd && rgrp_contains_block(ip->i_rgd, block))
  1479. rgd = ip->i_rgd;
  1480. else
  1481. rgd = gfs2_blk2rgrpd(sdp, block, 1);
  1482. if (!rgd) {
  1483. fs_err(sdp, "rlist_add: no rgrp for block %llu\n", (unsigned long long)block);
  1484. return;
  1485. }
  1486. ip->i_rgd = rgd;
  1487. for (x = 0; x < rlist->rl_rgrps; x++)
  1488. if (rlist->rl_rgd[x] == rgd)
  1489. return;
  1490. if (rlist->rl_rgrps == rlist->rl_space) {
  1491. new_space = rlist->rl_space + 10;
  1492. tmp = kcalloc(new_space, sizeof(struct gfs2_rgrpd *),
  1493. GFP_NOFS | __GFP_NOFAIL);
  1494. if (rlist->rl_rgd) {
  1495. memcpy(tmp, rlist->rl_rgd,
  1496. rlist->rl_space * sizeof(struct gfs2_rgrpd *));
  1497. kfree(rlist->rl_rgd);
  1498. }
  1499. rlist->rl_space = new_space;
  1500. rlist->rl_rgd = tmp;
  1501. }
  1502. rlist->rl_rgd[rlist->rl_rgrps++] = rgd;
  1503. }
  1504. /**
  1505. * gfs2_rlist_alloc - all RGs have been added to the rlist, now allocate
  1506. * and initialize an array of glock holders for them
  1507. * @rlist: the list of resource groups
  1508. * @state: the lock state to acquire the RG lock in
  1509. *
  1510. * FIXME: Don't use NOFAIL
  1511. *
  1512. */
  1513. void gfs2_rlist_alloc(struct gfs2_rgrp_list *rlist, unsigned int state)
  1514. {
  1515. unsigned int x;
  1516. rlist->rl_ghs = kcalloc(rlist->rl_rgrps, sizeof(struct gfs2_holder),
  1517. GFP_NOFS | __GFP_NOFAIL);
  1518. for (x = 0; x < rlist->rl_rgrps; x++)
  1519. gfs2_holder_init(rlist->rl_rgd[x]->rd_gl,
  1520. state, 0,
  1521. &rlist->rl_ghs[x]);
  1522. }
  1523. /**
  1524. * gfs2_rlist_free - free a resource group list
  1525. * @list: the list of resource groups
  1526. *
  1527. */
  1528. void gfs2_rlist_free(struct gfs2_rgrp_list *rlist)
  1529. {
  1530. unsigned int x;
  1531. kfree(rlist->rl_rgd);
  1532. if (rlist->rl_ghs) {
  1533. for (x = 0; x < rlist->rl_rgrps; x++)
  1534. gfs2_holder_uninit(&rlist->rl_ghs[x]);
  1535. kfree(rlist->rl_ghs);
  1536. }
  1537. }