blob: c6eb21940783e4de3c555520eddbba48d0b19be4 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Olaf Weber3e57ecf2006-06-09 14:48:12 +10002 * Copyright (c) 2000-2006 Silicon Graphics, Inc.
Nathan Scott7b718762005-11-02 14:58:39 +11003 * All Rights Reserved.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 *
Nathan Scott7b718762005-11-02 14:58:39 +11005 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 * published by the Free Software Foundation.
8 *
Nathan Scott7b718762005-11-02 14:58:39 +11009 * 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.
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 *
Nathan Scott7b718762005-11-02 14:58:39 +110014 * 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
Linus Torvalds1da177e2005-04-16 15:20:36 -070017 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070018#include "xfs.h"
Nathan Scotta844f452005-11-02 14:38:42 +110019#include "xfs_fs.h"
Dave Chinner70a98832013-10-23 10:36:05 +110020#include "xfs_shared.h"
Dave Chinner239880e2013-10-23 10:50:10 +110021#include "xfs_format.h"
22#include "xfs_log_format.h"
23#include "xfs_trans_resv.h"
Nathan Scotta844f452005-11-02 14:38:42 +110024#include "xfs_bit.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070025#include "xfs_sb.h"
Dave Chinnerf5ea1102013-04-24 18:58:02 +100026#include "xfs_mount.h"
Darrick J. Wong3ab78df2016-08-03 11:15:38 +100027#include "xfs_defer.h"
Dave Chinner57062782013-10-15 09:17:51 +110028#include "xfs_da_format.h"
Nathan Scotta844f452005-11-02 14:38:42 +110029#include "xfs_da_btree.h"
Dave Chinner2b9ab5a2013-08-12 20:49:37 +100030#include "xfs_dir2.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070031#include "xfs_inode.h"
Nathan Scotta844f452005-11-02 14:38:42 +110032#include "xfs_btree.h"
Dave Chinner239880e2013-10-23 10:50:10 +110033#include "xfs_trans.h"
Nathan Scotta844f452005-11-02 14:38:42 +110034#include "xfs_inode_item.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070035#include "xfs_extfree_item.h"
36#include "xfs_alloc.h"
37#include "xfs_bmap.h"
Dave Chinner68988112013-08-12 20:49:42 +100038#include "xfs_bmap_util.h"
Dave Chinnera4fbe6a2013-10-23 10:51:50 +110039#include "xfs_bmap_btree.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070040#include "xfs_rtalloc.h"
41#include "xfs_error.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070042#include "xfs_quota.h"
43#include "xfs_trans_space.h"
44#include "xfs_buf_item.h"
Christoph Hellwig0b1b2132009-12-14 23:14:59 +000045#include "xfs_trace.h"
Dave Chinner19de7352013-04-03 16:11:18 +110046#include "xfs_symlink.h"
Dave Chinnera4fbe6a2013-10-23 10:51:50 +110047#include "xfs_attr_leaf.h"
Dave Chinnera4fbe6a2013-10-23 10:51:50 +110048#include "xfs_filestream.h"
Darrick J. Wong340785c2016-08-03 11:33:42 +100049#include "xfs_rmap.h"
Darrick J. Wong3fd129b2016-09-19 10:30:52 +100050#include "xfs_ag_resv.h"
Darrick J. Wong62aab202016-10-03 09:11:23 -070051#include "xfs_refcount.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070052
53
Linus Torvalds1da177e2005-04-16 15:20:36 -070054kmem_zone_t *xfs_bmap_free_item_zone;
55
56/*
Dave Chinner9e5987a2013-02-25 12:31:26 +110057 * Miscellaneous helper functions
Linus Torvalds1da177e2005-04-16 15:20:36 -070058 */
59
Linus Torvalds1da177e2005-04-16 15:20:36 -070060/*
Dave Chinner9e5987a2013-02-25 12:31:26 +110061 * Compute and fill in the value of the maximum depth of a bmap btree
62 * in this filesystem. Done once, during mount.
Linus Torvalds1da177e2005-04-16 15:20:36 -070063 */
Dave Chinner9e5987a2013-02-25 12:31:26 +110064void
65xfs_bmap_compute_maxlevels(
66 xfs_mount_t *mp, /* file system mount structure */
67 int whichfork) /* data or attr fork */
68{
69 int level; /* btree level */
70 uint maxblocks; /* max blocks at this level */
71 uint maxleafents; /* max leaf entries possible */
72 int maxrootrecs; /* max records in root block */
73 int minleafrecs; /* min records in leaf block */
74 int minnoderecs; /* min records in node block */
75 int sz; /* root block size */
76
77 /*
78 * The maximum number of extents in a file, hence the maximum
79 * number of leaf entries, is controlled by the type of di_nextents
80 * (a signed 32-bit number, xfs_extnum_t), or by di_anextents
81 * (a signed 16-bit number, xfs_aextnum_t).
82 *
83 * Note that we can no longer assume that if we are in ATTR1 that
84 * the fork offset of all the inodes will be
85 * (xfs_default_attroffset(ip) >> 3) because we could have mounted
86 * with ATTR2 and then mounted back with ATTR1, keeping the
87 * di_forkoff's fixed but probably at various positions. Therefore,
88 * for both ATTR1 and ATTR2 we have to assume the worst case scenario
89 * of a minimum size available.
90 */
91 if (whichfork == XFS_DATA_FORK) {
92 maxleafents = MAXEXTNUM;
93 sz = XFS_BMDR_SPACE_CALC(MINDBTPTRS);
94 } else {
95 maxleafents = MAXAEXTNUM;
96 sz = XFS_BMDR_SPACE_CALC(MINABTPTRS);
97 }
Eric Sandeen152d93b2014-04-14 18:58:51 +100098 maxrootrecs = xfs_bmdr_maxrecs(sz, 0);
Dave Chinner9e5987a2013-02-25 12:31:26 +110099 minleafrecs = mp->m_bmap_dmnr[0];
100 minnoderecs = mp->m_bmap_dmnr[1];
101 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs;
102 for (level = 1; maxblocks > 1; level++) {
103 if (maxblocks <= maxrootrecs)
104 maxblocks = 1;
105 else
106 maxblocks = (maxblocks + minnoderecs - 1) / minnoderecs;
107 }
108 mp->m_bm_maxlevels[whichfork] = level;
109}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110
Christoph Hellwigfe033cc2008-10-30 16:56:09 +1100111STATIC int /* error */
112xfs_bmbt_lookup_eq(
113 struct xfs_btree_cur *cur,
114 xfs_fileoff_t off,
115 xfs_fsblock_t bno,
116 xfs_filblks_t len,
117 int *stat) /* success/failure */
118{
119 cur->bc_rec.b.br_startoff = off;
120 cur->bc_rec.b.br_startblock = bno;
121 cur->bc_rec.b.br_blockcount = len;
122 return xfs_btree_lookup(cur, XFS_LOOKUP_EQ, stat);
123}
124
125STATIC int /* error */
126xfs_bmbt_lookup_ge(
127 struct xfs_btree_cur *cur,
128 xfs_fileoff_t off,
129 xfs_fsblock_t bno,
130 xfs_filblks_t len,
131 int *stat) /* success/failure */
132{
133 cur->bc_rec.b.br_startoff = off;
134 cur->bc_rec.b.br_startblock = bno;
135 cur->bc_rec.b.br_blockcount = len;
136 return xfs_btree_lookup(cur, XFS_LOOKUP_GE, stat);
137}
138
Christoph Hellwig278d0ca2008-10-30 16:56:32 +1100139/*
Christoph Hellwig8096b1e2011-12-18 20:00:07 +0000140 * Check if the inode needs to be converted to btree format.
141 */
142static inline bool xfs_bmap_needs_btree(struct xfs_inode *ip, int whichfork)
143{
Darrick J. Wong60b49842016-10-03 09:11:34 -0700144 return whichfork != XFS_COW_FORK &&
145 XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS &&
Christoph Hellwig8096b1e2011-12-18 20:00:07 +0000146 XFS_IFORK_NEXTENTS(ip, whichfork) >
147 XFS_IFORK_MAXEXT(ip, whichfork);
148}
149
150/*
151 * Check if the inode should be converted to extent format.
152 */
153static inline bool xfs_bmap_wants_extents(struct xfs_inode *ip, int whichfork)
154{
Darrick J. Wong60b49842016-10-03 09:11:34 -0700155 return whichfork != XFS_COW_FORK &&
156 XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_BTREE &&
Christoph Hellwig8096b1e2011-12-18 20:00:07 +0000157 XFS_IFORK_NEXTENTS(ip, whichfork) <=
158 XFS_IFORK_MAXEXT(ip, whichfork);
159}
160
161/*
162 * Update the record referred to by cur to the value given
Christoph Hellwig278d0ca2008-10-30 16:56:32 +1100163 * by [off, bno, len, state].
164 * This either works (return 0) or gets an EFSCORRUPTED error.
165 */
166STATIC int
167xfs_bmbt_update(
168 struct xfs_btree_cur *cur,
169 xfs_fileoff_t off,
170 xfs_fsblock_t bno,
171 xfs_filblks_t len,
172 xfs_exntst_t state)
173{
174 union xfs_btree_rec rec;
175
176 xfs_bmbt_disk_set_allf(&rec.bmbt, off, bno, len, state);
177 return xfs_btree_update(cur, &rec);
178}
Christoph Hellwigfe033cc2008-10-30 16:56:09 +1100179
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180/*
Dave Chinner9e5987a2013-02-25 12:31:26 +1100181 * Compute the worst-case number of indirect blocks that will be used
182 * for ip's delayed extent of length "len".
183 */
184STATIC xfs_filblks_t
185xfs_bmap_worst_indlen(
186 xfs_inode_t *ip, /* incore inode pointer */
187 xfs_filblks_t len) /* delayed extent length */
188{
189 int level; /* btree level number */
190 int maxrecs; /* maximum record count at this level */
191 xfs_mount_t *mp; /* mount structure */
192 xfs_filblks_t rval; /* return value */
193
194 mp = ip->i_mount;
195 maxrecs = mp->m_bmap_dmxr[0];
196 for (level = 0, rval = 0;
197 level < XFS_BM_MAXLEVELS(mp, XFS_DATA_FORK);
198 level++) {
199 len += maxrecs - 1;
200 do_div(len, maxrecs);
201 rval += len;
202 if (len == 1)
203 return rval + XFS_BM_MAXLEVELS(mp, XFS_DATA_FORK) -
204 level - 1;
205 if (level == 0)
206 maxrecs = mp->m_bmap_dmxr[1];
207 }
208 return rval;
209}
210
211/*
212 * Calculate the default attribute fork offset for newly created inodes.
213 */
214uint
215xfs_default_attroffset(
216 struct xfs_inode *ip)
217{
218 struct xfs_mount *mp = ip->i_mount;
219 uint offset;
220
221 if (mp->m_sb.sb_inodesize == 256) {
Christoph Hellwig56cea2d2013-03-12 23:30:36 +1100222 offset = XFS_LITINO(mp, ip->i_d.di_version) -
Dave Chinner9e5987a2013-02-25 12:31:26 +1100223 XFS_BMDR_SPACE_CALC(MINABTPTRS);
224 } else {
225 offset = XFS_BMDR_SPACE_CALC(6 * MINABTPTRS);
226 }
227
Christoph Hellwig56cea2d2013-03-12 23:30:36 +1100228 ASSERT(offset < XFS_LITINO(mp, ip->i_d.di_version));
Dave Chinner9e5987a2013-02-25 12:31:26 +1100229 return offset;
230}
231
232/*
233 * Helper routine to reset inode di_forkoff field when switching
234 * attribute fork from local to extent format - we reset it where
235 * possible to make space available for inline data fork extents.
236 */
237STATIC void
238xfs_bmap_forkoff_reset(
Dave Chinner9e5987a2013-02-25 12:31:26 +1100239 xfs_inode_t *ip,
240 int whichfork)
241{
242 if (whichfork == XFS_ATTR_FORK &&
243 ip->i_d.di_format != XFS_DINODE_FMT_DEV &&
244 ip->i_d.di_format != XFS_DINODE_FMT_UUID &&
245 ip->i_d.di_format != XFS_DINODE_FMT_BTREE) {
246 uint dfl_forkoff = xfs_default_attroffset(ip) >> 3;
247
248 if (dfl_forkoff > ip->i_d.di_forkoff)
249 ip->i_d.di_forkoff = dfl_forkoff;
250 }
251}
252
Dave Chinner9e5987a2013-02-25 12:31:26 +1100253#ifdef DEBUG
254STATIC struct xfs_buf *
255xfs_bmap_get_bp(
256 struct xfs_btree_cur *cur,
257 xfs_fsblock_t bno)
258{
259 struct xfs_log_item_desc *lidp;
260 int i;
261
262 if (!cur)
263 return NULL;
264
265 for (i = 0; i < XFS_BTREE_MAXLEVELS; i++) {
266 if (!cur->bc_bufs[i])
267 break;
268 if (XFS_BUF_ADDR(cur->bc_bufs[i]) == bno)
269 return cur->bc_bufs[i];
270 }
271
272 /* Chase down all the log items to see if the bp is there */
273 list_for_each_entry(lidp, &cur->bc_tp->t_items, lid_trans) {
274 struct xfs_buf_log_item *bip;
275 bip = (struct xfs_buf_log_item *)lidp->lid_item;
276 if (bip->bli_item.li_type == XFS_LI_BUF &&
277 XFS_BUF_ADDR(bip->bli_buf) == bno)
278 return bip->bli_buf;
279 }
280
281 return NULL;
282}
283
284STATIC void
285xfs_check_block(
286 struct xfs_btree_block *block,
287 xfs_mount_t *mp,
288 int root,
289 short sz)
290{
291 int i, j, dmxr;
292 __be64 *pp, *thispa; /* pointer to block address */
293 xfs_bmbt_key_t *prevp, *keyp;
294
295 ASSERT(be16_to_cpu(block->bb_level) > 0);
296
297 prevp = NULL;
298 for( i = 1; i <= xfs_btree_get_numrecs(block); i++) {
299 dmxr = mp->m_bmap_dmxr[0];
300 keyp = XFS_BMBT_KEY_ADDR(mp, block, i);
301
302 if (prevp) {
303 ASSERT(be64_to_cpu(prevp->br_startoff) <
304 be64_to_cpu(keyp->br_startoff));
305 }
306 prevp = keyp;
307
308 /*
309 * Compare the block numbers to see if there are dups.
310 */
311 if (root)
312 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, i, sz);
313 else
314 pp = XFS_BMBT_PTR_ADDR(mp, block, i, dmxr);
315
316 for (j = i+1; j <= be16_to_cpu(block->bb_numrecs); j++) {
317 if (root)
318 thispa = XFS_BMAP_BROOT_PTR_ADDR(mp, block, j, sz);
319 else
320 thispa = XFS_BMBT_PTR_ADDR(mp, block, j, dmxr);
321 if (*thispa == *pp) {
322 xfs_warn(mp, "%s: thispa(%d) == pp(%d) %Ld",
323 __func__, j, i,
324 (unsigned long long)be64_to_cpu(*thispa));
325 panic("%s: ptrs are equal in node\n",
326 __func__);
327 }
328 }
329 }
330}
331
332/*
333 * Check that the extents for the inode ip are in the right order in all
Dave Chinnere3543812016-01-08 11:28:49 +1100334 * btree leaves. THis becomes prohibitively expensive for large extent count
335 * files, so don't bother with inodes that have more than 10,000 extents in
336 * them. The btree record ordering checks will still be done, so for such large
337 * bmapbt constructs that is going to catch most corruptions.
Dave Chinner9e5987a2013-02-25 12:31:26 +1100338 */
Dave Chinner9e5987a2013-02-25 12:31:26 +1100339STATIC void
340xfs_bmap_check_leaf_extents(
341 xfs_btree_cur_t *cur, /* btree cursor or null */
342 xfs_inode_t *ip, /* incore inode pointer */
343 int whichfork) /* data or attr fork */
344{
345 struct xfs_btree_block *block; /* current btree block */
346 xfs_fsblock_t bno; /* block # of "block" */
347 xfs_buf_t *bp; /* buffer for "block" */
348 int error; /* error return value */
349 xfs_extnum_t i=0, j; /* index into the extents list */
350 xfs_ifork_t *ifp; /* fork structure */
351 int level; /* btree level, for checking */
352 xfs_mount_t *mp; /* file system mount structure */
353 __be64 *pp; /* pointer to block address */
354 xfs_bmbt_rec_t *ep; /* pointer to current extent */
355 xfs_bmbt_rec_t last = {0, 0}; /* last extent in prev block */
356 xfs_bmbt_rec_t *nextp; /* pointer to next extent */
357 int bp_release = 0;
358
359 if (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE) {
360 return;
361 }
362
Dave Chinnere3543812016-01-08 11:28:49 +1100363 /* skip large extent count inodes */
364 if (ip->i_d.di_nextents > 10000)
365 return;
366
Dave Chinner9e5987a2013-02-25 12:31:26 +1100367 bno = NULLFSBLOCK;
368 mp = ip->i_mount;
369 ifp = XFS_IFORK_PTR(ip, whichfork);
370 block = ifp->if_broot;
371 /*
372 * Root level must use BMAP_BROOT_PTR_ADDR macro to get ptr out.
373 */
374 level = be16_to_cpu(block->bb_level);
375 ASSERT(level > 0);
376 xfs_check_block(block, mp, 1, ifp->if_broot_bytes);
377 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes);
378 bno = be64_to_cpu(*pp);
379
Christoph Hellwigd5cf09b2014-07-30 09:12:05 +1000380 ASSERT(bno != NULLFSBLOCK);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100381 ASSERT(XFS_FSB_TO_AGNO(mp, bno) < mp->m_sb.sb_agcount);
382 ASSERT(XFS_FSB_TO_AGBNO(mp, bno) < mp->m_sb.sb_agblocks);
383
384 /*
385 * Go down the tree until leaf level is reached, following the first
386 * pointer (leftmost) at each level.
387 */
388 while (level-- > 0) {
389 /* See if buf is in cur first */
390 bp_release = 0;
391 bp = xfs_bmap_get_bp(cur, XFS_FSB_TO_DADDR(mp, bno));
392 if (!bp) {
393 bp_release = 1;
394 error = xfs_btree_read_bufl(mp, NULL, bno, 0, &bp,
395 XFS_BMAP_BTREE_REF,
396 &xfs_bmbt_buf_ops);
397 if (error)
398 goto error_norelse;
399 }
400 block = XFS_BUF_TO_BLOCK(bp);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100401 if (level == 0)
402 break;
403
404 /*
405 * Check this block for basic sanity (increasing keys and
406 * no duplicate blocks).
407 */
408
409 xfs_check_block(block, mp, 0, 0);
410 pp = XFS_BMBT_PTR_ADDR(mp, block, 1, mp->m_bmap_dmxr[1]);
411 bno = be64_to_cpu(*pp);
Eric Sandeenc29aad42015-02-23 22:39:08 +1100412 XFS_WANT_CORRUPTED_GOTO(mp,
413 XFS_FSB_SANITY_CHECK(mp, bno), error0);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100414 if (bp_release) {
415 bp_release = 0;
416 xfs_trans_brelse(NULL, bp);
417 }
418 }
419
420 /*
421 * Here with bp and block set to the leftmost leaf node in the tree.
422 */
423 i = 0;
424
425 /*
426 * Loop over all leaf nodes checking that all extents are in the right order.
427 */
428 for (;;) {
429 xfs_fsblock_t nextbno;
430 xfs_extnum_t num_recs;
431
432
433 num_recs = xfs_btree_get_numrecs(block);
434
435 /*
436 * Read-ahead the next leaf block, if any.
437 */
438
439 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib);
440
441 /*
442 * Check all the extents to make sure they are OK.
443 * If we had a previous block, the last entry should
444 * conform with the first entry in this one.
445 */
446
447 ep = XFS_BMBT_REC_ADDR(mp, block, 1);
448 if (i) {
449 ASSERT(xfs_bmbt_disk_get_startoff(&last) +
450 xfs_bmbt_disk_get_blockcount(&last) <=
451 xfs_bmbt_disk_get_startoff(ep));
452 }
453 for (j = 1; j < num_recs; j++) {
454 nextp = XFS_BMBT_REC_ADDR(mp, block, j + 1);
455 ASSERT(xfs_bmbt_disk_get_startoff(ep) +
456 xfs_bmbt_disk_get_blockcount(ep) <=
457 xfs_bmbt_disk_get_startoff(nextp));
458 ep = nextp;
459 }
460
461 last = *ep;
462 i += num_recs;
463 if (bp_release) {
464 bp_release = 0;
465 xfs_trans_brelse(NULL, bp);
466 }
467 bno = nextbno;
468 /*
469 * If we've reached the end, stop.
470 */
471 if (bno == NULLFSBLOCK)
472 break;
473
474 bp_release = 0;
475 bp = xfs_bmap_get_bp(cur, XFS_FSB_TO_DADDR(mp, bno));
476 if (!bp) {
477 bp_release = 1;
478 error = xfs_btree_read_bufl(mp, NULL, bno, 0, &bp,
479 XFS_BMAP_BTREE_REF,
480 &xfs_bmbt_buf_ops);
481 if (error)
482 goto error_norelse;
483 }
484 block = XFS_BUF_TO_BLOCK(bp);
485 }
Luis de Bethencourta5fd2762016-03-09 08:17:56 +1100486
Dave Chinner9e5987a2013-02-25 12:31:26 +1100487 return;
488
489error0:
490 xfs_warn(mp, "%s: at error0", __func__);
491 if (bp_release)
492 xfs_trans_brelse(NULL, bp);
493error_norelse:
494 xfs_warn(mp, "%s: BAD after btree leaves for %d extents",
495 __func__, i);
496 panic("%s: CORRUPTED BTREE OR SOMETHING", __func__);
497 return;
498}
499
500/*
501 * Add bmap trace insert entries for all the contents of the extent records.
502 */
503void
504xfs_bmap_trace_exlist(
505 xfs_inode_t *ip, /* incore inode pointer */
506 xfs_extnum_t cnt, /* count of entries in the list */
507 int whichfork, /* data or attr fork */
508 unsigned long caller_ip)
509{
510 xfs_extnum_t idx; /* extent record index */
511 xfs_ifork_t *ifp; /* inode fork pointer */
512 int state = 0;
513
514 if (whichfork == XFS_ATTR_FORK)
515 state |= BMAP_ATTRFORK;
516
517 ifp = XFS_IFORK_PTR(ip, whichfork);
518 ASSERT(cnt == (ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t)));
519 for (idx = 0; idx < cnt; idx++)
520 trace_xfs_extlist(ip, idx, whichfork, caller_ip);
521}
522
523/*
524 * Validate that the bmbt_irecs being returned from bmapi are valid
Zhi Yong Wua97f4df2013-08-12 03:14:53 +0000525 * given the caller's original parameters. Specifically check the
526 * ranges of the returned irecs to ensure that they only extend beyond
Dave Chinner9e5987a2013-02-25 12:31:26 +1100527 * the given parameters if the XFS_BMAPI_ENTIRE flag was set.
528 */
529STATIC void
530xfs_bmap_validate_ret(
531 xfs_fileoff_t bno,
532 xfs_filblks_t len,
533 int flags,
534 xfs_bmbt_irec_t *mval,
535 int nmap,
536 int ret_nmap)
537{
538 int i; /* index to map values */
539
540 ASSERT(ret_nmap <= nmap);
541
542 for (i = 0; i < ret_nmap; i++) {
543 ASSERT(mval[i].br_blockcount > 0);
544 if (!(flags & XFS_BMAPI_ENTIRE)) {
545 ASSERT(mval[i].br_startoff >= bno);
546 ASSERT(mval[i].br_blockcount <= len);
547 ASSERT(mval[i].br_startoff + mval[i].br_blockcount <=
548 bno + len);
549 } else {
550 ASSERT(mval[i].br_startoff < bno + len);
551 ASSERT(mval[i].br_startoff + mval[i].br_blockcount >
552 bno);
553 }
554 ASSERT(i == 0 ||
555 mval[i - 1].br_startoff + mval[i - 1].br_blockcount ==
556 mval[i].br_startoff);
557 ASSERT(mval[i].br_startblock != DELAYSTARTBLOCK &&
558 mval[i].br_startblock != HOLESTARTBLOCK);
559 ASSERT(mval[i].br_state == XFS_EXT_NORM ||
560 mval[i].br_state == XFS_EXT_UNWRITTEN);
561 }
562}
563
564#else
565#define xfs_bmap_check_leaf_extents(cur, ip, whichfork) do { } while (0)
566#define xfs_bmap_validate_ret(bno,len,flags,mval,onmap,nmap)
567#endif /* DEBUG */
568
569/*
570 * bmap free list manipulation functions
571 */
572
573/*
574 * Add the extent to the list of extents to be free at transaction end.
575 * The list is maintained sorted (by block number).
576 */
577void
578xfs_bmap_add_free(
Darrick J. Wong340785c2016-08-03 11:33:42 +1000579 struct xfs_mount *mp,
580 struct xfs_defer_ops *dfops,
581 xfs_fsblock_t bno,
582 xfs_filblks_t len,
583 struct xfs_owner_info *oinfo)
Dave Chinner9e5987a2013-02-25 12:31:26 +1100584{
Darrick J. Wong310a75a2016-08-03 11:18:10 +1000585 struct xfs_extent_free_item *new; /* new element */
Dave Chinner9e5987a2013-02-25 12:31:26 +1100586#ifdef DEBUG
587 xfs_agnumber_t agno;
588 xfs_agblock_t agbno;
589
590 ASSERT(bno != NULLFSBLOCK);
591 ASSERT(len > 0);
592 ASSERT(len <= MAXEXTLEN);
593 ASSERT(!isnullstartblock(bno));
594 agno = XFS_FSB_TO_AGNO(mp, bno);
595 agbno = XFS_FSB_TO_AGBNO(mp, bno);
596 ASSERT(agno < mp->m_sb.sb_agcount);
597 ASSERT(agbno < mp->m_sb.sb_agblocks);
598 ASSERT(len < mp->m_sb.sb_agblocks);
599 ASSERT(agbno + len <= mp->m_sb.sb_agblocks);
600#endif
601 ASSERT(xfs_bmap_free_item_zone != NULL);
Darrick J. Wong340785c2016-08-03 11:33:42 +1000602
Dave Chinner9e5987a2013-02-25 12:31:26 +1100603 new = kmem_zone_alloc(xfs_bmap_free_item_zone, KM_SLEEP);
Darrick J. Wong310a75a2016-08-03 11:18:10 +1000604 new->xefi_startblock = bno;
605 new->xefi_blockcount = (xfs_extlen_t)len;
Darrick J. Wong340785c2016-08-03 11:33:42 +1000606 if (oinfo)
607 new->xefi_oinfo = *oinfo;
608 else
609 xfs_rmap_skip_owner_update(&new->xefi_oinfo);
Darrick J. Wongba9e7802016-08-03 11:26:33 +1000610 trace_xfs_bmap_free_defer(mp, XFS_FSB_TO_AGNO(mp, bno), 0,
611 XFS_FSB_TO_AGBNO(mp, bno), len);
Darrick J. Wong2c3234d2016-08-03 11:19:29 +1000612 xfs_defer_add(dfops, XFS_DEFER_OPS_TYPE_FREE, &new->xefi_list);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100613}
614
615/*
616 * Inode fork format manipulation functions
617 */
618
619/*
620 * Transform a btree format file with only one leaf node, where the
621 * extents list will fit in the inode, into an extents format file.
622 * Since the file extents are already in-core, all we have to do is
623 * give up the space for the btree root and pitch the leaf block.
624 */
625STATIC int /* error */
626xfs_bmap_btree_to_extents(
627 xfs_trans_t *tp, /* transaction pointer */
628 xfs_inode_t *ip, /* incore inode pointer */
629 xfs_btree_cur_t *cur, /* btree cursor */
630 int *logflagsp, /* inode logging flags */
631 int whichfork) /* data or attr fork */
632{
633 /* REFERENCED */
634 struct xfs_btree_block *cblock;/* child btree block */
635 xfs_fsblock_t cbno; /* child block number */
636 xfs_buf_t *cbp; /* child block's buffer */
637 int error; /* error return value */
638 xfs_ifork_t *ifp; /* inode fork data */
639 xfs_mount_t *mp; /* mount point structure */
640 __be64 *pp; /* ptr to block address */
641 struct xfs_btree_block *rblock;/* root btree block */
Darrick J. Wong340785c2016-08-03 11:33:42 +1000642 struct xfs_owner_info oinfo;
Dave Chinner9e5987a2013-02-25 12:31:26 +1100643
644 mp = ip->i_mount;
645 ifp = XFS_IFORK_PTR(ip, whichfork);
Darrick J. Wong60b49842016-10-03 09:11:34 -0700646 ASSERT(whichfork != XFS_COW_FORK);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100647 ASSERT(ifp->if_flags & XFS_IFEXTENTS);
648 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_BTREE);
649 rblock = ifp->if_broot;
650 ASSERT(be16_to_cpu(rblock->bb_level) == 1);
651 ASSERT(be16_to_cpu(rblock->bb_numrecs) == 1);
652 ASSERT(xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0) == 1);
653 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, ifp->if_broot_bytes);
654 cbno = be64_to_cpu(*pp);
655 *logflagsp = 0;
656#ifdef DEBUG
657 if ((error = xfs_btree_check_lptr(cur, cbno, 1)))
658 return error;
659#endif
660 error = xfs_btree_read_bufl(mp, tp, cbno, 0, &cbp, XFS_BMAP_BTREE_REF,
661 &xfs_bmbt_buf_ops);
662 if (error)
663 return error;
664 cblock = XFS_BUF_TO_BLOCK(cbp);
665 if ((error = xfs_btree_check_block(cur, cblock, 0, cbp)))
666 return error;
Darrick J. Wong340785c2016-08-03 11:33:42 +1000667 xfs_rmap_ino_bmbt_owner(&oinfo, ip->i_ino, whichfork);
668 xfs_bmap_add_free(mp, cur->bc_private.b.dfops, cbno, 1, &oinfo);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100669 ip->i_d.di_nblocks--;
670 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, -1L);
671 xfs_trans_binval(tp, cbp);
672 if (cur->bc_bufs[0] == cbp)
673 cur->bc_bufs[0] = NULL;
674 xfs_iroot_realloc(ip, -1, whichfork);
675 ASSERT(ifp->if_broot == NULL);
676 ASSERT((ifp->if_flags & XFS_IFBROOT) == 0);
677 XFS_IFORK_FMT_SET(ip, whichfork, XFS_DINODE_FMT_EXTENTS);
678 *logflagsp = XFS_ILOG_CORE | xfs_ilog_fext(whichfork);
679 return 0;
680}
681
682/*
683 * Convert an extents-format file into a btree-format file.
684 * The new file will have a root block (in the inode) and a single child block.
685 */
686STATIC int /* error */
687xfs_bmap_extents_to_btree(
688 xfs_trans_t *tp, /* transaction pointer */
689 xfs_inode_t *ip, /* incore inode pointer */
690 xfs_fsblock_t *firstblock, /* first-block-allocated */
Darrick J. Wong2c3234d2016-08-03 11:19:29 +1000691 struct xfs_defer_ops *dfops, /* blocks freed in xaction */
Dave Chinner9e5987a2013-02-25 12:31:26 +1100692 xfs_btree_cur_t **curp, /* cursor returned to caller */
693 int wasdel, /* converting a delayed alloc */
694 int *logflagsp, /* inode logging flags */
695 int whichfork) /* data or attr fork */
696{
697 struct xfs_btree_block *ablock; /* allocated (child) bt block */
698 xfs_buf_t *abp; /* buffer for ablock */
699 xfs_alloc_arg_t args; /* allocation arguments */
700 xfs_bmbt_rec_t *arp; /* child record pointer */
701 struct xfs_btree_block *block; /* btree root block */
702 xfs_btree_cur_t *cur; /* bmap btree cursor */
703 xfs_bmbt_rec_host_t *ep; /* extent record pointer */
704 int error; /* error return value */
705 xfs_extnum_t i, cnt; /* extent record index */
706 xfs_ifork_t *ifp; /* inode fork pointer */
707 xfs_bmbt_key_t *kp; /* root block key pointer */
708 xfs_mount_t *mp; /* mount structure */
709 xfs_extnum_t nextents; /* number of file extents */
710 xfs_bmbt_ptr_t *pp; /* root block address pointer */
711
Christoph Hellwigee1a47a2013-04-21 14:53:46 -0500712 mp = ip->i_mount;
Darrick J. Wong60b49842016-10-03 09:11:34 -0700713 ASSERT(whichfork != XFS_COW_FORK);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100714 ifp = XFS_IFORK_PTR(ip, whichfork);
715 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS);
716
717 /*
718 * Make space in the inode incore.
719 */
720 xfs_iroot_realloc(ip, 1, whichfork);
721 ifp->if_flags |= XFS_IFBROOT;
722
723 /*
724 * Fill in the root.
725 */
726 block = ifp->if_broot;
Christoph Hellwigee1a47a2013-04-21 14:53:46 -0500727 if (xfs_sb_version_hascrc(&mp->m_sb))
728 xfs_btree_init_block_int(mp, block, XFS_BUF_DADDR_NULL,
729 XFS_BMAP_CRC_MAGIC, 1, 1, ip->i_ino,
730 XFS_BTREE_LONG_PTRS | XFS_BTREE_CRC_BLOCKS);
731 else
732 xfs_btree_init_block_int(mp, block, XFS_BUF_DADDR_NULL,
733 XFS_BMAP_MAGIC, 1, 1, ip->i_ino,
734 XFS_BTREE_LONG_PTRS);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100735
736 /*
737 * Need a cursor. Can't allocate until bb_level is filled in.
738 */
Dave Chinner9e5987a2013-02-25 12:31:26 +1100739 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork);
740 cur->bc_private.b.firstblock = *firstblock;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +1000741 cur->bc_private.b.dfops = dfops;
Dave Chinner9e5987a2013-02-25 12:31:26 +1100742 cur->bc_private.b.flags = wasdel ? XFS_BTCUR_BPRV_WASDEL : 0;
743 /*
744 * Convert to a btree with two levels, one record in root.
745 */
746 XFS_IFORK_FMT_SET(ip, whichfork, XFS_DINODE_FMT_BTREE);
747 memset(&args, 0, sizeof(args));
748 args.tp = tp;
749 args.mp = mp;
Darrick J. Wong340785c2016-08-03 11:33:42 +1000750 xfs_rmap_ino_bmbt_owner(&args.oinfo, ip->i_ino, whichfork);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100751 args.firstblock = *firstblock;
752 if (*firstblock == NULLFSBLOCK) {
753 args.type = XFS_ALLOCTYPE_START_BNO;
754 args.fsbno = XFS_INO_TO_FSB(mp, ip->i_ino);
Darrick J. Wong2c3234d2016-08-03 11:19:29 +1000755 } else if (dfops->dop_low) {
Darrick J. Wong90e20562016-10-03 09:11:45 -0700756try_another_ag:
Dave Chinner9e5987a2013-02-25 12:31:26 +1100757 args.type = XFS_ALLOCTYPE_START_BNO;
758 args.fsbno = *firstblock;
759 } else {
760 args.type = XFS_ALLOCTYPE_NEAR_BNO;
761 args.fsbno = *firstblock;
762 }
763 args.minlen = args.maxlen = args.prod = 1;
764 args.wasdel = wasdel;
765 *logflagsp = 0;
766 if ((error = xfs_alloc_vextent(&args))) {
767 xfs_iroot_realloc(ip, -1, whichfork);
768 xfs_btree_del_cursor(cur, XFS_BTREE_ERROR);
769 return error;
770 }
Darrick J. Wong90e20562016-10-03 09:11:45 -0700771
772 /*
773 * During a CoW operation, the allocation and bmbt updates occur in
774 * different transactions. The mapping code tries to put new bmbt
775 * blocks near extents being mapped, but the only way to guarantee this
776 * is if the alloc and the mapping happen in a single transaction that
777 * has a block reservation. That isn't the case here, so if we run out
778 * of space we'll try again with another AG.
779 */
780 if (xfs_sb_version_hasreflink(&cur->bc_mp->m_sb) &&
781 args.fsbno == NULLFSBLOCK &&
782 args.type == XFS_ALLOCTYPE_NEAR_BNO) {
783 dfops->dop_low = true;
784 goto try_another_ag;
785 }
Dave Chinner9e5987a2013-02-25 12:31:26 +1100786 /*
787 * Allocation can't fail, the space was reserved.
788 */
789 ASSERT(args.fsbno != NULLFSBLOCK);
790 ASSERT(*firstblock == NULLFSBLOCK ||
791 args.agno == XFS_FSB_TO_AGNO(mp, *firstblock) ||
Darrick J. Wong2c3234d2016-08-03 11:19:29 +1000792 (dfops->dop_low &&
Dave Chinner9e5987a2013-02-25 12:31:26 +1100793 args.agno > XFS_FSB_TO_AGNO(mp, *firstblock)));
794 *firstblock = cur->bc_private.b.firstblock = args.fsbno;
795 cur->bc_private.b.allocated++;
796 ip->i_d.di_nblocks++;
797 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, 1L);
798 abp = xfs_btree_get_bufl(mp, tp, args.fsbno, 0);
799 /*
800 * Fill in the child block.
801 */
802 abp->b_ops = &xfs_bmbt_buf_ops;
803 ablock = XFS_BUF_TO_BLOCK(abp);
Christoph Hellwigee1a47a2013-04-21 14:53:46 -0500804 if (xfs_sb_version_hascrc(&mp->m_sb))
805 xfs_btree_init_block_int(mp, ablock, abp->b_bn,
806 XFS_BMAP_CRC_MAGIC, 0, 0, ip->i_ino,
807 XFS_BTREE_LONG_PTRS | XFS_BTREE_CRC_BLOCKS);
808 else
809 xfs_btree_init_block_int(mp, ablock, abp->b_bn,
810 XFS_BMAP_MAGIC, 0, 0, ip->i_ino,
811 XFS_BTREE_LONG_PTRS);
812
Dave Chinner9e5987a2013-02-25 12:31:26 +1100813 arp = XFS_BMBT_REC_ADDR(mp, ablock, 1);
814 nextents = ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t);
815 for (cnt = i = 0; i < nextents; i++) {
816 ep = xfs_iext_get_ext(ifp, i);
817 if (!isnullstartblock(xfs_bmbt_get_startblock(ep))) {
818 arp->l0 = cpu_to_be64(ep->l0);
819 arp->l1 = cpu_to_be64(ep->l1);
820 arp++; cnt++;
821 }
822 }
823 ASSERT(cnt == XFS_IFORK_NEXTENTS(ip, whichfork));
824 xfs_btree_set_numrecs(ablock, cnt);
825
826 /*
827 * Fill in the root key and pointer.
828 */
829 kp = XFS_BMBT_KEY_ADDR(mp, block, 1);
830 arp = XFS_BMBT_REC_ADDR(mp, ablock, 1);
831 kp->br_startoff = cpu_to_be64(xfs_bmbt_disk_get_startoff(arp));
832 pp = XFS_BMBT_PTR_ADDR(mp, block, 1, xfs_bmbt_get_maxrecs(cur,
833 be16_to_cpu(block->bb_level)));
834 *pp = cpu_to_be64(args.fsbno);
835
836 /*
837 * Do all this logging at the end so that
838 * the root is at the right level.
839 */
840 xfs_btree_log_block(cur, abp, XFS_BB_ALL_BITS);
841 xfs_btree_log_recs(cur, abp, 1, be16_to_cpu(ablock->bb_numrecs));
842 ASSERT(*curp == NULL);
843 *curp = cur;
844 *logflagsp = XFS_ILOG_CORE | xfs_ilog_fbroot(whichfork);
845 return 0;
846}
847
848/*
849 * Convert a local file to an extents file.
850 * This code is out of bounds for data forks of regular files,
851 * since the file data needs to get logged so things will stay consistent.
852 * (The bmap-level manipulations are ok, though).
853 */
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000854void
855xfs_bmap_local_to_extents_empty(
856 struct xfs_inode *ip,
857 int whichfork)
858{
859 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork);
860
Darrick J. Wong60b49842016-10-03 09:11:34 -0700861 ASSERT(whichfork != XFS_COW_FORK);
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000862 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL);
863 ASSERT(ifp->if_bytes == 0);
864 ASSERT(XFS_IFORK_NEXTENTS(ip, whichfork) == 0);
865
Eric Sandeen6a9edd32014-04-14 18:59:26 +1000866 xfs_bmap_forkoff_reset(ip, whichfork);
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000867 ifp->if_flags &= ~XFS_IFINLINE;
868 ifp->if_flags |= XFS_IFEXTENTS;
869 XFS_IFORK_FMT_SET(ip, whichfork, XFS_DINODE_FMT_EXTENTS);
870}
871
872
Dave Chinner9e5987a2013-02-25 12:31:26 +1100873STATIC int /* error */
874xfs_bmap_local_to_extents(
875 xfs_trans_t *tp, /* transaction pointer */
876 xfs_inode_t *ip, /* incore inode pointer */
877 xfs_fsblock_t *firstblock, /* first block allocated in xaction */
878 xfs_extlen_t total, /* total blocks needed by transaction */
879 int *logflagsp, /* inode logging flags */
880 int whichfork,
Christoph Hellwigee1a47a2013-04-21 14:53:46 -0500881 void (*init_fn)(struct xfs_trans *tp,
882 struct xfs_buf *bp,
Dave Chinner9e5987a2013-02-25 12:31:26 +1100883 struct xfs_inode *ip,
884 struct xfs_ifork *ifp))
885{
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000886 int error = 0;
Dave Chinner9e5987a2013-02-25 12:31:26 +1100887 int flags; /* logging flags returned */
888 xfs_ifork_t *ifp; /* inode fork pointer */
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000889 xfs_alloc_arg_t args; /* allocation arguments */
890 xfs_buf_t *bp; /* buffer for extent block */
891 xfs_bmbt_rec_host_t *ep; /* extent record pointer */
Dave Chinner9e5987a2013-02-25 12:31:26 +1100892
893 /*
894 * We don't want to deal with the case of keeping inode data inline yet.
895 * So sending the data fork of a regular inode is invalid.
896 */
Dave Chinnerc19b3b052016-02-09 16:54:58 +1100897 ASSERT(!(S_ISREG(VFS_I(ip)->i_mode) && whichfork == XFS_DATA_FORK));
Dave Chinner9e5987a2013-02-25 12:31:26 +1100898 ifp = XFS_IFORK_PTR(ip, whichfork);
899 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL);
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000900
901 if (!ifp->if_bytes) {
902 xfs_bmap_local_to_extents_empty(ip, whichfork);
903 flags = XFS_ILOG_CORE;
904 goto done;
905 }
906
Dave Chinner9e5987a2013-02-25 12:31:26 +1100907 flags = 0;
908 error = 0;
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000909 ASSERT((ifp->if_flags & (XFS_IFINLINE|XFS_IFEXTENTS|XFS_IFEXTIREC)) ==
910 XFS_IFINLINE);
911 memset(&args, 0, sizeof(args));
912 args.tp = tp;
913 args.mp = ip->i_mount;
Darrick J. Wong340785c2016-08-03 11:33:42 +1000914 xfs_rmap_ino_owner(&args.oinfo, ip->i_ino, whichfork, 0);
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000915 args.firstblock = *firstblock;
916 /*
917 * Allocate a block. We know we need only one, since the
918 * file currently fits in an inode.
919 */
920 if (*firstblock == NULLFSBLOCK) {
Darrick J. Wong90e20562016-10-03 09:11:45 -0700921try_another_ag:
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000922 args.fsbno = XFS_INO_TO_FSB(args.mp, ip->i_ino);
923 args.type = XFS_ALLOCTYPE_START_BNO;
Dave Chinner9e5987a2013-02-25 12:31:26 +1100924 } else {
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000925 args.fsbno = *firstblock;
926 args.type = XFS_ALLOCTYPE_NEAR_BNO;
Dave Chinner9e5987a2013-02-25 12:31:26 +1100927 }
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000928 args.total = total;
929 args.minlen = args.maxlen = args.prod = 1;
930 error = xfs_alloc_vextent(&args);
931 if (error)
932 goto done;
933
Darrick J. Wong90e20562016-10-03 09:11:45 -0700934 /*
935 * During a CoW operation, the allocation and bmbt updates occur in
936 * different transactions. The mapping code tries to put new bmbt
937 * blocks near extents being mapped, but the only way to guarantee this
938 * is if the alloc and the mapping happen in a single transaction that
939 * has a block reservation. That isn't the case here, so if we run out
940 * of space we'll try again with another AG.
941 */
942 if (xfs_sb_version_hasreflink(&ip->i_mount->m_sb) &&
943 args.fsbno == NULLFSBLOCK &&
944 args.type == XFS_ALLOCTYPE_NEAR_BNO) {
945 goto try_another_ag;
946 }
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000947 /* Can't fail, the space was reserved. */
948 ASSERT(args.fsbno != NULLFSBLOCK);
949 ASSERT(args.len == 1);
950 *firstblock = args.fsbno;
951 bp = xfs_btree_get_bufl(args.mp, tp, args.fsbno, 0);
952
Dave Chinnerfe22d552015-01-22 09:30:06 +1100953 /*
Brian Fosterb7cdc662015-10-12 15:40:24 +1100954 * Initialize the block, copy the data and log the remote buffer.
Dave Chinnerfe22d552015-01-22 09:30:06 +1100955 *
Brian Fosterb7cdc662015-10-12 15:40:24 +1100956 * The callout is responsible for logging because the remote format
957 * might differ from the local format and thus we don't know how much to
958 * log here. Note that init_fn must also set the buffer log item type
959 * correctly.
Dave Chinnerfe22d552015-01-22 09:30:06 +1100960 */
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000961 init_fn(tp, bp, ip, ifp);
962
Brian Fosterb7cdc662015-10-12 15:40:24 +1100963 /* account for the change in fork size */
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000964 xfs_idata_realloc(ip, -ifp->if_bytes, whichfork);
965 xfs_bmap_local_to_extents_empty(ip, whichfork);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100966 flags |= XFS_ILOG_CORE;
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000967
968 xfs_iext_add(ifp, 0, 1);
969 ep = xfs_iext_get_ext(ifp, 0);
970 xfs_bmbt_set_allf(ep, 0, args.fsbno, 1, XFS_EXT_NORM);
971 trace_xfs_bmap_post_update(ip, 0,
972 whichfork == XFS_ATTR_FORK ? BMAP_ATTRFORK : 0,
973 _THIS_IP_);
974 XFS_IFORK_NEXT_SET(ip, whichfork, 1);
975 ip->i_d.di_nblocks = 1;
976 xfs_trans_mod_dquot_byino(tp, ip,
977 XFS_TRANS_DQ_BCOUNT, 1L);
978 flags |= xfs_ilog_fext(whichfork);
979
Dave Chinner9e5987a2013-02-25 12:31:26 +1100980done:
981 *logflagsp = flags;
982 return error;
983}
984
985/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986 * Called from xfs_bmap_add_attrfork to handle btree format files.
987 */
988STATIC int /* error */
989xfs_bmap_add_attrfork_btree(
990 xfs_trans_t *tp, /* transaction pointer */
991 xfs_inode_t *ip, /* incore inode pointer */
992 xfs_fsblock_t *firstblock, /* first block allocated */
Darrick J. Wong2c3234d2016-08-03 11:19:29 +1000993 struct xfs_defer_ops *dfops, /* blocks to free at commit */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994 int *flags) /* inode logging flags */
995{
996 xfs_btree_cur_t *cur; /* btree cursor */
997 int error; /* error return value */
998 xfs_mount_t *mp; /* file system mount struct */
999 int stat; /* newroot status */
1000
1001 mp = ip->i_mount;
1002 if (ip->i_df.if_broot_bytes <= XFS_IFORK_DSIZE(ip))
1003 *flags |= XFS_ILOG_DBROOT;
1004 else {
Christoph Hellwig561f7d12008-10-30 16:53:59 +11001005 cur = xfs_bmbt_init_cursor(mp, tp, ip, XFS_DATA_FORK);
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001006 cur->bc_private.b.dfops = dfops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001007 cur->bc_private.b.firstblock = *firstblock;
1008 if ((error = xfs_bmbt_lookup_ge(cur, 0, 0, 0, &stat)))
1009 goto error0;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001010 /* must be at least one entry */
Eric Sandeenc29aad42015-02-23 22:39:08 +11001011 XFS_WANT_CORRUPTED_GOTO(mp, stat == 1, error0);
Christoph Hellwigea77b0a2008-10-30 16:57:28 +11001012 if ((error = xfs_btree_new_iroot(cur, flags, &stat)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013 goto error0;
1014 if (stat == 0) {
1015 xfs_btree_del_cursor(cur, XFS_BTREE_NOERROR);
Dave Chinner24513372014-06-25 14:58:08 +10001016 return -ENOSPC;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001017 }
1018 *firstblock = cur->bc_private.b.firstblock;
1019 cur->bc_private.b.allocated = 0;
1020 xfs_btree_del_cursor(cur, XFS_BTREE_NOERROR);
1021 }
1022 return 0;
1023error0:
1024 xfs_btree_del_cursor(cur, XFS_BTREE_ERROR);
1025 return error;
1026}
1027
1028/*
1029 * Called from xfs_bmap_add_attrfork to handle extents format files.
1030 */
1031STATIC int /* error */
1032xfs_bmap_add_attrfork_extents(
1033 xfs_trans_t *tp, /* transaction pointer */
1034 xfs_inode_t *ip, /* incore inode pointer */
1035 xfs_fsblock_t *firstblock, /* first block allocated */
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001036 struct xfs_defer_ops *dfops, /* blocks to free at commit */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037 int *flags) /* inode logging flags */
1038{
1039 xfs_btree_cur_t *cur; /* bmap btree cursor */
1040 int error; /* error return value */
1041
1042 if (ip->i_d.di_nextents * sizeof(xfs_bmbt_rec_t) <= XFS_IFORK_DSIZE(ip))
1043 return 0;
1044 cur = NULL;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001045 error = xfs_bmap_extents_to_btree(tp, ip, firstblock, dfops, &cur, 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001046 flags, XFS_DATA_FORK);
1047 if (cur) {
1048 cur->bc_private.b.allocated = 0;
1049 xfs_btree_del_cursor(cur,
1050 error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR);
1051 }
1052 return error;
1053}
1054
1055/*
Dave Chinner1e823792013-02-11 15:58:13 +11001056 * Called from xfs_bmap_add_attrfork to handle local format files. Each
1057 * different data fork content type needs a different callout to do the
1058 * conversion. Some are basic and only require special block initialisation
1059 * callouts for the data formating, others (directories) are so specialised they
1060 * handle everything themselves.
1061 *
1062 * XXX (dgc): investigate whether directory conversion can use the generic
1063 * formatting callout. It should be possible - it's just a very complex
Christoph Hellwigee1a47a2013-04-21 14:53:46 -05001064 * formatter.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065 */
1066STATIC int /* error */
1067xfs_bmap_add_attrfork_local(
1068 xfs_trans_t *tp, /* transaction pointer */
1069 xfs_inode_t *ip, /* incore inode pointer */
1070 xfs_fsblock_t *firstblock, /* first block allocated */
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001071 struct xfs_defer_ops *dfops, /* blocks to free at commit */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001072 int *flags) /* inode logging flags */
1073{
1074 xfs_da_args_t dargs; /* args for dir/attr code */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075
1076 if (ip->i_df.if_bytes <= XFS_IFORK_DSIZE(ip))
1077 return 0;
Dave Chinner1e823792013-02-11 15:58:13 +11001078
Dave Chinnerc19b3b052016-02-09 16:54:58 +11001079 if (S_ISDIR(VFS_I(ip)->i_mode)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080 memset(&dargs, 0, sizeof(dargs));
Dave Chinnerd6cf1302014-06-06 15:14:11 +10001081 dargs.geo = ip->i_mount->m_dir_geo;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082 dargs.dp = ip;
1083 dargs.firstblock = firstblock;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001084 dargs.dfops = dfops;
Dave Chinnerd6cf1302014-06-06 15:14:11 +10001085 dargs.total = dargs.geo->fsbcount;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086 dargs.whichfork = XFS_DATA_FORK;
1087 dargs.trans = tp;
Dave Chinner1e823792013-02-11 15:58:13 +11001088 return xfs_dir2_sf_to_block(&dargs);
1089 }
1090
Dave Chinnerc19b3b052016-02-09 16:54:58 +11001091 if (S_ISLNK(VFS_I(ip)->i_mode))
Dave Chinner1e823792013-02-11 15:58:13 +11001092 return xfs_bmap_local_to_extents(tp, ip, firstblock, 1,
1093 flags, XFS_DATA_FORK,
1094 xfs_symlink_local_to_remote);
1095
Dave Chinnerf3508bc2013-07-10 07:04:00 +10001096 /* should only be called for types that support local format data */
1097 ASSERT(0);
Dave Chinner24513372014-06-25 14:58:08 +10001098 return -EFSCORRUPTED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001099}
1100
1101/*
Dave Chinner9e5987a2013-02-25 12:31:26 +11001102 * Convert inode from non-attributed to attributed.
1103 * Must not be in a transaction, ip must not be locked.
1104 */
1105int /* error code */
1106xfs_bmap_add_attrfork(
1107 xfs_inode_t *ip, /* incore inode pointer */
1108 int size, /* space new attribute needs */
1109 int rsvd) /* xact may use reserved blks */
1110{
1111 xfs_fsblock_t firstblock; /* 1st block/ag allocated */
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001112 struct xfs_defer_ops dfops; /* freed extent records */
Dave Chinner9e5987a2013-02-25 12:31:26 +11001113 xfs_mount_t *mp; /* mount structure */
1114 xfs_trans_t *tp; /* transaction pointer */
1115 int blks; /* space reservation */
1116 int version = 1; /* superblock attr version */
Dave Chinner9e5987a2013-02-25 12:31:26 +11001117 int logflags; /* logging flags */
1118 int error; /* error return value */
1119
1120 ASSERT(XFS_IFORK_Q(ip) == 0);
1121
1122 mp = ip->i_mount;
1123 ASSERT(!XFS_NOT_DQATTACHED(mp, ip));
Christoph Hellwig253f4912016-04-06 09:19:55 +10001124
Dave Chinner9e5987a2013-02-25 12:31:26 +11001125 blks = XFS_ADDAFORK_SPACE_RES(mp);
Christoph Hellwig253f4912016-04-06 09:19:55 +10001126
1127 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_addafork, blks, 0,
1128 rsvd ? XFS_TRANS_RESERVE : 0, &tp);
1129 if (error)
Mark Tinguely9e3908e2013-11-07 15:43:28 -06001130 return error;
Christoph Hellwig253f4912016-04-06 09:19:55 +10001131
Dave Chinner9e5987a2013-02-25 12:31:26 +11001132 xfs_ilock(ip, XFS_ILOCK_EXCL);
1133 error = xfs_trans_reserve_quota_nblks(tp, ip, blks, 0, rsvd ?
1134 XFS_QMOPT_RES_REGBLKS | XFS_QMOPT_FORCE_RES :
1135 XFS_QMOPT_RES_REGBLKS);
Mark Tinguely9e3908e2013-11-07 15:43:28 -06001136 if (error)
1137 goto trans_cancel;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001138 if (XFS_IFORK_Q(ip))
Mark Tinguely9e3908e2013-11-07 15:43:28 -06001139 goto trans_cancel;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001140 if (ip->i_d.di_aformat != XFS_DINODE_FMT_EXTENTS) {
1141 /*
1142 * For inodes coming from pre-6.2 filesystems.
1143 */
1144 ASSERT(ip->i_d.di_aformat == 0);
1145 ip->i_d.di_aformat = XFS_DINODE_FMT_EXTENTS;
1146 }
1147 ASSERT(ip->i_d.di_anextents == 0);
1148
Mark Tinguely9e3908e2013-11-07 15:43:28 -06001149 xfs_trans_ijoin(tp, ip, 0);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001150 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
1151
1152 switch (ip->i_d.di_format) {
1153 case XFS_DINODE_FMT_DEV:
1154 ip->i_d.di_forkoff = roundup(sizeof(xfs_dev_t), 8) >> 3;
1155 break;
1156 case XFS_DINODE_FMT_UUID:
1157 ip->i_d.di_forkoff = roundup(sizeof(uuid_t), 8) >> 3;
1158 break;
1159 case XFS_DINODE_FMT_LOCAL:
1160 case XFS_DINODE_FMT_EXTENTS:
1161 case XFS_DINODE_FMT_BTREE:
1162 ip->i_d.di_forkoff = xfs_attr_shortform_bytesfit(ip, size);
1163 if (!ip->i_d.di_forkoff)
1164 ip->i_d.di_forkoff = xfs_default_attroffset(ip) >> 3;
1165 else if (mp->m_flags & XFS_MOUNT_ATTR2)
1166 version = 2;
1167 break;
1168 default:
1169 ASSERT(0);
Dave Chinner24513372014-06-25 14:58:08 +10001170 error = -EINVAL;
Mark Tinguely9e3908e2013-11-07 15:43:28 -06001171 goto trans_cancel;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001172 }
1173
1174 ASSERT(ip->i_afp == NULL);
1175 ip->i_afp = kmem_zone_zalloc(xfs_ifork_zone, KM_SLEEP);
1176 ip->i_afp->if_flags = XFS_IFEXTENTS;
1177 logflags = 0;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001178 xfs_defer_init(&dfops, &firstblock);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001179 switch (ip->i_d.di_format) {
1180 case XFS_DINODE_FMT_LOCAL:
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001181 error = xfs_bmap_add_attrfork_local(tp, ip, &firstblock, &dfops,
Dave Chinner9e5987a2013-02-25 12:31:26 +11001182 &logflags);
1183 break;
1184 case XFS_DINODE_FMT_EXTENTS:
1185 error = xfs_bmap_add_attrfork_extents(tp, ip, &firstblock,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001186 &dfops, &logflags);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001187 break;
1188 case XFS_DINODE_FMT_BTREE:
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001189 error = xfs_bmap_add_attrfork_btree(tp, ip, &firstblock, &dfops,
Dave Chinner9e5987a2013-02-25 12:31:26 +11001190 &logflags);
1191 break;
1192 default:
1193 error = 0;
1194 break;
1195 }
1196 if (logflags)
1197 xfs_trans_log_inode(tp, ip, logflags);
1198 if (error)
Mark Tinguely9e3908e2013-11-07 15:43:28 -06001199 goto bmap_cancel;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001200 if (!xfs_sb_version_hasattr(&mp->m_sb) ||
1201 (!xfs_sb_version_hasattr2(&mp->m_sb) && version == 2)) {
Dave Chinner61e63ec2015-01-22 09:10:31 +11001202 bool log_sb = false;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001203
1204 spin_lock(&mp->m_sb_lock);
1205 if (!xfs_sb_version_hasattr(&mp->m_sb)) {
1206 xfs_sb_version_addattr(&mp->m_sb);
Dave Chinner61e63ec2015-01-22 09:10:31 +11001207 log_sb = true;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001208 }
1209 if (!xfs_sb_version_hasattr2(&mp->m_sb) && version == 2) {
1210 xfs_sb_version_addattr2(&mp->m_sb);
Dave Chinner61e63ec2015-01-22 09:10:31 +11001211 log_sb = true;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001212 }
Dave Chinner4d11a402015-01-22 09:10:26 +11001213 spin_unlock(&mp->m_sb_lock);
Dave Chinner61e63ec2015-01-22 09:10:31 +11001214 if (log_sb)
1215 xfs_log_sb(tp);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001216 }
1217
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001218 error = xfs_defer_finish(&tp, &dfops, NULL);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001219 if (error)
Mark Tinguely9e3908e2013-11-07 15:43:28 -06001220 goto bmap_cancel;
Christoph Hellwig70393312015-06-04 13:48:08 +10001221 error = xfs_trans_commit(tp);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001222 xfs_iunlock(ip, XFS_ILOCK_EXCL);
Mark Tinguely9e3908e2013-11-07 15:43:28 -06001223 return error;
1224
1225bmap_cancel:
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001226 xfs_defer_cancel(&dfops);
Mark Tinguely9e3908e2013-11-07 15:43:28 -06001227trans_cancel:
Christoph Hellwig4906e212015-06-04 13:47:56 +10001228 xfs_trans_cancel(tp);
Mark Tinguely9e3908e2013-11-07 15:43:28 -06001229 xfs_iunlock(ip, XFS_ILOCK_EXCL);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001230 return error;
1231}
1232
1233/*
1234 * Internal and external extent tree search functions.
1235 */
1236
1237/*
1238 * Read in the extents to if_extents.
1239 * All inode fields are set up by caller, we just traverse the btree
1240 * and copy the records in. If the file system cannot contain unwritten
1241 * extents, the records are checked for no "state" flags.
1242 */
1243int /* error */
1244xfs_bmap_read_extents(
1245 xfs_trans_t *tp, /* transaction pointer */
1246 xfs_inode_t *ip, /* incore inode */
1247 int whichfork) /* data or attr fork */
1248{
1249 struct xfs_btree_block *block; /* current btree block */
1250 xfs_fsblock_t bno; /* block # of "block" */
1251 xfs_buf_t *bp; /* buffer for "block" */
1252 int error; /* error return value */
1253 xfs_exntfmt_t exntf; /* XFS_EXTFMT_NOSTATE, if checking */
1254 xfs_extnum_t i, j; /* index into the extents list */
1255 xfs_ifork_t *ifp; /* fork structure */
1256 int level; /* btree level, for checking */
1257 xfs_mount_t *mp; /* file system mount structure */
1258 __be64 *pp; /* pointer to block address */
1259 /* REFERENCED */
1260 xfs_extnum_t room; /* number of entries there's room for */
1261
1262 bno = NULLFSBLOCK;
1263 mp = ip->i_mount;
1264 ifp = XFS_IFORK_PTR(ip, whichfork);
1265 exntf = (whichfork != XFS_DATA_FORK) ? XFS_EXTFMT_NOSTATE :
1266 XFS_EXTFMT_INODE(ip);
1267 block = ifp->if_broot;
1268 /*
1269 * Root level must use BMAP_BROOT_PTR_ADDR macro to get ptr out.
1270 */
1271 level = be16_to_cpu(block->bb_level);
1272 ASSERT(level > 0);
1273 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes);
1274 bno = be64_to_cpu(*pp);
Christoph Hellwigd5cf09b2014-07-30 09:12:05 +10001275 ASSERT(bno != NULLFSBLOCK);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001276 ASSERT(XFS_FSB_TO_AGNO(mp, bno) < mp->m_sb.sb_agcount);
1277 ASSERT(XFS_FSB_TO_AGBNO(mp, bno) < mp->m_sb.sb_agblocks);
1278 /*
1279 * Go down the tree until leaf level is reached, following the first
1280 * pointer (leftmost) at each level.
1281 */
1282 while (level-- > 0) {
1283 error = xfs_btree_read_bufl(mp, tp, bno, 0, &bp,
1284 XFS_BMAP_BTREE_REF, &xfs_bmbt_buf_ops);
1285 if (error)
1286 return error;
1287 block = XFS_BUF_TO_BLOCK(bp);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001288 if (level == 0)
1289 break;
1290 pp = XFS_BMBT_PTR_ADDR(mp, block, 1, mp->m_bmap_dmxr[1]);
1291 bno = be64_to_cpu(*pp);
Eric Sandeenc29aad42015-02-23 22:39:08 +11001292 XFS_WANT_CORRUPTED_GOTO(mp,
1293 XFS_FSB_SANITY_CHECK(mp, bno), error0);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001294 xfs_trans_brelse(tp, bp);
1295 }
1296 /*
1297 * Here with bp and block set to the leftmost leaf node in the tree.
1298 */
1299 room = ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t);
1300 i = 0;
1301 /*
1302 * Loop over all leaf nodes. Copy information to the extent records.
1303 */
1304 for (;;) {
1305 xfs_bmbt_rec_t *frp;
1306 xfs_fsblock_t nextbno;
1307 xfs_extnum_t num_recs;
1308 xfs_extnum_t start;
1309
1310 num_recs = xfs_btree_get_numrecs(block);
1311 if (unlikely(i + num_recs > room)) {
1312 ASSERT(i + num_recs <= room);
1313 xfs_warn(ip->i_mount,
1314 "corrupt dinode %Lu, (btree extents).",
1315 (unsigned long long) ip->i_ino);
1316 XFS_CORRUPTION_ERROR("xfs_bmap_read_extents(1)",
1317 XFS_ERRLEVEL_LOW, ip->i_mount, block);
1318 goto error0;
1319 }
Dave Chinner9e5987a2013-02-25 12:31:26 +11001320 /*
1321 * Read-ahead the next leaf block, if any.
1322 */
1323 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib);
1324 if (nextbno != NULLFSBLOCK)
1325 xfs_btree_reada_bufl(mp, nextbno, 1,
1326 &xfs_bmbt_buf_ops);
1327 /*
1328 * Copy records into the extent records.
1329 */
1330 frp = XFS_BMBT_REC_ADDR(mp, block, 1);
1331 start = i;
1332 for (j = 0; j < num_recs; j++, i++, frp++) {
1333 xfs_bmbt_rec_host_t *trp = xfs_iext_get_ext(ifp, i);
1334 trp->l0 = be64_to_cpu(frp->l0);
1335 trp->l1 = be64_to_cpu(frp->l1);
1336 }
1337 if (exntf == XFS_EXTFMT_NOSTATE) {
1338 /*
1339 * Check all attribute bmap btree records and
1340 * any "older" data bmap btree records for a
1341 * set bit in the "extent flag" position.
1342 */
1343 if (unlikely(xfs_check_nostate_extents(ifp,
1344 start, num_recs))) {
1345 XFS_ERROR_REPORT("xfs_bmap_read_extents(2)",
1346 XFS_ERRLEVEL_LOW,
1347 ip->i_mount);
1348 goto error0;
1349 }
1350 }
1351 xfs_trans_brelse(tp, bp);
1352 bno = nextbno;
1353 /*
1354 * If we've reached the end, stop.
1355 */
1356 if (bno == NULLFSBLOCK)
1357 break;
1358 error = xfs_btree_read_bufl(mp, tp, bno, 0, &bp,
1359 XFS_BMAP_BTREE_REF, &xfs_bmbt_buf_ops);
1360 if (error)
1361 return error;
1362 block = XFS_BUF_TO_BLOCK(bp);
1363 }
1364 ASSERT(i == (ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t)));
1365 ASSERT(i == XFS_IFORK_NEXTENTS(ip, whichfork));
1366 XFS_BMAP_TRACE_EXLIST(ip, i, whichfork);
1367 return 0;
1368error0:
1369 xfs_trans_brelse(tp, bp);
Dave Chinner24513372014-06-25 14:58:08 +10001370 return -EFSCORRUPTED;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001371}
1372
1373
1374/*
1375 * Search the extent records for the entry containing block bno.
1376 * If bno lies in a hole, point to the next entry. If bno lies
1377 * past eof, *eofp will be set, and *prevp will contain the last
1378 * entry (null if none). Else, *lastxp will be set to the index
1379 * of the found entry; *gotp will contain the entry.
1380 */
1381STATIC xfs_bmbt_rec_host_t * /* pointer to found extent entry */
1382xfs_bmap_search_multi_extents(
1383 xfs_ifork_t *ifp, /* inode fork pointer */
1384 xfs_fileoff_t bno, /* block number searched for */
1385 int *eofp, /* out: end of file found */
1386 xfs_extnum_t *lastxp, /* out: last extent index */
1387 xfs_bmbt_irec_t *gotp, /* out: extent entry found */
1388 xfs_bmbt_irec_t *prevp) /* out: previous extent entry found */
1389{
1390 xfs_bmbt_rec_host_t *ep; /* extent record pointer */
1391 xfs_extnum_t lastx; /* last extent index */
1392
1393 /*
1394 * Initialize the extent entry structure to catch access to
1395 * uninitialized br_startblock field.
1396 */
1397 gotp->br_startoff = 0xffa5a5a5a5a5a5a5LL;
1398 gotp->br_blockcount = 0xa55a5a5a5a5a5a5aLL;
1399 gotp->br_state = XFS_EXT_INVALID;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001400 gotp->br_startblock = 0xffffa5a5a5a5a5a5LL;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001401 prevp->br_startoff = NULLFILEOFF;
1402
1403 ep = xfs_iext_bno_to_ext(ifp, bno, &lastx);
1404 if (lastx > 0) {
1405 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, lastx - 1), prevp);
1406 }
1407 if (lastx < (ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t))) {
1408 xfs_bmbt_get_all(ep, gotp);
1409 *eofp = 0;
1410 } else {
1411 if (lastx > 0) {
1412 *gotp = *prevp;
1413 }
1414 *eofp = 1;
1415 ep = NULL;
1416 }
1417 *lastxp = lastx;
1418 return ep;
1419}
1420
1421/*
1422 * Search the extents list for the inode, for the extent containing bno.
1423 * If bno lies in a hole, point to the next entry. If bno lies past eof,
1424 * *eofp will be set, and *prevp will contain the last entry (null if none).
1425 * Else, *lastxp will be set to the index of the found
1426 * entry; *gotp will contain the entry.
1427 */
Christoph Hellwig51446f52016-09-19 11:10:21 +10001428xfs_bmbt_rec_host_t * /* pointer to found extent entry */
Dave Chinner9e5987a2013-02-25 12:31:26 +11001429xfs_bmap_search_extents(
1430 xfs_inode_t *ip, /* incore inode pointer */
1431 xfs_fileoff_t bno, /* block number searched for */
1432 int fork, /* data or attr fork */
1433 int *eofp, /* out: end of file found */
1434 xfs_extnum_t *lastxp, /* out: last extent index */
1435 xfs_bmbt_irec_t *gotp, /* out: extent entry found */
1436 xfs_bmbt_irec_t *prevp) /* out: previous extent entry found */
1437{
1438 xfs_ifork_t *ifp; /* inode fork pointer */
1439 xfs_bmbt_rec_host_t *ep; /* extent record pointer */
1440
Bill O'Donnellff6d6af2015-10-12 18:21:22 +11001441 XFS_STATS_INC(ip->i_mount, xs_look_exlist);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001442 ifp = XFS_IFORK_PTR(ip, fork);
1443
1444 ep = xfs_bmap_search_multi_extents(ifp, bno, eofp, lastxp, gotp, prevp);
1445
1446 if (unlikely(!(gotp->br_startblock) && (*lastxp != NULLEXTNUM) &&
1447 !(XFS_IS_REALTIME_INODE(ip) && fork == XFS_DATA_FORK))) {
1448 xfs_alert_tag(ip->i_mount, XFS_PTAG_FSBLOCK_ZERO,
1449 "Access to block zero in inode %llu "
1450 "start_block: %llx start_off: %llx "
Eric Sandeen08e96e12013-10-11 20:59:05 -05001451 "blkcnt: %llx extent-state: %x lastx: %x",
Dave Chinner9e5987a2013-02-25 12:31:26 +11001452 (unsigned long long)ip->i_ino,
1453 (unsigned long long)gotp->br_startblock,
1454 (unsigned long long)gotp->br_startoff,
1455 (unsigned long long)gotp->br_blockcount,
1456 gotp->br_state, *lastxp);
1457 *lastxp = NULLEXTNUM;
1458 *eofp = 1;
1459 return NULL;
1460 }
1461 return ep;
1462}
1463
1464/*
1465 * Returns the file-relative block number of the first unused block(s)
1466 * in the file with at least "len" logically contiguous blocks free.
1467 * This is the lowest-address hole if the file has holes, else the first block
1468 * past the end of file.
1469 * Return 0 if the file is currently local (in-inode).
1470 */
1471int /* error */
1472xfs_bmap_first_unused(
1473 xfs_trans_t *tp, /* transaction pointer */
1474 xfs_inode_t *ip, /* incore inode */
1475 xfs_extlen_t len, /* size of hole to find */
1476 xfs_fileoff_t *first_unused, /* unused block */
1477 int whichfork) /* data or attr fork */
1478{
1479 int error; /* error return value */
1480 int idx; /* extent record index */
1481 xfs_ifork_t *ifp; /* inode fork pointer */
1482 xfs_fileoff_t lastaddr; /* last block number seen */
1483 xfs_fileoff_t lowest; /* lowest useful block */
1484 xfs_fileoff_t max; /* starting useful block */
1485 xfs_fileoff_t off; /* offset for this block */
1486 xfs_extnum_t nextents; /* number of extent entries */
1487
1488 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_BTREE ||
1489 XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS ||
1490 XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL);
1491 if (XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL) {
1492 *first_unused = 0;
1493 return 0;
1494 }
1495 ifp = XFS_IFORK_PTR(ip, whichfork);
1496 if (!(ifp->if_flags & XFS_IFEXTENTS) &&
1497 (error = xfs_iread_extents(tp, ip, whichfork)))
1498 return error;
1499 lowest = *first_unused;
1500 nextents = ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t);
1501 for (idx = 0, lastaddr = 0, max = lowest; idx < nextents; idx++) {
1502 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, idx);
1503 off = xfs_bmbt_get_startoff(ep);
1504 /*
1505 * See if the hole before this extent will work.
1506 */
1507 if (off >= lowest + len && off - max >= len) {
1508 *first_unused = max;
1509 return 0;
1510 }
1511 lastaddr = off + xfs_bmbt_get_blockcount(ep);
1512 max = XFS_FILEOFF_MAX(lastaddr, lowest);
1513 }
1514 *first_unused = max;
1515 return 0;
1516}
1517
1518/*
Zhi Yong Wu02bb4872013-08-12 03:14:54 +00001519 * Returns the file-relative block number of the last block - 1 before
Dave Chinner9e5987a2013-02-25 12:31:26 +11001520 * last_block (input value) in the file.
1521 * This is not based on i_size, it is based on the extent records.
1522 * Returns 0 for local files, as they do not have extent records.
1523 */
1524int /* error */
1525xfs_bmap_last_before(
1526 xfs_trans_t *tp, /* transaction pointer */
1527 xfs_inode_t *ip, /* incore inode */
1528 xfs_fileoff_t *last_block, /* last block */
1529 int whichfork) /* data or attr fork */
1530{
1531 xfs_fileoff_t bno; /* input file offset */
1532 int eof; /* hit end of file */
1533 xfs_bmbt_rec_host_t *ep; /* pointer to last extent */
1534 int error; /* error return value */
1535 xfs_bmbt_irec_t got; /* current extent value */
1536 xfs_ifork_t *ifp; /* inode fork pointer */
1537 xfs_extnum_t lastx; /* last extent used */
1538 xfs_bmbt_irec_t prev; /* previous extent value */
1539
1540 if (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE &&
1541 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS &&
1542 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_LOCAL)
Dave Chinner24513372014-06-25 14:58:08 +10001543 return -EIO;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001544 if (XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL) {
1545 *last_block = 0;
1546 return 0;
1547 }
1548 ifp = XFS_IFORK_PTR(ip, whichfork);
1549 if (!(ifp->if_flags & XFS_IFEXTENTS) &&
1550 (error = xfs_iread_extents(tp, ip, whichfork)))
1551 return error;
1552 bno = *last_block - 1;
1553 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got,
1554 &prev);
1555 if (eof || xfs_bmbt_get_startoff(ep) > bno) {
1556 if (prev.br_startoff == NULLFILEOFF)
1557 *last_block = 0;
1558 else
1559 *last_block = prev.br_startoff + prev.br_blockcount;
1560 }
1561 /*
1562 * Otherwise *last_block is already the right answer.
1563 */
1564 return 0;
1565}
1566
Dave Chinner68988112013-08-12 20:49:42 +10001567int
Dave Chinner9e5987a2013-02-25 12:31:26 +11001568xfs_bmap_last_extent(
1569 struct xfs_trans *tp,
1570 struct xfs_inode *ip,
1571 int whichfork,
1572 struct xfs_bmbt_irec *rec,
1573 int *is_empty)
1574{
1575 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork);
1576 int error;
1577 int nextents;
1578
1579 if (!(ifp->if_flags & XFS_IFEXTENTS)) {
1580 error = xfs_iread_extents(tp, ip, whichfork);
1581 if (error)
1582 return error;
1583 }
1584
1585 nextents = ifp->if_bytes / sizeof(xfs_bmbt_rec_t);
1586 if (nextents == 0) {
1587 *is_empty = 1;
1588 return 0;
1589 }
1590
1591 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, nextents - 1), rec);
1592 *is_empty = 0;
1593 return 0;
1594}
1595
1596/*
1597 * Check the last inode extent to determine whether this allocation will result
1598 * in blocks being allocated at the end of the file. When we allocate new data
1599 * blocks at the end of the file which do not start at the previous data block,
1600 * we will try to align the new blocks at stripe unit boundaries.
1601 *
Dave Chinner6e708bc2013-11-22 10:41:16 +11001602 * Returns 1 in bma->aeof if the file (fork) is empty as any new write will be
Dave Chinner9e5987a2013-02-25 12:31:26 +11001603 * at, or past the EOF.
1604 */
1605STATIC int
1606xfs_bmap_isaeof(
1607 struct xfs_bmalloca *bma,
1608 int whichfork)
1609{
1610 struct xfs_bmbt_irec rec;
1611 int is_empty;
1612 int error;
1613
1614 bma->aeof = 0;
1615 error = xfs_bmap_last_extent(NULL, bma->ip, whichfork, &rec,
1616 &is_empty);
Dave Chinner6e708bc2013-11-22 10:41:16 +11001617 if (error)
Dave Chinner9e5987a2013-02-25 12:31:26 +11001618 return error;
1619
Dave Chinner6e708bc2013-11-22 10:41:16 +11001620 if (is_empty) {
1621 bma->aeof = 1;
1622 return 0;
1623 }
1624
Dave Chinner9e5987a2013-02-25 12:31:26 +11001625 /*
1626 * Check if we are allocation or past the last extent, or at least into
1627 * the last delayed allocated extent.
1628 */
1629 bma->aeof = bma->offset >= rec.br_startoff + rec.br_blockcount ||
1630 (bma->offset >= rec.br_startoff &&
1631 isnullstartblock(rec.br_startblock));
1632 return 0;
1633}
1634
1635/*
Dave Chinner9e5987a2013-02-25 12:31:26 +11001636 * Returns the file-relative block number of the first block past eof in
1637 * the file. This is not based on i_size, it is based on the extent records.
1638 * Returns 0 for local files, as they do not have extent records.
1639 */
1640int
1641xfs_bmap_last_offset(
Dave Chinner9e5987a2013-02-25 12:31:26 +11001642 struct xfs_inode *ip,
1643 xfs_fileoff_t *last_block,
1644 int whichfork)
1645{
1646 struct xfs_bmbt_irec rec;
1647 int is_empty;
1648 int error;
1649
1650 *last_block = 0;
1651
1652 if (XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL)
1653 return 0;
1654
1655 if (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE &&
1656 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS)
Dave Chinner24513372014-06-25 14:58:08 +10001657 return -EIO;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001658
1659 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty);
1660 if (error || is_empty)
1661 return error;
1662
1663 *last_block = rec.br_startoff + rec.br_blockcount;
1664 return 0;
1665}
1666
1667/*
1668 * Returns whether the selected fork of the inode has exactly one
1669 * block or not. For the data fork we check this matches di_size,
1670 * implying the file's range is 0..bsize-1.
1671 */
1672int /* 1=>1 block, 0=>otherwise */
1673xfs_bmap_one_block(
1674 xfs_inode_t *ip, /* incore inode */
1675 int whichfork) /* data or attr fork */
1676{
1677 xfs_bmbt_rec_host_t *ep; /* ptr to fork's extent */
1678 xfs_ifork_t *ifp; /* inode fork pointer */
1679 int rval; /* return value */
1680 xfs_bmbt_irec_t s; /* internal version of extent */
1681
1682#ifndef DEBUG
1683 if (whichfork == XFS_DATA_FORK)
1684 return XFS_ISIZE(ip) == ip->i_mount->m_sb.sb_blocksize;
1685#endif /* !DEBUG */
1686 if (XFS_IFORK_NEXTENTS(ip, whichfork) != 1)
1687 return 0;
1688 if (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS)
1689 return 0;
1690 ifp = XFS_IFORK_PTR(ip, whichfork);
1691 ASSERT(ifp->if_flags & XFS_IFEXTENTS);
1692 ep = xfs_iext_get_ext(ifp, 0);
1693 xfs_bmbt_get_all(ep, &s);
1694 rval = s.br_startoff == 0 && s.br_blockcount == 1;
1695 if (rval && whichfork == XFS_DATA_FORK)
1696 ASSERT(XFS_ISIZE(ip) == ip->i_mount->m_sb.sb_blocksize);
1697 return rval;
1698}
1699
1700/*
1701 * Extent tree manipulation functions used during allocation.
1702 */
1703
1704/*
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001705 * Convert a delayed allocation to a real allocation.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001706 */
1707STATIC int /* error */
1708xfs_bmap_add_extent_delay_real(
Darrick J. Wong60b49842016-10-03 09:11:34 -07001709 struct xfs_bmalloca *bma,
1710 int whichfork)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711{
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001712 struct xfs_bmbt_irec *new = &bma->got;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001713 int diff; /* temp value */
Christoph Hellwiga6f64d42007-08-16 16:23:40 +10001714 xfs_bmbt_rec_host_t *ep; /* extent entry for idx */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715 int error; /* error return value */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001716 int i; /* temp state */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11001717 xfs_ifork_t *ifp; /* inode fork pointer */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718 xfs_fileoff_t new_endoff; /* end offset of new entry */
1719 xfs_bmbt_irec_t r[3]; /* neighbor extent entries */
1720 /* left is 0, right is 1, prev is 2 */
1721 int rval=0; /* return value (logging flags) */
1722 int state = 0;/* state bits, accessed thru macros */
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001723 xfs_filblks_t da_new; /* new count del alloc blocks used */
1724 xfs_filblks_t da_old; /* old count del alloc blocks used */
1725 xfs_filblks_t temp=0; /* value for da_new calculations */
1726 xfs_filblks_t temp2=0;/* value for da_new calculations */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727 int tmp_rval; /* partial logging flags */
Eric Sandeenc29aad42015-02-23 22:39:08 +11001728 struct xfs_mount *mp;
Darrick J. Wong60b49842016-10-03 09:11:34 -07001729 xfs_extnum_t *nextents;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730
Eric Sandeenf1f96c42016-01-04 16:10:42 +11001731 mp = bma->ip->i_mount;
Darrick J. Wong6d3eb1e2016-01-04 16:12:42 +11001732 ifp = XFS_IFORK_PTR(bma->ip, whichfork);
Darrick J. Wong60b49842016-10-03 09:11:34 -07001733 ASSERT(whichfork != XFS_ATTR_FORK);
1734 nextents = (whichfork == XFS_COW_FORK ? &bma->ip->i_cnextents :
1735 &bma->ip->i_d.di_nextents);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001736
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001737 ASSERT(bma->idx >= 0);
1738 ASSERT(bma->idx <= ifp->if_bytes / sizeof(struct xfs_bmbt_rec));
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001739 ASSERT(!isnullstartblock(new->br_startblock));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001740 ASSERT(!bma->cur ||
1741 (bma->cur->bc_private.b.flags & XFS_BTCUR_BPRV_WASDEL));
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001742
Bill O'Donnellff6d6af2015-10-12 18:21:22 +11001743 XFS_STATS_INC(mp, xs_add_exlist);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001744
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745#define LEFT r[0]
1746#define RIGHT r[1]
1747#define PREV r[2]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001748
Darrick J. Wong60b49842016-10-03 09:11:34 -07001749 if (whichfork == XFS_COW_FORK)
1750 state |= BMAP_COWFORK;
1751
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752 /*
1753 * Set up a bunch of variables to make the tests simpler.
1754 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001755 ep = xfs_iext_get_ext(ifp, bma->idx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756 xfs_bmbt_get_all(ep, &PREV);
1757 new_endoff = new->br_startoff + new->br_blockcount;
1758 ASSERT(PREV.br_startoff <= new->br_startoff);
1759 ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001760
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001761 da_old = startblockval(PREV.br_startblock);
1762 da_new = 0;
1763
Linus Torvalds1da177e2005-04-16 15:20:36 -07001764 /*
1765 * Set flags determining what part of the previous delayed allocation
1766 * extent is being replaced by a real allocation.
1767 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001768 if (PREV.br_startoff == new->br_startoff)
1769 state |= BMAP_LEFT_FILLING;
1770 if (PREV.br_startoff + PREV.br_blockcount == new_endoff)
1771 state |= BMAP_RIGHT_FILLING;
1772
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773 /*
1774 * Check and set flags if this segment has a left neighbor.
1775 * Don't set contiguous if the combined extent would be too large.
1776 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001777 if (bma->idx > 0) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001778 state |= BMAP_LEFT_VALID;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001779 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx - 1), &LEFT);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001780
1781 if (isnullstartblock(LEFT.br_startblock))
1782 state |= BMAP_LEFT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001783 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001784
1785 if ((state & BMAP_LEFT_VALID) && !(state & BMAP_LEFT_DELAY) &&
1786 LEFT.br_startoff + LEFT.br_blockcount == new->br_startoff &&
1787 LEFT.br_startblock + LEFT.br_blockcount == new->br_startblock &&
1788 LEFT.br_state == new->br_state &&
1789 LEFT.br_blockcount + new->br_blockcount <= MAXEXTLEN)
1790 state |= BMAP_LEFT_CONTIG;
1791
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792 /*
1793 * Check and set flags if this segment has a right neighbor.
1794 * Don't set contiguous if the combined extent would be too large.
1795 * Also check for all-three-contiguous being too large.
1796 */
Darrick J. Wong6d3eb1e2016-01-04 16:12:42 +11001797 if (bma->idx < ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t) - 1) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001798 state |= BMAP_RIGHT_VALID;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001799 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx + 1), &RIGHT);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001800
1801 if (isnullstartblock(RIGHT.br_startblock))
1802 state |= BMAP_RIGHT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001803 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001804
1805 if ((state & BMAP_RIGHT_VALID) && !(state & BMAP_RIGHT_DELAY) &&
1806 new_endoff == RIGHT.br_startoff &&
1807 new->br_startblock + new->br_blockcount == RIGHT.br_startblock &&
1808 new->br_state == RIGHT.br_state &&
1809 new->br_blockcount + RIGHT.br_blockcount <= MAXEXTLEN &&
1810 ((state & (BMAP_LEFT_CONTIG | BMAP_LEFT_FILLING |
1811 BMAP_RIGHT_FILLING)) !=
1812 (BMAP_LEFT_CONTIG | BMAP_LEFT_FILLING |
1813 BMAP_RIGHT_FILLING) ||
1814 LEFT.br_blockcount + new->br_blockcount + RIGHT.br_blockcount
1815 <= MAXEXTLEN))
1816 state |= BMAP_RIGHT_CONTIG;
1817
Linus Torvalds1da177e2005-04-16 15:20:36 -07001818 error = 0;
1819 /*
1820 * Switch out based on the FILLING and CONTIG state bits.
1821 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001822 switch (state & (BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG |
1823 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG)) {
1824 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG |
1825 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826 /*
1827 * Filling in all of a previously delayed allocation extent.
1828 * The left and right neighbors are both contiguous with new.
1829 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001830 bma->idx--;
1831 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
1832 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833 LEFT.br_blockcount + PREV.br_blockcount +
1834 RIGHT.br_blockcount);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001835 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001836
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001837 xfs_iext_remove(bma->ip, bma->idx + 1, 2, state);
Darrick J. Wong60b49842016-10-03 09:11:34 -07001838 (*nextents)--;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001839 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
1841 else {
1842 rval = XFS_ILOG_CORE;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001843 error = xfs_bmbt_lookup_eq(bma->cur, RIGHT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844 RIGHT.br_startblock,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001845 RIGHT.br_blockcount, &i);
1846 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001847 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11001848 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001849 error = xfs_btree_delete(bma->cur, &i);
1850 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11001852 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001853 error = xfs_btree_decrement(bma->cur, 0, &i);
1854 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001855 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11001856 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001857 error = xfs_bmbt_update(bma->cur, LEFT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001858 LEFT.br_startblock,
1859 LEFT.br_blockcount +
1860 PREV.br_blockcount +
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001861 RIGHT.br_blockcount, LEFT.br_state);
1862 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863 goto done;
1864 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001865 break;
1866
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001867 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868 /*
1869 * Filling in all of a previously delayed allocation extent.
1870 * The left neighbor is contiguous, the right is not.
1871 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001872 bma->idx--;
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001873
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001874 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
1875 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx),
Christoph Hellwigec90c552011-05-23 08:52:53 +00001876 LEFT.br_blockcount + PREV.br_blockcount);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001877 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwigec90c552011-05-23 08:52:53 +00001878
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001879 xfs_iext_remove(bma->ip, bma->idx + 1, 1, state);
1880 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881 rval = XFS_ILOG_DEXT;
1882 else {
1883 rval = 0;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001884 error = xfs_bmbt_lookup_eq(bma->cur, LEFT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885 LEFT.br_startblock, LEFT.br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001886 &i);
1887 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11001889 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001890 error = xfs_bmbt_update(bma->cur, LEFT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891 LEFT.br_startblock,
1892 LEFT.br_blockcount +
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001893 PREV.br_blockcount, LEFT.br_state);
1894 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895 goto done;
1896 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001897 break;
1898
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001899 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001900 /*
1901 * Filling in all of a previously delayed allocation extent.
1902 * The right neighbor is contiguous, the left is not.
1903 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001904 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001905 xfs_bmbt_set_startblock(ep, new->br_startblock);
1906 xfs_bmbt_set_blockcount(ep,
1907 PREV.br_blockcount + RIGHT.br_blockcount);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001908 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001909
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001910 xfs_iext_remove(bma->ip, bma->idx + 1, 1, state);
1911 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912 rval = XFS_ILOG_DEXT;
1913 else {
1914 rval = 0;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001915 error = xfs_bmbt_lookup_eq(bma->cur, RIGHT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916 RIGHT.br_startblock,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001917 RIGHT.br_blockcount, &i);
1918 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11001920 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001921 error = xfs_bmbt_update(bma->cur, PREV.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922 new->br_startblock,
1923 PREV.br_blockcount +
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001924 RIGHT.br_blockcount, PREV.br_state);
1925 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926 goto done;
1927 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928 break;
1929
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001930 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931 /*
1932 * Filling in all of a previously delayed allocation extent.
1933 * Neither the left nor right neighbors are contiguous with
1934 * the new one.
1935 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001936 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001937 xfs_bmbt_set_startblock(ep, new->br_startblock);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001938 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001939
Darrick J. Wong60b49842016-10-03 09:11:34 -07001940 (*nextents)++;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001941 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
1943 else {
1944 rval = XFS_ILOG_CORE;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001945 error = xfs_bmbt_lookup_eq(bma->cur, new->br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001946 new->br_startblock, new->br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001947 &i);
1948 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001949 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11001950 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001951 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM;
1952 error = xfs_btree_insert(bma->cur, &i);
1953 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001954 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11001955 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001956 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957 break;
1958
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001959 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960 /*
1961 * Filling in the first part of a previous delayed allocation.
1962 * The left neighbor is contiguous.
1963 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001964 trace_xfs_bmap_pre_update(bma->ip, bma->idx - 1, state, _THIS_IP_);
1965 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx - 1),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966 LEFT.br_blockcount + new->br_blockcount);
1967 xfs_bmbt_set_startoff(ep,
1968 PREV.br_startoff + new->br_blockcount);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001969 trace_xfs_bmap_post_update(bma->ip, bma->idx - 1, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001970
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971 temp = PREV.br_blockcount - new->br_blockcount;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001972 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973 xfs_bmbt_set_blockcount(ep, temp);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001974 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001975 rval = XFS_ILOG_DEXT;
1976 else {
1977 rval = 0;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001978 error = xfs_bmbt_lookup_eq(bma->cur, LEFT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001979 LEFT.br_startblock, LEFT.br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001980 &i);
1981 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11001983 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001984 error = xfs_bmbt_update(bma->cur, LEFT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985 LEFT.br_startblock,
1986 LEFT.br_blockcount +
1987 new->br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001988 LEFT.br_state);
1989 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990 goto done;
1991 }
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001992 da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(bma->ip, temp),
Eric Sandeen9d87c312009-01-14 23:22:07 -06001993 startblockval(PREV.br_startblock));
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001994 xfs_bmbt_set_startblock(ep, nullstartblock(da_new));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001995 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwigec90c552011-05-23 08:52:53 +00001996
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001997 bma->idx--;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998 break;
1999
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002000 case BMAP_LEFT_FILLING:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001 /*
2002 * Filling in the first part of a previous delayed allocation.
2003 * The left neighbor is not contiguous.
2004 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002005 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006 xfs_bmbt_set_startoff(ep, new_endoff);
2007 temp = PREV.br_blockcount - new->br_blockcount;
2008 xfs_bmbt_set_blockcount(ep, temp);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002009 xfs_iext_insert(bma->ip, bma->idx, 1, new, state);
Darrick J. Wong60b49842016-10-03 09:11:34 -07002010 (*nextents)++;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002011 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002012 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
2013 else {
2014 rval = XFS_ILOG_CORE;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002015 error = xfs_bmbt_lookup_eq(bma->cur, new->br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016 new->br_startblock, new->br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002017 &i);
2018 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002019 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002020 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002021 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM;
2022 error = xfs_btree_insert(bma->cur, &i);
2023 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002025 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002026 }
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00002027
Darrick J. Wong6d3eb1e2016-01-04 16:12:42 +11002028 if (xfs_bmap_needs_btree(bma->ip, whichfork)) {
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002029 error = xfs_bmap_extents_to_btree(bma->tp, bma->ip,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002030 bma->firstblock, bma->dfops,
Darrick J. Wong6d3eb1e2016-01-04 16:12:42 +11002031 &bma->cur, 1, &tmp_rval, whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032 rval |= tmp_rval;
2033 if (error)
2034 goto done;
2035 }
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002036 da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(bma->ip, temp),
Eric Sandeen9d87c312009-01-14 23:22:07 -06002037 startblockval(PREV.br_startblock) -
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002038 (bma->cur ? bma->cur->bc_private.b.allocated : 0));
2039 ep = xfs_iext_get_ext(ifp, bma->idx + 1);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002040 xfs_bmbt_set_startblock(ep, nullstartblock(da_new));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002041 trace_xfs_bmap_post_update(bma->ip, bma->idx + 1, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042 break;
2043
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002044 case BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002045 /*
2046 * Filling in the last part of a previous delayed allocation.
2047 * The right neighbor is contiguous with the new allocation.
2048 */
2049 temp = PREV.br_blockcount - new->br_blockcount;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002050 trace_xfs_bmap_pre_update(bma->ip, bma->idx + 1, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002051 xfs_bmbt_set_blockcount(ep, temp);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002052 xfs_bmbt_set_allf(xfs_iext_get_ext(ifp, bma->idx + 1),
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11002053 new->br_startoff, new->br_startblock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002054 new->br_blockcount + RIGHT.br_blockcount,
2055 RIGHT.br_state);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002056 trace_xfs_bmap_post_update(bma->ip, bma->idx + 1, state, _THIS_IP_);
2057 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058 rval = XFS_ILOG_DEXT;
2059 else {
2060 rval = 0;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002061 error = xfs_bmbt_lookup_eq(bma->cur, RIGHT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062 RIGHT.br_startblock,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002063 RIGHT.br_blockcount, &i);
2064 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002066 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002067 error = xfs_bmbt_update(bma->cur, new->br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068 new->br_startblock,
2069 new->br_blockcount +
2070 RIGHT.br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002071 RIGHT.br_state);
2072 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073 goto done;
2074 }
Christoph Hellwigec90c552011-05-23 08:52:53 +00002075
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002076 da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(bma->ip, temp),
Eric Sandeen9d87c312009-01-14 23:22:07 -06002077 startblockval(PREV.br_startblock));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002078 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002079 xfs_bmbt_set_startblock(ep, nullstartblock(da_new));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002080 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002081
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002082 bma->idx++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002083 break;
2084
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002085 case BMAP_RIGHT_FILLING:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086 /*
2087 * Filling in the last part of a previous delayed allocation.
2088 * The right neighbor is not contiguous.
2089 */
2090 temp = PREV.br_blockcount - new->br_blockcount;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002091 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002092 xfs_bmbt_set_blockcount(ep, temp);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002093 xfs_iext_insert(bma->ip, bma->idx + 1, 1, new, state);
Darrick J. Wong60b49842016-10-03 09:11:34 -07002094 (*nextents)++;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002095 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
2097 else {
2098 rval = XFS_ILOG_CORE;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002099 error = xfs_bmbt_lookup_eq(bma->cur, new->br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100 new->br_startblock, new->br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002101 &i);
2102 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002104 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002105 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM;
2106 error = xfs_btree_insert(bma->cur, &i);
2107 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002109 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110 }
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00002111
Darrick J. Wong6d3eb1e2016-01-04 16:12:42 +11002112 if (xfs_bmap_needs_btree(bma->ip, whichfork)) {
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002113 error = xfs_bmap_extents_to_btree(bma->tp, bma->ip,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002114 bma->firstblock, bma->dfops, &bma->cur, 1,
Darrick J. Wong6d3eb1e2016-01-04 16:12:42 +11002115 &tmp_rval, whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116 rval |= tmp_rval;
2117 if (error)
2118 goto done;
2119 }
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002120 da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(bma->ip, temp),
Eric Sandeen9d87c312009-01-14 23:22:07 -06002121 startblockval(PREV.br_startblock) -
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002122 (bma->cur ? bma->cur->bc_private.b.allocated : 0));
2123 ep = xfs_iext_get_ext(ifp, bma->idx);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002124 xfs_bmbt_set_startblock(ep, nullstartblock(da_new));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002125 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002126
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002127 bma->idx++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128 break;
2129
2130 case 0:
2131 /*
2132 * Filling in the middle part of a previous delayed allocation.
2133 * Contiguity is impossible here.
2134 * This case is avoided almost all the time.
bpm@sgi.com24446fc2011-01-19 17:41:58 +00002135 *
2136 * We start with a delayed allocation:
2137 *
2138 * +ddddddddddddddddddddddddddddddddddddddddddddddddddddddd+
2139 * PREV @ idx
2140 *
2141 * and we are allocating:
2142 * +rrrrrrrrrrrrrrrrr+
2143 * new
2144 *
2145 * and we set it up for insertion as:
2146 * +ddddddddddddddddddd+rrrrrrrrrrrrrrrrr+ddddddddddddddddd+
2147 * new
2148 * PREV @ idx LEFT RIGHT
2149 * inserted at idx + 1
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150 */
2151 temp = new->br_startoff - PREV.br_startoff;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002152 temp2 = PREV.br_startoff + PREV.br_blockcount - new_endoff;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002153 trace_xfs_bmap_pre_update(bma->ip, bma->idx, 0, _THIS_IP_);
bpm@sgi.com24446fc2011-01-19 17:41:58 +00002154 xfs_bmbt_set_blockcount(ep, temp); /* truncate PREV */
2155 LEFT = *new;
2156 RIGHT.br_state = PREV.br_state;
2157 RIGHT.br_startblock = nullstartblock(
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002158 (int)xfs_bmap_worst_indlen(bma->ip, temp2));
bpm@sgi.com24446fc2011-01-19 17:41:58 +00002159 RIGHT.br_startoff = new_endoff;
2160 RIGHT.br_blockcount = temp2;
2161 /* insert LEFT (r[0]) and RIGHT (r[1]) at the same time */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002162 xfs_iext_insert(bma->ip, bma->idx + 1, 2, &LEFT, state);
Darrick J. Wong60b49842016-10-03 09:11:34 -07002163 (*nextents)++;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002164 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
2166 else {
2167 rval = XFS_ILOG_CORE;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002168 error = xfs_bmbt_lookup_eq(bma->cur, new->br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169 new->br_startblock, new->br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002170 &i);
2171 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002173 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002174 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM;
2175 error = xfs_btree_insert(bma->cur, &i);
2176 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002178 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002179 }
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00002180
Darrick J. Wong6d3eb1e2016-01-04 16:12:42 +11002181 if (xfs_bmap_needs_btree(bma->ip, whichfork)) {
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002182 error = xfs_bmap_extents_to_btree(bma->tp, bma->ip,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002183 bma->firstblock, bma->dfops, &bma->cur,
Darrick J. Wong6d3eb1e2016-01-04 16:12:42 +11002184 1, &tmp_rval, whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002185 rval |= tmp_rval;
2186 if (error)
2187 goto done;
2188 }
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002189 temp = xfs_bmap_worst_indlen(bma->ip, temp);
2190 temp2 = xfs_bmap_worst_indlen(bma->ip, temp2);
Eric Sandeen9d87c312009-01-14 23:22:07 -06002191 diff = (int)(temp + temp2 - startblockval(PREV.br_startblock) -
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002192 (bma->cur ? bma->cur->bc_private.b.allocated : 0));
Christoph Hellwigb9b984d2011-09-18 20:40:42 +00002193 if (diff > 0) {
Dave Chinner0d485ad2015-02-23 21:22:03 +11002194 error = xfs_mod_fdblocks(bma->ip->i_mount,
2195 -((int64_t)diff), false);
Christoph Hellwigb9b984d2011-09-18 20:40:42 +00002196 ASSERT(!error);
2197 if (error)
2198 goto done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002199 }
Christoph Hellwigb9b984d2011-09-18 20:40:42 +00002200
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002201 ep = xfs_iext_get_ext(ifp, bma->idx);
Eric Sandeen9d87c312009-01-14 23:22:07 -06002202 xfs_bmbt_set_startblock(ep, nullstartblock((int)temp));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002203 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
2204 trace_xfs_bmap_pre_update(bma->ip, bma->idx + 2, state, _THIS_IP_);
2205 xfs_bmbt_set_startblock(xfs_iext_get_ext(ifp, bma->idx + 2),
Eric Sandeen9d87c312009-01-14 23:22:07 -06002206 nullstartblock((int)temp2));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002207 trace_xfs_bmap_post_update(bma->ip, bma->idx + 2, state, _THIS_IP_);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002208
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002209 bma->idx++;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002210 da_new = temp + temp2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002211 break;
2212
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002213 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
2214 case BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
2215 case BMAP_LEFT_FILLING | BMAP_RIGHT_CONTIG:
2216 case BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG:
2217 case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
2218 case BMAP_LEFT_CONTIG:
2219 case BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220 /*
2221 * These cases are all impossible.
2222 */
2223 ASSERT(0);
2224 }
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002225
Darrick J. Wong9c194642016-08-03 12:16:05 +10002226 /* add reverse mapping */
2227 error = xfs_rmap_map_extent(mp, bma->dfops, bma->ip, whichfork, new);
2228 if (error)
2229 goto done;
2230
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002231 /* convert to a btree if necessary */
Darrick J. Wong6d3eb1e2016-01-04 16:12:42 +11002232 if (xfs_bmap_needs_btree(bma->ip, whichfork)) {
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002233 int tmp_logflags; /* partial log flag return val */
2234
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002235 ASSERT(bma->cur == NULL);
2236 error = xfs_bmap_extents_to_btree(bma->tp, bma->ip,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002237 bma->firstblock, bma->dfops, &bma->cur,
Darrick J. Wong6d3eb1e2016-01-04 16:12:42 +11002238 da_old > 0, &tmp_logflags, whichfork);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002239 bma->logflags |= tmp_logflags;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002240 if (error)
2241 goto done;
2242 }
2243
2244 /* adjust for changes in reserved delayed indirect blocks */
2245 if (da_old || da_new) {
2246 temp = da_new;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002247 if (bma->cur)
2248 temp += bma->cur->bc_private.b.allocated;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002249 ASSERT(temp <= da_old);
2250 if (temp < da_old)
Dave Chinner0d485ad2015-02-23 21:22:03 +11002251 xfs_mod_fdblocks(bma->ip->i_mount,
2252 (int64_t)(da_old - temp), false);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002253 }
2254
2255 /* clear out the allocated field, done with it now in any case. */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002256 if (bma->cur)
2257 bma->cur->bc_private.b.allocated = 0;
2258
Darrick J. Wong6d3eb1e2016-01-04 16:12:42 +11002259 xfs_bmap_check_leaf_extents(bma->cur, bma->ip, whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002260done:
Darrick J. Wong60b49842016-10-03 09:11:34 -07002261 if (whichfork != XFS_COW_FORK)
2262 bma->logflags |= rval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263 return error;
2264#undef LEFT
2265#undef RIGHT
2266#undef PREV
Linus Torvalds1da177e2005-04-16 15:20:36 -07002267}
2268
2269/*
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002270 * Convert an unwritten allocation to a real allocation or vice versa.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271 */
2272STATIC int /* error */
2273xfs_bmap_add_extent_unwritten_real(
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002274 struct xfs_trans *tp,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002275 xfs_inode_t *ip, /* incore inode pointer */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002276 xfs_extnum_t *idx, /* extent number to update/insert */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277 xfs_btree_cur_t **curp, /* if *curp is null, not a btree */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11002278 xfs_bmbt_irec_t *new, /* new data to add to file extents */
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002279 xfs_fsblock_t *first, /* pointer to firstblock variable */
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002280 struct xfs_defer_ops *dfops, /* list of extents to be freed */
Christoph Hellwigb4e91812010-06-23 18:11:15 +10002281 int *logflagsp) /* inode logging flags */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002282{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283 xfs_btree_cur_t *cur; /* btree cursor */
Christoph Hellwiga6f64d42007-08-16 16:23:40 +10002284 xfs_bmbt_rec_host_t *ep; /* extent entry for idx */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285 int error; /* error return value */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286 int i; /* temp state */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11002287 xfs_ifork_t *ifp; /* inode fork pointer */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002288 xfs_fileoff_t new_endoff; /* end offset of new entry */
2289 xfs_exntst_t newext; /* new extent state */
2290 xfs_exntst_t oldext; /* old extent state */
2291 xfs_bmbt_irec_t r[3]; /* neighbor extent entries */
2292 /* left is 0, right is 1, prev is 2 */
2293 int rval=0; /* return value (logging flags) */
2294 int state = 0;/* state bits, accessed thru macros */
Eric Sandeenc29aad42015-02-23 22:39:08 +11002295 struct xfs_mount *mp = tp->t_mountp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002297 *logflagsp = 0;
2298
2299 cur = *curp;
2300 ifp = XFS_IFORK_PTR(ip, XFS_DATA_FORK);
2301
2302 ASSERT(*idx >= 0);
2303 ASSERT(*idx <= ifp->if_bytes / sizeof(struct xfs_bmbt_rec));
2304 ASSERT(!isnullstartblock(new->br_startblock));
2305
Bill O'Donnellff6d6af2015-10-12 18:21:22 +11002306 XFS_STATS_INC(mp, xs_add_exlist);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002307
Linus Torvalds1da177e2005-04-16 15:20:36 -07002308#define LEFT r[0]
2309#define RIGHT r[1]
2310#define PREV r[2]
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002311
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312 /*
2313 * Set up a bunch of variables to make the tests simpler.
2314 */
2315 error = 0;
Christoph Hellwigec90c552011-05-23 08:52:53 +00002316 ep = xfs_iext_get_ext(ifp, *idx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317 xfs_bmbt_get_all(ep, &PREV);
2318 newext = new->br_state;
2319 oldext = (newext == XFS_EXT_UNWRITTEN) ?
2320 XFS_EXT_NORM : XFS_EXT_UNWRITTEN;
2321 ASSERT(PREV.br_state == oldext);
2322 new_endoff = new->br_startoff + new->br_blockcount;
2323 ASSERT(PREV.br_startoff <= new->br_startoff);
2324 ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002325
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326 /*
2327 * Set flags determining what part of the previous oldext allocation
2328 * extent is being replaced by a newext allocation.
2329 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002330 if (PREV.br_startoff == new->br_startoff)
2331 state |= BMAP_LEFT_FILLING;
2332 if (PREV.br_startoff + PREV.br_blockcount == new_endoff)
2333 state |= BMAP_RIGHT_FILLING;
2334
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335 /*
2336 * Check and set flags if this segment has a left neighbor.
2337 * Don't set contiguous if the combined extent would be too large.
2338 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002339 if (*idx > 0) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002340 state |= BMAP_LEFT_VALID;
Christoph Hellwigec90c552011-05-23 08:52:53 +00002341 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx - 1), &LEFT);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002342
2343 if (isnullstartblock(LEFT.br_startblock))
2344 state |= BMAP_LEFT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002346
2347 if ((state & BMAP_LEFT_VALID) && !(state & BMAP_LEFT_DELAY) &&
2348 LEFT.br_startoff + LEFT.br_blockcount == new->br_startoff &&
2349 LEFT.br_startblock + LEFT.br_blockcount == new->br_startblock &&
2350 LEFT.br_state == newext &&
2351 LEFT.br_blockcount + new->br_blockcount <= MAXEXTLEN)
2352 state |= BMAP_LEFT_CONTIG;
2353
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354 /*
2355 * Check and set flags if this segment has a right neighbor.
2356 * Don't set contiguous if the combined extent would be too large.
2357 * Also check for all-three-contiguous being too large.
2358 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002359 if (*idx < ip->i_df.if_bytes / (uint)sizeof(xfs_bmbt_rec_t) - 1) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002360 state |= BMAP_RIGHT_VALID;
Christoph Hellwigec90c552011-05-23 08:52:53 +00002361 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx + 1), &RIGHT);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002362 if (isnullstartblock(RIGHT.br_startblock))
2363 state |= BMAP_RIGHT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002364 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002365
2366 if ((state & BMAP_RIGHT_VALID) && !(state & BMAP_RIGHT_DELAY) &&
2367 new_endoff == RIGHT.br_startoff &&
2368 new->br_startblock + new->br_blockcount == RIGHT.br_startblock &&
2369 newext == RIGHT.br_state &&
2370 new->br_blockcount + RIGHT.br_blockcount <= MAXEXTLEN &&
2371 ((state & (BMAP_LEFT_CONTIG | BMAP_LEFT_FILLING |
2372 BMAP_RIGHT_FILLING)) !=
2373 (BMAP_LEFT_CONTIG | BMAP_LEFT_FILLING |
2374 BMAP_RIGHT_FILLING) ||
2375 LEFT.br_blockcount + new->br_blockcount + RIGHT.br_blockcount
2376 <= MAXEXTLEN))
2377 state |= BMAP_RIGHT_CONTIG;
2378
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379 /*
2380 * Switch out based on the FILLING and CONTIG state bits.
2381 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002382 switch (state & (BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG |
2383 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG)) {
2384 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG |
2385 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386 /*
2387 * Setting all of a previous oldext extent to newext.
2388 * The left and right neighbors are both contiguous with new.
2389 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002390 --*idx;
2391
2392 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
2393 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002394 LEFT.br_blockcount + PREV.br_blockcount +
2395 RIGHT.br_blockcount);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002396 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002397
Christoph Hellwigec90c552011-05-23 08:52:53 +00002398 xfs_iext_remove(ip, *idx + 1, 2, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399 ip->i_d.di_nextents -= 2;
2400 if (cur == NULL)
2401 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
2402 else {
2403 rval = XFS_ILOG_CORE;
2404 if ((error = xfs_bmbt_lookup_eq(cur, RIGHT.br_startoff,
2405 RIGHT.br_startblock,
2406 RIGHT.br_blockcount, &i)))
2407 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002408 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig91cca5df2008-10-30 16:58:01 +11002409 if ((error = xfs_btree_delete(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002411 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig8df4da42008-10-30 16:55:58 +11002412 if ((error = xfs_btree_decrement(cur, 0, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002413 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002414 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig91cca5df2008-10-30 16:58:01 +11002415 if ((error = xfs_btree_delete(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002416 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002417 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig8df4da42008-10-30 16:55:58 +11002418 if ((error = xfs_btree_decrement(cur, 0, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002419 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002420 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421 if ((error = xfs_bmbt_update(cur, LEFT.br_startoff,
2422 LEFT.br_startblock,
2423 LEFT.br_blockcount + PREV.br_blockcount +
2424 RIGHT.br_blockcount, LEFT.br_state)))
2425 goto done;
2426 }
2427 break;
2428
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002429 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002430 /*
2431 * Setting all of a previous oldext extent to newext.
2432 * The left neighbor is contiguous, the right is not.
2433 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002434 --*idx;
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002435
Christoph Hellwigec90c552011-05-23 08:52:53 +00002436 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
2437 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx),
2438 LEFT.br_blockcount + PREV.br_blockcount);
2439 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
2440
2441 xfs_iext_remove(ip, *idx + 1, 1, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002442 ip->i_d.di_nextents--;
2443 if (cur == NULL)
2444 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
2445 else {
2446 rval = XFS_ILOG_CORE;
2447 if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff,
2448 PREV.br_startblock, PREV.br_blockcount,
2449 &i)))
2450 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002451 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig91cca5df2008-10-30 16:58:01 +11002452 if ((error = xfs_btree_delete(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002453 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002454 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig8df4da42008-10-30 16:55:58 +11002455 if ((error = xfs_btree_decrement(cur, 0, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002457 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458 if ((error = xfs_bmbt_update(cur, LEFT.br_startoff,
2459 LEFT.br_startblock,
2460 LEFT.br_blockcount + PREV.br_blockcount,
2461 LEFT.br_state)))
2462 goto done;
2463 }
2464 break;
2465
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002466 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467 /*
2468 * Setting all of a previous oldext extent to newext.
2469 * The right neighbor is contiguous, the left is not.
2470 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002471 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002472 xfs_bmbt_set_blockcount(ep,
2473 PREV.br_blockcount + RIGHT.br_blockcount);
2474 xfs_bmbt_set_state(ep, newext);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002475 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
2476 xfs_iext_remove(ip, *idx + 1, 1, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002477 ip->i_d.di_nextents--;
2478 if (cur == NULL)
2479 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
2480 else {
2481 rval = XFS_ILOG_CORE;
2482 if ((error = xfs_bmbt_lookup_eq(cur, RIGHT.br_startoff,
2483 RIGHT.br_startblock,
2484 RIGHT.br_blockcount, &i)))
2485 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002486 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig91cca5df2008-10-30 16:58:01 +11002487 if ((error = xfs_btree_delete(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002489 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig8df4da42008-10-30 16:55:58 +11002490 if ((error = xfs_btree_decrement(cur, 0, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002491 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002492 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002493 if ((error = xfs_bmbt_update(cur, new->br_startoff,
2494 new->br_startblock,
2495 new->br_blockcount + RIGHT.br_blockcount,
2496 newext)))
2497 goto done;
2498 }
2499 break;
2500
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002501 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002502 /*
2503 * Setting all of a previous oldext extent to newext.
2504 * Neither the left nor right neighbors are contiguous with
2505 * the new one.
2506 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002507 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002508 xfs_bmbt_set_state(ep, newext);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002509 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002510
Linus Torvalds1da177e2005-04-16 15:20:36 -07002511 if (cur == NULL)
2512 rval = XFS_ILOG_DEXT;
2513 else {
2514 rval = 0;
2515 if ((error = xfs_bmbt_lookup_eq(cur, new->br_startoff,
2516 new->br_startblock, new->br_blockcount,
2517 &i)))
2518 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002519 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520 if ((error = xfs_bmbt_update(cur, new->br_startoff,
2521 new->br_startblock, new->br_blockcount,
2522 newext)))
2523 goto done;
2524 }
2525 break;
2526
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002527 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528 /*
2529 * Setting the first part of a previous oldext extent to newext.
2530 * The left neighbor is contiguous.
2531 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002532 trace_xfs_bmap_pre_update(ip, *idx - 1, state, _THIS_IP_);
2533 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx - 1),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002534 LEFT.br_blockcount + new->br_blockcount);
2535 xfs_bmbt_set_startoff(ep,
2536 PREV.br_startoff + new->br_blockcount);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002537 trace_xfs_bmap_post_update(ip, *idx - 1, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002538
Christoph Hellwigec90c552011-05-23 08:52:53 +00002539 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540 xfs_bmbt_set_startblock(ep,
2541 new->br_startblock + new->br_blockcount);
2542 xfs_bmbt_set_blockcount(ep,
2543 PREV.br_blockcount - new->br_blockcount);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002544 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002545
Christoph Hellwigec90c552011-05-23 08:52:53 +00002546 --*idx;
2547
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548 if (cur == NULL)
2549 rval = XFS_ILOG_DEXT;
2550 else {
2551 rval = 0;
2552 if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff,
2553 PREV.br_startblock, PREV.br_blockcount,
2554 &i)))
2555 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002556 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002557 if ((error = xfs_bmbt_update(cur,
2558 PREV.br_startoff + new->br_blockcount,
2559 PREV.br_startblock + new->br_blockcount,
2560 PREV.br_blockcount - new->br_blockcount,
2561 oldext)))
2562 goto done;
Christoph Hellwig8df4da42008-10-30 16:55:58 +11002563 if ((error = xfs_btree_decrement(cur, 0, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564 goto done;
Christoph Hellwigb0eab142011-09-18 20:41:06 +00002565 error = xfs_bmbt_update(cur, LEFT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002566 LEFT.br_startblock,
2567 LEFT.br_blockcount + new->br_blockcount,
Christoph Hellwigb0eab142011-09-18 20:41:06 +00002568 LEFT.br_state);
2569 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570 goto done;
2571 }
2572 break;
2573
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002574 case BMAP_LEFT_FILLING:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002575 /*
2576 * Setting the first part of a previous oldext extent to newext.
2577 * The left neighbor is not contiguous.
2578 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002579 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580 ASSERT(ep && xfs_bmbt_get_state(ep) == oldext);
2581 xfs_bmbt_set_startoff(ep, new_endoff);
2582 xfs_bmbt_set_blockcount(ep,
2583 PREV.br_blockcount - new->br_blockcount);
2584 xfs_bmbt_set_startblock(ep,
2585 new->br_startblock + new->br_blockcount);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002586 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002587
Christoph Hellwigec90c552011-05-23 08:52:53 +00002588 xfs_iext_insert(ip, *idx, 1, new, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002589 ip->i_d.di_nextents++;
2590 if (cur == NULL)
2591 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
2592 else {
2593 rval = XFS_ILOG_CORE;
2594 if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff,
2595 PREV.br_startblock, PREV.br_blockcount,
2596 &i)))
2597 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002598 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599 if ((error = xfs_bmbt_update(cur,
2600 PREV.br_startoff + new->br_blockcount,
2601 PREV.br_startblock + new->br_blockcount,
2602 PREV.br_blockcount - new->br_blockcount,
2603 oldext)))
2604 goto done;
2605 cur->bc_rec.b = *new;
Christoph Hellwig4b22a572008-10-30 16:57:40 +11002606 if ((error = xfs_btree_insert(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002608 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002609 }
2610 break;
2611
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002612 case BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613 /*
2614 * Setting the last part of a previous oldext extent to newext.
2615 * The right neighbor is contiguous with the new allocation.
2616 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002617 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002618 xfs_bmbt_set_blockcount(ep,
2619 PREV.br_blockcount - new->br_blockcount);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002620 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
2621
2622 ++*idx;
2623
2624 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
2625 xfs_bmbt_set_allf(xfs_iext_get_ext(ifp, *idx),
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11002626 new->br_startoff, new->br_startblock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002627 new->br_blockcount + RIGHT.br_blockcount, newext);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002628 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002629
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630 if (cur == NULL)
2631 rval = XFS_ILOG_DEXT;
2632 else {
2633 rval = 0;
2634 if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff,
2635 PREV.br_startblock,
2636 PREV.br_blockcount, &i)))
2637 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002638 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639 if ((error = xfs_bmbt_update(cur, PREV.br_startoff,
2640 PREV.br_startblock,
2641 PREV.br_blockcount - new->br_blockcount,
2642 oldext)))
2643 goto done;
Christoph Hellwig637aa502008-10-30 16:55:45 +11002644 if ((error = xfs_btree_increment(cur, 0, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002645 goto done;
2646 if ((error = xfs_bmbt_update(cur, new->br_startoff,
2647 new->br_startblock,
2648 new->br_blockcount + RIGHT.br_blockcount,
2649 newext)))
2650 goto done;
2651 }
2652 break;
2653
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002654 case BMAP_RIGHT_FILLING:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002655 /*
2656 * Setting the last part of a previous oldext extent to newext.
2657 * The right neighbor is not contiguous.
2658 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002659 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660 xfs_bmbt_set_blockcount(ep,
2661 PREV.br_blockcount - new->br_blockcount);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002662 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002663
Christoph Hellwigec90c552011-05-23 08:52:53 +00002664 ++*idx;
2665 xfs_iext_insert(ip, *idx, 1, new, state);
2666
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667 ip->i_d.di_nextents++;
2668 if (cur == NULL)
2669 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
2670 else {
2671 rval = XFS_ILOG_CORE;
2672 if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff,
2673 PREV.br_startblock, PREV.br_blockcount,
2674 &i)))
2675 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002676 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677 if ((error = xfs_bmbt_update(cur, PREV.br_startoff,
2678 PREV.br_startblock,
2679 PREV.br_blockcount - new->br_blockcount,
2680 oldext)))
2681 goto done;
2682 if ((error = xfs_bmbt_lookup_eq(cur, new->br_startoff,
2683 new->br_startblock, new->br_blockcount,
2684 &i)))
2685 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002686 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687 cur->bc_rec.b.br_state = XFS_EXT_NORM;
Christoph Hellwig4b22a572008-10-30 16:57:40 +11002688 if ((error = xfs_btree_insert(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002689 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002690 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002691 }
2692 break;
2693
2694 case 0:
2695 /*
2696 * Setting the middle part of a previous oldext extent to
2697 * newext. Contiguity is impossible here.
2698 * One extent becomes three extents.
2699 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002700 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002701 xfs_bmbt_set_blockcount(ep,
2702 new->br_startoff - PREV.br_startoff);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002703 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002704
Linus Torvalds1da177e2005-04-16 15:20:36 -07002705 r[0] = *new;
2706 r[1].br_startoff = new_endoff;
2707 r[1].br_blockcount =
2708 PREV.br_startoff + PREV.br_blockcount - new_endoff;
2709 r[1].br_startblock = new->br_startblock + new->br_blockcount;
2710 r[1].br_state = oldext;
Christoph Hellwigec90c552011-05-23 08:52:53 +00002711
2712 ++*idx;
2713 xfs_iext_insert(ip, *idx, 2, &r[0], state);
2714
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715 ip->i_d.di_nextents += 2;
2716 if (cur == NULL)
2717 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
2718 else {
2719 rval = XFS_ILOG_CORE;
2720 if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff,
2721 PREV.br_startblock, PREV.br_blockcount,
2722 &i)))
2723 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002724 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002725 /* new right extent - oldext */
2726 if ((error = xfs_bmbt_update(cur, r[1].br_startoff,
2727 r[1].br_startblock, r[1].br_blockcount,
2728 r[1].br_state)))
2729 goto done;
2730 /* new left extent - oldext */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002731 cur->bc_rec.b = PREV;
Tim Shimmin6a617dd2008-07-18 17:13:04 +10002732 cur->bc_rec.b.br_blockcount =
2733 new->br_startoff - PREV.br_startoff;
Christoph Hellwig4b22a572008-10-30 16:57:40 +11002734 if ((error = xfs_btree_insert(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002735 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002736 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Lachlan McIlroyddea2d52008-06-23 13:25:53 +10002737 /*
2738 * Reset the cursor to the position of the new extent
2739 * we are about to insert as we can't trust it after
2740 * the previous insert.
2741 */
2742 if ((error = xfs_bmbt_lookup_eq(cur, new->br_startoff,
2743 new->br_startblock, new->br_blockcount,
2744 &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002746 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747 /* new middle extent - newext */
Lachlan McIlroyddea2d52008-06-23 13:25:53 +10002748 cur->bc_rec.b.br_state = new->br_state;
Christoph Hellwig4b22a572008-10-30 16:57:40 +11002749 if ((error = xfs_btree_insert(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002751 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752 }
2753 break;
2754
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002755 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
2756 case BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
2757 case BMAP_LEFT_FILLING | BMAP_RIGHT_CONTIG:
2758 case BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG:
2759 case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
2760 case BMAP_LEFT_CONTIG:
2761 case BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002762 /*
2763 * These cases are all impossible.
2764 */
2765 ASSERT(0);
2766 }
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002767
Darrick J. Wong9c194642016-08-03 12:16:05 +10002768 /* update reverse mappings */
2769 error = xfs_rmap_convert_extent(mp, dfops, ip, XFS_DATA_FORK, new);
2770 if (error)
2771 goto done;
2772
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002773 /* convert to a btree if necessary */
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00002774 if (xfs_bmap_needs_btree(ip, XFS_DATA_FORK)) {
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002775 int tmp_logflags; /* partial log flag return val */
2776
2777 ASSERT(cur == NULL);
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002778 error = xfs_bmap_extents_to_btree(tp, ip, first, dfops, &cur,
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002779 0, &tmp_logflags, XFS_DATA_FORK);
2780 *logflagsp |= tmp_logflags;
2781 if (error)
2782 goto done;
2783 }
2784
2785 /* clear out the allocated field, done with it now in any case. */
2786 if (cur) {
2787 cur->bc_private.b.allocated = 0;
2788 *curp = cur;
2789 }
2790
2791 xfs_bmap_check_leaf_extents(*curp, ip, XFS_DATA_FORK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002792done:
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002793 *logflagsp |= rval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002794 return error;
2795#undef LEFT
2796#undef RIGHT
2797#undef PREV
Linus Torvalds1da177e2005-04-16 15:20:36 -07002798}
2799
2800/*
Christoph Hellwig1fd044d2011-09-18 20:40:49 +00002801 * Convert a hole to a delayed allocation.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002802 */
Christoph Hellwig1fd044d2011-09-18 20:40:49 +00002803STATIC void
Linus Torvalds1da177e2005-04-16 15:20:36 -07002804xfs_bmap_add_extent_hole_delay(
2805 xfs_inode_t *ip, /* incore inode pointer */
Darrick J. Wongbe51f812016-10-03 09:11:32 -07002806 int whichfork,
Christoph Hellwigec90c552011-05-23 08:52:53 +00002807 xfs_extnum_t *idx, /* extent number to update/insert */
Christoph Hellwig1fd044d2011-09-18 20:40:49 +00002808 xfs_bmbt_irec_t *new) /* new data to add to file extents */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002809{
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11002810 xfs_ifork_t *ifp; /* inode fork pointer */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811 xfs_bmbt_irec_t left; /* left neighbor extent entry */
2812 xfs_filblks_t newlen=0; /* new indirect size */
2813 xfs_filblks_t oldlen=0; /* old indirect size */
2814 xfs_bmbt_irec_t right; /* right neighbor extent entry */
2815 int state; /* state bits, accessed thru macros */
Olaf Weber3e57ecf2006-06-09 14:48:12 +10002816 xfs_filblks_t temp=0; /* temp for indirect calculations */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002817
Darrick J. Wongbe51f812016-10-03 09:11:32 -07002818 ifp = XFS_IFORK_PTR(ip, whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002819 state = 0;
Darrick J. Wongbe51f812016-10-03 09:11:32 -07002820 if (whichfork == XFS_COW_FORK)
2821 state |= BMAP_COWFORK;
Eric Sandeen9d87c312009-01-14 23:22:07 -06002822 ASSERT(isnullstartblock(new->br_startblock));
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002823
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824 /*
2825 * Check and set flags if this segment has a left neighbor
2826 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002827 if (*idx > 0) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002828 state |= BMAP_LEFT_VALID;
Christoph Hellwigec90c552011-05-23 08:52:53 +00002829 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx - 1), &left);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002830
2831 if (isnullstartblock(left.br_startblock))
2832 state |= BMAP_LEFT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002834
Linus Torvalds1da177e2005-04-16 15:20:36 -07002835 /*
2836 * Check and set flags if the current (right) segment exists.
2837 * If it doesn't exist, we're converting the hole at end-of-file.
2838 */
Darrick J. Wongbe51f812016-10-03 09:11:32 -07002839 if (*idx < ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t)) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002840 state |= BMAP_RIGHT_VALID;
Christoph Hellwig2f2b3222011-05-11 15:04:06 +00002841 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx), &right);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002842
2843 if (isnullstartblock(right.br_startblock))
2844 state |= BMAP_RIGHT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002845 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002846
Linus Torvalds1da177e2005-04-16 15:20:36 -07002847 /*
2848 * Set contiguity flags on the left and right neighbors.
2849 * Don't let extents get too large, even if the pieces are contiguous.
2850 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002851 if ((state & BMAP_LEFT_VALID) && (state & BMAP_LEFT_DELAY) &&
2852 left.br_startoff + left.br_blockcount == new->br_startoff &&
2853 left.br_blockcount + new->br_blockcount <= MAXEXTLEN)
2854 state |= BMAP_LEFT_CONTIG;
2855
2856 if ((state & BMAP_RIGHT_VALID) && (state & BMAP_RIGHT_DELAY) &&
2857 new->br_startoff + new->br_blockcount == right.br_startoff &&
2858 new->br_blockcount + right.br_blockcount <= MAXEXTLEN &&
2859 (!(state & BMAP_LEFT_CONTIG) ||
2860 (left.br_blockcount + new->br_blockcount +
2861 right.br_blockcount <= MAXEXTLEN)))
2862 state |= BMAP_RIGHT_CONTIG;
2863
Linus Torvalds1da177e2005-04-16 15:20:36 -07002864 /*
2865 * Switch out based on the contiguity flags.
2866 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002867 switch (state & (BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG)) {
2868 case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002869 /*
2870 * New allocation is contiguous with delayed allocations
2871 * on the left and on the right.
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11002872 * Merge all three into a single extent record.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002873 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002874 --*idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002875 temp = left.br_blockcount + new->br_blockcount +
2876 right.br_blockcount;
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002877
Christoph Hellwigec90c552011-05-23 08:52:53 +00002878 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
2879 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx), temp);
Eric Sandeen9d87c312009-01-14 23:22:07 -06002880 oldlen = startblockval(left.br_startblock) +
2881 startblockval(new->br_startblock) +
2882 startblockval(right.br_startblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002883 newlen = xfs_bmap_worst_indlen(ip, temp);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002884 xfs_bmbt_set_startblock(xfs_iext_get_ext(ifp, *idx),
Eric Sandeen9d87c312009-01-14 23:22:07 -06002885 nullstartblock((int)newlen));
Christoph Hellwigec90c552011-05-23 08:52:53 +00002886 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002887
Christoph Hellwigec90c552011-05-23 08:52:53 +00002888 xfs_iext_remove(ip, *idx + 1, 1, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002889 break;
2890
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002891 case BMAP_LEFT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002892 /*
2893 * New allocation is contiguous with a delayed allocation
2894 * on the left.
2895 * Merge the new allocation with the left neighbor.
2896 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002897 --*idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002898 temp = left.br_blockcount + new->br_blockcount;
Christoph Hellwigec90c552011-05-23 08:52:53 +00002899
2900 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
2901 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx), temp);
Eric Sandeen9d87c312009-01-14 23:22:07 -06002902 oldlen = startblockval(left.br_startblock) +
2903 startblockval(new->br_startblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904 newlen = xfs_bmap_worst_indlen(ip, temp);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002905 xfs_bmbt_set_startblock(xfs_iext_get_ext(ifp, *idx),
Eric Sandeen9d87c312009-01-14 23:22:07 -06002906 nullstartblock((int)newlen));
Christoph Hellwigec90c552011-05-23 08:52:53 +00002907 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002908 break;
2909
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002910 case BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002911 /*
2912 * New allocation is contiguous with a delayed allocation
2913 * on the right.
2914 * Merge the new allocation with the right neighbor.
2915 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002916 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002917 temp = new->br_blockcount + right.br_blockcount;
Eric Sandeen9d87c312009-01-14 23:22:07 -06002918 oldlen = startblockval(new->br_startblock) +
2919 startblockval(right.br_startblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002920 newlen = xfs_bmap_worst_indlen(ip, temp);
Christoph Hellwig2f2b3222011-05-11 15:04:06 +00002921 xfs_bmbt_set_allf(xfs_iext_get_ext(ifp, *idx),
2922 new->br_startoff,
Eric Sandeen9d87c312009-01-14 23:22:07 -06002923 nullstartblock((int)newlen), temp, right.br_state);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002924 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002925 break;
2926
2927 case 0:
2928 /*
2929 * New allocation is not contiguous with another
2930 * delayed allocation.
2931 * Insert a new entry.
2932 */
2933 oldlen = newlen = 0;
Christoph Hellwigec90c552011-05-23 08:52:53 +00002934 xfs_iext_insert(ip, *idx, 1, new, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002935 break;
2936 }
2937 if (oldlen != newlen) {
2938 ASSERT(oldlen > newlen);
Dave Chinner0d485ad2015-02-23 21:22:03 +11002939 xfs_mod_fdblocks(ip->i_mount, (int64_t)(oldlen - newlen),
2940 false);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002941 /*
2942 * Nothing to do for disk quota accounting here.
2943 */
2944 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002945}
2946
2947/*
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002948 * Convert a hole to a real allocation.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002949 */
2950STATIC int /* error */
2951xfs_bmap_add_extent_hole_real(
Christoph Hellwigc6534242011-09-18 20:41:05 +00002952 struct xfs_bmalloca *bma,
2953 int whichfork)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954{
Christoph Hellwigc6534242011-09-18 20:41:05 +00002955 struct xfs_bmbt_irec *new = &bma->got;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956 int error; /* error return value */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002957 int i; /* temp state */
2958 xfs_ifork_t *ifp; /* inode fork pointer */
2959 xfs_bmbt_irec_t left; /* left neighbor extent entry */
2960 xfs_bmbt_irec_t right; /* right neighbor extent entry */
Olaf Weber3e57ecf2006-06-09 14:48:12 +10002961 int rval=0; /* return value (logging flags) */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002962 int state; /* state bits, accessed thru macros */
Eric Sandeenc29aad42015-02-23 22:39:08 +11002963 struct xfs_mount *mp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964
Eric Sandeenf1f96c42016-01-04 16:10:42 +11002965 mp = bma->ip->i_mount;
Christoph Hellwigc6534242011-09-18 20:41:05 +00002966 ifp = XFS_IFORK_PTR(bma->ip, whichfork);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002967
Christoph Hellwigc6534242011-09-18 20:41:05 +00002968 ASSERT(bma->idx >= 0);
2969 ASSERT(bma->idx <= ifp->if_bytes / sizeof(struct xfs_bmbt_rec));
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002970 ASSERT(!isnullstartblock(new->br_startblock));
Christoph Hellwigc6534242011-09-18 20:41:05 +00002971 ASSERT(!bma->cur ||
2972 !(bma->cur->bc_private.b.flags & XFS_BTCUR_BPRV_WASDEL));
Darrick J. Wong3993bae2016-10-03 09:11:32 -07002973 ASSERT(whichfork != XFS_COW_FORK);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002974
Bill O'Donnellff6d6af2015-10-12 18:21:22 +11002975 XFS_STATS_INC(mp, xs_add_exlist);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002976
2977 state = 0;
Christoph Hellwig6ef35542009-11-25 00:00:21 +00002978 if (whichfork == XFS_ATTR_FORK)
2979 state |= BMAP_ATTRFORK;
2980
Linus Torvalds1da177e2005-04-16 15:20:36 -07002981 /*
2982 * Check and set flags if this segment has a left neighbor.
2983 */
Christoph Hellwigc6534242011-09-18 20:41:05 +00002984 if (bma->idx > 0) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002985 state |= BMAP_LEFT_VALID;
Christoph Hellwigc6534242011-09-18 20:41:05 +00002986 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx - 1), &left);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002987 if (isnullstartblock(left.br_startblock))
2988 state |= BMAP_LEFT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002989 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002990
Linus Torvalds1da177e2005-04-16 15:20:36 -07002991 /*
2992 * Check and set flags if this segment has a current value.
2993 * Not true if we're inserting into the "hole" at eof.
2994 */
Christoph Hellwigc6534242011-09-18 20:41:05 +00002995 if (bma->idx < ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t)) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002996 state |= BMAP_RIGHT_VALID;
Christoph Hellwigc6534242011-09-18 20:41:05 +00002997 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx), &right);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002998 if (isnullstartblock(right.br_startblock))
2999 state |= BMAP_RIGHT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003000 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00003001
Linus Torvalds1da177e2005-04-16 15:20:36 -07003002 /*
3003 * We're inserting a real allocation between "left" and "right".
3004 * Set the contiguity flags. Don't let extents get too large.
3005 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00003006 if ((state & BMAP_LEFT_VALID) && !(state & BMAP_LEFT_DELAY) &&
3007 left.br_startoff + left.br_blockcount == new->br_startoff &&
3008 left.br_startblock + left.br_blockcount == new->br_startblock &&
3009 left.br_state == new->br_state &&
3010 left.br_blockcount + new->br_blockcount <= MAXEXTLEN)
3011 state |= BMAP_LEFT_CONTIG;
3012
3013 if ((state & BMAP_RIGHT_VALID) && !(state & BMAP_RIGHT_DELAY) &&
3014 new->br_startoff + new->br_blockcount == right.br_startoff &&
3015 new->br_startblock + new->br_blockcount == right.br_startblock &&
3016 new->br_state == right.br_state &&
3017 new->br_blockcount + right.br_blockcount <= MAXEXTLEN &&
3018 (!(state & BMAP_LEFT_CONTIG) ||
3019 left.br_blockcount + new->br_blockcount +
3020 right.br_blockcount <= MAXEXTLEN))
3021 state |= BMAP_RIGHT_CONTIG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003022
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003023 error = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003024 /*
3025 * Select which case we're in here, and implement it.
3026 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00003027 switch (state & (BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG)) {
3028 case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003029 /*
3030 * New allocation is contiguous with real allocations on the
3031 * left and on the right.
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11003032 * Merge all three into a single extent record.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003033 */
Christoph Hellwigc6534242011-09-18 20:41:05 +00003034 --bma->idx;
3035 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
3036 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx),
Linus Torvalds1da177e2005-04-16 15:20:36 -07003037 left.br_blockcount + new->br_blockcount +
3038 right.br_blockcount);
Christoph Hellwigc6534242011-09-18 20:41:05 +00003039 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00003040
Christoph Hellwigc6534242011-09-18 20:41:05 +00003041 xfs_iext_remove(bma->ip, bma->idx + 1, 1, state);
Christoph Hellwigec90c552011-05-23 08:52:53 +00003042
Christoph Hellwigc6534242011-09-18 20:41:05 +00003043 XFS_IFORK_NEXT_SET(bma->ip, whichfork,
3044 XFS_IFORK_NEXTENTS(bma->ip, whichfork) - 1);
3045 if (bma->cur == NULL) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06003046 rval = XFS_ILOG_CORE | xfs_ilog_fext(whichfork);
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003047 } else {
3048 rval = XFS_ILOG_CORE;
Christoph Hellwigc6534242011-09-18 20:41:05 +00003049 error = xfs_bmbt_lookup_eq(bma->cur, right.br_startoff,
3050 right.br_startblock, right.br_blockcount,
3051 &i);
3052 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003053 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11003054 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwigc6534242011-09-18 20:41:05 +00003055 error = xfs_btree_delete(bma->cur, &i);
3056 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003057 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11003058 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwigc6534242011-09-18 20:41:05 +00003059 error = xfs_btree_decrement(bma->cur, 0, &i);
3060 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003061 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11003062 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwigc6534242011-09-18 20:41:05 +00003063 error = xfs_bmbt_update(bma->cur, left.br_startoff,
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003064 left.br_startblock,
3065 left.br_blockcount +
3066 new->br_blockcount +
3067 right.br_blockcount,
Christoph Hellwigc6534242011-09-18 20:41:05 +00003068 left.br_state);
3069 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003070 goto done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003071 }
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003072 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003073
Christoph Hellwig7574aa92009-11-25 00:00:19 +00003074 case BMAP_LEFT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003075 /*
3076 * New allocation is contiguous with a real allocation
3077 * on the left.
3078 * Merge the new allocation with the left neighbor.
3079 */
Christoph Hellwigc6534242011-09-18 20:41:05 +00003080 --bma->idx;
3081 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
3082 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx),
Linus Torvalds1da177e2005-04-16 15:20:36 -07003083 left.br_blockcount + new->br_blockcount);
Christoph Hellwigc6534242011-09-18 20:41:05 +00003084 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00003085
Christoph Hellwigc6534242011-09-18 20:41:05 +00003086 if (bma->cur == NULL) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06003087 rval = xfs_ilog_fext(whichfork);
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003088 } else {
3089 rval = 0;
Christoph Hellwigc6534242011-09-18 20:41:05 +00003090 error = xfs_bmbt_lookup_eq(bma->cur, left.br_startoff,
3091 left.br_startblock, left.br_blockcount,
3092 &i);
3093 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003094 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11003095 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwigc6534242011-09-18 20:41:05 +00003096 error = xfs_bmbt_update(bma->cur, left.br_startoff,
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003097 left.br_startblock,
3098 left.br_blockcount +
3099 new->br_blockcount,
Christoph Hellwigc6534242011-09-18 20:41:05 +00003100 left.br_state);
3101 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003102 goto done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003103 }
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003104 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003105
Christoph Hellwig7574aa92009-11-25 00:00:19 +00003106 case BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107 /*
3108 * New allocation is contiguous with a real allocation
3109 * on the right.
3110 * Merge the new allocation with the right neighbor.
3111 */
Christoph Hellwigc6534242011-09-18 20:41:05 +00003112 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
3113 xfs_bmbt_set_allf(xfs_iext_get_ext(ifp, bma->idx),
Christoph Hellwig2f2b3222011-05-11 15:04:06 +00003114 new->br_startoff, new->br_startblock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003115 new->br_blockcount + right.br_blockcount,
3116 right.br_state);
Christoph Hellwigc6534242011-09-18 20:41:05 +00003117 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00003118
Christoph Hellwigc6534242011-09-18 20:41:05 +00003119 if (bma->cur == NULL) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06003120 rval = xfs_ilog_fext(whichfork);
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003121 } else {
3122 rval = 0;
Christoph Hellwigc6534242011-09-18 20:41:05 +00003123 error = xfs_bmbt_lookup_eq(bma->cur,
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003124 right.br_startoff,
3125 right.br_startblock,
Christoph Hellwigc6534242011-09-18 20:41:05 +00003126 right.br_blockcount, &i);
3127 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003128 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11003129 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwigc6534242011-09-18 20:41:05 +00003130 error = xfs_bmbt_update(bma->cur, new->br_startoff,
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003131 new->br_startblock,
3132 new->br_blockcount +
3133 right.br_blockcount,
Christoph Hellwigc6534242011-09-18 20:41:05 +00003134 right.br_state);
3135 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003136 goto done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003137 }
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003138 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003139
3140 case 0:
3141 /*
3142 * New allocation is not contiguous with another
3143 * real allocation.
3144 * Insert a new entry.
3145 */
Christoph Hellwigc6534242011-09-18 20:41:05 +00003146 xfs_iext_insert(bma->ip, bma->idx, 1, new, state);
3147 XFS_IFORK_NEXT_SET(bma->ip, whichfork,
3148 XFS_IFORK_NEXTENTS(bma->ip, whichfork) + 1);
3149 if (bma->cur == NULL) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06003150 rval = XFS_ILOG_CORE | xfs_ilog_fext(whichfork);
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003151 } else {
3152 rval = XFS_ILOG_CORE;
Christoph Hellwigc6534242011-09-18 20:41:05 +00003153 error = xfs_bmbt_lookup_eq(bma->cur,
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003154 new->br_startoff,
3155 new->br_startblock,
Christoph Hellwigc6534242011-09-18 20:41:05 +00003156 new->br_blockcount, &i);
3157 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003158 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11003159 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, done);
Christoph Hellwigc6534242011-09-18 20:41:05 +00003160 bma->cur->bc_rec.b.br_state = new->br_state;
3161 error = xfs_btree_insert(bma->cur, &i);
3162 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003163 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11003164 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165 }
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003166 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003167 }
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00003168
Darrick J. Wong9c194642016-08-03 12:16:05 +10003169 /* add reverse mapping */
3170 error = xfs_rmap_map_extent(mp, bma->dfops, bma->ip, whichfork, new);
3171 if (error)
3172 goto done;
3173
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00003174 /* convert to a btree if necessary */
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00003175 if (xfs_bmap_needs_btree(bma->ip, whichfork)) {
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00003176 int tmp_logflags; /* partial log flag return val */
3177
Christoph Hellwigc6534242011-09-18 20:41:05 +00003178 ASSERT(bma->cur == NULL);
3179 error = xfs_bmap_extents_to_btree(bma->tp, bma->ip,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10003180 bma->firstblock, bma->dfops, &bma->cur,
Christoph Hellwigc6534242011-09-18 20:41:05 +00003181 0, &tmp_logflags, whichfork);
3182 bma->logflags |= tmp_logflags;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00003183 if (error)
3184 goto done;
3185 }
3186
3187 /* clear out the allocated field, done with it now in any case. */
Christoph Hellwigc6534242011-09-18 20:41:05 +00003188 if (bma->cur)
3189 bma->cur->bc_private.b.allocated = 0;
3190
3191 xfs_bmap_check_leaf_extents(bma->cur, bma->ip, whichfork);
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003192done:
Christoph Hellwigc6534242011-09-18 20:41:05 +00003193 bma->logflags |= rval;
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003194 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195}
3196
Nathan Scottdd9f4382006-01-11 15:28:28 +11003197/*
Dave Chinner9e5987a2013-02-25 12:31:26 +11003198 * Functions used in the extent read, allocate and remove paths
3199 */
3200
3201/*
Nathan Scottdd9f4382006-01-11 15:28:28 +11003202 * Adjust the size of the new extent based on di_extsize and rt extsize.
3203 */
Dave Chinner68988112013-08-12 20:49:42 +10003204int
Nathan Scottdd9f4382006-01-11 15:28:28 +11003205xfs_bmap_extsize_align(
3206 xfs_mount_t *mp,
3207 xfs_bmbt_irec_t *gotp, /* next extent pointer */
3208 xfs_bmbt_irec_t *prevp, /* previous extent pointer */
3209 xfs_extlen_t extsz, /* align to this extent size */
3210 int rt, /* is this a realtime inode? */
3211 int eof, /* is extent at end-of-file? */
3212 int delay, /* creating delalloc extent? */
3213 int convert, /* overwriting unwritten extent? */
3214 xfs_fileoff_t *offp, /* in/out: aligned offset */
3215 xfs_extlen_t *lenp) /* in/out: aligned length */
3216{
3217 xfs_fileoff_t orig_off; /* original offset */
3218 xfs_extlen_t orig_alen; /* original length */
3219 xfs_fileoff_t orig_end; /* original off+len */
3220 xfs_fileoff_t nexto; /* next file offset */
3221 xfs_fileoff_t prevo; /* previous file offset */
3222 xfs_fileoff_t align_off; /* temp for offset */
3223 xfs_extlen_t align_alen; /* temp for length */
3224 xfs_extlen_t temp; /* temp for calculations */
3225
3226 if (convert)
3227 return 0;
3228
3229 orig_off = align_off = *offp;
3230 orig_alen = align_alen = *lenp;
3231 orig_end = orig_off + orig_alen;
3232
3233 /*
3234 * If this request overlaps an existing extent, then don't
3235 * attempt to perform any additional alignment.
3236 */
3237 if (!delay && !eof &&
3238 (orig_off >= gotp->br_startoff) &&
3239 (orig_end <= gotp->br_startoff + gotp->br_blockcount)) {
3240 return 0;
3241 }
3242
3243 /*
3244 * If the file offset is unaligned vs. the extent size
3245 * we need to align it. This will be possible unless
3246 * the file was previously written with a kernel that didn't
3247 * perform this alignment, or if a truncate shot us in the
3248 * foot.
3249 */
3250 temp = do_mod(orig_off, extsz);
3251 if (temp) {
3252 align_alen += temp;
3253 align_off -= temp;
3254 }
Dave Chinner6dea405e2015-05-29 07:40:06 +10003255
3256 /* Same adjustment for the end of the requested area. */
3257 temp = (align_alen % extsz);
3258 if (temp)
Nathan Scottdd9f4382006-01-11 15:28:28 +11003259 align_alen += extsz - temp;
Dave Chinner6dea405e2015-05-29 07:40:06 +10003260
3261 /*
3262 * For large extent hint sizes, the aligned extent might be larger than
3263 * MAXEXTLEN. In that case, reduce the size by an extsz so that it pulls
3264 * the length back under MAXEXTLEN. The outer allocation loops handle
3265 * short allocation just fine, so it is safe to do this. We only want to
3266 * do it when we are forced to, though, because it means more allocation
3267 * operations are required.
3268 */
3269 while (align_alen > MAXEXTLEN)
3270 align_alen -= extsz;
3271 ASSERT(align_alen <= MAXEXTLEN);
3272
Nathan Scottdd9f4382006-01-11 15:28:28 +11003273 /*
3274 * If the previous block overlaps with this proposed allocation
3275 * then move the start forward without adjusting the length.
3276 */
3277 if (prevp->br_startoff != NULLFILEOFF) {
3278 if (prevp->br_startblock == HOLESTARTBLOCK)
3279 prevo = prevp->br_startoff;
3280 else
3281 prevo = prevp->br_startoff + prevp->br_blockcount;
3282 } else
3283 prevo = 0;
3284 if (align_off != orig_off && align_off < prevo)
3285 align_off = prevo;
3286 /*
3287 * If the next block overlaps with this proposed allocation
3288 * then move the start back without adjusting the length,
3289 * but not before offset 0.
3290 * This may of course make the start overlap previous block,
3291 * and if we hit the offset 0 limit then the next block
3292 * can still overlap too.
3293 */
3294 if (!eof && gotp->br_startoff != NULLFILEOFF) {
3295 if ((delay && gotp->br_startblock == HOLESTARTBLOCK) ||
3296 (!delay && gotp->br_startblock == DELAYSTARTBLOCK))
3297 nexto = gotp->br_startoff + gotp->br_blockcount;
3298 else
3299 nexto = gotp->br_startoff;
3300 } else
3301 nexto = NULLFILEOFF;
3302 if (!eof &&
3303 align_off + align_alen != orig_end &&
3304 align_off + align_alen > nexto)
3305 align_off = nexto > align_alen ? nexto - align_alen : 0;
3306 /*
3307 * If we're now overlapping the next or previous extent that
3308 * means we can't fit an extsz piece in this hole. Just move
3309 * the start forward to the first valid spot and set
3310 * the length so we hit the end.
3311 */
3312 if (align_off != orig_off && align_off < prevo)
3313 align_off = prevo;
3314 if (align_off + align_alen != orig_end &&
3315 align_off + align_alen > nexto &&
3316 nexto != NULLFILEOFF) {
3317 ASSERT(nexto > prevo);
3318 align_alen = nexto - align_off;
3319 }
3320
3321 /*
3322 * If realtime, and the result isn't a multiple of the realtime
3323 * extent size we need to remove blocks until it is.
3324 */
3325 if (rt && (temp = (align_alen % mp->m_sb.sb_rextsize))) {
3326 /*
3327 * We're not covering the original request, or
3328 * we won't be able to once we fix the length.
3329 */
3330 if (orig_off < align_off ||
3331 orig_end > align_off + align_alen ||
3332 align_alen - temp < orig_alen)
Dave Chinner24513372014-06-25 14:58:08 +10003333 return -EINVAL;
Nathan Scottdd9f4382006-01-11 15:28:28 +11003334 /*
3335 * Try to fix it by moving the start up.
3336 */
3337 if (align_off + temp <= orig_off) {
3338 align_alen -= temp;
3339 align_off += temp;
3340 }
3341 /*
3342 * Try to fix it by moving the end in.
3343 */
3344 else if (align_off + align_alen - temp >= orig_end)
3345 align_alen -= temp;
3346 /*
3347 * Set the start to the minimum then trim the length.
3348 */
3349 else {
3350 align_alen -= orig_off - align_off;
3351 align_off = orig_off;
3352 align_alen -= align_alen % mp->m_sb.sb_rextsize;
3353 }
3354 /*
3355 * Result doesn't cover the request, fail it.
3356 */
3357 if (orig_off < align_off || orig_end > align_off + align_alen)
Dave Chinner24513372014-06-25 14:58:08 +10003358 return -EINVAL;
Nathan Scottdd9f4382006-01-11 15:28:28 +11003359 } else {
3360 ASSERT(orig_off >= align_off);
Dave Chinner6dea405e2015-05-29 07:40:06 +10003361 /* see MAXEXTLEN handling above */
3362 ASSERT(orig_end <= align_off + align_alen ||
3363 align_alen + extsz > MAXEXTLEN);
Nathan Scottdd9f4382006-01-11 15:28:28 +11003364 }
3365
3366#ifdef DEBUG
3367 if (!eof && gotp->br_startoff != NULLFILEOFF)
3368 ASSERT(align_off + align_alen <= gotp->br_startoff);
3369 if (prevp->br_startoff != NULLFILEOFF)
3370 ASSERT(align_off >= prevp->br_startoff + prevp->br_blockcount);
3371#endif
3372
3373 *lenp = align_alen;
3374 *offp = align_off;
3375 return 0;
3376}
3377
Linus Torvalds1da177e2005-04-16 15:20:36 -07003378#define XFS_ALLOC_GAP_UNITS 4
3379
Dave Chinner68988112013-08-12 20:49:42 +10003380void
Nathan Scotta365bdd2006-03-14 13:34:16 +11003381xfs_bmap_adjacent(
Dave Chinner68988112013-08-12 20:49:42 +10003382 struct xfs_bmalloca *ap) /* bmap alloc argument struct */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003383{
3384 xfs_fsblock_t adjust; /* adjustment to block numbers */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003385 xfs_agnumber_t fb_agno; /* ag number of ap->firstblock */
3386 xfs_mount_t *mp; /* mount point structure */
3387 int nullfb; /* true if ap->firstblock isn't set */
3388 int rt; /* true if inode is realtime */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003389
3390#define ISVALID(x,y) \
3391 (rt ? \
3392 (x) < mp->m_sb.sb_rblocks : \
3393 XFS_FSB_TO_AGNO(mp, x) == XFS_FSB_TO_AGNO(mp, y) && \
3394 XFS_FSB_TO_AGNO(mp, x) < mp->m_sb.sb_agcount && \
3395 XFS_FSB_TO_AGBNO(mp, x) < mp->m_sb.sb_agblocks)
3396
Linus Torvalds1da177e2005-04-16 15:20:36 -07003397 mp = ap->ip->i_mount;
Dave Chinner0937e0f2011-09-18 20:40:57 +00003398 nullfb = *ap->firstblock == NULLFSBLOCK;
Dave Chinner292378e2016-09-26 08:21:28 +10003399 rt = XFS_IS_REALTIME_INODE(ap->ip) &&
3400 xfs_alloc_is_userdata(ap->datatype);
Dave Chinner0937e0f2011-09-18 20:40:57 +00003401 fb_agno = nullfb ? NULLAGNUMBER : XFS_FSB_TO_AGNO(mp, *ap->firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003402 /*
3403 * If allocating at eof, and there's a previous real block,
Malcolm Parsons9da096f2009-03-29 09:55:42 +02003404 * try to use its last block as our starting point.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003405 */
Dave Chinnerbaf41a52011-09-18 20:40:56 +00003406 if (ap->eof && ap->prev.br_startoff != NULLFILEOFF &&
3407 !isnullstartblock(ap->prev.br_startblock) &&
3408 ISVALID(ap->prev.br_startblock + ap->prev.br_blockcount,
3409 ap->prev.br_startblock)) {
Dave Chinner3a756672011-09-18 20:40:58 +00003410 ap->blkno = ap->prev.br_startblock + ap->prev.br_blockcount;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003411 /*
3412 * Adjust for the gap between prevp and us.
3413 */
Dave Chinner3a756672011-09-18 20:40:58 +00003414 adjust = ap->offset -
Dave Chinnerbaf41a52011-09-18 20:40:56 +00003415 (ap->prev.br_startoff + ap->prev.br_blockcount);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003416 if (adjust &&
Dave Chinner3a756672011-09-18 20:40:58 +00003417 ISVALID(ap->blkno + adjust, ap->prev.br_startblock))
3418 ap->blkno += adjust;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003419 }
3420 /*
3421 * If not at eof, then compare the two neighbor blocks.
3422 * Figure out whether either one gives us a good starting point,
3423 * and pick the better one.
3424 */
3425 else if (!ap->eof) {
3426 xfs_fsblock_t gotbno; /* right side block number */
3427 xfs_fsblock_t gotdiff=0; /* right side difference */
3428 xfs_fsblock_t prevbno; /* left side block number */
3429 xfs_fsblock_t prevdiff=0; /* left side difference */
3430
3431 /*
3432 * If there's a previous (left) block, select a requested
3433 * start block based on it.
3434 */
Dave Chinnerbaf41a52011-09-18 20:40:56 +00003435 if (ap->prev.br_startoff != NULLFILEOFF &&
3436 !isnullstartblock(ap->prev.br_startblock) &&
3437 (prevbno = ap->prev.br_startblock +
3438 ap->prev.br_blockcount) &&
3439 ISVALID(prevbno, ap->prev.br_startblock)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003440 /*
3441 * Calculate gap to end of previous block.
3442 */
Dave Chinner3a756672011-09-18 20:40:58 +00003443 adjust = prevdiff = ap->offset -
Dave Chinnerbaf41a52011-09-18 20:40:56 +00003444 (ap->prev.br_startoff +
3445 ap->prev.br_blockcount);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446 /*
3447 * Figure the startblock based on the previous block's
3448 * end and the gap size.
3449 * Heuristic!
3450 * If the gap is large relative to the piece we're
3451 * allocating, or using it gives us an invalid block
3452 * number, then just use the end of the previous block.
3453 */
Dave Chinner3a756672011-09-18 20:40:58 +00003454 if (prevdiff <= XFS_ALLOC_GAP_UNITS * ap->length &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003455 ISVALID(prevbno + prevdiff,
Dave Chinnerbaf41a52011-09-18 20:40:56 +00003456 ap->prev.br_startblock))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003457 prevbno += adjust;
3458 else
3459 prevdiff += adjust;
3460 /*
3461 * If the firstblock forbids it, can't use it,
3462 * must use default.
3463 */
3464 if (!rt && !nullfb &&
3465 XFS_FSB_TO_AGNO(mp, prevbno) != fb_agno)
3466 prevbno = NULLFSBLOCK;
3467 }
3468 /*
3469 * No previous block or can't follow it, just default.
3470 */
3471 else
3472 prevbno = NULLFSBLOCK;
3473 /*
3474 * If there's a following (right) block, select a requested
3475 * start block based on it.
3476 */
Dave Chinnerbaf41a52011-09-18 20:40:56 +00003477 if (!isnullstartblock(ap->got.br_startblock)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003478 /*
3479 * Calculate gap to start of next block.
3480 */
Dave Chinner3a756672011-09-18 20:40:58 +00003481 adjust = gotdiff = ap->got.br_startoff - ap->offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003482 /*
3483 * Figure the startblock based on the next block's
3484 * start and the gap size.
3485 */
Dave Chinnerbaf41a52011-09-18 20:40:56 +00003486 gotbno = ap->got.br_startblock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487 /*
3488 * Heuristic!
3489 * If the gap is large relative to the piece we're
3490 * allocating, or using it gives us an invalid block
3491 * number, then just use the start of the next block
3492 * offset by our length.
3493 */
Dave Chinner3a756672011-09-18 20:40:58 +00003494 if (gotdiff <= XFS_ALLOC_GAP_UNITS * ap->length &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003495 ISVALID(gotbno - gotdiff, gotbno))
3496 gotbno -= adjust;
Dave Chinner3a756672011-09-18 20:40:58 +00003497 else if (ISVALID(gotbno - ap->length, gotbno)) {
3498 gotbno -= ap->length;
3499 gotdiff += adjust - ap->length;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003500 } else
3501 gotdiff += adjust;
3502 /*
3503 * If the firstblock forbids it, can't use it,
3504 * must use default.
3505 */
3506 if (!rt && !nullfb &&
3507 XFS_FSB_TO_AGNO(mp, gotbno) != fb_agno)
3508 gotbno = NULLFSBLOCK;
3509 }
3510 /*
3511 * No next block, just default.
3512 */
3513 else
3514 gotbno = NULLFSBLOCK;
3515 /*
3516 * If both valid, pick the better one, else the only good
Dave Chinner3a756672011-09-18 20:40:58 +00003517 * one, else ap->blkno is already set (to 0 or the inode block).
Linus Torvalds1da177e2005-04-16 15:20:36 -07003518 */
3519 if (prevbno != NULLFSBLOCK && gotbno != NULLFSBLOCK)
Dave Chinner3a756672011-09-18 20:40:58 +00003520 ap->blkno = prevdiff <= gotdiff ? prevbno : gotbno;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003521 else if (prevbno != NULLFSBLOCK)
Dave Chinner3a756672011-09-18 20:40:58 +00003522 ap->blkno = prevbno;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003523 else if (gotbno != NULLFSBLOCK)
Dave Chinner3a756672011-09-18 20:40:58 +00003524 ap->blkno = gotbno;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003525 }
Nathan Scotta365bdd2006-03-14 13:34:16 +11003526#undef ISVALID
Nathan Scotta365bdd2006-03-14 13:34:16 +11003527}
3528
Christoph Hellwigc977eb12014-04-23 07:11:41 +10003529static int
3530xfs_bmap_longest_free_extent(
3531 struct xfs_trans *tp,
3532 xfs_agnumber_t ag,
3533 xfs_extlen_t *blen,
3534 int *notinit)
3535{
3536 struct xfs_mount *mp = tp->t_mountp;
3537 struct xfs_perag *pag;
3538 xfs_extlen_t longest;
3539 int error = 0;
3540
3541 pag = xfs_perag_get(mp, ag);
3542 if (!pag->pagf_init) {
3543 error = xfs_alloc_pagf_init(mp, tp, ag, XFS_ALLOC_FLAG_TRYLOCK);
3544 if (error)
3545 goto out;
3546
3547 if (!pag->pagf_init) {
3548 *notinit = 1;
3549 goto out;
3550 }
3551 }
3552
Dave Chinner50adbcb2015-06-22 10:04:31 +10003553 longest = xfs_alloc_longest_free_extent(mp, pag,
Darrick J. Wong3fd129b2016-09-19 10:30:52 +10003554 xfs_alloc_min_freelist(mp, pag),
3555 xfs_ag_resv_needed(pag, XFS_AG_RESV_NONE));
Christoph Hellwigc977eb12014-04-23 07:11:41 +10003556 if (*blen < longest)
3557 *blen = longest;
3558
3559out:
3560 xfs_perag_put(pag);
3561 return error;
3562}
3563
3564static void
3565xfs_bmap_select_minlen(
3566 struct xfs_bmalloca *ap,
3567 struct xfs_alloc_arg *args,
3568 xfs_extlen_t *blen,
3569 int notinit)
3570{
3571 if (notinit || *blen < ap->minlen) {
3572 /*
3573 * Since we did a BUF_TRYLOCK above, it is possible that
3574 * there is space for this request.
3575 */
3576 args->minlen = ap->minlen;
3577 } else if (*blen < args->maxlen) {
3578 /*
3579 * If the best seen length is less than the request length,
3580 * use the best as the minimum.
3581 */
3582 args->minlen = *blen;
3583 } else {
3584 /*
3585 * Otherwise we've seen an extent as big as maxlen, use that
3586 * as the minimum.
3587 */
3588 args->minlen = args->maxlen;
3589 }
3590}
3591
Nathan Scotta365bdd2006-03-14 13:34:16 +11003592STATIC int
Christoph Hellwigc467c042010-02-15 23:34:42 +00003593xfs_bmap_btalloc_nullfb(
3594 struct xfs_bmalloca *ap,
3595 struct xfs_alloc_arg *args,
3596 xfs_extlen_t *blen)
3597{
3598 struct xfs_mount *mp = ap->ip->i_mount;
Christoph Hellwigc467c042010-02-15 23:34:42 +00003599 xfs_agnumber_t ag, startag;
3600 int notinit = 0;
3601 int error;
3602
Christoph Hellwigc977eb12014-04-23 07:11:41 +10003603 args->type = XFS_ALLOCTYPE_START_BNO;
Christoph Hellwigc467c042010-02-15 23:34:42 +00003604 args->total = ap->total;
3605
Christoph Hellwigc467c042010-02-15 23:34:42 +00003606 startag = ag = XFS_FSB_TO_AGNO(mp, args->fsbno);
3607 if (startag == NULLAGNUMBER)
3608 startag = ag = 0;
3609
Dave Chinner14b064c2011-01-27 12:16:28 +11003610 while (*blen < args->maxlen) {
Christoph Hellwigc977eb12014-04-23 07:11:41 +10003611 error = xfs_bmap_longest_free_extent(args->tp, ag, blen,
3612 &notinit);
3613 if (error)
3614 return error;
Christoph Hellwigc467c042010-02-15 23:34:42 +00003615
Christoph Hellwigc467c042010-02-15 23:34:42 +00003616 if (++ag == mp->m_sb.sb_agcount)
3617 ag = 0;
3618 if (ag == startag)
3619 break;
Christoph Hellwigc467c042010-02-15 23:34:42 +00003620 }
Christoph Hellwigc977eb12014-04-23 07:11:41 +10003621
3622 xfs_bmap_select_minlen(ap, args, blen, notinit);
3623 return 0;
3624}
3625
3626STATIC int
3627xfs_bmap_btalloc_filestreams(
3628 struct xfs_bmalloca *ap,
3629 struct xfs_alloc_arg *args,
3630 xfs_extlen_t *blen)
3631{
3632 struct xfs_mount *mp = ap->ip->i_mount;
3633 xfs_agnumber_t ag;
3634 int notinit = 0;
3635 int error;
3636
3637 args->type = XFS_ALLOCTYPE_NEAR_BNO;
3638 args->total = ap->total;
3639
3640 ag = XFS_FSB_TO_AGNO(mp, args->fsbno);
3641 if (ag == NULLAGNUMBER)
3642 ag = 0;
3643
3644 error = xfs_bmap_longest_free_extent(args->tp, ag, blen, &notinit);
3645 if (error)
3646 return error;
3647
3648 if (*blen < args->maxlen) {
3649 error = xfs_filestream_new_ag(ap, &ag);
3650 if (error)
3651 return error;
3652
3653 error = xfs_bmap_longest_free_extent(args->tp, ag, blen,
3654 &notinit);
3655 if (error)
3656 return error;
3657
3658 }
3659
3660 xfs_bmap_select_minlen(ap, args, blen, notinit);
Christoph Hellwigc467c042010-02-15 23:34:42 +00003661
3662 /*
Christoph Hellwigc977eb12014-04-23 07:11:41 +10003663 * Set the failure fallback case to look in the selected AG as stream
3664 * may have moved.
Christoph Hellwigc467c042010-02-15 23:34:42 +00003665 */
Christoph Hellwigc977eb12014-04-23 07:11:41 +10003666 ap->blkno = args->fsbno = XFS_AGB_TO_FSB(mp, ag, 0);
Christoph Hellwigc467c042010-02-15 23:34:42 +00003667 return 0;
3668}
3669
3670STATIC int
Nathan Scotta365bdd2006-03-14 13:34:16 +11003671xfs_bmap_btalloc(
Dave Chinner68988112013-08-12 20:49:42 +10003672 struct xfs_bmalloca *ap) /* bmap alloc argument struct */
Nathan Scotta365bdd2006-03-14 13:34:16 +11003673{
3674 xfs_mount_t *mp; /* mount point structure */
3675 xfs_alloctype_t atype = 0; /* type for allocation routines */
Dave Chinner292378e2016-09-26 08:21:28 +10003676 xfs_extlen_t align = 0; /* minimum allocation alignment */
Nathan Scotta365bdd2006-03-14 13:34:16 +11003677 xfs_agnumber_t fb_agno; /* ag number of ap->firstblock */
Christoph Hellwigc467c042010-02-15 23:34:42 +00003678 xfs_agnumber_t ag;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003679 xfs_alloc_arg_t args;
3680 xfs_extlen_t blen;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003681 xfs_extlen_t nextminlen = 0;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003682 int nullfb; /* true if ap->firstblock isn't set */
3683 int isaligned;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003684 int tryagain;
3685 int error;
Dave Chinner33177f052013-12-12 16:34:36 +11003686 int stripe_align;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003687
Dave Chinnera99ebf42011-12-01 11:24:20 +00003688 ASSERT(ap->length);
3689
Nathan Scotta365bdd2006-03-14 13:34:16 +11003690 mp = ap->ip->i_mount;
Dave Chinner33177f052013-12-12 16:34:36 +11003691
3692 /* stripe alignment for allocation is determined by mount parameters */
3693 stripe_align = 0;
3694 if (mp->m_swidth && (mp->m_flags & XFS_MOUNT_SWALLOC))
3695 stripe_align = mp->m_swidth;
3696 else if (mp->m_dalign)
3697 stripe_align = mp->m_dalign;
3698
Darrick J. Wongf7ca3522016-10-03 09:11:43 -07003699 if (ap->flags & XFS_BMAPI_COWFORK)
3700 align = xfs_get_cowextsz_hint(ap->ip);
3701 else if (xfs_alloc_is_userdata(ap->datatype))
Dave Chinner292378e2016-09-26 08:21:28 +10003702 align = xfs_get_extsz_hint(ap->ip);
Nathan Scotta365bdd2006-03-14 13:34:16 +11003703 if (unlikely(align)) {
Dave Chinnerbaf41a52011-09-18 20:40:56 +00003704 error = xfs_bmap_extsize_align(mp, &ap->got, &ap->prev,
Nathan Scotta365bdd2006-03-14 13:34:16 +11003705 align, 0, ap->eof, 0, ap->conv,
Dave Chinner3a756672011-09-18 20:40:58 +00003706 &ap->offset, &ap->length);
Nathan Scotta365bdd2006-03-14 13:34:16 +11003707 ASSERT(!error);
Dave Chinner3a756672011-09-18 20:40:58 +00003708 ASSERT(ap->length);
Nathan Scotta365bdd2006-03-14 13:34:16 +11003709 }
Dave Chinner33177f052013-12-12 16:34:36 +11003710
3711
Dave Chinner0937e0f2011-09-18 20:40:57 +00003712 nullfb = *ap->firstblock == NULLFSBLOCK;
3713 fb_agno = nullfb ? NULLAGNUMBER : XFS_FSB_TO_AGNO(mp, *ap->firstblock);
David Chinner2a82b8b2007-07-11 11:09:12 +10003714 if (nullfb) {
Dave Chinner292378e2016-09-26 08:21:28 +10003715 if (xfs_alloc_is_userdata(ap->datatype) &&
3716 xfs_inode_is_filestream(ap->ip)) {
David Chinner2a82b8b2007-07-11 11:09:12 +10003717 ag = xfs_filestream_lookup_ag(ap->ip);
3718 ag = (ag != NULLAGNUMBER) ? ag : 0;
Dave Chinner3a756672011-09-18 20:40:58 +00003719 ap->blkno = XFS_AGB_TO_FSB(mp, ag, 0);
David Chinner2a82b8b2007-07-11 11:09:12 +10003720 } else {
Dave Chinner3a756672011-09-18 20:40:58 +00003721 ap->blkno = XFS_INO_TO_FSB(mp, ap->ip->i_ino);
David Chinner2a82b8b2007-07-11 11:09:12 +10003722 }
3723 } else
Dave Chinner3a756672011-09-18 20:40:58 +00003724 ap->blkno = *ap->firstblock;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003725
3726 xfs_bmap_adjacent(ap);
3727
Linus Torvalds1da177e2005-04-16 15:20:36 -07003728 /*
Dave Chinner3a756672011-09-18 20:40:58 +00003729 * If allowed, use ap->blkno; otherwise must use firstblock since
Linus Torvalds1da177e2005-04-16 15:20:36 -07003730 * it's in the right allocation group.
3731 */
Dave Chinner3a756672011-09-18 20:40:58 +00003732 if (nullfb || XFS_FSB_TO_AGNO(mp, ap->blkno) == fb_agno)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003733 ;
3734 else
Dave Chinner3a756672011-09-18 20:40:58 +00003735 ap->blkno = *ap->firstblock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003736 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003737 * Normal allocation, done through xfs_alloc_vextent.
3738 */
Nathan Scotta365bdd2006-03-14 13:34:16 +11003739 tryagain = isaligned = 0;
Mark Tinguelya0041682012-09-20 13:16:45 -05003740 memset(&args, 0, sizeof(args));
Nathan Scotta365bdd2006-03-14 13:34:16 +11003741 args.tp = ap->tp;
3742 args.mp = mp;
Dave Chinner3a756672011-09-18 20:40:58 +00003743 args.fsbno = ap->blkno;
Darrick J. Wong340785c2016-08-03 11:33:42 +10003744 xfs_rmap_skip_owner_update(&args.oinfo);
Dave Chinner14b064c2011-01-27 12:16:28 +11003745
3746 /* Trim the allocation back to the maximum an AG can fit. */
Darrick J. Wong52548852016-08-03 11:38:24 +10003747 args.maxlen = MIN(ap->length, mp->m_ag_max_usable);
Dave Chinner0937e0f2011-09-18 20:40:57 +00003748 args.firstblock = *ap->firstblock;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003749 blen = 0;
3750 if (nullfb) {
Christoph Hellwigc977eb12014-04-23 07:11:41 +10003751 /*
3752 * Search for an allocation group with a single extent large
3753 * enough for the request. If one isn't found, then adjust
3754 * the minimum allocation size to the largest space found.
3755 */
Dave Chinner292378e2016-09-26 08:21:28 +10003756 if (xfs_alloc_is_userdata(ap->datatype) &&
3757 xfs_inode_is_filestream(ap->ip))
Christoph Hellwigc977eb12014-04-23 07:11:41 +10003758 error = xfs_bmap_btalloc_filestreams(ap, &args, &blen);
3759 else
3760 error = xfs_bmap_btalloc_nullfb(ap, &args, &blen);
Christoph Hellwigc467c042010-02-15 23:34:42 +00003761 if (error)
3762 return error;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10003763 } else if (ap->dfops->dop_low) {
David Chinner2a82b8b2007-07-11 11:09:12 +10003764 if (xfs_inode_is_filestream(ap->ip))
3765 args.type = XFS_ALLOCTYPE_FIRST_AG;
3766 else
3767 args.type = XFS_ALLOCTYPE_START_BNO;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003768 args.total = args.minlen = ap->minlen;
3769 } else {
3770 args.type = XFS_ALLOCTYPE_NEAR_BNO;
3771 args.total = ap->total;
3772 args.minlen = ap->minlen;
3773 }
David Chinner957d0eb2007-06-18 16:50:37 +10003774 /* apply extent size hints if obtained earlier */
3775 if (unlikely(align)) {
3776 args.prod = align;
Dave Chinner3a756672011-09-18 20:40:58 +00003777 if ((args.mod = (xfs_extlen_t)do_mod(ap->offset, args.prod)))
Nathan Scotta365bdd2006-03-14 13:34:16 +11003778 args.mod = (xfs_extlen_t)(args.prod - args.mod);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03003779 } else if (mp->m_sb.sb_blocksize >= PAGE_SIZE) {
Nathan Scotta365bdd2006-03-14 13:34:16 +11003780 args.prod = 1;
3781 args.mod = 0;
3782 } else {
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03003783 args.prod = PAGE_SIZE >> mp->m_sb.sb_blocklog;
Dave Chinner3a756672011-09-18 20:40:58 +00003784 if ((args.mod = (xfs_extlen_t)(do_mod(ap->offset, args.prod))))
Nathan Scotta365bdd2006-03-14 13:34:16 +11003785 args.mod = (xfs_extlen_t)(args.prod - args.mod);
3786 }
3787 /*
3788 * If we are not low on available data blocks, and the
3789 * underlying logical volume manager is a stripe, and
3790 * the file offset is zero then try to allocate data
3791 * blocks on stripe unit boundary.
3792 * NOTE: ap->aeof is only set if the allocation length
3793 * is >= the stripe unit and the allocation offset is
3794 * at the end of file.
3795 */
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10003796 if (!ap->dfops->dop_low && ap->aeof) {
Dave Chinner3a756672011-09-18 20:40:58 +00003797 if (!ap->offset) {
Dave Chinner33177f052013-12-12 16:34:36 +11003798 args.alignment = stripe_align;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003799 atype = args.type;
3800 isaligned = 1;
3801 /*
3802 * Adjust for alignment
3803 */
Dave Chinner14b064c2011-01-27 12:16:28 +11003804 if (blen > args.alignment && blen <= args.maxlen)
Nathan Scotta365bdd2006-03-14 13:34:16 +11003805 args.minlen = blen - args.alignment;
3806 args.minalignslop = 0;
3807 } else {
3808 /*
3809 * First try an exact bno allocation.
3810 * If it fails then do a near or start bno
3811 * allocation with alignment turned on.
3812 */
3813 atype = args.type;
3814 tryagain = 1;
3815 args.type = XFS_ALLOCTYPE_THIS_BNO;
3816 args.alignment = 1;
3817 /*
3818 * Compute the minlen+alignment for the
3819 * next case. Set slop so that the value
3820 * of minlen+alignment+slop doesn't go up
3821 * between the calls.
3822 */
Dave Chinner33177f052013-12-12 16:34:36 +11003823 if (blen > stripe_align && blen <= args.maxlen)
3824 nextminlen = blen - stripe_align;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003825 else
3826 nextminlen = args.minlen;
Dave Chinner33177f052013-12-12 16:34:36 +11003827 if (nextminlen + stripe_align > args.minlen + 1)
Nathan Scotta365bdd2006-03-14 13:34:16 +11003828 args.minalignslop =
Dave Chinner33177f052013-12-12 16:34:36 +11003829 nextminlen + stripe_align -
Nathan Scotta365bdd2006-03-14 13:34:16 +11003830 args.minlen - 1;
3831 else
3832 args.minalignslop = 0;
3833 }
3834 } else {
3835 args.alignment = 1;
3836 args.minalignslop = 0;
3837 }
3838 args.minleft = ap->minleft;
3839 args.wasdel = ap->wasdel;
Darrick J. Wong3fd129b2016-09-19 10:30:52 +10003840 args.resv = XFS_AG_RESV_NONE;
Dave Chinner292378e2016-09-26 08:21:28 +10003841 args.datatype = ap->datatype;
3842 if (ap->datatype & XFS_ALLOC_USERDATA_ZERO)
Dave Chinner3fbbbea2015-11-03 12:27:22 +11003843 args.ip = ap->ip;
3844
3845 error = xfs_alloc_vextent(&args);
3846 if (error)
Nathan Scotta365bdd2006-03-14 13:34:16 +11003847 return error;
Dave Chinner3fbbbea2015-11-03 12:27:22 +11003848
Nathan Scotta365bdd2006-03-14 13:34:16 +11003849 if (tryagain && args.fsbno == NULLFSBLOCK) {
3850 /*
3851 * Exact allocation failed. Now try with alignment
3852 * turned on.
3853 */
3854 args.type = atype;
Dave Chinner3a756672011-09-18 20:40:58 +00003855 args.fsbno = ap->blkno;
Dave Chinner33177f052013-12-12 16:34:36 +11003856 args.alignment = stripe_align;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003857 args.minlen = nextminlen;
3858 args.minalignslop = 0;
3859 isaligned = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860 if ((error = xfs_alloc_vextent(&args)))
3861 return error;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003862 }
3863 if (isaligned && args.fsbno == NULLFSBLOCK) {
3864 /*
3865 * allocation failed, so turn off alignment and
3866 * try again.
3867 */
3868 args.type = atype;
Dave Chinner3a756672011-09-18 20:40:58 +00003869 args.fsbno = ap->blkno;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003870 args.alignment = 0;
3871 if ((error = xfs_alloc_vextent(&args)))
3872 return error;
3873 }
3874 if (args.fsbno == NULLFSBLOCK && nullfb &&
3875 args.minlen > ap->minlen) {
3876 args.minlen = ap->minlen;
3877 args.type = XFS_ALLOCTYPE_START_BNO;
Dave Chinner3a756672011-09-18 20:40:58 +00003878 args.fsbno = ap->blkno;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003879 if ((error = xfs_alloc_vextent(&args)))
3880 return error;
3881 }
3882 if (args.fsbno == NULLFSBLOCK && nullfb) {
3883 args.fsbno = 0;
3884 args.type = XFS_ALLOCTYPE_FIRST_AG;
3885 args.total = ap->minlen;
3886 args.minleft = 0;
3887 if ((error = xfs_alloc_vextent(&args)))
3888 return error;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10003889 ap->dfops->dop_low = true;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003890 }
3891 if (args.fsbno != NULLFSBLOCK) {
Dave Chinner0937e0f2011-09-18 20:40:57 +00003892 /*
3893 * check the allocation happened at the same or higher AG than
3894 * the first block that was allocated.
3895 */
3896 ASSERT(*ap->firstblock == NULLFSBLOCK ||
3897 XFS_FSB_TO_AGNO(mp, *ap->firstblock) ==
3898 XFS_FSB_TO_AGNO(mp, args.fsbno) ||
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10003899 (ap->dfops->dop_low &&
Dave Chinner0937e0f2011-09-18 20:40:57 +00003900 XFS_FSB_TO_AGNO(mp, *ap->firstblock) <
3901 XFS_FSB_TO_AGNO(mp, args.fsbno)));
3902
Dave Chinner3a756672011-09-18 20:40:58 +00003903 ap->blkno = args.fsbno;
Dave Chinner0937e0f2011-09-18 20:40:57 +00003904 if (*ap->firstblock == NULLFSBLOCK)
3905 *ap->firstblock = args.fsbno;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003906 ASSERT(nullfb || fb_agno == args.agno ||
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10003907 (ap->dfops->dop_low && fb_agno < args.agno));
Dave Chinner3a756672011-09-18 20:40:58 +00003908 ap->length = args.len;
Darrick J. Wong60b49842016-10-03 09:11:34 -07003909 if (!(ap->flags & XFS_BMAPI_COWFORK))
3910 ap->ip->i_d.di_nblocks += args.len;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003911 xfs_trans_log_inode(ap->tp, ap->ip, XFS_ILOG_CORE);
3912 if (ap->wasdel)
3913 ap->ip->i_delayed_blks -= args.len;
3914 /*
3915 * Adjust the disk quota also. This was reserved
3916 * earlier.
3917 */
Christoph Hellwig7d095252009-06-08 15:33:32 +02003918 xfs_trans_mod_dquot_byino(ap->tp, ap->ip,
Nathan Scotta365bdd2006-03-14 13:34:16 +11003919 ap->wasdel ? XFS_TRANS_DQ_DELBCOUNT :
3920 XFS_TRANS_DQ_BCOUNT,
3921 (long) args.len);
3922 } else {
Dave Chinner3a756672011-09-18 20:40:58 +00003923 ap->blkno = NULLFSBLOCK;
3924 ap->length = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003925 }
3926 return 0;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003927}
3928
3929/*
Darrick J. Wongf65306e2016-10-03 09:11:27 -07003930 * For a remap operation, just "allocate" an extent at the address that the
3931 * caller passed in, and ensure that the AGFL is the right size. The caller
3932 * will then map the "allocated" extent into the file somewhere.
3933 */
3934STATIC int
3935xfs_bmap_remap_alloc(
3936 struct xfs_bmalloca *ap)
3937{
3938 struct xfs_trans *tp = ap->tp;
3939 struct xfs_mount *mp = tp->t_mountp;
3940 xfs_agblock_t bno;
3941 struct xfs_alloc_arg args;
3942 int error;
3943
3944 /*
3945 * validate that the block number is legal - the enables us to detect
3946 * and handle a silent filesystem corruption rather than crashing.
3947 */
3948 memset(&args, 0, sizeof(struct xfs_alloc_arg));
3949 args.tp = ap->tp;
3950 args.mp = ap->tp->t_mountp;
3951 bno = *ap->firstblock;
3952 args.agno = XFS_FSB_TO_AGNO(mp, bno);
3953 args.agbno = XFS_FSB_TO_AGBNO(mp, bno);
3954 if (args.agno >= mp->m_sb.sb_agcount ||
3955 args.agbno >= mp->m_sb.sb_agblocks)
3956 return -EFSCORRUPTED;
3957
3958 /* "Allocate" the extent from the range we passed in. */
3959 trace_xfs_bmap_remap_alloc(ap->ip, *ap->firstblock, ap->length);
3960 ap->blkno = bno;
3961 ap->ip->i_d.di_nblocks += ap->length;
3962 xfs_trans_log_inode(ap->tp, ap->ip, XFS_ILOG_CORE);
3963
3964 /* Fix the freelist, like a real allocator does. */
3965 args.datatype = ap->datatype;
3966 args.pag = xfs_perag_get(args.mp, args.agno);
3967 ASSERT(args.pag);
3968
3969 /*
3970 * The freelist fixing code will decline the allocation if
3971 * the size and shape of the free space doesn't allow for
3972 * allocating the extent and updating all the metadata that
3973 * happens during an allocation. We're remapping, not
3974 * allocating, so skip that check by pretending to be freeing.
3975 */
3976 error = xfs_alloc_fix_freelist(&args, XFS_ALLOC_FLAG_FREEING);
Darrick J. Wongf65306e2016-10-03 09:11:27 -07003977 xfs_perag_put(args.pag);
3978 if (error)
3979 trace_xfs_bmap_remap_alloc_error(ap->ip, error, _RET_IP_);
3980 return error;
3981}
3982
3983/*
Nathan Scotta365bdd2006-03-14 13:34:16 +11003984 * xfs_bmap_alloc is called by xfs_bmapi to allocate an extent for a file.
3985 * It figures out where to ask the underlying allocator to put the new extent.
3986 */
3987STATIC int
3988xfs_bmap_alloc(
Dave Chinner68988112013-08-12 20:49:42 +10003989 struct xfs_bmalloca *ap) /* bmap alloc argument struct */
Nathan Scotta365bdd2006-03-14 13:34:16 +11003990{
Darrick J. Wongf65306e2016-10-03 09:11:27 -07003991 if (ap->flags & XFS_BMAPI_REMAP)
3992 return xfs_bmap_remap_alloc(ap);
Dave Chinner292378e2016-09-26 08:21:28 +10003993 if (XFS_IS_REALTIME_INODE(ap->ip) &&
3994 xfs_alloc_is_userdata(ap->datatype))
Nathan Scotta365bdd2006-03-14 13:34:16 +11003995 return xfs_bmap_rtalloc(ap);
3996 return xfs_bmap_btalloc(ap);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003997}
3998
Darrick J. Wong0a0af282016-10-20 15:51:50 +11003999/* Trim extent to fit a logical block range. */
4000void
4001xfs_trim_extent(
4002 struct xfs_bmbt_irec *irec,
4003 xfs_fileoff_t bno,
4004 xfs_filblks_t len)
4005{
4006 xfs_fileoff_t distance;
4007 xfs_fileoff_t end = bno + len;
4008
4009 if (irec->br_startoff + irec->br_blockcount <= bno ||
4010 irec->br_startoff >= end) {
4011 irec->br_blockcount = 0;
4012 return;
4013 }
4014
4015 if (irec->br_startoff < bno) {
4016 distance = bno - irec->br_startoff;
4017 if (isnullstartblock(irec->br_startblock))
4018 irec->br_startblock = DELAYSTARTBLOCK;
4019 if (irec->br_startblock != DELAYSTARTBLOCK &&
4020 irec->br_startblock != HOLESTARTBLOCK)
4021 irec->br_startblock += distance;
4022 irec->br_startoff += distance;
4023 irec->br_blockcount -= distance;
4024 }
4025
4026 if (end < irec->br_startoff + irec->br_blockcount) {
4027 distance = irec->br_startoff + irec->br_blockcount - end;
4028 irec->br_blockcount -= distance;
4029 }
4030}
4031
Linus Torvalds1da177e2005-04-16 15:20:36 -07004032/*
Dave Chinneraef9a892011-09-18 20:40:44 +00004033 * Trim the returned map to the required bounds
4034 */
4035STATIC void
4036xfs_bmapi_trim_map(
4037 struct xfs_bmbt_irec *mval,
4038 struct xfs_bmbt_irec *got,
4039 xfs_fileoff_t *bno,
4040 xfs_filblks_t len,
4041 xfs_fileoff_t obno,
4042 xfs_fileoff_t end,
4043 int n,
4044 int flags)
4045{
4046 if ((flags & XFS_BMAPI_ENTIRE) ||
4047 got->br_startoff + got->br_blockcount <= obno) {
4048 *mval = *got;
4049 if (isnullstartblock(got->br_startblock))
4050 mval->br_startblock = DELAYSTARTBLOCK;
4051 return;
4052 }
4053
4054 if (obno > *bno)
4055 *bno = obno;
4056 ASSERT((*bno >= obno) || (n == 0));
4057 ASSERT(*bno < end);
4058 mval->br_startoff = *bno;
4059 if (isnullstartblock(got->br_startblock))
4060 mval->br_startblock = DELAYSTARTBLOCK;
4061 else
4062 mval->br_startblock = got->br_startblock +
4063 (*bno - got->br_startoff);
4064 /*
4065 * Return the minimum of what we got and what we asked for for
4066 * the length. We can use the len variable here because it is
4067 * modified below and we could have been there before coming
4068 * here if the first part of the allocation didn't overlap what
4069 * was asked for.
4070 */
4071 mval->br_blockcount = XFS_FILBLKS_MIN(end - *bno,
4072 got->br_blockcount - (*bno - got->br_startoff));
4073 mval->br_state = got->br_state;
4074 ASSERT(mval->br_blockcount <= len);
4075 return;
4076}
4077
4078/*
4079 * Update and validate the extent map to return
4080 */
4081STATIC void
4082xfs_bmapi_update_map(
4083 struct xfs_bmbt_irec **map,
4084 xfs_fileoff_t *bno,
4085 xfs_filblks_t *len,
4086 xfs_fileoff_t obno,
4087 xfs_fileoff_t end,
4088 int *n,
4089 int flags)
4090{
4091 xfs_bmbt_irec_t *mval = *map;
4092
4093 ASSERT((flags & XFS_BMAPI_ENTIRE) ||
4094 ((mval->br_startoff + mval->br_blockcount) <= end));
4095 ASSERT((flags & XFS_BMAPI_ENTIRE) || (mval->br_blockcount <= *len) ||
4096 (mval->br_startoff < obno));
4097
4098 *bno = mval->br_startoff + mval->br_blockcount;
4099 *len = end - *bno;
4100 if (*n > 0 && mval->br_startoff == mval[-1].br_startoff) {
4101 /* update previous map with new information */
4102 ASSERT(mval->br_startblock == mval[-1].br_startblock);
4103 ASSERT(mval->br_blockcount > mval[-1].br_blockcount);
4104 ASSERT(mval->br_state == mval[-1].br_state);
4105 mval[-1].br_blockcount = mval->br_blockcount;
4106 mval[-1].br_state = mval->br_state;
4107 } else if (*n > 0 && mval->br_startblock != DELAYSTARTBLOCK &&
4108 mval[-1].br_startblock != DELAYSTARTBLOCK &&
4109 mval[-1].br_startblock != HOLESTARTBLOCK &&
4110 mval->br_startblock == mval[-1].br_startblock +
4111 mval[-1].br_blockcount &&
4112 ((flags & XFS_BMAPI_IGSTATE) ||
4113 mval[-1].br_state == mval->br_state)) {
4114 ASSERT(mval->br_startoff ==
4115 mval[-1].br_startoff + mval[-1].br_blockcount);
4116 mval[-1].br_blockcount += mval->br_blockcount;
4117 } else if (*n > 0 &&
4118 mval->br_startblock == DELAYSTARTBLOCK &&
4119 mval[-1].br_startblock == DELAYSTARTBLOCK &&
4120 mval->br_startoff ==
4121 mval[-1].br_startoff + mval[-1].br_blockcount) {
4122 mval[-1].br_blockcount += mval->br_blockcount;
4123 mval[-1].br_state = mval->br_state;
4124 } else if (!((*n == 0) &&
4125 ((mval->br_startoff + mval->br_blockcount) <=
4126 obno))) {
4127 mval++;
4128 (*n)++;
4129 }
4130 *map = mval;
4131}
4132
4133/*
Dave Chinner5c8ed202011-09-18 20:40:45 +00004134 * Map file blocks to filesystem blocks without allocation.
4135 */
4136int
4137xfs_bmapi_read(
4138 struct xfs_inode *ip,
4139 xfs_fileoff_t bno,
4140 xfs_filblks_t len,
4141 struct xfs_bmbt_irec *mval,
4142 int *nmap,
4143 int flags)
4144{
4145 struct xfs_mount *mp = ip->i_mount;
4146 struct xfs_ifork *ifp;
4147 struct xfs_bmbt_irec got;
4148 struct xfs_bmbt_irec prev;
4149 xfs_fileoff_t obno;
4150 xfs_fileoff_t end;
4151 xfs_extnum_t lastx;
4152 int error;
4153 int eof;
4154 int n = 0;
Darrick J. Wong3993bae2016-10-03 09:11:32 -07004155 int whichfork = xfs_bmapi_whichfork(flags);
Dave Chinner5c8ed202011-09-18 20:40:45 +00004156
4157 ASSERT(*nmap >= 1);
4158 ASSERT(!(flags & ~(XFS_BMAPI_ATTRFORK|XFS_BMAPI_ENTIRE|
Darrick J. Wong3993bae2016-10-03 09:11:32 -07004159 XFS_BMAPI_IGSTATE|XFS_BMAPI_COWFORK)));
Christoph Hellwigeef334e2013-12-06 12:30:17 -08004160 ASSERT(xfs_isilocked(ip, XFS_ILOCK_SHARED|XFS_ILOCK_EXCL));
Dave Chinner5c8ed202011-09-18 20:40:45 +00004161
4162 if (unlikely(XFS_TEST_ERROR(
4163 (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS &&
4164 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE),
4165 mp, XFS_ERRTAG_BMAPIFORMAT, XFS_RANDOM_BMAPIFORMAT))) {
4166 XFS_ERROR_REPORT("xfs_bmapi_read", XFS_ERRLEVEL_LOW, mp);
Dave Chinner24513372014-06-25 14:58:08 +10004167 return -EFSCORRUPTED;
Dave Chinner5c8ed202011-09-18 20:40:45 +00004168 }
4169
4170 if (XFS_FORCED_SHUTDOWN(mp))
Dave Chinner24513372014-06-25 14:58:08 +10004171 return -EIO;
Dave Chinner5c8ed202011-09-18 20:40:45 +00004172
Bill O'Donnellff6d6af2015-10-12 18:21:22 +11004173 XFS_STATS_INC(mp, xs_blk_mapr);
Dave Chinner5c8ed202011-09-18 20:40:45 +00004174
4175 ifp = XFS_IFORK_PTR(ip, whichfork);
Dave Chinner5c8ed202011-09-18 20:40:45 +00004176
Darrick J. Wong3993bae2016-10-03 09:11:32 -07004177 /* No CoW fork? Return a hole. */
4178 if (whichfork == XFS_COW_FORK && !ifp) {
4179 mval->br_startoff = bno;
4180 mval->br_startblock = HOLESTARTBLOCK;
4181 mval->br_blockcount = len;
4182 mval->br_state = XFS_EXT_NORM;
4183 *nmap = 1;
4184 return 0;
4185 }
4186
Dave Chinner5c8ed202011-09-18 20:40:45 +00004187 if (!(ifp->if_flags & XFS_IFEXTENTS)) {
4188 error = xfs_iread_extents(NULL, ip, whichfork);
4189 if (error)
4190 return error;
4191 }
4192
4193 xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, &prev);
4194 end = bno + len;
4195 obno = bno;
4196
4197 while (bno < end && n < *nmap) {
4198 /* Reading past eof, act as though there's a hole up to end. */
4199 if (eof)
4200 got.br_startoff = end;
4201 if (got.br_startoff > bno) {
4202 /* Reading in a hole. */
4203 mval->br_startoff = bno;
4204 mval->br_startblock = HOLESTARTBLOCK;
4205 mval->br_blockcount =
4206 XFS_FILBLKS_MIN(len, got.br_startoff - bno);
4207 mval->br_state = XFS_EXT_NORM;
4208 bno += mval->br_blockcount;
4209 len -= mval->br_blockcount;
4210 mval++;
4211 n++;
4212 continue;
4213 }
4214
4215 /* set up the extent map to return. */
4216 xfs_bmapi_trim_map(mval, &got, &bno, len, obno, end, n, flags);
4217 xfs_bmapi_update_map(&mval, &bno, &len, obno, end, &n, flags);
4218
4219 /* If we're done, stop now. */
4220 if (bno >= end || n >= *nmap)
4221 break;
4222
4223 /* Else go on to the next record. */
4224 if (++lastx < ifp->if_bytes / sizeof(xfs_bmbt_rec_t))
4225 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, lastx), &got);
4226 else
4227 eof = 1;
4228 }
4229 *nmap = n;
4230 return 0;
4231}
4232
Christoph Hellwig51446f52016-09-19 11:10:21 +10004233int
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004234xfs_bmapi_reserve_delalloc(
4235 struct xfs_inode *ip,
Darrick J. Wongbe51f812016-10-03 09:11:32 -07004236 int whichfork,
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004237 xfs_fileoff_t aoff,
4238 xfs_filblks_t len,
4239 struct xfs_bmbt_irec *got,
4240 struct xfs_bmbt_irec *prev,
4241 xfs_extnum_t *lastx,
4242 int eof)
4243{
4244 struct xfs_mount *mp = ip->i_mount;
Darrick J. Wongbe51f812016-10-03 09:11:32 -07004245 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork);
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004246 xfs_extlen_t alen;
4247 xfs_extlen_t indlen;
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004248 char rt = XFS_IS_REALTIME_INODE(ip);
4249 xfs_extlen_t extsz;
4250 int error;
4251
4252 alen = XFS_FILBLKS_MIN(len, MAXEXTLEN);
4253 if (!eof)
4254 alen = XFS_FILBLKS_MIN(alen, got->br_startoff - aoff);
4255
4256 /* Figure out the extent size, adjust alen */
Darrick J. Wongf7ca3522016-10-03 09:11:43 -07004257 if (whichfork == XFS_COW_FORK)
4258 extsz = xfs_get_cowextsz_hint(ip);
4259 else
4260 extsz = xfs_get_extsz_hint(ip);
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004261 if (extsz) {
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004262 error = xfs_bmap_extsize_align(mp, got, prev, extsz, rt, eof,
4263 1, 0, &aoff, &alen);
4264 ASSERT(!error);
4265 }
4266
4267 if (rt)
4268 extsz = alen / mp->m_sb.sb_rextsize;
4269
4270 /*
4271 * Make a transaction-less quota reservation for delayed allocation
4272 * blocks. This number gets adjusted later. We return if we haven't
4273 * allocated blocks already inside this loop.
4274 */
4275 error = xfs_trans_reserve_quota_nblks(NULL, ip, (long)alen, 0,
4276 rt ? XFS_QMOPT_RES_RTBLKS : XFS_QMOPT_RES_REGBLKS);
4277 if (error)
4278 return error;
4279
4280 /*
4281 * Split changing sb for alen and indlen since they could be coming
4282 * from different places.
4283 */
4284 indlen = (xfs_extlen_t)xfs_bmap_worst_indlen(ip, alen);
4285 ASSERT(indlen > 0);
4286
4287 if (rt) {
Dave Chinnerbab98bb2015-02-23 21:22:54 +11004288 error = xfs_mod_frextents(mp, -((int64_t)extsz));
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004289 } else {
Dave Chinner0d485ad2015-02-23 21:22:03 +11004290 error = xfs_mod_fdblocks(mp, -((int64_t)alen), false);
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004291 }
4292
4293 if (error)
4294 goto out_unreserve_quota;
4295
Dave Chinner0d485ad2015-02-23 21:22:03 +11004296 error = xfs_mod_fdblocks(mp, -((int64_t)indlen), false);
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004297 if (error)
4298 goto out_unreserve_blocks;
4299
4300
4301 ip->i_delayed_blks += alen;
4302
4303 got->br_startoff = aoff;
4304 got->br_startblock = nullstartblock(indlen);
4305 got->br_blockcount = alen;
4306 got->br_state = XFS_EXT_NORM;
Darrick J. Wongbe51f812016-10-03 09:11:32 -07004307 xfs_bmap_add_extent_hole_delay(ip, whichfork, lastx, got);
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004308
4309 /*
Christoph Hellwig1fd044d2011-09-18 20:40:49 +00004310 * Update our extent pointer, given that xfs_bmap_add_extent_hole_delay
4311 * might have merged it into one of the neighbouring ones.
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004312 */
4313 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *lastx), got);
4314
4315 ASSERT(got->br_startoff <= aoff);
4316 ASSERT(got->br_startoff + got->br_blockcount >= aoff + alen);
4317 ASSERT(isnullstartblock(got->br_startblock));
4318 ASSERT(got->br_state == XFS_EXT_NORM);
4319 return 0;
4320
4321out_unreserve_blocks:
4322 if (rt)
Dave Chinnerbab98bb2015-02-23 21:22:54 +11004323 xfs_mod_frextents(mp, extsz);
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004324 else
Dave Chinner0d485ad2015-02-23 21:22:03 +11004325 xfs_mod_fdblocks(mp, alen, false);
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004326out_unreserve_quota:
4327 if (XFS_IS_QUOTA_ON(mp))
Dave Chinnerea562ed2012-05-08 20:48:53 +10004328 xfs_trans_unreserve_quota_nblks(NULL, ip, (long)alen, 0, rt ?
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004329 XFS_QMOPT_RES_RTBLKS : XFS_QMOPT_RES_REGBLKS);
4330 return error;
4331}
4332
Dave Chinnercf11da92014-07-15 07:08:24 +10004333static int
4334xfs_bmapi_allocate(
Dave Chinnere04426b2012-10-05 11:06:59 +10004335 struct xfs_bmalloca *bma)
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004336{
4337 struct xfs_mount *mp = bma->ip->i_mount;
Darrick J. Wong60b49842016-10-03 09:11:34 -07004338 int whichfork = xfs_bmapi_whichfork(bma->flags);
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004339 struct xfs_ifork *ifp = XFS_IFORK_PTR(bma->ip, whichfork);
Christoph Hellwigc315c902011-09-18 20:41:02 +00004340 int tmp_logflags = 0;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004341 int error;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004342
Dave Chinnera99ebf42011-12-01 11:24:20 +00004343 ASSERT(bma->length > 0);
4344
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004345 /*
4346 * For the wasdelay case, we could also just allocate the stuff asked
4347 * for in this bmap call but that wouldn't be as good.
4348 */
4349 if (bma->wasdel) {
Dave Chinner963c30c2011-09-18 20:40:59 +00004350 bma->length = (xfs_extlen_t)bma->got.br_blockcount;
4351 bma->offset = bma->got.br_startoff;
Dave Chinnere0c3da52011-09-18 20:41:01 +00004352 if (bma->idx != NULLEXTNUM && bma->idx) {
4353 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx - 1),
Dave Chinnerbaf41a52011-09-18 20:40:56 +00004354 &bma->prev);
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004355 }
4356 } else {
Dave Chinner963c30c2011-09-18 20:40:59 +00004357 bma->length = XFS_FILBLKS_MIN(bma->length, MAXEXTLEN);
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004358 if (!bma->eof)
Dave Chinner963c30c2011-09-18 20:40:59 +00004359 bma->length = XFS_FILBLKS_MIN(bma->length,
Dave Chinner3a756672011-09-18 20:40:58 +00004360 bma->got.br_startoff - bma->offset);
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004361 }
4362
4363 /*
Dave Chinner292378e2016-09-26 08:21:28 +10004364 * Set the data type being allocated. For the data fork, the first data
4365 * in the file is treated differently to all other allocations. For the
4366 * attribute fork, we only need to ensure the allocated range is not on
4367 * the busy list.
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004368 */
Dave Chinnere04426b2012-10-05 11:06:59 +10004369 if (!(bma->flags & XFS_BMAPI_METADATA)) {
Dave Chinner292378e2016-09-26 08:21:28 +10004370 bma->datatype = XFS_ALLOC_NOBUSY;
4371 if (whichfork == XFS_DATA_FORK) {
4372 if (bma->offset == 0)
4373 bma->datatype |= XFS_ALLOC_INITIAL_USER_DATA;
4374 else
4375 bma->datatype |= XFS_ALLOC_USERDATA;
4376 }
Dave Chinner3fbbbea2015-11-03 12:27:22 +11004377 if (bma->flags & XFS_BMAPI_ZERO)
Dave Chinner292378e2016-09-26 08:21:28 +10004378 bma->datatype |= XFS_ALLOC_USERDATA_ZERO;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004379 }
4380
Dave Chinnere04426b2012-10-05 11:06:59 +10004381 bma->minlen = (bma->flags & XFS_BMAPI_CONTIG) ? bma->length : 1;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004382
4383 /*
4384 * Only want to do the alignment at the eof if it is userdata and
4385 * allocation length is larger than a stripe unit.
4386 */
Dave Chinner963c30c2011-09-18 20:40:59 +00004387 if (mp->m_dalign && bma->length >= mp->m_dalign &&
Dave Chinnere04426b2012-10-05 11:06:59 +10004388 !(bma->flags & XFS_BMAPI_METADATA) && whichfork == XFS_DATA_FORK) {
Dave Chinner1b164472011-09-18 20:40:55 +00004389 error = xfs_bmap_isaeof(bma, whichfork);
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004390 if (error)
4391 return error;
4392 }
4393
4394 error = xfs_bmap_alloc(bma);
4395 if (error)
4396 return error;
4397
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10004398 if (bma->dfops->dop_low)
Dave Chinner0937e0f2011-09-18 20:40:57 +00004399 bma->minleft = 0;
Dave Chinner29c8d172011-09-18 20:41:00 +00004400 if (bma->cur)
4401 bma->cur->bc_private.b.firstblock = *bma->firstblock;
Dave Chinner963c30c2011-09-18 20:40:59 +00004402 if (bma->blkno == NULLFSBLOCK)
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004403 return 0;
Dave Chinner29c8d172011-09-18 20:41:00 +00004404 if ((ifp->if_flags & XFS_IFBROOT) && !bma->cur) {
4405 bma->cur = xfs_bmbt_init_cursor(mp, bma->tp, bma->ip, whichfork);
4406 bma->cur->bc_private.b.firstblock = *bma->firstblock;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10004407 bma->cur->bc_private.b.dfops = bma->dfops;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004408 }
4409 /*
4410 * Bump the number of extents we've allocated
4411 * in this call.
4412 */
Dave Chinnere0c3da52011-09-18 20:41:01 +00004413 bma->nallocs++;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004414
Dave Chinner29c8d172011-09-18 20:41:00 +00004415 if (bma->cur)
4416 bma->cur->bc_private.b.flags =
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004417 bma->wasdel ? XFS_BTCUR_BPRV_WASDEL : 0;
4418
Dave Chinner963c30c2011-09-18 20:40:59 +00004419 bma->got.br_startoff = bma->offset;
4420 bma->got.br_startblock = bma->blkno;
4421 bma->got.br_blockcount = bma->length;
Dave Chinnerbaf41a52011-09-18 20:40:56 +00004422 bma->got.br_state = XFS_EXT_NORM;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004423
4424 /*
4425 * A wasdelay extent has been initialized, so shouldn't be flagged
4426 * as unwritten.
4427 */
Dave Chinnere04426b2012-10-05 11:06:59 +10004428 if (!bma->wasdel && (bma->flags & XFS_BMAPI_PREALLOC) &&
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004429 xfs_sb_version_hasextflgbit(&mp->m_sb))
Dave Chinnerbaf41a52011-09-18 20:40:56 +00004430 bma->got.br_state = XFS_EXT_UNWRITTEN;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004431
Christoph Hellwigc6534242011-09-18 20:41:05 +00004432 if (bma->wasdel)
Darrick J. Wong60b49842016-10-03 09:11:34 -07004433 error = xfs_bmap_add_extent_delay_real(bma, whichfork);
Christoph Hellwigc6534242011-09-18 20:41:05 +00004434 else
4435 error = xfs_bmap_add_extent_hole_real(bma, whichfork);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00004436
Christoph Hellwigc315c902011-09-18 20:41:02 +00004437 bma->logflags |= tmp_logflags;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004438 if (error)
4439 return error;
4440
4441 /*
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00004442 * Update our extent pointer, given that xfs_bmap_add_extent_delay_real
4443 * or xfs_bmap_add_extent_hole_real might have merged it into one of
4444 * the neighbouring ones.
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004445 */
Dave Chinnere0c3da52011-09-18 20:41:01 +00004446 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx), &bma->got);
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004447
Dave Chinner963c30c2011-09-18 20:40:59 +00004448 ASSERT(bma->got.br_startoff <= bma->offset);
4449 ASSERT(bma->got.br_startoff + bma->got.br_blockcount >=
4450 bma->offset + bma->length);
Dave Chinnerbaf41a52011-09-18 20:40:56 +00004451 ASSERT(bma->got.br_state == XFS_EXT_NORM ||
4452 bma->got.br_state == XFS_EXT_UNWRITTEN);
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004453 return 0;
4454}
4455
Dave Chinnerb447fe52011-09-18 20:40:51 +00004456STATIC int
4457xfs_bmapi_convert_unwritten(
4458 struct xfs_bmalloca *bma,
4459 struct xfs_bmbt_irec *mval,
4460 xfs_filblks_t len,
Christoph Hellwigc315c902011-09-18 20:41:02 +00004461 int flags)
Dave Chinnerb447fe52011-09-18 20:40:51 +00004462{
Darrick J. Wong3993bae2016-10-03 09:11:32 -07004463 int whichfork = xfs_bmapi_whichfork(flags);
Dave Chinnerb447fe52011-09-18 20:40:51 +00004464 struct xfs_ifork *ifp = XFS_IFORK_PTR(bma->ip, whichfork);
Christoph Hellwigc315c902011-09-18 20:41:02 +00004465 int tmp_logflags = 0;
Dave Chinnerb447fe52011-09-18 20:40:51 +00004466 int error;
4467
Dave Chinnerb447fe52011-09-18 20:40:51 +00004468 /* check if we need to do unwritten->real conversion */
4469 if (mval->br_state == XFS_EXT_UNWRITTEN &&
4470 (flags & XFS_BMAPI_PREALLOC))
4471 return 0;
4472
4473 /* check if we need to do real->unwritten conversion */
4474 if (mval->br_state == XFS_EXT_NORM &&
4475 (flags & (XFS_BMAPI_PREALLOC | XFS_BMAPI_CONVERT)) !=
4476 (XFS_BMAPI_PREALLOC | XFS_BMAPI_CONVERT))
4477 return 0;
4478
Darrick J. Wong3993bae2016-10-03 09:11:32 -07004479 ASSERT(whichfork != XFS_COW_FORK);
4480
Dave Chinnerb447fe52011-09-18 20:40:51 +00004481 /*
4482 * Modify (by adding) the state flag, if writing.
4483 */
4484 ASSERT(mval->br_blockcount <= len);
Dave Chinner29c8d172011-09-18 20:41:00 +00004485 if ((ifp->if_flags & XFS_IFBROOT) && !bma->cur) {
4486 bma->cur = xfs_bmbt_init_cursor(bma->ip->i_mount, bma->tp,
Dave Chinnerb447fe52011-09-18 20:40:51 +00004487 bma->ip, whichfork);
Dave Chinner29c8d172011-09-18 20:41:00 +00004488 bma->cur->bc_private.b.firstblock = *bma->firstblock;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10004489 bma->cur->bc_private.b.dfops = bma->dfops;
Dave Chinnerb447fe52011-09-18 20:40:51 +00004490 }
4491 mval->br_state = (mval->br_state == XFS_EXT_UNWRITTEN)
4492 ? XFS_EXT_NORM : XFS_EXT_UNWRITTEN;
4493
Dave Chinner3fbbbea2015-11-03 12:27:22 +11004494 /*
4495 * Before insertion into the bmbt, zero the range being converted
4496 * if required.
4497 */
4498 if (flags & XFS_BMAPI_ZERO) {
4499 error = xfs_zero_extent(bma->ip, mval->br_startblock,
4500 mval->br_blockcount);
4501 if (error)
4502 return error;
4503 }
4504
Dave Chinnere0c3da52011-09-18 20:41:01 +00004505 error = xfs_bmap_add_extent_unwritten_real(bma->tp, bma->ip, &bma->idx,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10004506 &bma->cur, mval, bma->firstblock, bma->dfops,
Christoph Hellwigc315c902011-09-18 20:41:02 +00004507 &tmp_logflags);
Brian Foster2e588a42015-06-01 07:15:23 +10004508 /*
4509 * Log the inode core unconditionally in the unwritten extent conversion
4510 * path because the conversion might not have done so (e.g., if the
4511 * extent count hasn't changed). We need to make sure the inode is dirty
4512 * in the transaction for the sake of fsync(), even if nothing has
4513 * changed, because fsync() will not force the log for this transaction
4514 * unless it sees the inode pinned.
4515 */
4516 bma->logflags |= tmp_logflags | XFS_ILOG_CORE;
Dave Chinnerb447fe52011-09-18 20:40:51 +00004517 if (error)
4518 return error;
4519
4520 /*
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00004521 * Update our extent pointer, given that
4522 * xfs_bmap_add_extent_unwritten_real might have merged it into one
4523 * of the neighbouring ones.
Dave Chinnerb447fe52011-09-18 20:40:51 +00004524 */
Dave Chinnere0c3da52011-09-18 20:41:01 +00004525 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx), &bma->got);
Dave Chinnerb447fe52011-09-18 20:40:51 +00004526
4527 /*
4528 * We may have combined previously unwritten space with written space,
4529 * so generate another request.
4530 */
4531 if (mval->br_blockcount < len)
Dave Chinner24513372014-06-25 14:58:08 +10004532 return -EAGAIN;
Dave Chinnerb447fe52011-09-18 20:40:51 +00004533 return 0;
4534}
4535
Christoph Hellwig44032802011-09-18 20:40:48 +00004536/*
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004537 * Map file blocks to filesystem blocks, and allocate blocks or convert the
4538 * extent state if necessary. Details behaviour is controlled by the flags
4539 * parameter. Only allocates blocks from a single allocation group, to avoid
4540 * locking problems.
4541 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07004542 * The returned value in "firstblock" from the first call in a transaction
4543 * must be remembered and presented to subsequent calls in "firstblock".
4544 * An upper bound for the number of blocks to be allocated is supplied to
4545 * the first call in "total"; if no allocation group has that many free
4546 * blocks then the call will fail (return NULLFSBLOCK in "firstblock").
4547 */
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004548int
4549xfs_bmapi_write(
4550 struct xfs_trans *tp, /* transaction pointer */
4551 struct xfs_inode *ip, /* incore inode */
4552 xfs_fileoff_t bno, /* starting file offs. mapped */
4553 xfs_filblks_t len, /* length to map in file */
4554 int flags, /* XFS_BMAPI_... */
4555 xfs_fsblock_t *firstblock, /* first allocated block
4556 controls a.g. for allocs */
4557 xfs_extlen_t total, /* total blocks needed */
4558 struct xfs_bmbt_irec *mval, /* output: map values */
4559 int *nmap, /* i/o: mval size/count */
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10004560 struct xfs_defer_ops *dfops) /* i/o: list extents to free */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004561{
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004562 struct xfs_mount *mp = ip->i_mount;
4563 struct xfs_ifork *ifp;
Dave Chinnera30b0362013-09-02 20:49:36 +10004564 struct xfs_bmalloca bma = { NULL }; /* args for xfs_bmap_alloc */
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004565 xfs_fileoff_t end; /* end of mapped file region */
4566 int eof; /* after the end of extents */
4567 int error; /* error return */
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004568 int n; /* current extent index */
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004569 xfs_fileoff_t obno; /* old block number (offset) */
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004570 int whichfork; /* data or attr fork */
4571 char inhole; /* current location is hole in file */
4572 char wasdelay; /* old extent was delayed */
4573
Linus Torvalds1da177e2005-04-16 15:20:36 -07004574#ifdef DEBUG
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004575 xfs_fileoff_t orig_bno; /* original block number value */
4576 int orig_flags; /* original flags arg value */
4577 xfs_filblks_t orig_len; /* original value of len arg */
4578 struct xfs_bmbt_irec *orig_mval; /* original value of mval */
4579 int orig_nmap; /* original value of *nmap */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004580
4581 orig_bno = bno;
4582 orig_len = len;
4583 orig_flags = flags;
4584 orig_mval = mval;
4585 orig_nmap = *nmap;
4586#endif
Darrick J. Wong60b49842016-10-03 09:11:34 -07004587 whichfork = xfs_bmapi_whichfork(flags);
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004588
Linus Torvalds1da177e2005-04-16 15:20:36 -07004589 ASSERT(*nmap >= 1);
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004590 ASSERT(*nmap <= XFS_BMAP_MAX_NMAP);
4591 ASSERT(!(flags & XFS_BMAPI_IGSTATE));
4592 ASSERT(tp != NULL);
Dave Chinnera99ebf42011-12-01 11:24:20 +00004593 ASSERT(len > 0);
Dave Chinnerf3508bc2013-07-10 07:04:00 +10004594 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_LOCAL);
Christoph Hellwigeef334e2013-12-06 12:30:17 -08004595 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL));
Darrick J. Wongf65306e2016-10-03 09:11:27 -07004596 ASSERT(!(flags & XFS_BMAPI_REMAP) || whichfork == XFS_DATA_FORK);
4597 ASSERT(!(flags & XFS_BMAPI_PREALLOC) || !(flags & XFS_BMAPI_REMAP));
4598 ASSERT(!(flags & XFS_BMAPI_CONVERT) || !(flags & XFS_BMAPI_REMAP));
Darrick J. Wong60b49842016-10-03 09:11:34 -07004599 ASSERT(!(flags & XFS_BMAPI_PREALLOC) || whichfork != XFS_COW_FORK);
4600 ASSERT(!(flags & XFS_BMAPI_CONVERT) || whichfork != XFS_COW_FORK);
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004601
Dave Chinner3fbbbea2015-11-03 12:27:22 +11004602 /* zeroing is for currently only for data extents, not metadata */
4603 ASSERT((flags & (XFS_BMAPI_METADATA | XFS_BMAPI_ZERO)) !=
4604 (XFS_BMAPI_METADATA | XFS_BMAPI_ZERO));
4605 /*
4606 * we can allocate unwritten extents or pre-zero allocated blocks,
4607 * but it makes no sense to do both at once. This would result in
4608 * zeroing the unwritten extent twice, but it still being an
4609 * unwritten extent....
4610 */
4611 ASSERT((flags & (XFS_BMAPI_PREALLOC | XFS_BMAPI_ZERO)) !=
4612 (XFS_BMAPI_PREALLOC | XFS_BMAPI_ZERO));
4613
Linus Torvalds1da177e2005-04-16 15:20:36 -07004614 if (unlikely(XFS_TEST_ERROR(
4615 (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS &&
Dave Chinnerf3508bc2013-07-10 07:04:00 +10004616 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE),
Linus Torvalds1da177e2005-04-16 15:20:36 -07004617 mp, XFS_ERRTAG_BMAPIFORMAT, XFS_RANDOM_BMAPIFORMAT))) {
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004618 XFS_ERROR_REPORT("xfs_bmapi_write", XFS_ERRLEVEL_LOW, mp);
Dave Chinner24513372014-06-25 14:58:08 +10004619 return -EFSCORRUPTED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004620 }
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004621
Linus Torvalds1da177e2005-04-16 15:20:36 -07004622 if (XFS_FORCED_SHUTDOWN(mp))
Dave Chinner24513372014-06-25 14:58:08 +10004623 return -EIO;
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004624
Linus Torvalds1da177e2005-04-16 15:20:36 -07004625 ifp = XFS_IFORK_PTR(ip, whichfork);
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004626
Bill O'Donnellff6d6af2015-10-12 18:21:22 +11004627 XFS_STATS_INC(mp, xs_blk_mapw);
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004628
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004629 if (*firstblock == NULLFSBLOCK) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004630 if (XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_BTREE)
Dave Chinner0937e0f2011-09-18 20:40:57 +00004631 bma.minleft = be16_to_cpu(ifp->if_broot->bb_level) + 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004632 else
Dave Chinner0937e0f2011-09-18 20:40:57 +00004633 bma.minleft = 1;
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004634 } else {
Dave Chinner0937e0f2011-09-18 20:40:57 +00004635 bma.minleft = 0;
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004636 }
4637
4638 if (!(ifp->if_flags & XFS_IFEXTENTS)) {
4639 error = xfs_iread_extents(tp, ip, whichfork);
4640 if (error)
4641 goto error0;
4642 }
4643
Dave Chinnere0c3da52011-09-18 20:41:01 +00004644 xfs_bmap_search_extents(ip, bno, whichfork, &eof, &bma.idx, &bma.got,
Dave Chinnerbaf41a52011-09-18 20:40:56 +00004645 &bma.prev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004646 n = 0;
4647 end = bno + len;
4648 obno = bno;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004649
4650 bma.tp = tp;
4651 bma.ip = ip;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004652 bma.total = total;
Dave Chinner292378e2016-09-26 08:21:28 +10004653 bma.datatype = 0;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10004654 bma.dfops = dfops;
Dave Chinner0937e0f2011-09-18 20:40:57 +00004655 bma.firstblock = firstblock;
Christoph Hellwigb4e91812010-06-23 18:11:15 +10004656
Linus Torvalds1da177e2005-04-16 15:20:36 -07004657 while (bno < end && n < *nmap) {
Dave Chinnerbaf41a52011-09-18 20:40:56 +00004658 inhole = eof || bma.got.br_startoff > bno;
4659 wasdelay = !inhole && isnullstartblock(bma.got.br_startblock);
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004660
Linus Torvalds1da177e2005-04-16 15:20:36 -07004661 /*
Darrick J. Wongf65306e2016-10-03 09:11:27 -07004662 * Make sure we only reflink into a hole.
4663 */
4664 if (flags & XFS_BMAPI_REMAP)
4665 ASSERT(inhole);
Darrick J. Wong60b49842016-10-03 09:11:34 -07004666 if (flags & XFS_BMAPI_COWFORK)
4667 ASSERT(!inhole);
Darrick J. Wongf65306e2016-10-03 09:11:27 -07004668
4669 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004670 * First, deal with the hole before the allocated space
4671 * that we found, if any.
4672 */
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004673 if (inhole || wasdelay) {
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004674 bma.eof = eof;
4675 bma.conv = !!(flags & XFS_BMAPI_CONVERT);
4676 bma.wasdel = wasdelay;
Dave Chinner3a756672011-09-18 20:40:58 +00004677 bma.offset = bno;
Dave Chinnere04426b2012-10-05 11:06:59 +10004678 bma.flags = flags;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004679
Dave Chinnera99ebf42011-12-01 11:24:20 +00004680 /*
4681 * There's a 32/64 bit type mismatch between the
4682 * allocation length request (which can be 64 bits in
4683 * length) and the bma length request, which is
4684 * xfs_extlen_t and therefore 32 bits. Hence we have to
4685 * check for 32-bit overflows and handle them here.
4686 */
4687 if (len > (xfs_filblks_t)MAXEXTLEN)
4688 bma.length = MAXEXTLEN;
4689 else
4690 bma.length = len;
4691
4692 ASSERT(len > 0);
4693 ASSERT(bma.length > 0);
Dave Chinnere04426b2012-10-05 11:06:59 +10004694 error = xfs_bmapi_allocate(&bma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004695 if (error)
4696 goto error0;
Dave Chinner3a756672011-09-18 20:40:58 +00004697 if (bma.blkno == NULLFSBLOCK)
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004698 break;
Darrick J. Wong174edb02016-10-03 09:11:39 -07004699
4700 /*
4701 * If this is a CoW allocation, record the data in
4702 * the refcount btree for orphan recovery.
4703 */
4704 if (whichfork == XFS_COW_FORK) {
4705 error = xfs_refcount_alloc_cow_extent(mp, dfops,
4706 bma.blkno, bma.length);
4707 if (error)
4708 goto error0;
4709 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004710 }
Christoph Hellwig44032802011-09-18 20:40:48 +00004711
Dave Chinneraef9a892011-09-18 20:40:44 +00004712 /* Deal with the allocated space we found. */
Dave Chinnerbaf41a52011-09-18 20:40:56 +00004713 xfs_bmapi_trim_map(mval, &bma.got, &bno, len, obno,
4714 end, n, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004715
Dave Chinnerb447fe52011-09-18 20:40:51 +00004716 /* Execute unwritten extent conversion if necessary */
Christoph Hellwigc315c902011-09-18 20:41:02 +00004717 error = xfs_bmapi_convert_unwritten(&bma, mval, len, flags);
Dave Chinner24513372014-06-25 14:58:08 +10004718 if (error == -EAGAIN)
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004719 continue;
4720 if (error)
4721 goto error0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004722
Dave Chinneraef9a892011-09-18 20:40:44 +00004723 /* update the extent map to return */
4724 xfs_bmapi_update_map(&mval, &bno, &len, obno, end, &n, flags);
4725
Linus Torvalds1da177e2005-04-16 15:20:36 -07004726 /*
4727 * If we're done, stop now. Stop when we've allocated
4728 * XFS_BMAP_MAX_NMAP extents no matter what. Otherwise
4729 * the transaction may get too big.
4730 */
Dave Chinnere0c3da52011-09-18 20:41:01 +00004731 if (bno >= end || n >= *nmap || bma.nallocs >= *nmap)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004732 break;
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004733
4734 /* Else go on to the next record. */
Dave Chinnerbaf41a52011-09-18 20:40:56 +00004735 bma.prev = bma.got;
Dave Chinnere0c3da52011-09-18 20:41:01 +00004736 if (++bma.idx < ifp->if_bytes / sizeof(xfs_bmbt_rec_t)) {
4737 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma.idx),
4738 &bma.got);
4739 } else
Christoph Hellwig5690f922011-05-11 15:04:07 +00004740 eof = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004741 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004742 *nmap = n;
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004743
Linus Torvalds1da177e2005-04-16 15:20:36 -07004744 /*
4745 * Transform from btree to extents, give it cur.
4746 */
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00004747 if (xfs_bmap_wants_extents(ip, whichfork)) {
Christoph Hellwigc315c902011-09-18 20:41:02 +00004748 int tmp_logflags = 0;
4749
Dave Chinner29c8d172011-09-18 20:41:00 +00004750 ASSERT(bma.cur);
4751 error = xfs_bmap_btree_to_extents(tp, ip, bma.cur,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004752 &tmp_logflags, whichfork);
Christoph Hellwigc315c902011-09-18 20:41:02 +00004753 bma.logflags |= tmp_logflags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004754 if (error)
4755 goto error0;
4756 }
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00004757
Linus Torvalds1da177e2005-04-16 15:20:36 -07004758 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE ||
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00004759 XFS_IFORK_NEXTENTS(ip, whichfork) >
4760 XFS_IFORK_MAXEXT(ip, whichfork));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004761 error = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004762error0:
4763 /*
4764 * Log everything. Do this after conversion, there's no point in
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11004765 * logging the extent records if we've converted to btree format.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004766 */
Christoph Hellwigc315c902011-09-18 20:41:02 +00004767 if ((bma.logflags & xfs_ilog_fext(whichfork)) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07004768 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS)
Christoph Hellwigc315c902011-09-18 20:41:02 +00004769 bma.logflags &= ~xfs_ilog_fext(whichfork);
4770 else if ((bma.logflags & xfs_ilog_fbroot(whichfork)) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07004771 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE)
Christoph Hellwigc315c902011-09-18 20:41:02 +00004772 bma.logflags &= ~xfs_ilog_fbroot(whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004773 /*
4774 * Log whatever the flags say, even if error. Otherwise we might miss
4775 * detecting a case where the data is changed, there's an error,
4776 * and it's not logged so we don't shutdown when we should.
4777 */
Christoph Hellwigc315c902011-09-18 20:41:02 +00004778 if (bma.logflags)
4779 xfs_trans_log_inode(tp, ip, bma.logflags);
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004780
Dave Chinner29c8d172011-09-18 20:41:00 +00004781 if (bma.cur) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004782 if (!error) {
4783 ASSERT(*firstblock == NULLFSBLOCK ||
4784 XFS_FSB_TO_AGNO(mp, *firstblock) ==
4785 XFS_FSB_TO_AGNO(mp,
Dave Chinner29c8d172011-09-18 20:41:00 +00004786 bma.cur->bc_private.b.firstblock) ||
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10004787 (dfops->dop_low &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07004788 XFS_FSB_TO_AGNO(mp, *firstblock) <
4789 XFS_FSB_TO_AGNO(mp,
Dave Chinner29c8d172011-09-18 20:41:00 +00004790 bma.cur->bc_private.b.firstblock)));
4791 *firstblock = bma.cur->bc_private.b.firstblock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004792 }
Dave Chinner29c8d172011-09-18 20:41:00 +00004793 xfs_btree_del_cursor(bma.cur,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004794 error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR);
4795 }
4796 if (!error)
4797 xfs_bmap_validate_ret(orig_bno, orig_len, orig_flags, orig_mval,
4798 orig_nmap, *nmap);
4799 return error;
4800}
4801
4802/*
Brian Fostera9bd24a2016-03-15 11:42:46 +11004803 * When a delalloc extent is split (e.g., due to a hole punch), the original
4804 * indlen reservation must be shared across the two new extents that are left
4805 * behind.
4806 *
4807 * Given the original reservation and the worst case indlen for the two new
4808 * extents (as calculated by xfs_bmap_worst_indlen()), split the original
Brian Fosterd34999c92016-03-15 11:42:47 +11004809 * reservation fairly across the two new extents. If necessary, steal available
4810 * blocks from a deleted extent to make up a reservation deficiency (e.g., if
4811 * ores == 1). The number of stolen blocks is returned. The availability and
4812 * subsequent accounting of stolen blocks is the responsibility of the caller.
Brian Fostera9bd24a2016-03-15 11:42:46 +11004813 */
Brian Fosterd34999c92016-03-15 11:42:47 +11004814static xfs_filblks_t
Brian Fostera9bd24a2016-03-15 11:42:46 +11004815xfs_bmap_split_indlen(
4816 xfs_filblks_t ores, /* original res. */
4817 xfs_filblks_t *indlen1, /* ext1 worst indlen */
Brian Fosterd34999c92016-03-15 11:42:47 +11004818 xfs_filblks_t *indlen2, /* ext2 worst indlen */
4819 xfs_filblks_t avail) /* stealable blocks */
Brian Fostera9bd24a2016-03-15 11:42:46 +11004820{
4821 xfs_filblks_t len1 = *indlen1;
4822 xfs_filblks_t len2 = *indlen2;
4823 xfs_filblks_t nres = len1 + len2; /* new total res. */
Brian Fosterd34999c92016-03-15 11:42:47 +11004824 xfs_filblks_t stolen = 0;
Brian Fostera9bd24a2016-03-15 11:42:46 +11004825
4826 /*
Brian Fosterd34999c92016-03-15 11:42:47 +11004827 * Steal as many blocks as we can to try and satisfy the worst case
4828 * indlen for both new extents.
4829 */
4830 while (nres > ores && avail) {
4831 nres--;
4832 avail--;
4833 stolen++;
4834 }
4835
4836 /*
4837 * The only blocks available are those reserved for the original
4838 * extent and what we can steal from the extent being removed.
4839 * If this still isn't enough to satisfy the combined
4840 * requirements for the two new extents, skim blocks off of each
4841 * of the new reservations until they match what is available.
Brian Fostera9bd24a2016-03-15 11:42:46 +11004842 */
4843 while (nres > ores) {
4844 if (len1) {
4845 len1--;
4846 nres--;
4847 }
4848 if (nres == ores)
4849 break;
4850 if (len2) {
4851 len2--;
4852 nres--;
4853 }
4854 }
4855
4856 *indlen1 = len1;
4857 *indlen2 = len2;
Brian Fosterd34999c92016-03-15 11:42:47 +11004858
4859 return stolen;
Brian Fostera9bd24a2016-03-15 11:42:46 +11004860}
4861
Christoph Hellwigfa5c8362016-10-20 15:54:14 +11004862int
4863xfs_bmap_del_extent_delay(
4864 struct xfs_inode *ip,
4865 int whichfork,
4866 xfs_extnum_t *idx,
4867 struct xfs_bmbt_irec *got,
4868 struct xfs_bmbt_irec *del)
4869{
4870 struct xfs_mount *mp = ip->i_mount;
4871 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork);
4872 struct xfs_bmbt_irec new;
4873 int64_t da_old, da_new, da_diff = 0;
4874 xfs_fileoff_t del_endoff, got_endoff;
4875 xfs_filblks_t got_indlen, new_indlen, stolen;
4876 int error = 0, state = 0;
4877 bool isrt;
4878
4879 XFS_STATS_INC(mp, xs_del_exlist);
4880
4881 isrt = (whichfork == XFS_DATA_FORK) && XFS_IS_REALTIME_INODE(ip);
4882 del_endoff = del->br_startoff + del->br_blockcount;
4883 got_endoff = got->br_startoff + got->br_blockcount;
4884 da_old = startblockval(got->br_startblock);
4885 da_new = 0;
4886
4887 ASSERT(*idx >= 0);
4888 ASSERT(*idx < ifp->if_bytes / sizeof(struct xfs_bmbt_rec));
4889 ASSERT(del->br_blockcount > 0);
4890 ASSERT(got->br_startoff <= del->br_startoff);
4891 ASSERT(got_endoff >= del_endoff);
4892
4893 if (isrt) {
4894 int64_t rtexts = XFS_FSB_TO_B(mp, del->br_blockcount);
4895
4896 do_div(rtexts, mp->m_sb.sb_rextsize);
4897 xfs_mod_frextents(mp, rtexts);
4898 }
4899
4900 /*
4901 * Update the inode delalloc counter now and wait to update the
4902 * sb counters as we might have to borrow some blocks for the
4903 * indirect block accounting.
4904 */
4905 xfs_trans_reserve_quota_nblks(NULL, ip, -((long)del->br_blockcount), 0,
4906 isrt ? XFS_QMOPT_RES_RTBLKS : XFS_QMOPT_RES_REGBLKS);
4907 ip->i_delayed_blks -= del->br_blockcount;
4908
4909 if (whichfork == XFS_COW_FORK)
4910 state |= BMAP_COWFORK;
4911
4912 if (got->br_startoff == del->br_startoff)
4913 state |= BMAP_LEFT_CONTIG;
4914 if (got_endoff == del_endoff)
4915 state |= BMAP_RIGHT_CONTIG;
4916
4917 switch (state & (BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG)) {
4918 case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
4919 /*
4920 * Matches the whole extent. Delete the entry.
4921 */
4922 xfs_iext_remove(ip, *idx, 1, state);
4923 --*idx;
4924 break;
4925 case BMAP_LEFT_CONTIG:
4926 /*
4927 * Deleting the first part of the extent.
4928 */
4929 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
4930 got->br_startoff = del_endoff;
4931 got->br_blockcount -= del->br_blockcount;
4932 da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip,
4933 got->br_blockcount), da_old);
4934 got->br_startblock = nullstartblock((int)da_new);
4935 xfs_bmbt_set_all(xfs_iext_get_ext(ifp, *idx), got);
4936 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
4937 break;
4938 case BMAP_RIGHT_CONTIG:
4939 /*
4940 * Deleting the last part of the extent.
4941 */
4942 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
4943 got->br_blockcount = got->br_blockcount - del->br_blockcount;
4944 da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip,
4945 got->br_blockcount), da_old);
4946 got->br_startblock = nullstartblock((int)da_new);
4947 xfs_bmbt_set_all(xfs_iext_get_ext(ifp, *idx), got);
4948 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
4949 break;
4950 case 0:
4951 /*
4952 * Deleting the middle of the extent.
4953 *
4954 * Distribute the original indlen reservation across the two new
4955 * extents. Steal blocks from the deleted extent if necessary.
4956 * Stealing blocks simply fudges the fdblocks accounting below.
4957 * Warn if either of the new indlen reservations is zero as this
4958 * can lead to delalloc problems.
4959 */
4960 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
4961
4962 got->br_blockcount = del->br_startoff - got->br_startoff;
4963 got_indlen = xfs_bmap_worst_indlen(ip, got->br_blockcount);
4964
4965 new.br_blockcount = got_endoff - del_endoff;
4966 new_indlen = xfs_bmap_worst_indlen(ip, new.br_blockcount);
4967
4968 WARN_ON_ONCE(!got_indlen || !new_indlen);
4969 stolen = xfs_bmap_split_indlen(da_old, &got_indlen, &new_indlen,
4970 del->br_blockcount);
4971
4972 got->br_startblock = nullstartblock((int)got_indlen);
4973 xfs_bmbt_set_all(xfs_iext_get_ext(ifp, *idx), got);
4974 trace_xfs_bmap_post_update(ip, *idx, 0, _THIS_IP_);
4975
4976 new.br_startoff = del_endoff;
4977 new.br_state = got->br_state;
4978 new.br_startblock = nullstartblock((int)new_indlen);
4979
4980 ++*idx;
4981 xfs_iext_insert(ip, *idx, 1, &new, state);
4982
4983 da_new = got_indlen + new_indlen - stolen;
4984 del->br_blockcount -= stolen;
4985 break;
4986 }
4987
4988 ASSERT(da_old >= da_new);
4989 da_diff = da_old - da_new;
4990 if (!isrt)
4991 da_diff += del->br_blockcount;
4992 if (da_diff)
4993 xfs_mod_fdblocks(mp, da_diff, false);
4994 return error;
4995}
4996
4997void
4998xfs_bmap_del_extent_cow(
4999 struct xfs_inode *ip,
5000 xfs_extnum_t *idx,
5001 struct xfs_bmbt_irec *got,
5002 struct xfs_bmbt_irec *del)
5003{
5004 struct xfs_mount *mp = ip->i_mount;
5005 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, XFS_COW_FORK);
5006 struct xfs_bmbt_irec new;
5007 xfs_fileoff_t del_endoff, got_endoff;
5008 int state = BMAP_COWFORK;
5009
5010 XFS_STATS_INC(mp, xs_del_exlist);
5011
5012 del_endoff = del->br_startoff + del->br_blockcount;
5013 got_endoff = got->br_startoff + got->br_blockcount;
5014
5015 ASSERT(*idx >= 0);
5016 ASSERT(*idx < ifp->if_bytes / sizeof(struct xfs_bmbt_rec));
5017 ASSERT(del->br_blockcount > 0);
5018 ASSERT(got->br_startoff <= del->br_startoff);
5019 ASSERT(got_endoff >= del_endoff);
5020 ASSERT(!isnullstartblock(got->br_startblock));
5021
5022 if (got->br_startoff == del->br_startoff)
5023 state |= BMAP_LEFT_CONTIG;
5024 if (got_endoff == del_endoff)
5025 state |= BMAP_RIGHT_CONTIG;
5026
5027 switch (state & (BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG)) {
5028 case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
5029 /*
5030 * Matches the whole extent. Delete the entry.
5031 */
5032 xfs_iext_remove(ip, *idx, 1, state);
5033 --*idx;
5034 break;
5035 case BMAP_LEFT_CONTIG:
5036 /*
5037 * Deleting the first part of the extent.
5038 */
5039 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
5040 got->br_startoff = del_endoff;
5041 got->br_blockcount -= del->br_blockcount;
5042 got->br_startblock = del->br_startblock + del->br_blockcount;
5043 xfs_bmbt_set_all(xfs_iext_get_ext(ifp, *idx), got);
5044 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
5045 break;
5046 case BMAP_RIGHT_CONTIG:
5047 /*
5048 * Deleting the last part of the extent.
5049 */
5050 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
5051 got->br_blockcount -= del->br_blockcount;
5052 xfs_bmbt_set_all(xfs_iext_get_ext(ifp, *idx), got);
5053 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
5054 break;
5055 case 0:
5056 /*
5057 * Deleting the middle of the extent.
5058 */
5059 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
5060 got->br_blockcount = del->br_startoff - got->br_startoff;
5061 xfs_bmbt_set_all(xfs_iext_get_ext(ifp, *idx), got);
5062 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
5063
5064 new.br_startoff = del_endoff;
5065 new.br_blockcount = got_endoff - del_endoff;
5066 new.br_state = got->br_state;
5067 new.br_startblock = del->br_startblock + del->br_blockcount;
5068
5069 ++*idx;
5070 xfs_iext_insert(ip, *idx, 1, &new, state);
5071 break;
5072 }
5073}
5074
Brian Fostera9bd24a2016-03-15 11:42:46 +11005075/*
Dave Chinner9e5987a2013-02-25 12:31:26 +11005076 * Called by xfs_bmapi to update file extent records and the btree
5077 * after removing space (or undoing a delayed allocation).
5078 */
5079STATIC int /* error */
5080xfs_bmap_del_extent(
5081 xfs_inode_t *ip, /* incore inode pointer */
5082 xfs_trans_t *tp, /* current transaction pointer */
5083 xfs_extnum_t *idx, /* extent number to update/delete */
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10005084 struct xfs_defer_ops *dfops, /* list of extents to be freed */
Dave Chinner9e5987a2013-02-25 12:31:26 +11005085 xfs_btree_cur_t *cur, /* if null, not a btree */
5086 xfs_bmbt_irec_t *del, /* data to remove from extents */
5087 int *logflagsp, /* inode logging flags */
Darrick J. Wong4847acf2016-10-03 09:11:27 -07005088 int whichfork, /* data or attr fork */
5089 int bflags) /* bmapi flags */
Dave Chinner9e5987a2013-02-25 12:31:26 +11005090{
5091 xfs_filblks_t da_new; /* new delay-alloc indirect blocks */
5092 xfs_filblks_t da_old; /* old delay-alloc indirect blocks */
5093 xfs_fsblock_t del_endblock=0; /* first block past del */
5094 xfs_fileoff_t del_endoff; /* first offset past del */
5095 int delay; /* current block is delayed allocated */
5096 int do_fx; /* free extent at end of routine */
5097 xfs_bmbt_rec_host_t *ep; /* current extent entry pointer */
5098 int error; /* error return value */
5099 int flags; /* inode logging flags */
5100 xfs_bmbt_irec_t got; /* current extent entry */
5101 xfs_fileoff_t got_endoff; /* first offset past got */
5102 int i; /* temp state */
5103 xfs_ifork_t *ifp; /* inode fork pointer */
5104 xfs_mount_t *mp; /* mount structure */
5105 xfs_filblks_t nblks; /* quota/sb block count */
5106 xfs_bmbt_irec_t new; /* new record to be inserted */
5107 /* REFERENCED */
5108 uint qfield; /* quota field to update */
5109 xfs_filblks_t temp; /* for indirect length calculations */
5110 xfs_filblks_t temp2; /* for indirect length calculations */
5111 int state = 0;
5112
Bill O'Donnellff6d6af2015-10-12 18:21:22 +11005113 mp = ip->i_mount;
5114 XFS_STATS_INC(mp, xs_del_exlist);
Dave Chinner9e5987a2013-02-25 12:31:26 +11005115
5116 if (whichfork == XFS_ATTR_FORK)
5117 state |= BMAP_ATTRFORK;
Darrick J. Wong3993bae2016-10-03 09:11:32 -07005118 else if (whichfork == XFS_COW_FORK)
5119 state |= BMAP_COWFORK;
Dave Chinner9e5987a2013-02-25 12:31:26 +11005120
Dave Chinner9e5987a2013-02-25 12:31:26 +11005121 ifp = XFS_IFORK_PTR(ip, whichfork);
5122 ASSERT((*idx >= 0) && (*idx < ifp->if_bytes /
5123 (uint)sizeof(xfs_bmbt_rec_t)));
5124 ASSERT(del->br_blockcount > 0);
5125 ep = xfs_iext_get_ext(ifp, *idx);
5126 xfs_bmbt_get_all(ep, &got);
5127 ASSERT(got.br_startoff <= del->br_startoff);
5128 del_endoff = del->br_startoff + del->br_blockcount;
5129 got_endoff = got.br_startoff + got.br_blockcount;
5130 ASSERT(got_endoff >= del_endoff);
5131 delay = isnullstartblock(got.br_startblock);
5132 ASSERT(isnullstartblock(del->br_startblock) == delay);
5133 flags = 0;
5134 qfield = 0;
5135 error = 0;
5136 /*
5137 * If deleting a real allocation, must free up the disk space.
5138 */
5139 if (!delay) {
5140 flags = XFS_ILOG_CORE;
5141 /*
5142 * Realtime allocation. Free it and record di_nblocks update.
5143 */
5144 if (whichfork == XFS_DATA_FORK && XFS_IS_REALTIME_INODE(ip)) {
5145 xfs_fsblock_t bno;
5146 xfs_filblks_t len;
5147
5148 ASSERT(do_mod(del->br_blockcount,
5149 mp->m_sb.sb_rextsize) == 0);
5150 ASSERT(do_mod(del->br_startblock,
5151 mp->m_sb.sb_rextsize) == 0);
5152 bno = del->br_startblock;
5153 len = del->br_blockcount;
5154 do_div(bno, mp->m_sb.sb_rextsize);
5155 do_div(len, mp->m_sb.sb_rextsize);
5156 error = xfs_rtfree_extent(tp, bno, (xfs_extlen_t)len);
5157 if (error)
5158 goto done;
5159 do_fx = 0;
5160 nblks = len * mp->m_sb.sb_rextsize;
5161 qfield = XFS_TRANS_DQ_RTBCOUNT;
5162 }
5163 /*
5164 * Ordinary allocation.
5165 */
5166 else {
5167 do_fx = 1;
5168 nblks = del->br_blockcount;
5169 qfield = XFS_TRANS_DQ_BCOUNT;
5170 }
5171 /*
5172 * Set up del_endblock and cur for later.
5173 */
5174 del_endblock = del->br_startblock + del->br_blockcount;
5175 if (cur) {
5176 if ((error = xfs_bmbt_lookup_eq(cur, got.br_startoff,
5177 got.br_startblock, got.br_blockcount,
5178 &i)))
5179 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11005180 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Dave Chinner9e5987a2013-02-25 12:31:26 +11005181 }
5182 da_old = da_new = 0;
5183 } else {
5184 da_old = startblockval(got.br_startblock);
5185 da_new = 0;
5186 nblks = 0;
5187 do_fx = 0;
5188 }
Darrick J. Wong340785c2016-08-03 11:33:42 +10005189
Dave Chinner9e5987a2013-02-25 12:31:26 +11005190 /*
5191 * Set flag value to use in switch statement.
5192 * Left-contig is 2, right-contig is 1.
5193 */
5194 switch (((got.br_startoff == del->br_startoff) << 1) |
5195 (got_endoff == del_endoff)) {
5196 case 3:
5197 /*
5198 * Matches the whole extent. Delete the entry.
5199 */
Darrick J. Wong4862cfe2016-10-03 09:11:35 -07005200 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Dave Chinner9e5987a2013-02-25 12:31:26 +11005201 xfs_iext_remove(ip, *idx, 1,
5202 whichfork == XFS_ATTR_FORK ? BMAP_ATTRFORK : 0);
5203 --*idx;
5204 if (delay)
5205 break;
5206
5207 XFS_IFORK_NEXT_SET(ip, whichfork,
5208 XFS_IFORK_NEXTENTS(ip, whichfork) - 1);
5209 flags |= XFS_ILOG_CORE;
5210 if (!cur) {
5211 flags |= xfs_ilog_fext(whichfork);
5212 break;
5213 }
5214 if ((error = xfs_btree_delete(cur, &i)))
5215 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11005216 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Dave Chinner9e5987a2013-02-25 12:31:26 +11005217 break;
5218
5219 case 2:
5220 /*
5221 * Deleting the first part of the extent.
5222 */
5223 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
5224 xfs_bmbt_set_startoff(ep, del_endoff);
5225 temp = got.br_blockcount - del->br_blockcount;
5226 xfs_bmbt_set_blockcount(ep, temp);
5227 if (delay) {
5228 temp = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip, temp),
5229 da_old);
5230 xfs_bmbt_set_startblock(ep, nullstartblock((int)temp));
5231 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
5232 da_new = temp;
5233 break;
5234 }
5235 xfs_bmbt_set_startblock(ep, del_endblock);
5236 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
5237 if (!cur) {
5238 flags |= xfs_ilog_fext(whichfork);
5239 break;
5240 }
5241 if ((error = xfs_bmbt_update(cur, del_endoff, del_endblock,
5242 got.br_blockcount - del->br_blockcount,
5243 got.br_state)))
5244 goto done;
5245 break;
5246
5247 case 1:
5248 /*
5249 * Deleting the last part of the extent.
5250 */
5251 temp = got.br_blockcount - del->br_blockcount;
5252 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
5253 xfs_bmbt_set_blockcount(ep, temp);
5254 if (delay) {
5255 temp = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip, temp),
5256 da_old);
5257 xfs_bmbt_set_startblock(ep, nullstartblock((int)temp));
5258 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
5259 da_new = temp;
5260 break;
5261 }
5262 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
5263 if (!cur) {
5264 flags |= xfs_ilog_fext(whichfork);
5265 break;
5266 }
5267 if ((error = xfs_bmbt_update(cur, got.br_startoff,
5268 got.br_startblock,
5269 got.br_blockcount - del->br_blockcount,
5270 got.br_state)))
5271 goto done;
5272 break;
5273
5274 case 0:
5275 /*
5276 * Deleting the middle of the extent.
5277 */
5278 temp = del->br_startoff - got.br_startoff;
5279 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
5280 xfs_bmbt_set_blockcount(ep, temp);
5281 new.br_startoff = del_endoff;
5282 temp2 = got_endoff - del_endoff;
5283 new.br_blockcount = temp2;
5284 new.br_state = got.br_state;
5285 if (!delay) {
5286 new.br_startblock = del_endblock;
5287 flags |= XFS_ILOG_CORE;
5288 if (cur) {
5289 if ((error = xfs_bmbt_update(cur,
5290 got.br_startoff,
5291 got.br_startblock, temp,
5292 got.br_state)))
5293 goto done;
5294 if ((error = xfs_btree_increment(cur, 0, &i)))
5295 goto done;
5296 cur->bc_rec.b = new;
5297 error = xfs_btree_insert(cur, &i);
Dave Chinner24513372014-06-25 14:58:08 +10005298 if (error && error != -ENOSPC)
Dave Chinner9e5987a2013-02-25 12:31:26 +11005299 goto done;
5300 /*
5301 * If get no-space back from btree insert,
5302 * it tried a split, and we have a zero
5303 * block reservation.
5304 * Fix up our state and return the error.
5305 */
Dave Chinner24513372014-06-25 14:58:08 +10005306 if (error == -ENOSPC) {
Dave Chinner9e5987a2013-02-25 12:31:26 +11005307 /*
5308 * Reset the cursor, don't trust
5309 * it after any insert operation.
5310 */
5311 if ((error = xfs_bmbt_lookup_eq(cur,
5312 got.br_startoff,
5313 got.br_startblock,
5314 temp, &i)))
5315 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11005316 XFS_WANT_CORRUPTED_GOTO(mp,
5317 i == 1, done);
Dave Chinner9e5987a2013-02-25 12:31:26 +11005318 /*
5319 * Update the btree record back
5320 * to the original value.
5321 */
5322 if ((error = xfs_bmbt_update(cur,
5323 got.br_startoff,
5324 got.br_startblock,
5325 got.br_blockcount,
5326 got.br_state)))
5327 goto done;
5328 /*
5329 * Reset the extent record back
5330 * to the original value.
5331 */
5332 xfs_bmbt_set_blockcount(ep,
5333 got.br_blockcount);
5334 flags = 0;
Dave Chinner24513372014-06-25 14:58:08 +10005335 error = -ENOSPC;
Dave Chinner9e5987a2013-02-25 12:31:26 +11005336 goto done;
5337 }
Eric Sandeenc29aad42015-02-23 22:39:08 +11005338 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Dave Chinner9e5987a2013-02-25 12:31:26 +11005339 } else
5340 flags |= xfs_ilog_fext(whichfork);
5341 XFS_IFORK_NEXT_SET(ip, whichfork,
5342 XFS_IFORK_NEXTENTS(ip, whichfork) + 1);
5343 } else {
Brian Fosterd34999c92016-03-15 11:42:47 +11005344 xfs_filblks_t stolen;
Dave Chinner9e5987a2013-02-25 12:31:26 +11005345 ASSERT(whichfork == XFS_DATA_FORK);
Brian Fostera9bd24a2016-03-15 11:42:46 +11005346
5347 /*
5348 * Distribute the original indlen reservation across the
Brian Fosterd34999c92016-03-15 11:42:47 +11005349 * two new extents. Steal blocks from the deleted extent
5350 * if necessary. Stealing blocks simply fudges the
5351 * fdblocks accounting in xfs_bunmapi().
Brian Fostera9bd24a2016-03-15 11:42:46 +11005352 */
5353 temp = xfs_bmap_worst_indlen(ip, got.br_blockcount);
5354 temp2 = xfs_bmap_worst_indlen(ip, new.br_blockcount);
Brian Fosterd34999c92016-03-15 11:42:47 +11005355 stolen = xfs_bmap_split_indlen(da_old, &temp, &temp2,
5356 del->br_blockcount);
5357 da_new = temp + temp2 - stolen;
5358 del->br_blockcount -= stolen;
Brian Fostera9bd24a2016-03-15 11:42:46 +11005359
5360 /*
Brian Fosterd34999c92016-03-15 11:42:47 +11005361 * Set the reservation for each extent. Warn if either
5362 * is zero as this can lead to delalloc problems.
Brian Fostera9bd24a2016-03-15 11:42:46 +11005363 */
Brian Fosterd34999c92016-03-15 11:42:47 +11005364 WARN_ON_ONCE(!temp || !temp2);
Dave Chinner9e5987a2013-02-25 12:31:26 +11005365 xfs_bmbt_set_startblock(ep, nullstartblock((int)temp));
Dave Chinner9e5987a2013-02-25 12:31:26 +11005366 new.br_startblock = nullstartblock((int)temp2);
Dave Chinner9e5987a2013-02-25 12:31:26 +11005367 }
5368 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
5369 xfs_iext_insert(ip, *idx + 1, 1, &new, state);
5370 ++*idx;
5371 break;
5372 }
Darrick J. Wong9c194642016-08-03 12:16:05 +10005373
5374 /* remove reverse mapping */
5375 if (!delay) {
5376 error = xfs_rmap_unmap_extent(mp, dfops, ip, whichfork, del);
5377 if (error)
5378 goto done;
5379 }
5380
Dave Chinner9e5987a2013-02-25 12:31:26 +11005381 /*
5382 * If we need to, add to list of extents to delete.
5383 */
Darrick J. Wong4847acf2016-10-03 09:11:27 -07005384 if (do_fx && !(bflags & XFS_BMAPI_REMAP)) {
Darrick J. Wong62aab202016-10-03 09:11:23 -07005385 if (xfs_is_reflink_inode(ip) && whichfork == XFS_DATA_FORK) {
5386 error = xfs_refcount_decrease_extent(mp, dfops, del);
5387 if (error)
5388 goto done;
5389 } else
5390 xfs_bmap_add_free(mp, dfops, del->br_startblock,
5391 del->br_blockcount, NULL);
5392 }
5393
Dave Chinner9e5987a2013-02-25 12:31:26 +11005394 /*
5395 * Adjust inode # blocks in the file.
5396 */
5397 if (nblks)
5398 ip->i_d.di_nblocks -= nblks;
5399 /*
5400 * Adjust quota data.
5401 */
Darrick J. Wong4847acf2016-10-03 09:11:27 -07005402 if (qfield && !(bflags & XFS_BMAPI_REMAP))
Dave Chinner9e5987a2013-02-25 12:31:26 +11005403 xfs_trans_mod_dquot_byino(tp, ip, qfield, (long)-nblks);
5404
5405 /*
5406 * Account for change in delayed indirect blocks.
5407 * Nothing to do for disk quota accounting here.
5408 */
5409 ASSERT(da_old >= da_new);
Dave Chinner0d485ad2015-02-23 21:22:03 +11005410 if (da_old > da_new)
5411 xfs_mod_fdblocks(mp, (int64_t)(da_old - da_new), false);
Dave Chinner9e5987a2013-02-25 12:31:26 +11005412done:
5413 *logflagsp = flags;
5414 return error;
5415}
5416
5417/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07005418 * Unmap (remove) blocks from a file.
5419 * If nexts is nonzero then the number of extents to remove is limited to
5420 * that value. If not all extents in the block range can be removed then
5421 * *done is set.
5422 */
5423int /* error */
Darrick J. Wong44535932016-10-03 09:11:29 -07005424__xfs_bunmapi(
Linus Torvalds1da177e2005-04-16 15:20:36 -07005425 xfs_trans_t *tp, /* transaction pointer */
5426 struct xfs_inode *ip, /* incore inode */
5427 xfs_fileoff_t bno, /* starting offset to unmap */
Darrick J. Wong44535932016-10-03 09:11:29 -07005428 xfs_filblks_t *rlen, /* i/o: amount remaining */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005429 int flags, /* misc flags */
5430 xfs_extnum_t nexts, /* number of extents max */
5431 xfs_fsblock_t *firstblock, /* first allocated block
5432 controls a.g. for allocs */
Darrick J. Wong44535932016-10-03 09:11:29 -07005433 struct xfs_defer_ops *dfops) /* i/o: deferred updates */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005434{
5435 xfs_btree_cur_t *cur; /* bmap btree cursor */
5436 xfs_bmbt_irec_t del; /* extent being deleted */
5437 int eof; /* is deleting at eof */
Christoph Hellwiga6f64d42007-08-16 16:23:40 +10005438 xfs_bmbt_rec_host_t *ep; /* extent record pointer */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005439 int error; /* error return value */
5440 xfs_extnum_t extno; /* extent number in list */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005441 xfs_bmbt_irec_t got; /* current extent record */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005442 xfs_ifork_t *ifp; /* inode fork pointer */
5443 int isrt; /* freeing in rt area */
5444 xfs_extnum_t lastx; /* last extent index used */
5445 int logflags; /* transaction logging flags */
5446 xfs_extlen_t mod; /* rt extent offset */
5447 xfs_mount_t *mp; /* mount structure */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005448 xfs_extnum_t nextents; /* number of file extents */
5449 xfs_bmbt_irec_t prev; /* previous extent record */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005450 xfs_fileoff_t start; /* first file offset deleted */
5451 int tmp_logflags; /* partial logging flags */
5452 int wasdel; /* was a delayed alloc extent */
5453 int whichfork; /* data or attribute fork */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005454 xfs_fsblock_t sum;
Darrick J. Wong44535932016-10-03 09:11:29 -07005455 xfs_filblks_t len = *rlen; /* length to unmap in file */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005456
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00005457 trace_xfs_bunmap(ip, bno, len, flags, _RET_IP_);
5458
Darrick J. Wong3993bae2016-10-03 09:11:32 -07005459 whichfork = xfs_bmapi_whichfork(flags);
5460 ASSERT(whichfork != XFS_COW_FORK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005461 ifp = XFS_IFORK_PTR(ip, whichfork);
5462 if (unlikely(
5463 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS &&
5464 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE)) {
5465 XFS_ERROR_REPORT("xfs_bunmapi", XFS_ERRLEVEL_LOW,
5466 ip->i_mount);
Dave Chinner24513372014-06-25 14:58:08 +10005467 return -EFSCORRUPTED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005468 }
5469 mp = ip->i_mount;
5470 if (XFS_FORCED_SHUTDOWN(mp))
Dave Chinner24513372014-06-25 14:58:08 +10005471 return -EIO;
Christoph Hellwig54893272011-05-11 15:04:03 +00005472
Christoph Hellwigeef334e2013-12-06 12:30:17 -08005473 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005474 ASSERT(len > 0);
5475 ASSERT(nexts >= 0);
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00005476
Linus Torvalds1da177e2005-04-16 15:20:36 -07005477 if (!(ifp->if_flags & XFS_IFEXTENTS) &&
5478 (error = xfs_iread_extents(tp, ip, whichfork)))
5479 return error;
5480 nextents = ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t);
5481 if (nextents == 0) {
Darrick J. Wong44535932016-10-03 09:11:29 -07005482 *rlen = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005483 return 0;
5484 }
Bill O'Donnellff6d6af2015-10-12 18:21:22 +11005485 XFS_STATS_INC(mp, xs_blk_unmap);
Nathan Scottdd9f4382006-01-11 15:28:28 +11005486 isrt = (whichfork == XFS_DATA_FORK) && XFS_IS_REALTIME_INODE(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005487 start = bno;
5488 bno = start + len - 1;
5489 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got,
5490 &prev);
Christoph Hellwigb4e91812010-06-23 18:11:15 +10005491
Linus Torvalds1da177e2005-04-16 15:20:36 -07005492 /*
5493 * Check to see if the given block number is past the end of the
5494 * file, back up to the last block if so...
5495 */
5496 if (eof) {
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005497 ep = xfs_iext_get_ext(ifp, --lastx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005498 xfs_bmbt_get_all(ep, &got);
5499 bno = got.br_startoff + got.br_blockcount - 1;
5500 }
5501 logflags = 0;
5502 if (ifp->if_flags & XFS_IFBROOT) {
5503 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_BTREE);
Christoph Hellwig561f7d12008-10-30 16:53:59 +11005504 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005505 cur->bc_private.b.firstblock = *firstblock;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10005506 cur->bc_private.b.dfops = dfops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005507 cur->bc_private.b.flags = 0;
5508 } else
5509 cur = NULL;
Kamal Dasu5575acc2012-02-23 00:41:39 +00005510
5511 if (isrt) {
5512 /*
5513 * Synchronize by locking the bitmap inode.
5514 */
Darrick J. Wongf4a06602016-08-03 11:00:42 +10005515 xfs_ilock(mp->m_rbmip, XFS_ILOCK_EXCL|XFS_ILOCK_RTBITMAP);
Kamal Dasu5575acc2012-02-23 00:41:39 +00005516 xfs_trans_ijoin(tp, mp->m_rbmip, XFS_ILOCK_EXCL);
Darrick J. Wongf4a06602016-08-03 11:00:42 +10005517 xfs_ilock(mp->m_rsumip, XFS_ILOCK_EXCL|XFS_ILOCK_RTSUM);
5518 xfs_trans_ijoin(tp, mp->m_rsumip, XFS_ILOCK_EXCL);
Kamal Dasu5575acc2012-02-23 00:41:39 +00005519 }
5520
Linus Torvalds1da177e2005-04-16 15:20:36 -07005521 extno = 0;
5522 while (bno != (xfs_fileoff_t)-1 && bno >= start && lastx >= 0 &&
5523 (nexts == 0 || extno < nexts)) {
5524 /*
5525 * Is the found extent after a hole in which bno lives?
5526 * Just back up to the previous extent, if so.
5527 */
5528 if (got.br_startoff > bno) {
5529 if (--lastx < 0)
5530 break;
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005531 ep = xfs_iext_get_ext(ifp, lastx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005532 xfs_bmbt_get_all(ep, &got);
5533 }
5534 /*
5535 * Is the last block of this extent before the range
5536 * we're supposed to delete? If so, we're done.
5537 */
5538 bno = XFS_FILEOFF_MIN(bno,
5539 got.br_startoff + got.br_blockcount - 1);
5540 if (bno < start)
5541 break;
5542 /*
5543 * Then deal with the (possibly delayed) allocated space
5544 * we found.
5545 */
5546 ASSERT(ep != NULL);
5547 del = got;
Eric Sandeen9d87c312009-01-14 23:22:07 -06005548 wasdel = isnullstartblock(del.br_startblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005549 if (got.br_startoff < start) {
5550 del.br_startoff = start;
5551 del.br_blockcount -= start - got.br_startoff;
5552 if (!wasdel)
5553 del.br_startblock += start - got.br_startoff;
5554 }
5555 if (del.br_startoff + del.br_blockcount > bno + 1)
5556 del.br_blockcount = bno + 1 - del.br_startoff;
5557 sum = del.br_startblock + del.br_blockcount;
5558 if (isrt &&
5559 (mod = do_mod(sum, mp->m_sb.sb_rextsize))) {
5560 /*
5561 * Realtime extent not lined up at the end.
5562 * The extent could have been split into written
5563 * and unwritten pieces, or we could just be
5564 * unmapping part of it. But we can't really
5565 * get rid of part of a realtime extent.
5566 */
5567 if (del.br_state == XFS_EXT_UNWRITTEN ||
Eric Sandeen62118702008-03-06 13:44:28 +11005568 !xfs_sb_version_hasextflgbit(&mp->m_sb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005569 /*
5570 * This piece is unwritten, or we're not
5571 * using unwritten extents. Skip over it.
5572 */
5573 ASSERT(bno >= mod);
5574 bno -= mod > del.br_blockcount ?
5575 del.br_blockcount : mod;
5576 if (bno < got.br_startoff) {
5577 if (--lastx >= 0)
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005578 xfs_bmbt_get_all(xfs_iext_get_ext(
5579 ifp, lastx), &got);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005580 }
5581 continue;
5582 }
5583 /*
5584 * It's written, turn it unwritten.
5585 * This is better than zeroing it.
5586 */
5587 ASSERT(del.br_state == XFS_EXT_NORM);
Christoph Hellwiga7e5d032016-03-02 09:58:21 +11005588 ASSERT(tp->t_blk_res > 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005589 /*
5590 * If this spans a realtime extent boundary,
5591 * chop it back to the start of the one we end at.
5592 */
5593 if (del.br_blockcount > mod) {
5594 del.br_startoff += del.br_blockcount - mod;
5595 del.br_startblock += del.br_blockcount - mod;
5596 del.br_blockcount = mod;
5597 }
5598 del.br_state = XFS_EXT_UNWRITTEN;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00005599 error = xfs_bmap_add_extent_unwritten_real(tp, ip,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10005600 &lastx, &cur, &del, firstblock, dfops,
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00005601 &logflags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005602 if (error)
5603 goto error0;
5604 goto nodelete;
5605 }
5606 if (isrt && (mod = do_mod(del.br_startblock, mp->m_sb.sb_rextsize))) {
5607 /*
5608 * Realtime extent is lined up at the end but not
5609 * at the front. We'll get rid of full extents if
5610 * we can.
5611 */
5612 mod = mp->m_sb.sb_rextsize - mod;
5613 if (del.br_blockcount > mod) {
5614 del.br_blockcount -= mod;
5615 del.br_startoff += mod;
5616 del.br_startblock += mod;
5617 } else if ((del.br_startoff == start &&
5618 (del.br_state == XFS_EXT_UNWRITTEN ||
Christoph Hellwiga7e5d032016-03-02 09:58:21 +11005619 tp->t_blk_res == 0)) ||
Eric Sandeen62118702008-03-06 13:44:28 +11005620 !xfs_sb_version_hasextflgbit(&mp->m_sb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005621 /*
5622 * Can't make it unwritten. There isn't
5623 * a full extent here so just skip it.
5624 */
5625 ASSERT(bno >= del.br_blockcount);
5626 bno -= del.br_blockcount;
Christoph Hellwigf1c63b72011-05-11 15:04:09 +00005627 if (got.br_startoff > bno) {
5628 if (--lastx >= 0) {
5629 ep = xfs_iext_get_ext(ifp,
5630 lastx);
5631 xfs_bmbt_get_all(ep, &got);
5632 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005633 }
5634 continue;
5635 } else if (del.br_state == XFS_EXT_UNWRITTEN) {
5636 /*
5637 * This one is already unwritten.
5638 * It must have a written left neighbor.
5639 * Unwrite the killed part of that one and
5640 * try again.
5641 */
5642 ASSERT(lastx > 0);
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005643 xfs_bmbt_get_all(xfs_iext_get_ext(ifp,
5644 lastx - 1), &prev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005645 ASSERT(prev.br_state == XFS_EXT_NORM);
Eric Sandeen9d87c312009-01-14 23:22:07 -06005646 ASSERT(!isnullstartblock(prev.br_startblock));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005647 ASSERT(del.br_startblock ==
5648 prev.br_startblock + prev.br_blockcount);
5649 if (prev.br_startoff < start) {
5650 mod = start - prev.br_startoff;
5651 prev.br_blockcount -= mod;
5652 prev.br_startblock += mod;
5653 prev.br_startoff = start;
5654 }
5655 prev.br_state = XFS_EXT_UNWRITTEN;
Christoph Hellwigec90c552011-05-23 08:52:53 +00005656 lastx--;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00005657 error = xfs_bmap_add_extent_unwritten_real(tp,
5658 ip, &lastx, &cur, &prev,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10005659 firstblock, dfops, &logflags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005660 if (error)
5661 goto error0;
5662 goto nodelete;
5663 } else {
5664 ASSERT(del.br_state == XFS_EXT_NORM);
5665 del.br_state = XFS_EXT_UNWRITTEN;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00005666 error = xfs_bmap_add_extent_unwritten_real(tp,
5667 ip, &lastx, &cur, &del,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10005668 firstblock, dfops, &logflags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005669 if (error)
5670 goto error0;
5671 goto nodelete;
5672 }
5673 }
Nathan Scott06d10dd2005-06-21 15:48:47 +10005674
Linus Torvalds1da177e2005-04-16 15:20:36 -07005675 /*
5676 * If it's the case where the directory code is running
5677 * with no block reservation, and the deleted block is in
5678 * the middle of its extent, and the resulting insert
5679 * of an extent would cause transformation to btree format,
5680 * then reject it. The calling code will then swap
5681 * blocks around instead.
5682 * We have to do this now, rather than waiting for the
5683 * conversion to btree format, since the transaction
5684 * will be dirty.
5685 */
Christoph Hellwiga7e5d032016-03-02 09:58:21 +11005686 if (!wasdel && tp->t_blk_res == 0 &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07005687 XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS &&
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00005688 XFS_IFORK_NEXTENTS(ip, whichfork) >= /* Note the >= */
5689 XFS_IFORK_MAXEXT(ip, whichfork) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07005690 del.br_startoff > got.br_startoff &&
5691 del.br_startoff + del.br_blockcount <
5692 got.br_startoff + got.br_blockcount) {
Dave Chinner24513372014-06-25 14:58:08 +10005693 error = -ENOSPC;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005694 goto error0;
5695 }
Brian Fosterb2706a02016-03-15 11:42:46 +11005696
5697 /*
5698 * Unreserve quota and update realtime free space, if
5699 * appropriate. If delayed allocation, update the inode delalloc
5700 * counter now and wait to update the sb counters as
5701 * xfs_bmap_del_extent() might need to borrow some blocks.
5702 */
5703 if (wasdel) {
5704 ASSERT(startblockval(del.br_startblock) > 0);
5705 if (isrt) {
5706 xfs_filblks_t rtexts;
5707
5708 rtexts = XFS_FSB_TO_B(mp, del.br_blockcount);
5709 do_div(rtexts, mp->m_sb.sb_rextsize);
5710 xfs_mod_frextents(mp, (int64_t)rtexts);
5711 (void)xfs_trans_reserve_quota_nblks(NULL,
5712 ip, -((long)del.br_blockcount), 0,
5713 XFS_QMOPT_RES_RTBLKS);
5714 } else {
5715 (void)xfs_trans_reserve_quota_nblks(NULL,
5716 ip, -((long)del.br_blockcount), 0,
5717 XFS_QMOPT_RES_REGBLKS);
5718 }
5719 ip->i_delayed_blks -= del.br_blockcount;
5720 if (cur)
5721 cur->bc_private.b.flags |=
5722 XFS_BTCUR_BPRV_WASDEL;
5723 } else if (cur)
5724 cur->bc_private.b.flags &= ~XFS_BTCUR_BPRV_WASDEL;
5725
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10005726 error = xfs_bmap_del_extent(ip, tp, &lastx, dfops, cur, &del,
Darrick J. Wong4847acf2016-10-03 09:11:27 -07005727 &tmp_logflags, whichfork, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005728 logflags |= tmp_logflags;
5729 if (error)
5730 goto error0;
Brian Fosterb2706a02016-03-15 11:42:46 +11005731
5732 if (!isrt && wasdel)
5733 xfs_mod_fdblocks(mp, (int64_t)del.br_blockcount, false);
5734
Linus Torvalds1da177e2005-04-16 15:20:36 -07005735 bno = del.br_startoff - 1;
5736nodelete:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005737 /*
5738 * If not done go on to the next (previous) record.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005739 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005740 if (bno != (xfs_fileoff_t)-1 && bno >= start) {
Christoph Hellwig00239ac2011-05-11 15:04:08 +00005741 if (lastx >= 0) {
5742 ep = xfs_iext_get_ext(ifp, lastx);
5743 if (xfs_bmbt_get_startoff(ep) > bno) {
5744 if (--lastx >= 0)
5745 ep = xfs_iext_get_ext(ifp,
5746 lastx);
5747 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005748 xfs_bmbt_get_all(ep, &got);
Christoph Hellwig00239ac2011-05-11 15:04:08 +00005749 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005750 extno++;
5751 }
5752 }
Darrick J. Wong44535932016-10-03 09:11:29 -07005753 if (bno == (xfs_fileoff_t)-1 || bno < start || lastx < 0)
5754 *rlen = 0;
5755 else
5756 *rlen = bno - start + 1;
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00005757
Linus Torvalds1da177e2005-04-16 15:20:36 -07005758 /*
5759 * Convert to a btree if necessary.
5760 */
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00005761 if (xfs_bmap_needs_btree(ip, whichfork)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005762 ASSERT(cur == NULL);
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10005763 error = xfs_bmap_extents_to_btree(tp, ip, firstblock, dfops,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005764 &cur, 0, &tmp_logflags, whichfork);
5765 logflags |= tmp_logflags;
5766 if (error)
5767 goto error0;
5768 }
5769 /*
5770 * transform from btree to extents, give it cur
5771 */
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00005772 else if (xfs_bmap_wants_extents(ip, whichfork)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005773 ASSERT(cur != NULL);
5774 error = xfs_bmap_btree_to_extents(tp, ip, cur, &tmp_logflags,
5775 whichfork);
5776 logflags |= tmp_logflags;
5777 if (error)
5778 goto error0;
5779 }
5780 /*
5781 * transform from extents to local?
5782 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005783 error = 0;
5784error0:
5785 /*
5786 * Log everything. Do this after conversion, there's no point in
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005787 * logging the extent records if we've converted to btree format.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005788 */
Eric Sandeen9d87c312009-01-14 23:22:07 -06005789 if ((logflags & xfs_ilog_fext(whichfork)) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07005790 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS)
Eric Sandeen9d87c312009-01-14 23:22:07 -06005791 logflags &= ~xfs_ilog_fext(whichfork);
5792 else if ((logflags & xfs_ilog_fbroot(whichfork)) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07005793 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE)
Eric Sandeen9d87c312009-01-14 23:22:07 -06005794 logflags &= ~xfs_ilog_fbroot(whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005795 /*
5796 * Log inode even in the error case, if the transaction
5797 * is dirty we'll need to shut down the filesystem.
5798 */
5799 if (logflags)
5800 xfs_trans_log_inode(tp, ip, logflags);
5801 if (cur) {
5802 if (!error) {
5803 *firstblock = cur->bc_private.b.firstblock;
5804 cur->bc_private.b.allocated = 0;
5805 }
5806 xfs_btree_del_cursor(cur,
5807 error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR);
5808 }
5809 return error;
5810}
Namjae Jeone1d8fb82014-02-24 10:58:19 +11005811
Darrick J. Wong44535932016-10-03 09:11:29 -07005812/* Unmap a range of a file. */
5813int
5814xfs_bunmapi(
5815 xfs_trans_t *tp,
5816 struct xfs_inode *ip,
5817 xfs_fileoff_t bno,
5818 xfs_filblks_t len,
5819 int flags,
5820 xfs_extnum_t nexts,
5821 xfs_fsblock_t *firstblock,
5822 struct xfs_defer_ops *dfops,
5823 int *done)
5824{
5825 int error;
5826
5827 error = __xfs_bunmapi(tp, ip, bno, &len, flags, nexts, firstblock,
5828 dfops);
5829 *done = (len == 0);
5830 return error;
5831}
5832
Namjae Jeone1d8fb82014-02-24 10:58:19 +11005833/*
Brian Fosterddb19e32014-09-23 15:38:09 +10005834 * Determine whether an extent shift can be accomplished by a merge with the
5835 * extent that precedes the target hole of the shift.
5836 */
5837STATIC bool
5838xfs_bmse_can_merge(
5839 struct xfs_bmbt_irec *left, /* preceding extent */
5840 struct xfs_bmbt_irec *got, /* current extent to shift */
5841 xfs_fileoff_t shift) /* shift fsb */
5842{
5843 xfs_fileoff_t startoff;
5844
5845 startoff = got->br_startoff - shift;
5846
5847 /*
5848 * The extent, once shifted, must be adjacent in-file and on-disk with
5849 * the preceding extent.
5850 */
5851 if ((left->br_startoff + left->br_blockcount != startoff) ||
5852 (left->br_startblock + left->br_blockcount != got->br_startblock) ||
5853 (left->br_state != got->br_state) ||
5854 (left->br_blockcount + got->br_blockcount > MAXEXTLEN))
5855 return false;
5856
5857 return true;
5858}
5859
5860/*
5861 * A bmap extent shift adjusts the file offset of an extent to fill a preceding
5862 * hole in the file. If an extent shift would result in the extent being fully
5863 * adjacent to the extent that currently precedes the hole, we can merge with
5864 * the preceding extent rather than do the shift.
5865 *
5866 * This function assumes the caller has verified a shift-by-merge is possible
5867 * with the provided extents via xfs_bmse_can_merge().
5868 */
5869STATIC int
5870xfs_bmse_merge(
5871 struct xfs_inode *ip,
5872 int whichfork,
5873 xfs_fileoff_t shift, /* shift fsb */
5874 int current_ext, /* idx of gotp */
5875 struct xfs_bmbt_rec_host *gotp, /* extent to shift */
5876 struct xfs_bmbt_rec_host *leftp, /* preceding extent */
5877 struct xfs_btree_cur *cur,
5878 int *logflags) /* output */
5879{
Brian Fosterddb19e32014-09-23 15:38:09 +10005880 struct xfs_bmbt_irec got;
5881 struct xfs_bmbt_irec left;
5882 xfs_filblks_t blockcount;
5883 int error, i;
Eric Sandeen5fb5aee2015-02-23 22:39:13 +11005884 struct xfs_mount *mp = ip->i_mount;
Brian Fosterddb19e32014-09-23 15:38:09 +10005885
Brian Fosterddb19e32014-09-23 15:38:09 +10005886 xfs_bmbt_get_all(gotp, &got);
5887 xfs_bmbt_get_all(leftp, &left);
5888 blockcount = left.br_blockcount + got.br_blockcount;
5889
5890 ASSERT(xfs_isilocked(ip, XFS_IOLOCK_EXCL));
5891 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL));
5892 ASSERT(xfs_bmse_can_merge(&left, &got, shift));
5893
5894 /*
5895 * Merge the in-core extents. Note that the host record pointers and
5896 * current_ext index are invalid once the extent has been removed via
5897 * xfs_iext_remove().
5898 */
5899 xfs_bmbt_set_blockcount(leftp, blockcount);
5900 xfs_iext_remove(ip, current_ext, 1, 0);
5901
5902 /*
5903 * Update the on-disk extent count, the btree if necessary and log the
5904 * inode.
5905 */
5906 XFS_IFORK_NEXT_SET(ip, whichfork,
5907 XFS_IFORK_NEXTENTS(ip, whichfork) - 1);
5908 *logflags |= XFS_ILOG_CORE;
5909 if (!cur) {
5910 *logflags |= XFS_ILOG_DEXT;
5911 return 0;
5912 }
5913
5914 /* lookup and remove the extent to merge */
5915 error = xfs_bmbt_lookup_eq(cur, got.br_startoff, got.br_startblock,
5916 got.br_blockcount, &i);
5917 if (error)
Dave Chinner4db431f2014-12-04 09:42:40 +11005918 return error;
Eric Sandeen5fb5aee2015-02-23 22:39:13 +11005919 XFS_WANT_CORRUPTED_RETURN(mp, i == 1);
Brian Fosterddb19e32014-09-23 15:38:09 +10005920
5921 error = xfs_btree_delete(cur, &i);
5922 if (error)
Dave Chinner4db431f2014-12-04 09:42:40 +11005923 return error;
Eric Sandeen5fb5aee2015-02-23 22:39:13 +11005924 XFS_WANT_CORRUPTED_RETURN(mp, i == 1);
Brian Fosterddb19e32014-09-23 15:38:09 +10005925
5926 /* lookup and update size of the previous extent */
5927 error = xfs_bmbt_lookup_eq(cur, left.br_startoff, left.br_startblock,
5928 left.br_blockcount, &i);
5929 if (error)
Dave Chinner4db431f2014-12-04 09:42:40 +11005930 return error;
Eric Sandeen5fb5aee2015-02-23 22:39:13 +11005931 XFS_WANT_CORRUPTED_RETURN(mp, i == 1);
Brian Fosterddb19e32014-09-23 15:38:09 +10005932
5933 left.br_blockcount = blockcount;
5934
Dave Chinner4db431f2014-12-04 09:42:40 +11005935 return xfs_bmbt_update(cur, left.br_startoff, left.br_startblock,
5936 left.br_blockcount, left.br_state);
Brian Fosterddb19e32014-09-23 15:38:09 +10005937}
5938
5939/*
Brian Fostera979bdf2014-09-23 15:39:04 +10005940 * Shift a single extent.
5941 */
5942STATIC int
5943xfs_bmse_shift_one(
5944 struct xfs_inode *ip,
5945 int whichfork,
5946 xfs_fileoff_t offset_shift_fsb,
5947 int *current_ext,
5948 struct xfs_bmbt_rec_host *gotp,
5949 struct xfs_btree_cur *cur,
Namjae Jeona904b1c2015-03-25 15:08:56 +11005950 int *logflags,
Darrick J. Wong9c194642016-08-03 12:16:05 +10005951 enum shift_direction direction,
5952 struct xfs_defer_ops *dfops)
Brian Fostera979bdf2014-09-23 15:39:04 +10005953{
5954 struct xfs_ifork *ifp;
Eric Sandeen5fb5aee2015-02-23 22:39:13 +11005955 struct xfs_mount *mp;
Brian Fostera979bdf2014-09-23 15:39:04 +10005956 xfs_fileoff_t startoff;
Namjae Jeona904b1c2015-03-25 15:08:56 +11005957 struct xfs_bmbt_rec_host *adj_irecp;
Brian Fostera979bdf2014-09-23 15:39:04 +10005958 struct xfs_bmbt_irec got;
Namjae Jeona904b1c2015-03-25 15:08:56 +11005959 struct xfs_bmbt_irec adj_irec;
Brian Fostera979bdf2014-09-23 15:39:04 +10005960 int error;
5961 int i;
Namjae Jeona904b1c2015-03-25 15:08:56 +11005962 int total_extents;
Brian Fostera979bdf2014-09-23 15:39:04 +10005963
Eric Sandeen5fb5aee2015-02-23 22:39:13 +11005964 mp = ip->i_mount;
Brian Fostera979bdf2014-09-23 15:39:04 +10005965 ifp = XFS_IFORK_PTR(ip, whichfork);
Namjae Jeona904b1c2015-03-25 15:08:56 +11005966 total_extents = ifp->if_bytes / sizeof(xfs_bmbt_rec_t);
Brian Fostera979bdf2014-09-23 15:39:04 +10005967
5968 xfs_bmbt_get_all(gotp, &got);
Brian Fostera979bdf2014-09-23 15:39:04 +10005969
Brian Fosterf71721d2014-09-23 15:39:05 +10005970 /* delalloc extents should be prevented by caller */
Eric Sandeen5fb5aee2015-02-23 22:39:13 +11005971 XFS_WANT_CORRUPTED_RETURN(mp, !isnullstartblock(got.br_startblock));
Brian Fosterf71721d2014-09-23 15:39:05 +10005972
Namjae Jeona904b1c2015-03-25 15:08:56 +11005973 if (direction == SHIFT_LEFT) {
5974 startoff = got.br_startoff - offset_shift_fsb;
Dave Chinnerb11bd672014-12-04 09:42:24 +11005975
Namjae Jeona904b1c2015-03-25 15:08:56 +11005976 /*
5977 * Check for merge if we've got an extent to the left,
5978 * otherwise make sure there's enough room at the start
5979 * of the file for the shift.
5980 */
5981 if (!*current_ext) {
5982 if (got.br_startoff < offset_shift_fsb)
5983 return -EINVAL;
5984 goto update_current_ext;
5985 }
5986 /*
5987 * grab the left extent and check for a large
5988 * enough hole.
5989 */
5990 adj_irecp = xfs_iext_get_ext(ifp, *current_ext - 1);
5991 xfs_bmbt_get_all(adj_irecp, &adj_irec);
5992
5993 if (startoff <
5994 adj_irec.br_startoff + adj_irec.br_blockcount)
Brian Fostera979bdf2014-09-23 15:39:04 +10005995 return -EINVAL;
Brian Fostera979bdf2014-09-23 15:39:04 +10005996
Dave Chinnerb11bd672014-12-04 09:42:24 +11005997 /* check whether to merge the extent or shift it down */
Namjae Jeona904b1c2015-03-25 15:08:56 +11005998 if (xfs_bmse_can_merge(&adj_irec, &got,
5999 offset_shift_fsb)) {
Darrick J. Wong9c194642016-08-03 12:16:05 +10006000 error = xfs_bmse_merge(ip, whichfork, offset_shift_fsb,
6001 *current_ext, gotp, adj_irecp,
6002 cur, logflags);
6003 if (error)
6004 return error;
6005 adj_irec = got;
6006 goto update_rmap;
Dave Chinnerb11bd672014-12-04 09:42:24 +11006007 }
Namjae Jeona904b1c2015-03-25 15:08:56 +11006008 } else {
6009 startoff = got.br_startoff + offset_shift_fsb;
6010 /* nothing to move if this is the last extent */
6011 if (*current_ext >= (total_extents - 1))
6012 goto update_current_ext;
6013 /*
6014 * If this is not the last extent in the file, make sure there
6015 * is enough room between current extent and next extent for
6016 * accommodating the shift.
6017 */
6018 adj_irecp = xfs_iext_get_ext(ifp, *current_ext + 1);
6019 xfs_bmbt_get_all(adj_irecp, &adj_irec);
6020 if (startoff + got.br_blockcount > adj_irec.br_startoff)
6021 return -EINVAL;
6022 /*
6023 * Unlike a left shift (which involves a hole punch),
6024 * a right shift does not modify extent neighbors
6025 * in any way. We should never find mergeable extents
6026 * in this scenario. Check anyways and warn if we
6027 * encounter two extents that could be one.
6028 */
6029 if (xfs_bmse_can_merge(&got, &adj_irec, offset_shift_fsb))
6030 WARN_ON_ONCE(1);
6031 }
Brian Fostera979bdf2014-09-23 15:39:04 +10006032 /*
6033 * Increment the extent index for the next iteration, update the start
6034 * offset of the in-core extent and update the btree if applicable.
6035 */
Namjae Jeona904b1c2015-03-25 15:08:56 +11006036update_current_ext:
6037 if (direction == SHIFT_LEFT)
6038 (*current_ext)++;
6039 else
6040 (*current_ext)--;
Brian Fostera979bdf2014-09-23 15:39:04 +10006041 xfs_bmbt_set_startoff(gotp, startoff);
6042 *logflags |= XFS_ILOG_CORE;
Darrick J. Wong9c194642016-08-03 12:16:05 +10006043 adj_irec = got;
Brian Fostera979bdf2014-09-23 15:39:04 +10006044 if (!cur) {
6045 *logflags |= XFS_ILOG_DEXT;
Darrick J. Wong9c194642016-08-03 12:16:05 +10006046 goto update_rmap;
Brian Fostera979bdf2014-09-23 15:39:04 +10006047 }
6048
6049 error = xfs_bmbt_lookup_eq(cur, got.br_startoff, got.br_startblock,
6050 got.br_blockcount, &i);
6051 if (error)
6052 return error;
Eric Sandeen5fb5aee2015-02-23 22:39:13 +11006053 XFS_WANT_CORRUPTED_RETURN(mp, i == 1);
Brian Fostera979bdf2014-09-23 15:39:04 +10006054
6055 got.br_startoff = startoff;
Darrick J. Wong9c194642016-08-03 12:16:05 +10006056 error = xfs_bmbt_update(cur, got.br_startoff, got.br_startblock,
6057 got.br_blockcount, got.br_state);
6058 if (error)
6059 return error;
6060
6061update_rmap:
6062 /* update reverse mapping */
6063 error = xfs_rmap_unmap_extent(mp, dfops, ip, whichfork, &adj_irec);
6064 if (error)
6065 return error;
6066 adj_irec.br_startoff = startoff;
6067 return xfs_rmap_map_extent(mp, dfops, ip, whichfork, &adj_irec);
Brian Fostera979bdf2014-09-23 15:39:04 +10006068}
6069
6070/*
Namjae Jeona904b1c2015-03-25 15:08:56 +11006071 * Shift extent records to the left/right to cover/create a hole.
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006072 *
Brian Foster2c845f52014-09-23 15:37:09 +10006073 * The maximum number of extents to be shifted in a single operation is
Namjae Jeona904b1c2015-03-25 15:08:56 +11006074 * @num_exts. @stop_fsb specifies the file offset at which to stop shift and the
Brian Foster2c845f52014-09-23 15:37:09 +10006075 * file offset where we've left off is returned in @next_fsb. @offset_shift_fsb
6076 * is the length by which each extent is shifted. If there is no hole to shift
6077 * the extents into, this will be considered invalid operation and we abort
6078 * immediately.
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006079 */
6080int
6081xfs_bmap_shift_extents(
6082 struct xfs_trans *tp,
6083 struct xfs_inode *ip,
Namjae Jeona904b1c2015-03-25 15:08:56 +11006084 xfs_fileoff_t *next_fsb,
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006085 xfs_fileoff_t offset_shift_fsb,
Brian Foster2c845f52014-09-23 15:37:09 +10006086 int *done,
Namjae Jeona904b1c2015-03-25 15:08:56 +11006087 xfs_fileoff_t stop_fsb,
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006088 xfs_fsblock_t *firstblock,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10006089 struct xfs_defer_ops *dfops,
Namjae Jeona904b1c2015-03-25 15:08:56 +11006090 enum shift_direction direction,
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006091 int num_exts)
6092{
Brian Fosterca446d82014-09-02 12:12:53 +10006093 struct xfs_btree_cur *cur = NULL;
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006094 struct xfs_bmbt_rec_host *gotp;
6095 struct xfs_bmbt_irec got;
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006096 struct xfs_mount *mp = ip->i_mount;
6097 struct xfs_ifork *ifp;
6098 xfs_extnum_t nexts = 0;
Brian Foster2c845f52014-09-23 15:37:09 +10006099 xfs_extnum_t current_ext;
Namjae Jeona904b1c2015-03-25 15:08:56 +11006100 xfs_extnum_t total_extents;
6101 xfs_extnum_t stop_extent;
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006102 int error = 0;
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006103 int whichfork = XFS_DATA_FORK;
Brian Fosterca446d82014-09-02 12:12:53 +10006104 int logflags = 0;
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006105
6106 if (unlikely(XFS_TEST_ERROR(
6107 (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS &&
6108 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE),
6109 mp, XFS_ERRTAG_BMAPIFORMAT, XFS_RANDOM_BMAPIFORMAT))) {
6110 XFS_ERROR_REPORT("xfs_bmap_shift_extents",
6111 XFS_ERRLEVEL_LOW, mp);
Dave Chinner24513372014-06-25 14:58:08 +10006112 return -EFSCORRUPTED;
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006113 }
6114
6115 if (XFS_FORCED_SHUTDOWN(mp))
Dave Chinner24513372014-06-25 14:58:08 +10006116 return -EIO;
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006117
Brian Foster2c845f52014-09-23 15:37:09 +10006118 ASSERT(xfs_isilocked(ip, XFS_IOLOCK_EXCL));
6119 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL));
Namjae Jeona904b1c2015-03-25 15:08:56 +11006120 ASSERT(direction == SHIFT_LEFT || direction == SHIFT_RIGHT);
6121 ASSERT(*next_fsb != NULLFSBLOCK || direction == SHIFT_RIGHT);
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006122
6123 ifp = XFS_IFORK_PTR(ip, whichfork);
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006124 if (!(ifp->if_flags & XFS_IFEXTENTS)) {
6125 /* Read in all the extents */
6126 error = xfs_iread_extents(tp, ip, whichfork);
6127 if (error)
6128 return error;
6129 }
6130
Brian Fosterddb19e32014-09-23 15:38:09 +10006131 if (ifp->if_flags & XFS_IFBROOT) {
6132 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork);
6133 cur->bc_private.b.firstblock = *firstblock;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10006134 cur->bc_private.b.dfops = dfops;
Brian Fosterddb19e32014-09-23 15:38:09 +10006135 cur->bc_private.b.flags = 0;
6136 }
6137
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006138 /*
Dave Chinnerd39a2ce2014-04-17 08:15:25 +10006139 * There may be delalloc extents in the data fork before the range we
Brian Foster2c845f52014-09-23 15:37:09 +10006140 * are collapsing out, so we cannot use the count of real extents here.
6141 * Instead we have to calculate it from the incore fork.
Dave Chinnerd39a2ce2014-04-17 08:15:25 +10006142 */
6143 total_extents = ifp->if_bytes / sizeof(xfs_bmbt_rec_t);
Namjae Jeona904b1c2015-03-25 15:08:56 +11006144 if (total_extents == 0) {
6145 *done = 1;
6146 goto del_cursor;
6147 }
6148
6149 /*
6150 * In case of first right shift, we need to initialize next_fsb
6151 */
6152 if (*next_fsb == NULLFSBLOCK) {
6153 gotp = xfs_iext_get_ext(ifp, total_extents - 1);
6154 xfs_bmbt_get_all(gotp, &got);
6155 *next_fsb = got.br_startoff;
6156 if (stop_fsb > *next_fsb) {
6157 *done = 1;
6158 goto del_cursor;
6159 }
6160 }
6161
6162 /* Lookup the extent index at which we have to stop */
6163 if (direction == SHIFT_RIGHT) {
6164 gotp = xfs_iext_bno_to_ext(ifp, stop_fsb, &stop_extent);
6165 /* Make stop_extent exclusive of shift range */
6166 stop_extent--;
6167 } else
6168 stop_extent = total_extents;
6169
6170 /*
6171 * Look up the extent index for the fsb where we start shifting. We can
6172 * henceforth iterate with current_ext as extent list changes are locked
6173 * out via ilock.
6174 *
6175 * gotp can be null in 2 cases: 1) if there are no extents or 2)
6176 * *next_fsb lies in a hole beyond which there are no extents. Either
6177 * way, we are done.
6178 */
6179 gotp = xfs_iext_bno_to_ext(ifp, *next_fsb, &current_ext);
6180 if (!gotp) {
6181 *done = 1;
6182 goto del_cursor;
6183 }
6184
6185 /* some sanity checking before we finally start shifting extents */
6186 if ((direction == SHIFT_LEFT && current_ext >= stop_extent) ||
6187 (direction == SHIFT_RIGHT && current_ext <= stop_extent)) {
6188 error = -EIO;
6189 goto del_cursor;
6190 }
6191
6192 while (nexts++ < num_exts) {
Brian Fostera979bdf2014-09-23 15:39:04 +10006193 error = xfs_bmse_shift_one(ip, whichfork, offset_shift_fsb,
Namjae Jeona904b1c2015-03-25 15:08:56 +11006194 &current_ext, gotp, cur, &logflags,
Darrick J. Wong9c194642016-08-03 12:16:05 +10006195 direction, dfops);
Brian Fostera979bdf2014-09-23 15:39:04 +10006196 if (error)
6197 goto del_cursor;
Namjae Jeona904b1c2015-03-25 15:08:56 +11006198 /*
6199 * If there was an extent merge during the shift, the extent
6200 * count can change. Update the total and grade the next record.
6201 */
6202 if (direction == SHIFT_LEFT) {
6203 total_extents = ifp->if_bytes / sizeof(xfs_bmbt_rec_t);
6204 stop_extent = total_extents;
6205 }
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006206
Namjae Jeona904b1c2015-03-25 15:08:56 +11006207 if (current_ext == stop_extent) {
6208 *done = 1;
6209 *next_fsb = NULLFSBLOCK;
Brian Fosterddb19e32014-09-23 15:38:09 +10006210 break;
Namjae Jeona904b1c2015-03-25 15:08:56 +11006211 }
Brian Fosterddb19e32014-09-23 15:38:09 +10006212 gotp = xfs_iext_get_ext(ifp, current_ext);
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006213 }
6214
Namjae Jeona904b1c2015-03-25 15:08:56 +11006215 if (!*done) {
Brian Fostera979bdf2014-09-23 15:39:04 +10006216 xfs_bmbt_get_all(gotp, &got);
Brian Foster2c845f52014-09-23 15:37:09 +10006217 *next_fsb = got.br_startoff;
Brian Fostera979bdf2014-09-23 15:39:04 +10006218 }
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006219
6220del_cursor:
6221 if (cur)
6222 xfs_btree_del_cursor(cur,
6223 error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR);
6224
Brian Fosterca446d82014-09-02 12:12:53 +10006225 if (logflags)
6226 xfs_trans_log_inode(tp, ip, logflags);
Brian Foster2c845f52014-09-23 15:37:09 +10006227
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006228 return error;
6229}
Namjae Jeona904b1c2015-03-25 15:08:56 +11006230
6231/*
6232 * Splits an extent into two extents at split_fsb block such that it is
6233 * the first block of the current_ext. @current_ext is a target extent
6234 * to be split. @split_fsb is a block where the extents is split.
6235 * If split_fsb lies in a hole or the first block of extents, just return 0.
6236 */
6237STATIC int
6238xfs_bmap_split_extent_at(
6239 struct xfs_trans *tp,
6240 struct xfs_inode *ip,
6241 xfs_fileoff_t split_fsb,
6242 xfs_fsblock_t *firstfsb,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10006243 struct xfs_defer_ops *dfops)
Namjae Jeona904b1c2015-03-25 15:08:56 +11006244{
6245 int whichfork = XFS_DATA_FORK;
6246 struct xfs_btree_cur *cur = NULL;
6247 struct xfs_bmbt_rec_host *gotp;
6248 struct xfs_bmbt_irec got;
6249 struct xfs_bmbt_irec new; /* split extent */
6250 struct xfs_mount *mp = ip->i_mount;
6251 struct xfs_ifork *ifp;
6252 xfs_fsblock_t gotblkcnt; /* new block count for got */
6253 xfs_extnum_t current_ext;
6254 int error = 0;
6255 int logflags = 0;
6256 int i = 0;
6257
6258 if (unlikely(XFS_TEST_ERROR(
6259 (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS &&
6260 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE),
6261 mp, XFS_ERRTAG_BMAPIFORMAT, XFS_RANDOM_BMAPIFORMAT))) {
6262 XFS_ERROR_REPORT("xfs_bmap_split_extent_at",
6263 XFS_ERRLEVEL_LOW, mp);
6264 return -EFSCORRUPTED;
6265 }
6266
6267 if (XFS_FORCED_SHUTDOWN(mp))
6268 return -EIO;
6269
6270 ifp = XFS_IFORK_PTR(ip, whichfork);
6271 if (!(ifp->if_flags & XFS_IFEXTENTS)) {
6272 /* Read in all the extents */
6273 error = xfs_iread_extents(tp, ip, whichfork);
6274 if (error)
6275 return error;
6276 }
6277
6278 /*
6279 * gotp can be null in 2 cases: 1) if there are no extents
6280 * or 2) split_fsb lies in a hole beyond which there are
6281 * no extents. Either way, we are done.
6282 */
6283 gotp = xfs_iext_bno_to_ext(ifp, split_fsb, &current_ext);
6284 if (!gotp)
6285 return 0;
6286
6287 xfs_bmbt_get_all(gotp, &got);
6288
6289 /*
6290 * Check split_fsb lies in a hole or the start boundary offset
6291 * of the extent.
6292 */
6293 if (got.br_startoff >= split_fsb)
6294 return 0;
6295
6296 gotblkcnt = split_fsb - got.br_startoff;
6297 new.br_startoff = split_fsb;
6298 new.br_startblock = got.br_startblock + gotblkcnt;
6299 new.br_blockcount = got.br_blockcount - gotblkcnt;
6300 new.br_state = got.br_state;
6301
6302 if (ifp->if_flags & XFS_IFBROOT) {
6303 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork);
6304 cur->bc_private.b.firstblock = *firstfsb;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10006305 cur->bc_private.b.dfops = dfops;
Namjae Jeona904b1c2015-03-25 15:08:56 +11006306 cur->bc_private.b.flags = 0;
6307 error = xfs_bmbt_lookup_eq(cur, got.br_startoff,
6308 got.br_startblock,
6309 got.br_blockcount,
6310 &i);
6311 if (error)
6312 goto del_cursor;
6313 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, del_cursor);
6314 }
6315
6316 xfs_bmbt_set_blockcount(gotp, gotblkcnt);
6317 got.br_blockcount = gotblkcnt;
6318
6319 logflags = XFS_ILOG_CORE;
6320 if (cur) {
6321 error = xfs_bmbt_update(cur, got.br_startoff,
6322 got.br_startblock,
6323 got.br_blockcount,
6324 got.br_state);
6325 if (error)
6326 goto del_cursor;
6327 } else
6328 logflags |= XFS_ILOG_DEXT;
6329
6330 /* Add new extent */
6331 current_ext++;
6332 xfs_iext_insert(ip, current_ext, 1, &new, 0);
6333 XFS_IFORK_NEXT_SET(ip, whichfork,
6334 XFS_IFORK_NEXTENTS(ip, whichfork) + 1);
6335
6336 if (cur) {
6337 error = xfs_bmbt_lookup_eq(cur, new.br_startoff,
6338 new.br_startblock, new.br_blockcount,
6339 &i);
6340 if (error)
6341 goto del_cursor;
6342 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, del_cursor);
6343 cur->bc_rec.b.br_state = new.br_state;
6344
6345 error = xfs_btree_insert(cur, &i);
6346 if (error)
6347 goto del_cursor;
6348 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, del_cursor);
6349 }
6350
6351 /*
6352 * Convert to a btree if necessary.
6353 */
6354 if (xfs_bmap_needs_btree(ip, whichfork)) {
6355 int tmp_logflags; /* partial log flag return val */
6356
6357 ASSERT(cur == NULL);
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10006358 error = xfs_bmap_extents_to_btree(tp, ip, firstfsb, dfops,
Namjae Jeona904b1c2015-03-25 15:08:56 +11006359 &cur, 0, &tmp_logflags, whichfork);
6360 logflags |= tmp_logflags;
6361 }
6362
6363del_cursor:
6364 if (cur) {
6365 cur->bc_private.b.allocated = 0;
6366 xfs_btree_del_cursor(cur,
6367 error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR);
6368 }
6369
6370 if (logflags)
6371 xfs_trans_log_inode(tp, ip, logflags);
6372 return error;
6373}
6374
6375int
6376xfs_bmap_split_extent(
6377 struct xfs_inode *ip,
6378 xfs_fileoff_t split_fsb)
6379{
6380 struct xfs_mount *mp = ip->i_mount;
6381 struct xfs_trans *tp;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10006382 struct xfs_defer_ops dfops;
Namjae Jeona904b1c2015-03-25 15:08:56 +11006383 xfs_fsblock_t firstfsb;
Namjae Jeona904b1c2015-03-25 15:08:56 +11006384 int error;
6385
Christoph Hellwig253f4912016-04-06 09:19:55 +10006386 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_write,
6387 XFS_DIOSTRAT_SPACE_RES(mp, 0), 0, 0, &tp);
6388 if (error)
Namjae Jeona904b1c2015-03-25 15:08:56 +11006389 return error;
Namjae Jeona904b1c2015-03-25 15:08:56 +11006390
6391 xfs_ilock(ip, XFS_ILOCK_EXCL);
6392 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
6393
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10006394 xfs_defer_init(&dfops, &firstfsb);
Namjae Jeona904b1c2015-03-25 15:08:56 +11006395
6396 error = xfs_bmap_split_extent_at(tp, ip, split_fsb,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10006397 &firstfsb, &dfops);
Namjae Jeona904b1c2015-03-25 15:08:56 +11006398 if (error)
6399 goto out;
6400
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10006401 error = xfs_defer_finish(&tp, &dfops, NULL);
Namjae Jeona904b1c2015-03-25 15:08:56 +11006402 if (error)
6403 goto out;
6404
Christoph Hellwig70393312015-06-04 13:48:08 +10006405 return xfs_trans_commit(tp);
Namjae Jeona904b1c2015-03-25 15:08:56 +11006406
6407out:
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10006408 xfs_defer_cancel(&dfops);
Christoph Hellwig4906e212015-06-04 13:47:56 +10006409 xfs_trans_cancel(tp);
Namjae Jeona904b1c2015-03-25 15:08:56 +11006410 return error;
6411}
Darrick J. Wong9f3afb52016-10-03 09:11:28 -07006412
6413/* Deferred mapping is only for real extents in the data fork. */
6414static bool
6415xfs_bmap_is_update_needed(
6416 struct xfs_bmbt_irec *bmap)
6417{
6418 return bmap->br_startblock != HOLESTARTBLOCK &&
6419 bmap->br_startblock != DELAYSTARTBLOCK;
6420}
6421
6422/* Record a bmap intent. */
6423static int
6424__xfs_bmap_add(
6425 struct xfs_mount *mp,
6426 struct xfs_defer_ops *dfops,
6427 enum xfs_bmap_intent_type type,
6428 struct xfs_inode *ip,
6429 int whichfork,
6430 struct xfs_bmbt_irec *bmap)
6431{
6432 int error;
6433 struct xfs_bmap_intent *bi;
6434
6435 trace_xfs_bmap_defer(mp,
6436 XFS_FSB_TO_AGNO(mp, bmap->br_startblock),
6437 type,
6438 XFS_FSB_TO_AGBNO(mp, bmap->br_startblock),
6439 ip->i_ino, whichfork,
6440 bmap->br_startoff,
6441 bmap->br_blockcount,
6442 bmap->br_state);
6443
6444 bi = kmem_alloc(sizeof(struct xfs_bmap_intent), KM_SLEEP | KM_NOFS);
6445 INIT_LIST_HEAD(&bi->bi_list);
6446 bi->bi_type = type;
6447 bi->bi_owner = ip;
6448 bi->bi_whichfork = whichfork;
6449 bi->bi_bmap = *bmap;
6450
6451 error = xfs_defer_join(dfops, bi->bi_owner);
6452 if (error) {
6453 kmem_free(bi);
6454 return error;
6455 }
6456
6457 xfs_defer_add(dfops, XFS_DEFER_OPS_TYPE_BMAP, &bi->bi_list);
6458 return 0;
6459}
6460
6461/* Map an extent into a file. */
6462int
6463xfs_bmap_map_extent(
6464 struct xfs_mount *mp,
6465 struct xfs_defer_ops *dfops,
6466 struct xfs_inode *ip,
6467 struct xfs_bmbt_irec *PREV)
6468{
6469 if (!xfs_bmap_is_update_needed(PREV))
6470 return 0;
6471
6472 return __xfs_bmap_add(mp, dfops, XFS_BMAP_MAP, ip,
6473 XFS_DATA_FORK, PREV);
6474}
6475
6476/* Unmap an extent out of a file. */
6477int
6478xfs_bmap_unmap_extent(
6479 struct xfs_mount *mp,
6480 struct xfs_defer_ops *dfops,
6481 struct xfs_inode *ip,
6482 struct xfs_bmbt_irec *PREV)
6483{
6484 if (!xfs_bmap_is_update_needed(PREV))
6485 return 0;
6486
6487 return __xfs_bmap_add(mp, dfops, XFS_BMAP_UNMAP, ip,
6488 XFS_DATA_FORK, PREV);
6489}
6490
6491/*
6492 * Process one of the deferred bmap operations. We pass back the
6493 * btree cursor to maintain our lock on the bmapbt between calls.
6494 */
6495int
6496xfs_bmap_finish_one(
6497 struct xfs_trans *tp,
6498 struct xfs_defer_ops *dfops,
6499 struct xfs_inode *ip,
6500 enum xfs_bmap_intent_type type,
6501 int whichfork,
6502 xfs_fileoff_t startoff,
6503 xfs_fsblock_t startblock,
6504 xfs_filblks_t blockcount,
6505 xfs_exntst_t state)
6506{
6507 struct xfs_bmbt_irec bmap;
6508 int nimaps = 1;
6509 xfs_fsblock_t firstfsb;
6510 int flags = XFS_BMAPI_REMAP;
6511 int done;
6512 int error = 0;
6513
6514 bmap.br_startblock = startblock;
6515 bmap.br_startoff = startoff;
6516 bmap.br_blockcount = blockcount;
6517 bmap.br_state = state;
6518
6519 trace_xfs_bmap_deferred(tp->t_mountp,
6520 XFS_FSB_TO_AGNO(tp->t_mountp, startblock), type,
6521 XFS_FSB_TO_AGBNO(tp->t_mountp, startblock),
6522 ip->i_ino, whichfork, startoff, blockcount, state);
6523
6524 if (whichfork != XFS_DATA_FORK && whichfork != XFS_ATTR_FORK)
6525 return -EFSCORRUPTED;
6526 if (whichfork == XFS_ATTR_FORK)
6527 flags |= XFS_BMAPI_ATTRFORK;
6528
6529 if (XFS_TEST_ERROR(false, tp->t_mountp,
6530 XFS_ERRTAG_BMAP_FINISH_ONE,
6531 XFS_RANDOM_BMAP_FINISH_ONE))
6532 return -EIO;
6533
6534 switch (type) {
6535 case XFS_BMAP_MAP:
6536 firstfsb = bmap.br_startblock;
6537 error = xfs_bmapi_write(tp, ip, bmap.br_startoff,
6538 bmap.br_blockcount, flags, &firstfsb,
6539 bmap.br_blockcount, &bmap, &nimaps,
6540 dfops);
6541 break;
6542 case XFS_BMAP_UNMAP:
6543 error = xfs_bunmapi(tp, ip, bmap.br_startoff,
6544 bmap.br_blockcount, flags, 1, &firstfsb,
6545 dfops, &done);
6546 ASSERT(done);
6547 break;
6548 default:
6549 ASSERT(0);
6550 error = -EFSCORRUPTED;
6551 }
6552
6553 return error;
6554}