blob: 9bd104f32908962046af6d2dd4437a045fecdb36 [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"
Darrick J. Wongfd26a882016-11-28 14:57:42 +110052#include "xfs_rmap_btree.h"
Brian Foster974ae922016-11-28 14:57:42 +110053#include "xfs_icache.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070054
55
Linus Torvalds1da177e2005-04-16 15:20:36 -070056kmem_zone_t *xfs_bmap_free_item_zone;
57
58/*
Dave Chinner9e5987a2013-02-25 12:31:26 +110059 * Miscellaneous helper functions
Linus Torvalds1da177e2005-04-16 15:20:36 -070060 */
61
Linus Torvalds1da177e2005-04-16 15:20:36 -070062/*
Dave Chinner9e5987a2013-02-25 12:31:26 +110063 * Compute and fill in the value of the maximum depth of a bmap btree
64 * in this filesystem. Done once, during mount.
Linus Torvalds1da177e2005-04-16 15:20:36 -070065 */
Dave Chinner9e5987a2013-02-25 12:31:26 +110066void
67xfs_bmap_compute_maxlevels(
68 xfs_mount_t *mp, /* file system mount structure */
69 int whichfork) /* data or attr fork */
70{
71 int level; /* btree level */
72 uint maxblocks; /* max blocks at this level */
73 uint maxleafents; /* max leaf entries possible */
74 int maxrootrecs; /* max records in root block */
75 int minleafrecs; /* min records in leaf block */
76 int minnoderecs; /* min records in node block */
77 int sz; /* root block size */
78
79 /*
80 * The maximum number of extents in a file, hence the maximum
81 * number of leaf entries, is controlled by the type of di_nextents
82 * (a signed 32-bit number, xfs_extnum_t), or by di_anextents
83 * (a signed 16-bit number, xfs_aextnum_t).
84 *
85 * Note that we can no longer assume that if we are in ATTR1 that
86 * the fork offset of all the inodes will be
87 * (xfs_default_attroffset(ip) >> 3) because we could have mounted
88 * with ATTR2 and then mounted back with ATTR1, keeping the
89 * di_forkoff's fixed but probably at various positions. Therefore,
90 * for both ATTR1 and ATTR2 we have to assume the worst case scenario
91 * of a minimum size available.
92 */
93 if (whichfork == XFS_DATA_FORK) {
94 maxleafents = MAXEXTNUM;
95 sz = XFS_BMDR_SPACE_CALC(MINDBTPTRS);
96 } else {
97 maxleafents = MAXAEXTNUM;
98 sz = XFS_BMDR_SPACE_CALC(MINABTPTRS);
99 }
Eric Sandeen152d93b2014-04-14 18:58:51 +1000100 maxrootrecs = xfs_bmdr_maxrecs(sz, 0);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100101 minleafrecs = mp->m_bmap_dmnr[0];
102 minnoderecs = mp->m_bmap_dmnr[1];
103 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs;
104 for (level = 1; maxblocks > 1; level++) {
105 if (maxblocks <= maxrootrecs)
106 maxblocks = 1;
107 else
108 maxblocks = (maxblocks + minnoderecs - 1) / minnoderecs;
109 }
110 mp->m_bm_maxlevels[whichfork] = level;
111}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112
Christoph Hellwigfe033cc2008-10-30 16:56:09 +1100113STATIC int /* error */
114xfs_bmbt_lookup_eq(
115 struct xfs_btree_cur *cur,
116 xfs_fileoff_t off,
117 xfs_fsblock_t bno,
118 xfs_filblks_t len,
119 int *stat) /* success/failure */
120{
121 cur->bc_rec.b.br_startoff = off;
122 cur->bc_rec.b.br_startblock = bno;
123 cur->bc_rec.b.br_blockcount = len;
124 return xfs_btree_lookup(cur, XFS_LOOKUP_EQ, stat);
125}
126
127STATIC int /* error */
128xfs_bmbt_lookup_ge(
129 struct xfs_btree_cur *cur,
130 xfs_fileoff_t off,
131 xfs_fsblock_t bno,
132 xfs_filblks_t len,
133 int *stat) /* success/failure */
134{
135 cur->bc_rec.b.br_startoff = off;
136 cur->bc_rec.b.br_startblock = bno;
137 cur->bc_rec.b.br_blockcount = len;
138 return xfs_btree_lookup(cur, XFS_LOOKUP_GE, stat);
139}
140
Christoph Hellwig278d0ca2008-10-30 16:56:32 +1100141/*
Christoph Hellwig8096b1e2011-12-18 20:00:07 +0000142 * Check if the inode needs to be converted to btree format.
143 */
144static inline bool xfs_bmap_needs_btree(struct xfs_inode *ip, int whichfork)
145{
Darrick J. Wong60b49842016-10-03 09:11:34 -0700146 return whichfork != XFS_COW_FORK &&
147 XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS &&
Christoph Hellwig8096b1e2011-12-18 20:00:07 +0000148 XFS_IFORK_NEXTENTS(ip, whichfork) >
149 XFS_IFORK_MAXEXT(ip, whichfork);
150}
151
152/*
153 * Check if the inode should be converted to extent format.
154 */
155static inline bool xfs_bmap_wants_extents(struct xfs_inode *ip, int whichfork)
156{
Darrick J. Wong60b49842016-10-03 09:11:34 -0700157 return whichfork != XFS_COW_FORK &&
158 XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_BTREE &&
Christoph Hellwig8096b1e2011-12-18 20:00:07 +0000159 XFS_IFORK_NEXTENTS(ip, whichfork) <=
160 XFS_IFORK_MAXEXT(ip, whichfork);
161}
162
163/*
164 * Update the record referred to by cur to the value given
Christoph Hellwig278d0ca2008-10-30 16:56:32 +1100165 * by [off, bno, len, state].
166 * This either works (return 0) or gets an EFSCORRUPTED error.
167 */
168STATIC int
169xfs_bmbt_update(
170 struct xfs_btree_cur *cur,
171 xfs_fileoff_t off,
172 xfs_fsblock_t bno,
173 xfs_filblks_t len,
174 xfs_exntst_t state)
175{
176 union xfs_btree_rec rec;
177
178 xfs_bmbt_disk_set_allf(&rec.bmbt, off, bno, len, state);
179 return xfs_btree_update(cur, &rec);
180}
Christoph Hellwigfe033cc2008-10-30 16:56:09 +1100181
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182/*
Dave Chinner9e5987a2013-02-25 12:31:26 +1100183 * Compute the worst-case number of indirect blocks that will be used
184 * for ip's delayed extent of length "len".
185 */
186STATIC xfs_filblks_t
187xfs_bmap_worst_indlen(
188 xfs_inode_t *ip, /* incore inode pointer */
189 xfs_filblks_t len) /* delayed extent length */
190{
191 int level; /* btree level number */
192 int maxrecs; /* maximum record count at this level */
193 xfs_mount_t *mp; /* mount structure */
194 xfs_filblks_t rval; /* return value */
Darrick J. Wongfd26a882016-11-28 14:57:42 +1100195 xfs_filblks_t orig_len;
Dave Chinner9e5987a2013-02-25 12:31:26 +1100196
197 mp = ip->i_mount;
Darrick J. Wongfd26a882016-11-28 14:57:42 +1100198
199 /* Calculate the worst-case size of the bmbt. */
200 orig_len = len;
Dave Chinner9e5987a2013-02-25 12:31:26 +1100201 maxrecs = mp->m_bmap_dmxr[0];
202 for (level = 0, rval = 0;
203 level < XFS_BM_MAXLEVELS(mp, XFS_DATA_FORK);
204 level++) {
205 len += maxrecs - 1;
206 do_div(len, maxrecs);
207 rval += len;
Darrick J. Wongfd26a882016-11-28 14:57:42 +1100208 if (len == 1) {
209 rval += XFS_BM_MAXLEVELS(mp, XFS_DATA_FORK) -
Dave Chinner9e5987a2013-02-25 12:31:26 +1100210 level - 1;
Darrick J. Wongfd26a882016-11-28 14:57:42 +1100211 break;
212 }
Dave Chinner9e5987a2013-02-25 12:31:26 +1100213 if (level == 0)
214 maxrecs = mp->m_bmap_dmxr[1];
215 }
Darrick J. Wongfd26a882016-11-28 14:57:42 +1100216
217 /* Calculate the worst-case size of the rmapbt. */
218 if (xfs_sb_version_hasrmapbt(&mp->m_sb))
219 rval += 1 + xfs_rmapbt_calc_size(mp, orig_len) +
220 mp->m_rmap_maxlevels;
221
Dave Chinner9e5987a2013-02-25 12:31:26 +1100222 return rval;
223}
224
225/*
226 * Calculate the default attribute fork offset for newly created inodes.
227 */
228uint
229xfs_default_attroffset(
230 struct xfs_inode *ip)
231{
232 struct xfs_mount *mp = ip->i_mount;
233 uint offset;
234
235 if (mp->m_sb.sb_inodesize == 256) {
Christoph Hellwig56cea2d2013-03-12 23:30:36 +1100236 offset = XFS_LITINO(mp, ip->i_d.di_version) -
Dave Chinner9e5987a2013-02-25 12:31:26 +1100237 XFS_BMDR_SPACE_CALC(MINABTPTRS);
238 } else {
239 offset = XFS_BMDR_SPACE_CALC(6 * MINABTPTRS);
240 }
241
Christoph Hellwig56cea2d2013-03-12 23:30:36 +1100242 ASSERT(offset < XFS_LITINO(mp, ip->i_d.di_version));
Dave Chinner9e5987a2013-02-25 12:31:26 +1100243 return offset;
244}
245
246/*
247 * Helper routine to reset inode di_forkoff field when switching
248 * attribute fork from local to extent format - we reset it where
249 * possible to make space available for inline data fork extents.
250 */
251STATIC void
252xfs_bmap_forkoff_reset(
Dave Chinner9e5987a2013-02-25 12:31:26 +1100253 xfs_inode_t *ip,
254 int whichfork)
255{
256 if (whichfork == XFS_ATTR_FORK &&
257 ip->i_d.di_format != XFS_DINODE_FMT_DEV &&
258 ip->i_d.di_format != XFS_DINODE_FMT_UUID &&
259 ip->i_d.di_format != XFS_DINODE_FMT_BTREE) {
260 uint dfl_forkoff = xfs_default_attroffset(ip) >> 3;
261
262 if (dfl_forkoff > ip->i_d.di_forkoff)
263 ip->i_d.di_forkoff = dfl_forkoff;
264 }
265}
266
Dave Chinner9e5987a2013-02-25 12:31:26 +1100267#ifdef DEBUG
268STATIC struct xfs_buf *
269xfs_bmap_get_bp(
270 struct xfs_btree_cur *cur,
271 xfs_fsblock_t bno)
272{
273 struct xfs_log_item_desc *lidp;
274 int i;
275
276 if (!cur)
277 return NULL;
278
279 for (i = 0; i < XFS_BTREE_MAXLEVELS; i++) {
280 if (!cur->bc_bufs[i])
281 break;
282 if (XFS_BUF_ADDR(cur->bc_bufs[i]) == bno)
283 return cur->bc_bufs[i];
284 }
285
286 /* Chase down all the log items to see if the bp is there */
287 list_for_each_entry(lidp, &cur->bc_tp->t_items, lid_trans) {
288 struct xfs_buf_log_item *bip;
289 bip = (struct xfs_buf_log_item *)lidp->lid_item;
290 if (bip->bli_item.li_type == XFS_LI_BUF &&
291 XFS_BUF_ADDR(bip->bli_buf) == bno)
292 return bip->bli_buf;
293 }
294
295 return NULL;
296}
297
298STATIC void
299xfs_check_block(
300 struct xfs_btree_block *block,
301 xfs_mount_t *mp,
302 int root,
303 short sz)
304{
305 int i, j, dmxr;
306 __be64 *pp, *thispa; /* pointer to block address */
307 xfs_bmbt_key_t *prevp, *keyp;
308
309 ASSERT(be16_to_cpu(block->bb_level) > 0);
310
311 prevp = NULL;
312 for( i = 1; i <= xfs_btree_get_numrecs(block); i++) {
313 dmxr = mp->m_bmap_dmxr[0];
314 keyp = XFS_BMBT_KEY_ADDR(mp, block, i);
315
316 if (prevp) {
317 ASSERT(be64_to_cpu(prevp->br_startoff) <
318 be64_to_cpu(keyp->br_startoff));
319 }
320 prevp = keyp;
321
322 /*
323 * Compare the block numbers to see if there are dups.
324 */
325 if (root)
326 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, i, sz);
327 else
328 pp = XFS_BMBT_PTR_ADDR(mp, block, i, dmxr);
329
330 for (j = i+1; j <= be16_to_cpu(block->bb_numrecs); j++) {
331 if (root)
332 thispa = XFS_BMAP_BROOT_PTR_ADDR(mp, block, j, sz);
333 else
334 thispa = XFS_BMBT_PTR_ADDR(mp, block, j, dmxr);
335 if (*thispa == *pp) {
336 xfs_warn(mp, "%s: thispa(%d) == pp(%d) %Ld",
337 __func__, j, i,
338 (unsigned long long)be64_to_cpu(*thispa));
339 panic("%s: ptrs are equal in node\n",
340 __func__);
341 }
342 }
343 }
344}
345
346/*
347 * Check that the extents for the inode ip are in the right order in all
Dave Chinnere3543812016-01-08 11:28:49 +1100348 * btree leaves. THis becomes prohibitively expensive for large extent count
349 * files, so don't bother with inodes that have more than 10,000 extents in
350 * them. The btree record ordering checks will still be done, so for such large
351 * bmapbt constructs that is going to catch most corruptions.
Dave Chinner9e5987a2013-02-25 12:31:26 +1100352 */
Dave Chinner9e5987a2013-02-25 12:31:26 +1100353STATIC void
354xfs_bmap_check_leaf_extents(
355 xfs_btree_cur_t *cur, /* btree cursor or null */
356 xfs_inode_t *ip, /* incore inode pointer */
357 int whichfork) /* data or attr fork */
358{
359 struct xfs_btree_block *block; /* current btree block */
360 xfs_fsblock_t bno; /* block # of "block" */
361 xfs_buf_t *bp; /* buffer for "block" */
362 int error; /* error return value */
363 xfs_extnum_t i=0, j; /* index into the extents list */
364 xfs_ifork_t *ifp; /* fork structure */
365 int level; /* btree level, for checking */
366 xfs_mount_t *mp; /* file system mount structure */
367 __be64 *pp; /* pointer to block address */
368 xfs_bmbt_rec_t *ep; /* pointer to current extent */
369 xfs_bmbt_rec_t last = {0, 0}; /* last extent in prev block */
370 xfs_bmbt_rec_t *nextp; /* pointer to next extent */
371 int bp_release = 0;
372
373 if (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE) {
374 return;
375 }
376
Dave Chinnere3543812016-01-08 11:28:49 +1100377 /* skip large extent count inodes */
378 if (ip->i_d.di_nextents > 10000)
379 return;
380
Dave Chinner9e5987a2013-02-25 12:31:26 +1100381 bno = NULLFSBLOCK;
382 mp = ip->i_mount;
383 ifp = XFS_IFORK_PTR(ip, whichfork);
384 block = ifp->if_broot;
385 /*
386 * Root level must use BMAP_BROOT_PTR_ADDR macro to get ptr out.
387 */
388 level = be16_to_cpu(block->bb_level);
389 ASSERT(level > 0);
390 xfs_check_block(block, mp, 1, ifp->if_broot_bytes);
391 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes);
392 bno = be64_to_cpu(*pp);
393
Christoph Hellwigd5cf09b2014-07-30 09:12:05 +1000394 ASSERT(bno != NULLFSBLOCK);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100395 ASSERT(XFS_FSB_TO_AGNO(mp, bno) < mp->m_sb.sb_agcount);
396 ASSERT(XFS_FSB_TO_AGBNO(mp, bno) < mp->m_sb.sb_agblocks);
397
398 /*
399 * Go down the tree until leaf level is reached, following the first
400 * pointer (leftmost) at each level.
401 */
402 while (level-- > 0) {
403 /* See if buf is in cur first */
404 bp_release = 0;
405 bp = xfs_bmap_get_bp(cur, XFS_FSB_TO_DADDR(mp, bno));
406 if (!bp) {
407 bp_release = 1;
408 error = xfs_btree_read_bufl(mp, NULL, bno, 0, &bp,
409 XFS_BMAP_BTREE_REF,
410 &xfs_bmbt_buf_ops);
411 if (error)
412 goto error_norelse;
413 }
414 block = XFS_BUF_TO_BLOCK(bp);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100415 if (level == 0)
416 break;
417
418 /*
419 * Check this block for basic sanity (increasing keys and
420 * no duplicate blocks).
421 */
422
423 xfs_check_block(block, mp, 0, 0);
424 pp = XFS_BMBT_PTR_ADDR(mp, block, 1, mp->m_bmap_dmxr[1]);
425 bno = be64_to_cpu(*pp);
Eric Sandeenc29aad42015-02-23 22:39:08 +1100426 XFS_WANT_CORRUPTED_GOTO(mp,
427 XFS_FSB_SANITY_CHECK(mp, bno), error0);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100428 if (bp_release) {
429 bp_release = 0;
430 xfs_trans_brelse(NULL, bp);
431 }
432 }
433
434 /*
435 * Here with bp and block set to the leftmost leaf node in the tree.
436 */
437 i = 0;
438
439 /*
440 * Loop over all leaf nodes checking that all extents are in the right order.
441 */
442 for (;;) {
443 xfs_fsblock_t nextbno;
444 xfs_extnum_t num_recs;
445
446
447 num_recs = xfs_btree_get_numrecs(block);
448
449 /*
450 * Read-ahead the next leaf block, if any.
451 */
452
453 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib);
454
455 /*
456 * Check all the extents to make sure they are OK.
457 * If we had a previous block, the last entry should
458 * conform with the first entry in this one.
459 */
460
461 ep = XFS_BMBT_REC_ADDR(mp, block, 1);
462 if (i) {
463 ASSERT(xfs_bmbt_disk_get_startoff(&last) +
464 xfs_bmbt_disk_get_blockcount(&last) <=
465 xfs_bmbt_disk_get_startoff(ep));
466 }
467 for (j = 1; j < num_recs; j++) {
468 nextp = XFS_BMBT_REC_ADDR(mp, block, j + 1);
469 ASSERT(xfs_bmbt_disk_get_startoff(ep) +
470 xfs_bmbt_disk_get_blockcount(ep) <=
471 xfs_bmbt_disk_get_startoff(nextp));
472 ep = nextp;
473 }
474
475 last = *ep;
476 i += num_recs;
477 if (bp_release) {
478 bp_release = 0;
479 xfs_trans_brelse(NULL, bp);
480 }
481 bno = nextbno;
482 /*
483 * If we've reached the end, stop.
484 */
485 if (bno == NULLFSBLOCK)
486 break;
487
488 bp_release = 0;
489 bp = xfs_bmap_get_bp(cur, XFS_FSB_TO_DADDR(mp, bno));
490 if (!bp) {
491 bp_release = 1;
492 error = xfs_btree_read_bufl(mp, NULL, bno, 0, &bp,
493 XFS_BMAP_BTREE_REF,
494 &xfs_bmbt_buf_ops);
495 if (error)
496 goto error_norelse;
497 }
498 block = XFS_BUF_TO_BLOCK(bp);
499 }
Luis de Bethencourta5fd2762016-03-09 08:17:56 +1100500
Dave Chinner9e5987a2013-02-25 12:31:26 +1100501 return;
502
503error0:
504 xfs_warn(mp, "%s: at error0", __func__);
505 if (bp_release)
506 xfs_trans_brelse(NULL, bp);
507error_norelse:
508 xfs_warn(mp, "%s: BAD after btree leaves for %d extents",
509 __func__, i);
510 panic("%s: CORRUPTED BTREE OR SOMETHING", __func__);
511 return;
512}
513
514/*
515 * Add bmap trace insert entries for all the contents of the extent records.
516 */
517void
518xfs_bmap_trace_exlist(
519 xfs_inode_t *ip, /* incore inode pointer */
520 xfs_extnum_t cnt, /* count of entries in the list */
Eric Sandeenc44a1f22016-12-05 12:32:00 +1100521 int whichfork, /* data or attr or cow fork */
Dave Chinner9e5987a2013-02-25 12:31:26 +1100522 unsigned long caller_ip)
523{
524 xfs_extnum_t idx; /* extent record index */
525 xfs_ifork_t *ifp; /* inode fork pointer */
526 int state = 0;
527
528 if (whichfork == XFS_ATTR_FORK)
529 state |= BMAP_ATTRFORK;
Eric Sandeenc44a1f22016-12-05 12:32:00 +1100530 else if (whichfork == XFS_COW_FORK)
531 state |= BMAP_COWFORK;
Dave Chinner9e5987a2013-02-25 12:31:26 +1100532
533 ifp = XFS_IFORK_PTR(ip, whichfork);
Eric Sandeen5d829302016-11-08 12:59:42 +1100534 ASSERT(cnt == xfs_iext_count(ifp));
Dave Chinner9e5987a2013-02-25 12:31:26 +1100535 for (idx = 0; idx < cnt; idx++)
Eric Sandeen77105172016-12-05 12:31:50 +1100536 trace_xfs_extlist(ip, idx, state, caller_ip);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100537}
538
539/*
540 * Validate that the bmbt_irecs being returned from bmapi are valid
Zhi Yong Wua97f4df2013-08-12 03:14:53 +0000541 * given the caller's original parameters. Specifically check the
542 * ranges of the returned irecs to ensure that they only extend beyond
Dave Chinner9e5987a2013-02-25 12:31:26 +1100543 * the given parameters if the XFS_BMAPI_ENTIRE flag was set.
544 */
545STATIC void
546xfs_bmap_validate_ret(
547 xfs_fileoff_t bno,
548 xfs_filblks_t len,
549 int flags,
550 xfs_bmbt_irec_t *mval,
551 int nmap,
552 int ret_nmap)
553{
554 int i; /* index to map values */
555
556 ASSERT(ret_nmap <= nmap);
557
558 for (i = 0; i < ret_nmap; i++) {
559 ASSERT(mval[i].br_blockcount > 0);
560 if (!(flags & XFS_BMAPI_ENTIRE)) {
561 ASSERT(mval[i].br_startoff >= bno);
562 ASSERT(mval[i].br_blockcount <= len);
563 ASSERT(mval[i].br_startoff + mval[i].br_blockcount <=
564 bno + len);
565 } else {
566 ASSERT(mval[i].br_startoff < bno + len);
567 ASSERT(mval[i].br_startoff + mval[i].br_blockcount >
568 bno);
569 }
570 ASSERT(i == 0 ||
571 mval[i - 1].br_startoff + mval[i - 1].br_blockcount ==
572 mval[i].br_startoff);
573 ASSERT(mval[i].br_startblock != DELAYSTARTBLOCK &&
574 mval[i].br_startblock != HOLESTARTBLOCK);
575 ASSERT(mval[i].br_state == XFS_EXT_NORM ||
576 mval[i].br_state == XFS_EXT_UNWRITTEN);
577 }
578}
579
580#else
581#define xfs_bmap_check_leaf_extents(cur, ip, whichfork) do { } while (0)
582#define xfs_bmap_validate_ret(bno,len,flags,mval,onmap,nmap)
583#endif /* DEBUG */
584
585/*
586 * bmap free list manipulation functions
587 */
588
589/*
590 * Add the extent to the list of extents to be free at transaction end.
591 * The list is maintained sorted (by block number).
592 */
593void
594xfs_bmap_add_free(
Darrick J. Wong340785c2016-08-03 11:33:42 +1000595 struct xfs_mount *mp,
596 struct xfs_defer_ops *dfops,
597 xfs_fsblock_t bno,
598 xfs_filblks_t len,
599 struct xfs_owner_info *oinfo)
Dave Chinner9e5987a2013-02-25 12:31:26 +1100600{
Darrick J. Wong310a75a2016-08-03 11:18:10 +1000601 struct xfs_extent_free_item *new; /* new element */
Dave Chinner9e5987a2013-02-25 12:31:26 +1100602#ifdef DEBUG
603 xfs_agnumber_t agno;
604 xfs_agblock_t agbno;
605
606 ASSERT(bno != NULLFSBLOCK);
607 ASSERT(len > 0);
608 ASSERT(len <= MAXEXTLEN);
609 ASSERT(!isnullstartblock(bno));
610 agno = XFS_FSB_TO_AGNO(mp, bno);
611 agbno = XFS_FSB_TO_AGBNO(mp, bno);
612 ASSERT(agno < mp->m_sb.sb_agcount);
613 ASSERT(agbno < mp->m_sb.sb_agblocks);
614 ASSERT(len < mp->m_sb.sb_agblocks);
615 ASSERT(agbno + len <= mp->m_sb.sb_agblocks);
616#endif
617 ASSERT(xfs_bmap_free_item_zone != NULL);
Darrick J. Wong340785c2016-08-03 11:33:42 +1000618
Dave Chinner9e5987a2013-02-25 12:31:26 +1100619 new = kmem_zone_alloc(xfs_bmap_free_item_zone, KM_SLEEP);
Darrick J. Wong310a75a2016-08-03 11:18:10 +1000620 new->xefi_startblock = bno;
621 new->xefi_blockcount = (xfs_extlen_t)len;
Darrick J. Wong340785c2016-08-03 11:33:42 +1000622 if (oinfo)
623 new->xefi_oinfo = *oinfo;
624 else
625 xfs_rmap_skip_owner_update(&new->xefi_oinfo);
Darrick J. Wongba9e7802016-08-03 11:26:33 +1000626 trace_xfs_bmap_free_defer(mp, XFS_FSB_TO_AGNO(mp, bno), 0,
627 XFS_FSB_TO_AGBNO(mp, bno), len);
Darrick J. Wong2c3234d2016-08-03 11:19:29 +1000628 xfs_defer_add(dfops, XFS_DEFER_OPS_TYPE_FREE, &new->xefi_list);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100629}
630
631/*
632 * Inode fork format manipulation functions
633 */
634
635/*
636 * Transform a btree format file with only one leaf node, where the
637 * extents list will fit in the inode, into an extents format file.
638 * Since the file extents are already in-core, all we have to do is
639 * give up the space for the btree root and pitch the leaf block.
640 */
641STATIC int /* error */
642xfs_bmap_btree_to_extents(
643 xfs_trans_t *tp, /* transaction pointer */
644 xfs_inode_t *ip, /* incore inode pointer */
645 xfs_btree_cur_t *cur, /* btree cursor */
646 int *logflagsp, /* inode logging flags */
647 int whichfork) /* data or attr fork */
648{
649 /* REFERENCED */
650 struct xfs_btree_block *cblock;/* child btree block */
651 xfs_fsblock_t cbno; /* child block number */
652 xfs_buf_t *cbp; /* child block's buffer */
653 int error; /* error return value */
654 xfs_ifork_t *ifp; /* inode fork data */
655 xfs_mount_t *mp; /* mount point structure */
656 __be64 *pp; /* ptr to block address */
657 struct xfs_btree_block *rblock;/* root btree block */
Darrick J. Wong340785c2016-08-03 11:33:42 +1000658 struct xfs_owner_info oinfo;
Dave Chinner9e5987a2013-02-25 12:31:26 +1100659
660 mp = ip->i_mount;
661 ifp = XFS_IFORK_PTR(ip, whichfork);
Darrick J. Wong60b49842016-10-03 09:11:34 -0700662 ASSERT(whichfork != XFS_COW_FORK);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100663 ASSERT(ifp->if_flags & XFS_IFEXTENTS);
664 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_BTREE);
665 rblock = ifp->if_broot;
666 ASSERT(be16_to_cpu(rblock->bb_level) == 1);
667 ASSERT(be16_to_cpu(rblock->bb_numrecs) == 1);
668 ASSERT(xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0) == 1);
669 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, ifp->if_broot_bytes);
670 cbno = be64_to_cpu(*pp);
671 *logflagsp = 0;
672#ifdef DEBUG
673 if ((error = xfs_btree_check_lptr(cur, cbno, 1)))
674 return error;
675#endif
676 error = xfs_btree_read_bufl(mp, tp, cbno, 0, &cbp, XFS_BMAP_BTREE_REF,
677 &xfs_bmbt_buf_ops);
678 if (error)
679 return error;
680 cblock = XFS_BUF_TO_BLOCK(cbp);
681 if ((error = xfs_btree_check_block(cur, cblock, 0, cbp)))
682 return error;
Darrick J. Wong340785c2016-08-03 11:33:42 +1000683 xfs_rmap_ino_bmbt_owner(&oinfo, ip->i_ino, whichfork);
684 xfs_bmap_add_free(mp, cur->bc_private.b.dfops, cbno, 1, &oinfo);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100685 ip->i_d.di_nblocks--;
686 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, -1L);
687 xfs_trans_binval(tp, cbp);
688 if (cur->bc_bufs[0] == cbp)
689 cur->bc_bufs[0] = NULL;
690 xfs_iroot_realloc(ip, -1, whichfork);
691 ASSERT(ifp->if_broot == NULL);
692 ASSERT((ifp->if_flags & XFS_IFBROOT) == 0);
693 XFS_IFORK_FMT_SET(ip, whichfork, XFS_DINODE_FMT_EXTENTS);
694 *logflagsp = XFS_ILOG_CORE | xfs_ilog_fext(whichfork);
695 return 0;
696}
697
698/*
699 * Convert an extents-format file into a btree-format file.
700 * The new file will have a root block (in the inode) and a single child block.
701 */
702STATIC int /* error */
703xfs_bmap_extents_to_btree(
704 xfs_trans_t *tp, /* transaction pointer */
705 xfs_inode_t *ip, /* incore inode pointer */
706 xfs_fsblock_t *firstblock, /* first-block-allocated */
Darrick J. Wong2c3234d2016-08-03 11:19:29 +1000707 struct xfs_defer_ops *dfops, /* blocks freed in xaction */
Dave Chinner9e5987a2013-02-25 12:31:26 +1100708 xfs_btree_cur_t **curp, /* cursor returned to caller */
709 int wasdel, /* converting a delayed alloc */
710 int *logflagsp, /* inode logging flags */
711 int whichfork) /* data or attr fork */
712{
713 struct xfs_btree_block *ablock; /* allocated (child) bt block */
714 xfs_buf_t *abp; /* buffer for ablock */
715 xfs_alloc_arg_t args; /* allocation arguments */
716 xfs_bmbt_rec_t *arp; /* child record pointer */
717 struct xfs_btree_block *block; /* btree root block */
718 xfs_btree_cur_t *cur; /* bmap btree cursor */
719 xfs_bmbt_rec_host_t *ep; /* extent record pointer */
720 int error; /* error return value */
721 xfs_extnum_t i, cnt; /* extent record index */
722 xfs_ifork_t *ifp; /* inode fork pointer */
723 xfs_bmbt_key_t *kp; /* root block key pointer */
724 xfs_mount_t *mp; /* mount structure */
725 xfs_extnum_t nextents; /* number of file extents */
726 xfs_bmbt_ptr_t *pp; /* root block address pointer */
727
Christoph Hellwigee1a47a2013-04-21 14:53:46 -0500728 mp = ip->i_mount;
Darrick J. Wong60b49842016-10-03 09:11:34 -0700729 ASSERT(whichfork != XFS_COW_FORK);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100730 ifp = XFS_IFORK_PTR(ip, whichfork);
731 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS);
732
733 /*
734 * Make space in the inode incore.
735 */
736 xfs_iroot_realloc(ip, 1, whichfork);
737 ifp->if_flags |= XFS_IFBROOT;
738
739 /*
740 * Fill in the root.
741 */
742 block = ifp->if_broot;
Eric Sandeenb6f41e42017-01-27 23:16:39 -0800743 xfs_btree_init_block_int(mp, block, XFS_BUF_DADDR_NULL,
744 XFS_BTNUM_BMAP, 1, 1, ip->i_ino,
Eric Sandeenf88ae462017-01-27 23:16:37 -0800745 XFS_BTREE_LONG_PTRS);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100746 /*
747 * Need a cursor. Can't allocate until bb_level is filled in.
748 */
Dave Chinner9e5987a2013-02-25 12:31:26 +1100749 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork);
750 cur->bc_private.b.firstblock = *firstblock;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +1000751 cur->bc_private.b.dfops = dfops;
Dave Chinner9e5987a2013-02-25 12:31:26 +1100752 cur->bc_private.b.flags = wasdel ? XFS_BTCUR_BPRV_WASDEL : 0;
753 /*
754 * Convert to a btree with two levels, one record in root.
755 */
756 XFS_IFORK_FMT_SET(ip, whichfork, XFS_DINODE_FMT_BTREE);
757 memset(&args, 0, sizeof(args));
758 args.tp = tp;
759 args.mp = mp;
Darrick J. Wong340785c2016-08-03 11:33:42 +1000760 xfs_rmap_ino_bmbt_owner(&args.oinfo, ip->i_ino, whichfork);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100761 args.firstblock = *firstblock;
762 if (*firstblock == NULLFSBLOCK) {
763 args.type = XFS_ALLOCTYPE_START_BNO;
764 args.fsbno = XFS_INO_TO_FSB(mp, ip->i_ino);
Darrick J. Wong2c3234d2016-08-03 11:19:29 +1000765 } else if (dfops->dop_low) {
Dave Chinner9e5987a2013-02-25 12:31:26 +1100766 args.type = XFS_ALLOCTYPE_START_BNO;
Christoph Hellwig2fcc3192017-03-08 10:38:53 -0800767try_another_ag:
Dave Chinner9e5987a2013-02-25 12:31:26 +1100768 args.fsbno = *firstblock;
769 } else {
770 args.type = XFS_ALLOCTYPE_NEAR_BNO;
771 args.fsbno = *firstblock;
772 }
773 args.minlen = args.maxlen = args.prod = 1;
774 args.wasdel = wasdel;
775 *logflagsp = 0;
776 if ((error = xfs_alloc_vextent(&args))) {
777 xfs_iroot_realloc(ip, -1, whichfork);
778 xfs_btree_del_cursor(cur, XFS_BTREE_ERROR);
779 return error;
780 }
Darrick J. Wong90e20562016-10-03 09:11:45 -0700781
782 /*
783 * During a CoW operation, the allocation and bmbt updates occur in
784 * different transactions. The mapping code tries to put new bmbt
785 * blocks near extents being mapped, but the only way to guarantee this
786 * is if the alloc and the mapping happen in a single transaction that
787 * has a block reservation. That isn't the case here, so if we run out
788 * of space we'll try again with another AG.
789 */
790 if (xfs_sb_version_hasreflink(&cur->bc_mp->m_sb) &&
791 args.fsbno == NULLFSBLOCK &&
792 args.type == XFS_ALLOCTYPE_NEAR_BNO) {
Christoph Hellwig2fcc3192017-03-08 10:38:53 -0800793 args.type = XFS_ALLOCTYPE_FIRST_AG;
Darrick J. Wong90e20562016-10-03 09:11:45 -0700794 goto try_another_ag;
795 }
Christoph Hellwig2fcc3192017-03-08 10:38:53 -0800796 if (WARN_ON_ONCE(args.fsbno == NULLFSBLOCK)) {
797 xfs_iroot_realloc(ip, -1, whichfork);
798 xfs_btree_del_cursor(cur, XFS_BTREE_ERROR);
799 return -ENOSPC;
800 }
Dave Chinner9e5987a2013-02-25 12:31:26 +1100801 /*
802 * Allocation can't fail, the space was reserved.
803 */
Dave Chinner9e5987a2013-02-25 12:31:26 +1100804 ASSERT(*firstblock == NULLFSBLOCK ||
Christoph Hellwig410d17f2017-02-16 17:12:51 -0800805 args.agno >= XFS_FSB_TO_AGNO(mp, *firstblock));
Dave Chinner9e5987a2013-02-25 12:31:26 +1100806 *firstblock = cur->bc_private.b.firstblock = args.fsbno;
807 cur->bc_private.b.allocated++;
808 ip->i_d.di_nblocks++;
809 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, 1L);
810 abp = xfs_btree_get_bufl(mp, tp, args.fsbno, 0);
811 /*
812 * Fill in the child block.
813 */
814 abp->b_ops = &xfs_bmbt_buf_ops;
815 ablock = XFS_BUF_TO_BLOCK(abp);
Eric Sandeenb6f41e42017-01-27 23:16:39 -0800816 xfs_btree_init_block_int(mp, ablock, abp->b_bn,
817 XFS_BTNUM_BMAP, 0, 0, ip->i_ino,
Christoph Hellwigee1a47a2013-04-21 14:53:46 -0500818 XFS_BTREE_LONG_PTRS);
819
Dave Chinner9e5987a2013-02-25 12:31:26 +1100820 arp = XFS_BMBT_REC_ADDR(mp, ablock, 1);
Eric Sandeen5d829302016-11-08 12:59:42 +1100821 nextents = xfs_iext_count(ifp);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100822 for (cnt = i = 0; i < nextents; i++) {
823 ep = xfs_iext_get_ext(ifp, i);
824 if (!isnullstartblock(xfs_bmbt_get_startblock(ep))) {
825 arp->l0 = cpu_to_be64(ep->l0);
826 arp->l1 = cpu_to_be64(ep->l1);
827 arp++; cnt++;
828 }
829 }
830 ASSERT(cnt == XFS_IFORK_NEXTENTS(ip, whichfork));
831 xfs_btree_set_numrecs(ablock, cnt);
832
833 /*
834 * Fill in the root key and pointer.
835 */
836 kp = XFS_BMBT_KEY_ADDR(mp, block, 1);
837 arp = XFS_BMBT_REC_ADDR(mp, ablock, 1);
838 kp->br_startoff = cpu_to_be64(xfs_bmbt_disk_get_startoff(arp));
839 pp = XFS_BMBT_PTR_ADDR(mp, block, 1, xfs_bmbt_get_maxrecs(cur,
840 be16_to_cpu(block->bb_level)));
841 *pp = cpu_to_be64(args.fsbno);
842
843 /*
844 * Do all this logging at the end so that
845 * the root is at the right level.
846 */
847 xfs_btree_log_block(cur, abp, XFS_BB_ALL_BITS);
848 xfs_btree_log_recs(cur, abp, 1, be16_to_cpu(ablock->bb_numrecs));
849 ASSERT(*curp == NULL);
850 *curp = cur;
851 *logflagsp = XFS_ILOG_CORE | xfs_ilog_fbroot(whichfork);
852 return 0;
853}
854
855/*
856 * Convert a local file to an extents file.
857 * This code is out of bounds for data forks of regular files,
858 * since the file data needs to get logged so things will stay consistent.
859 * (The bmap-level manipulations are ok, though).
860 */
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000861void
862xfs_bmap_local_to_extents_empty(
863 struct xfs_inode *ip,
864 int whichfork)
865{
866 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork);
867
Darrick J. Wong60b49842016-10-03 09:11:34 -0700868 ASSERT(whichfork != XFS_COW_FORK);
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000869 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL);
870 ASSERT(ifp->if_bytes == 0);
871 ASSERT(XFS_IFORK_NEXTENTS(ip, whichfork) == 0);
872
Eric Sandeen6a9edd32014-04-14 18:59:26 +1000873 xfs_bmap_forkoff_reset(ip, whichfork);
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000874 ifp->if_flags &= ~XFS_IFINLINE;
875 ifp->if_flags |= XFS_IFEXTENTS;
876 XFS_IFORK_FMT_SET(ip, whichfork, XFS_DINODE_FMT_EXTENTS);
877}
878
879
Dave Chinner9e5987a2013-02-25 12:31:26 +1100880STATIC int /* error */
881xfs_bmap_local_to_extents(
882 xfs_trans_t *tp, /* transaction pointer */
883 xfs_inode_t *ip, /* incore inode pointer */
884 xfs_fsblock_t *firstblock, /* first block allocated in xaction */
885 xfs_extlen_t total, /* total blocks needed by transaction */
886 int *logflagsp, /* inode logging flags */
887 int whichfork,
Christoph Hellwigee1a47a2013-04-21 14:53:46 -0500888 void (*init_fn)(struct xfs_trans *tp,
889 struct xfs_buf *bp,
Dave Chinner9e5987a2013-02-25 12:31:26 +1100890 struct xfs_inode *ip,
891 struct xfs_ifork *ifp))
892{
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000893 int error = 0;
Dave Chinner9e5987a2013-02-25 12:31:26 +1100894 int flags; /* logging flags returned */
895 xfs_ifork_t *ifp; /* inode fork pointer */
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000896 xfs_alloc_arg_t args; /* allocation arguments */
897 xfs_buf_t *bp; /* buffer for extent block */
898 xfs_bmbt_rec_host_t *ep; /* extent record pointer */
Dave Chinner9e5987a2013-02-25 12:31:26 +1100899
900 /*
901 * We don't want to deal with the case of keeping inode data inline yet.
902 * So sending the data fork of a regular inode is invalid.
903 */
Dave Chinnerc19b3b052016-02-09 16:54:58 +1100904 ASSERT(!(S_ISREG(VFS_I(ip)->i_mode) && whichfork == XFS_DATA_FORK));
Dave Chinner9e5987a2013-02-25 12:31:26 +1100905 ifp = XFS_IFORK_PTR(ip, whichfork);
906 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL);
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000907
908 if (!ifp->if_bytes) {
909 xfs_bmap_local_to_extents_empty(ip, whichfork);
910 flags = XFS_ILOG_CORE;
911 goto done;
912 }
913
Dave Chinner9e5987a2013-02-25 12:31:26 +1100914 flags = 0;
915 error = 0;
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000916 ASSERT((ifp->if_flags & (XFS_IFINLINE|XFS_IFEXTENTS|XFS_IFEXTIREC)) ==
917 XFS_IFINLINE);
918 memset(&args, 0, sizeof(args));
919 args.tp = tp;
920 args.mp = ip->i_mount;
Darrick J. Wong340785c2016-08-03 11:33:42 +1000921 xfs_rmap_ino_owner(&args.oinfo, ip->i_ino, whichfork, 0);
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000922 args.firstblock = *firstblock;
923 /*
924 * Allocate a block. We know we need only one, since the
925 * file currently fits in an inode.
926 */
927 if (*firstblock == NULLFSBLOCK) {
Darrick J. Wong90e20562016-10-03 09:11:45 -0700928try_another_ag:
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000929 args.fsbno = XFS_INO_TO_FSB(args.mp, ip->i_ino);
930 args.type = XFS_ALLOCTYPE_START_BNO;
Dave Chinner9e5987a2013-02-25 12:31:26 +1100931 } else {
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000932 args.fsbno = *firstblock;
933 args.type = XFS_ALLOCTYPE_NEAR_BNO;
Dave Chinner9e5987a2013-02-25 12:31:26 +1100934 }
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000935 args.total = total;
936 args.minlen = args.maxlen = args.prod = 1;
937 error = xfs_alloc_vextent(&args);
938 if (error)
939 goto done;
940
Darrick J. Wong90e20562016-10-03 09:11:45 -0700941 /*
942 * During a CoW operation, the allocation and bmbt updates occur in
943 * different transactions. The mapping code tries to put new bmbt
944 * blocks near extents being mapped, but the only way to guarantee this
945 * is if the alloc and the mapping happen in a single transaction that
946 * has a block reservation. That isn't the case here, so if we run out
947 * of space we'll try again with another AG.
948 */
949 if (xfs_sb_version_hasreflink(&ip->i_mount->m_sb) &&
950 args.fsbno == NULLFSBLOCK &&
951 args.type == XFS_ALLOCTYPE_NEAR_BNO) {
952 goto try_another_ag;
953 }
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000954 /* Can't fail, the space was reserved. */
955 ASSERT(args.fsbno != NULLFSBLOCK);
956 ASSERT(args.len == 1);
957 *firstblock = args.fsbno;
958 bp = xfs_btree_get_bufl(args.mp, tp, args.fsbno, 0);
959
Dave Chinnerfe22d552015-01-22 09:30:06 +1100960 /*
Brian Fosterb7cdc662015-10-12 15:40:24 +1100961 * Initialize the block, copy the data and log the remote buffer.
Dave Chinnerfe22d552015-01-22 09:30:06 +1100962 *
Brian Fosterb7cdc662015-10-12 15:40:24 +1100963 * The callout is responsible for logging because the remote format
964 * might differ from the local format and thus we don't know how much to
965 * log here. Note that init_fn must also set the buffer log item type
966 * correctly.
Dave Chinnerfe22d552015-01-22 09:30:06 +1100967 */
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000968 init_fn(tp, bp, ip, ifp);
969
Brian Fosterb7cdc662015-10-12 15:40:24 +1100970 /* account for the change in fork size */
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000971 xfs_idata_realloc(ip, -ifp->if_bytes, whichfork);
972 xfs_bmap_local_to_extents_empty(ip, whichfork);
Dave Chinner9e5987a2013-02-25 12:31:26 +1100973 flags |= XFS_ILOG_CORE;
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000974
975 xfs_iext_add(ifp, 0, 1);
976 ep = xfs_iext_get_ext(ifp, 0);
977 xfs_bmbt_set_allf(ep, 0, args.fsbno, 1, XFS_EXT_NORM);
978 trace_xfs_bmap_post_update(ip, 0,
979 whichfork == XFS_ATTR_FORK ? BMAP_ATTRFORK : 0,
980 _THIS_IP_);
981 XFS_IFORK_NEXT_SET(ip, whichfork, 1);
982 ip->i_d.di_nblocks = 1;
983 xfs_trans_mod_dquot_byino(tp, ip,
984 XFS_TRANS_DQ_BCOUNT, 1L);
985 flags |= xfs_ilog_fext(whichfork);
986
Dave Chinner9e5987a2013-02-25 12:31:26 +1100987done:
988 *logflagsp = flags;
989 return error;
990}
991
992/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993 * Called from xfs_bmap_add_attrfork to handle btree format files.
994 */
995STATIC int /* error */
996xfs_bmap_add_attrfork_btree(
997 xfs_trans_t *tp, /* transaction pointer */
998 xfs_inode_t *ip, /* incore inode pointer */
999 xfs_fsblock_t *firstblock, /* first block allocated */
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001000 struct xfs_defer_ops *dfops, /* blocks to free at commit */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001 int *flags) /* inode logging flags */
1002{
1003 xfs_btree_cur_t *cur; /* btree cursor */
1004 int error; /* error return value */
1005 xfs_mount_t *mp; /* file system mount struct */
1006 int stat; /* newroot status */
1007
1008 mp = ip->i_mount;
1009 if (ip->i_df.if_broot_bytes <= XFS_IFORK_DSIZE(ip))
1010 *flags |= XFS_ILOG_DBROOT;
1011 else {
Christoph Hellwig561f7d12008-10-30 16:53:59 +11001012 cur = xfs_bmbt_init_cursor(mp, tp, ip, XFS_DATA_FORK);
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001013 cur->bc_private.b.dfops = dfops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001014 cur->bc_private.b.firstblock = *firstblock;
1015 if ((error = xfs_bmbt_lookup_ge(cur, 0, 0, 0, &stat)))
1016 goto error0;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001017 /* must be at least one entry */
Eric Sandeenc29aad42015-02-23 22:39:08 +11001018 XFS_WANT_CORRUPTED_GOTO(mp, stat == 1, error0);
Christoph Hellwigea77b0a2008-10-30 16:57:28 +11001019 if ((error = xfs_btree_new_iroot(cur, flags, &stat)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001020 goto error0;
1021 if (stat == 0) {
1022 xfs_btree_del_cursor(cur, XFS_BTREE_NOERROR);
Dave Chinner24513372014-06-25 14:58:08 +10001023 return -ENOSPC;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001024 }
1025 *firstblock = cur->bc_private.b.firstblock;
1026 cur->bc_private.b.allocated = 0;
1027 xfs_btree_del_cursor(cur, XFS_BTREE_NOERROR);
1028 }
1029 return 0;
1030error0:
1031 xfs_btree_del_cursor(cur, XFS_BTREE_ERROR);
1032 return error;
1033}
1034
1035/*
1036 * Called from xfs_bmap_add_attrfork to handle extents format files.
1037 */
1038STATIC int /* error */
1039xfs_bmap_add_attrfork_extents(
1040 xfs_trans_t *tp, /* transaction pointer */
1041 xfs_inode_t *ip, /* incore inode pointer */
1042 xfs_fsblock_t *firstblock, /* first block allocated */
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001043 struct xfs_defer_ops *dfops, /* blocks to free at commit */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044 int *flags) /* inode logging flags */
1045{
1046 xfs_btree_cur_t *cur; /* bmap btree cursor */
1047 int error; /* error return value */
1048
1049 if (ip->i_d.di_nextents * sizeof(xfs_bmbt_rec_t) <= XFS_IFORK_DSIZE(ip))
1050 return 0;
1051 cur = NULL;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001052 error = xfs_bmap_extents_to_btree(tp, ip, firstblock, dfops, &cur, 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053 flags, XFS_DATA_FORK);
1054 if (cur) {
1055 cur->bc_private.b.allocated = 0;
1056 xfs_btree_del_cursor(cur,
1057 error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR);
1058 }
1059 return error;
1060}
1061
1062/*
Dave Chinner1e823792013-02-11 15:58:13 +11001063 * Called from xfs_bmap_add_attrfork to handle local format files. Each
1064 * different data fork content type needs a different callout to do the
1065 * conversion. Some are basic and only require special block initialisation
1066 * callouts for the data formating, others (directories) are so specialised they
1067 * handle everything themselves.
1068 *
1069 * XXX (dgc): investigate whether directory conversion can use the generic
1070 * formatting callout. It should be possible - it's just a very complex
Christoph Hellwigee1a47a2013-04-21 14:53:46 -05001071 * formatter.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001072 */
1073STATIC int /* error */
1074xfs_bmap_add_attrfork_local(
1075 xfs_trans_t *tp, /* transaction pointer */
1076 xfs_inode_t *ip, /* incore inode pointer */
1077 xfs_fsblock_t *firstblock, /* first block allocated */
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001078 struct xfs_defer_ops *dfops, /* blocks to free at commit */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079 int *flags) /* inode logging flags */
1080{
1081 xfs_da_args_t dargs; /* args for dir/attr code */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082
1083 if (ip->i_df.if_bytes <= XFS_IFORK_DSIZE(ip))
1084 return 0;
Dave Chinner1e823792013-02-11 15:58:13 +11001085
Dave Chinnerc19b3b052016-02-09 16:54:58 +11001086 if (S_ISDIR(VFS_I(ip)->i_mode)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087 memset(&dargs, 0, sizeof(dargs));
Dave Chinnerd6cf1302014-06-06 15:14:11 +10001088 dargs.geo = ip->i_mount->m_dir_geo;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089 dargs.dp = ip;
1090 dargs.firstblock = firstblock;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001091 dargs.dfops = dfops;
Dave Chinnerd6cf1302014-06-06 15:14:11 +10001092 dargs.total = dargs.geo->fsbcount;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093 dargs.whichfork = XFS_DATA_FORK;
1094 dargs.trans = tp;
Dave Chinner1e823792013-02-11 15:58:13 +11001095 return xfs_dir2_sf_to_block(&dargs);
1096 }
1097
Dave Chinnerc19b3b052016-02-09 16:54:58 +11001098 if (S_ISLNK(VFS_I(ip)->i_mode))
Dave Chinner1e823792013-02-11 15:58:13 +11001099 return xfs_bmap_local_to_extents(tp, ip, firstblock, 1,
1100 flags, XFS_DATA_FORK,
1101 xfs_symlink_local_to_remote);
1102
Dave Chinnerf3508bc2013-07-10 07:04:00 +10001103 /* should only be called for types that support local format data */
1104 ASSERT(0);
Dave Chinner24513372014-06-25 14:58:08 +10001105 return -EFSCORRUPTED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001106}
1107
1108/*
Dave Chinner9e5987a2013-02-25 12:31:26 +11001109 * Convert inode from non-attributed to attributed.
1110 * Must not be in a transaction, ip must not be locked.
1111 */
1112int /* error code */
1113xfs_bmap_add_attrfork(
1114 xfs_inode_t *ip, /* incore inode pointer */
1115 int size, /* space new attribute needs */
1116 int rsvd) /* xact may use reserved blks */
1117{
1118 xfs_fsblock_t firstblock; /* 1st block/ag allocated */
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001119 struct xfs_defer_ops dfops; /* freed extent records */
Dave Chinner9e5987a2013-02-25 12:31:26 +11001120 xfs_mount_t *mp; /* mount structure */
1121 xfs_trans_t *tp; /* transaction pointer */
1122 int blks; /* space reservation */
1123 int version = 1; /* superblock attr version */
Dave Chinner9e5987a2013-02-25 12:31:26 +11001124 int logflags; /* logging flags */
1125 int error; /* error return value */
1126
1127 ASSERT(XFS_IFORK_Q(ip) == 0);
1128
1129 mp = ip->i_mount;
1130 ASSERT(!XFS_NOT_DQATTACHED(mp, ip));
Christoph Hellwig253f4912016-04-06 09:19:55 +10001131
Dave Chinner9e5987a2013-02-25 12:31:26 +11001132 blks = XFS_ADDAFORK_SPACE_RES(mp);
Christoph Hellwig253f4912016-04-06 09:19:55 +10001133
1134 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_addafork, blks, 0,
1135 rsvd ? XFS_TRANS_RESERVE : 0, &tp);
1136 if (error)
Mark Tinguely9e3908e2013-11-07 15:43:28 -06001137 return error;
Christoph Hellwig253f4912016-04-06 09:19:55 +10001138
Dave Chinner9e5987a2013-02-25 12:31:26 +11001139 xfs_ilock(ip, XFS_ILOCK_EXCL);
1140 error = xfs_trans_reserve_quota_nblks(tp, ip, blks, 0, rsvd ?
1141 XFS_QMOPT_RES_REGBLKS | XFS_QMOPT_FORCE_RES :
1142 XFS_QMOPT_RES_REGBLKS);
Mark Tinguely9e3908e2013-11-07 15:43:28 -06001143 if (error)
1144 goto trans_cancel;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001145 if (XFS_IFORK_Q(ip))
Mark Tinguely9e3908e2013-11-07 15:43:28 -06001146 goto trans_cancel;
Darrick J. Wong0f352f82016-12-05 12:38:11 +11001147 if (ip->i_d.di_anextents != 0) {
1148 error = -EFSCORRUPTED;
1149 goto trans_cancel;
1150 }
Dave Chinner9e5987a2013-02-25 12:31:26 +11001151 if (ip->i_d.di_aformat != XFS_DINODE_FMT_EXTENTS) {
1152 /*
1153 * For inodes coming from pre-6.2 filesystems.
1154 */
1155 ASSERT(ip->i_d.di_aformat == 0);
1156 ip->i_d.di_aformat = XFS_DINODE_FMT_EXTENTS;
1157 }
Dave Chinner9e5987a2013-02-25 12:31:26 +11001158
Mark Tinguely9e3908e2013-11-07 15:43:28 -06001159 xfs_trans_ijoin(tp, ip, 0);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001160 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
1161
1162 switch (ip->i_d.di_format) {
1163 case XFS_DINODE_FMT_DEV:
1164 ip->i_d.di_forkoff = roundup(sizeof(xfs_dev_t), 8) >> 3;
1165 break;
1166 case XFS_DINODE_FMT_UUID:
1167 ip->i_d.di_forkoff = roundup(sizeof(uuid_t), 8) >> 3;
1168 break;
1169 case XFS_DINODE_FMT_LOCAL:
1170 case XFS_DINODE_FMT_EXTENTS:
1171 case XFS_DINODE_FMT_BTREE:
1172 ip->i_d.di_forkoff = xfs_attr_shortform_bytesfit(ip, size);
1173 if (!ip->i_d.di_forkoff)
1174 ip->i_d.di_forkoff = xfs_default_attroffset(ip) >> 3;
1175 else if (mp->m_flags & XFS_MOUNT_ATTR2)
1176 version = 2;
1177 break;
1178 default:
1179 ASSERT(0);
Dave Chinner24513372014-06-25 14:58:08 +10001180 error = -EINVAL;
Mark Tinguely9e3908e2013-11-07 15:43:28 -06001181 goto trans_cancel;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001182 }
1183
1184 ASSERT(ip->i_afp == NULL);
1185 ip->i_afp = kmem_zone_zalloc(xfs_ifork_zone, KM_SLEEP);
1186 ip->i_afp->if_flags = XFS_IFEXTENTS;
1187 logflags = 0;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001188 xfs_defer_init(&dfops, &firstblock);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001189 switch (ip->i_d.di_format) {
1190 case XFS_DINODE_FMT_LOCAL:
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001191 error = xfs_bmap_add_attrfork_local(tp, ip, &firstblock, &dfops,
Dave Chinner9e5987a2013-02-25 12:31:26 +11001192 &logflags);
1193 break;
1194 case XFS_DINODE_FMT_EXTENTS:
1195 error = xfs_bmap_add_attrfork_extents(tp, ip, &firstblock,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001196 &dfops, &logflags);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001197 break;
1198 case XFS_DINODE_FMT_BTREE:
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001199 error = xfs_bmap_add_attrfork_btree(tp, ip, &firstblock, &dfops,
Dave Chinner9e5987a2013-02-25 12:31:26 +11001200 &logflags);
1201 break;
1202 default:
1203 error = 0;
1204 break;
1205 }
1206 if (logflags)
1207 xfs_trans_log_inode(tp, ip, logflags);
1208 if (error)
Mark Tinguely9e3908e2013-11-07 15:43:28 -06001209 goto bmap_cancel;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001210 if (!xfs_sb_version_hasattr(&mp->m_sb) ||
1211 (!xfs_sb_version_hasattr2(&mp->m_sb) && version == 2)) {
Dave Chinner61e63ec2015-01-22 09:10:31 +11001212 bool log_sb = false;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001213
1214 spin_lock(&mp->m_sb_lock);
1215 if (!xfs_sb_version_hasattr(&mp->m_sb)) {
1216 xfs_sb_version_addattr(&mp->m_sb);
Dave Chinner61e63ec2015-01-22 09:10:31 +11001217 log_sb = true;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001218 }
1219 if (!xfs_sb_version_hasattr2(&mp->m_sb) && version == 2) {
1220 xfs_sb_version_addattr2(&mp->m_sb);
Dave Chinner61e63ec2015-01-22 09:10:31 +11001221 log_sb = true;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001222 }
Dave Chinner4d11a402015-01-22 09:10:26 +11001223 spin_unlock(&mp->m_sb_lock);
Dave Chinner61e63ec2015-01-22 09:10:31 +11001224 if (log_sb)
1225 xfs_log_sb(tp);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001226 }
1227
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001228 error = xfs_defer_finish(&tp, &dfops, NULL);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001229 if (error)
Mark Tinguely9e3908e2013-11-07 15:43:28 -06001230 goto bmap_cancel;
Christoph Hellwig70393312015-06-04 13:48:08 +10001231 error = xfs_trans_commit(tp);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001232 xfs_iunlock(ip, XFS_ILOCK_EXCL);
Mark Tinguely9e3908e2013-11-07 15:43:28 -06001233 return error;
1234
1235bmap_cancel:
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001236 xfs_defer_cancel(&dfops);
Mark Tinguely9e3908e2013-11-07 15:43:28 -06001237trans_cancel:
Christoph Hellwig4906e212015-06-04 13:47:56 +10001238 xfs_trans_cancel(tp);
Mark Tinguely9e3908e2013-11-07 15:43:28 -06001239 xfs_iunlock(ip, XFS_ILOCK_EXCL);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001240 return error;
1241}
1242
1243/*
1244 * Internal and external extent tree search functions.
1245 */
1246
1247/*
1248 * Read in the extents to if_extents.
1249 * All inode fields are set up by caller, we just traverse the btree
1250 * and copy the records in. If the file system cannot contain unwritten
1251 * extents, the records are checked for no "state" flags.
1252 */
1253int /* error */
1254xfs_bmap_read_extents(
1255 xfs_trans_t *tp, /* transaction pointer */
1256 xfs_inode_t *ip, /* incore inode */
1257 int whichfork) /* data or attr fork */
1258{
1259 struct xfs_btree_block *block; /* current btree block */
1260 xfs_fsblock_t bno; /* block # of "block" */
1261 xfs_buf_t *bp; /* buffer for "block" */
1262 int error; /* error return value */
1263 xfs_exntfmt_t exntf; /* XFS_EXTFMT_NOSTATE, if checking */
1264 xfs_extnum_t i, j; /* index into the extents list */
1265 xfs_ifork_t *ifp; /* fork structure */
1266 int level; /* btree level, for checking */
1267 xfs_mount_t *mp; /* file system mount structure */
1268 __be64 *pp; /* pointer to block address */
1269 /* REFERENCED */
1270 xfs_extnum_t room; /* number of entries there's room for */
1271
Dave Chinner9e5987a2013-02-25 12:31:26 +11001272 mp = ip->i_mount;
1273 ifp = XFS_IFORK_PTR(ip, whichfork);
1274 exntf = (whichfork != XFS_DATA_FORK) ? XFS_EXTFMT_NOSTATE :
1275 XFS_EXTFMT_INODE(ip);
1276 block = ifp->if_broot;
1277 /*
1278 * Root level must use BMAP_BROOT_PTR_ADDR macro to get ptr out.
1279 */
1280 level = be16_to_cpu(block->bb_level);
1281 ASSERT(level > 0);
1282 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes);
1283 bno = be64_to_cpu(*pp);
Darrick J. Wongd5a91ba2017-02-02 15:13:58 -08001284
Dave Chinner9e5987a2013-02-25 12:31:26 +11001285 /*
1286 * Go down the tree until leaf level is reached, following the first
1287 * pointer (leftmost) at each level.
1288 */
1289 while (level-- > 0) {
1290 error = xfs_btree_read_bufl(mp, tp, bno, 0, &bp,
1291 XFS_BMAP_BTREE_REF, &xfs_bmbt_buf_ops);
1292 if (error)
1293 return error;
1294 block = XFS_BUF_TO_BLOCK(bp);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001295 if (level == 0)
1296 break;
1297 pp = XFS_BMBT_PTR_ADDR(mp, block, 1, mp->m_bmap_dmxr[1]);
1298 bno = be64_to_cpu(*pp);
Eric Sandeenc29aad42015-02-23 22:39:08 +11001299 XFS_WANT_CORRUPTED_GOTO(mp,
1300 XFS_FSB_SANITY_CHECK(mp, bno), error0);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001301 xfs_trans_brelse(tp, bp);
1302 }
1303 /*
1304 * Here with bp and block set to the leftmost leaf node in the tree.
1305 */
Eric Sandeen5d829302016-11-08 12:59:42 +11001306 room = xfs_iext_count(ifp);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001307 i = 0;
1308 /*
1309 * Loop over all leaf nodes. Copy information to the extent records.
1310 */
1311 for (;;) {
1312 xfs_bmbt_rec_t *frp;
1313 xfs_fsblock_t nextbno;
1314 xfs_extnum_t num_recs;
1315 xfs_extnum_t start;
1316
1317 num_recs = xfs_btree_get_numrecs(block);
1318 if (unlikely(i + num_recs > room)) {
1319 ASSERT(i + num_recs <= room);
1320 xfs_warn(ip->i_mount,
1321 "corrupt dinode %Lu, (btree extents).",
1322 (unsigned long long) ip->i_ino);
1323 XFS_CORRUPTION_ERROR("xfs_bmap_read_extents(1)",
1324 XFS_ERRLEVEL_LOW, ip->i_mount, block);
1325 goto error0;
1326 }
Dave Chinner9e5987a2013-02-25 12:31:26 +11001327 /*
1328 * Read-ahead the next leaf block, if any.
1329 */
1330 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib);
1331 if (nextbno != NULLFSBLOCK)
1332 xfs_btree_reada_bufl(mp, nextbno, 1,
1333 &xfs_bmbt_buf_ops);
1334 /*
1335 * Copy records into the extent records.
1336 */
1337 frp = XFS_BMBT_REC_ADDR(mp, block, 1);
1338 start = i;
1339 for (j = 0; j < num_recs; j++, i++, frp++) {
1340 xfs_bmbt_rec_host_t *trp = xfs_iext_get_ext(ifp, i);
1341 trp->l0 = be64_to_cpu(frp->l0);
1342 trp->l1 = be64_to_cpu(frp->l1);
1343 }
1344 if (exntf == XFS_EXTFMT_NOSTATE) {
1345 /*
1346 * Check all attribute bmap btree records and
1347 * any "older" data bmap btree records for a
1348 * set bit in the "extent flag" position.
1349 */
1350 if (unlikely(xfs_check_nostate_extents(ifp,
1351 start, num_recs))) {
1352 XFS_ERROR_REPORT("xfs_bmap_read_extents(2)",
1353 XFS_ERRLEVEL_LOW,
1354 ip->i_mount);
1355 goto error0;
1356 }
1357 }
1358 xfs_trans_brelse(tp, bp);
1359 bno = nextbno;
1360 /*
1361 * If we've reached the end, stop.
1362 */
1363 if (bno == NULLFSBLOCK)
1364 break;
1365 error = xfs_btree_read_bufl(mp, tp, bno, 0, &bp,
1366 XFS_BMAP_BTREE_REF, &xfs_bmbt_buf_ops);
1367 if (error)
1368 return error;
1369 block = XFS_BUF_TO_BLOCK(bp);
1370 }
Darrick J. Wong356a3222016-12-05 12:36:56 +11001371 if (i != XFS_IFORK_NEXTENTS(ip, whichfork))
1372 return -EFSCORRUPTED;
Eric Sandeen5d829302016-11-08 12:59:42 +11001373 ASSERT(i == xfs_iext_count(ifp));
Dave Chinner9e5987a2013-02-25 12:31:26 +11001374 XFS_BMAP_TRACE_EXLIST(ip, i, whichfork);
1375 return 0;
1376error0:
1377 xfs_trans_brelse(tp, bp);
Dave Chinner24513372014-06-25 14:58:08 +10001378 return -EFSCORRUPTED;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001379}
1380
Dave Chinner9e5987a2013-02-25 12:31:26 +11001381/*
1382 * Returns the file-relative block number of the first unused block(s)
1383 * in the file with at least "len" logically contiguous blocks free.
1384 * This is the lowest-address hole if the file has holes, else the first block
1385 * past the end of file.
1386 * Return 0 if the file is currently local (in-inode).
1387 */
1388int /* error */
1389xfs_bmap_first_unused(
1390 xfs_trans_t *tp, /* transaction pointer */
1391 xfs_inode_t *ip, /* incore inode */
1392 xfs_extlen_t len, /* size of hole to find */
1393 xfs_fileoff_t *first_unused, /* unused block */
1394 int whichfork) /* data or attr fork */
1395{
1396 int error; /* error return value */
1397 int idx; /* extent record index */
1398 xfs_ifork_t *ifp; /* inode fork pointer */
1399 xfs_fileoff_t lastaddr; /* last block number seen */
1400 xfs_fileoff_t lowest; /* lowest useful block */
1401 xfs_fileoff_t max; /* starting useful block */
1402 xfs_fileoff_t off; /* offset for this block */
1403 xfs_extnum_t nextents; /* number of extent entries */
1404
1405 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_BTREE ||
1406 XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS ||
1407 XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL);
1408 if (XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL) {
1409 *first_unused = 0;
1410 return 0;
1411 }
1412 ifp = XFS_IFORK_PTR(ip, whichfork);
1413 if (!(ifp->if_flags & XFS_IFEXTENTS) &&
1414 (error = xfs_iread_extents(tp, ip, whichfork)))
1415 return error;
1416 lowest = *first_unused;
Eric Sandeen5d829302016-11-08 12:59:42 +11001417 nextents = xfs_iext_count(ifp);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001418 for (idx = 0, lastaddr = 0, max = lowest; idx < nextents; idx++) {
1419 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, idx);
1420 off = xfs_bmbt_get_startoff(ep);
1421 /*
1422 * See if the hole before this extent will work.
1423 */
1424 if (off >= lowest + len && off - max >= len) {
1425 *first_unused = max;
1426 return 0;
1427 }
1428 lastaddr = off + xfs_bmbt_get_blockcount(ep);
1429 max = XFS_FILEOFF_MAX(lastaddr, lowest);
1430 }
1431 *first_unused = max;
1432 return 0;
1433}
1434
1435/*
Zhi Yong Wu02bb4872013-08-12 03:14:54 +00001436 * Returns the file-relative block number of the last block - 1 before
Dave Chinner9e5987a2013-02-25 12:31:26 +11001437 * last_block (input value) in the file.
1438 * This is not based on i_size, it is based on the extent records.
1439 * Returns 0 for local files, as they do not have extent records.
1440 */
1441int /* error */
1442xfs_bmap_last_before(
Christoph Hellwig86685f72016-11-24 11:39:38 +11001443 struct xfs_trans *tp, /* transaction pointer */
1444 struct xfs_inode *ip, /* incore inode */
1445 xfs_fileoff_t *last_block, /* last block */
1446 int whichfork) /* data or attr fork */
Dave Chinner9e5987a2013-02-25 12:31:26 +11001447{
Christoph Hellwig86685f72016-11-24 11:39:38 +11001448 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork);
1449 struct xfs_bmbt_irec got;
1450 xfs_extnum_t idx;
1451 int error;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001452
Christoph Hellwig86685f72016-11-24 11:39:38 +11001453 switch (XFS_IFORK_FORMAT(ip, whichfork)) {
1454 case XFS_DINODE_FMT_LOCAL:
Dave Chinner9e5987a2013-02-25 12:31:26 +11001455 *last_block = 0;
1456 return 0;
Christoph Hellwig86685f72016-11-24 11:39:38 +11001457 case XFS_DINODE_FMT_BTREE:
1458 case XFS_DINODE_FMT_EXTENTS:
1459 break;
1460 default:
1461 return -EIO;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001462 }
Christoph Hellwig86685f72016-11-24 11:39:38 +11001463
1464 if (!(ifp->if_flags & XFS_IFEXTENTS)) {
1465 error = xfs_iread_extents(tp, ip, whichfork);
1466 if (error)
1467 return error;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001468 }
Christoph Hellwig86685f72016-11-24 11:39:38 +11001469
1470 if (xfs_iext_lookup_extent(ip, ifp, *last_block - 1, &idx, &got)) {
1471 if (got.br_startoff <= *last_block - 1)
1472 return 0;
1473 }
1474
1475 if (xfs_iext_get_extent(ifp, idx - 1, &got)) {
1476 *last_block = got.br_startoff + got.br_blockcount;
1477 return 0;
1478 }
1479
1480 *last_block = 0;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001481 return 0;
1482}
1483
Dave Chinner68988112013-08-12 20:49:42 +10001484int
Dave Chinner9e5987a2013-02-25 12:31:26 +11001485xfs_bmap_last_extent(
1486 struct xfs_trans *tp,
1487 struct xfs_inode *ip,
1488 int whichfork,
1489 struct xfs_bmbt_irec *rec,
1490 int *is_empty)
1491{
1492 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork);
1493 int error;
1494 int nextents;
1495
1496 if (!(ifp->if_flags & XFS_IFEXTENTS)) {
1497 error = xfs_iread_extents(tp, ip, whichfork);
1498 if (error)
1499 return error;
1500 }
1501
Eric Sandeen5d829302016-11-08 12:59:42 +11001502 nextents = xfs_iext_count(ifp);
Dave Chinner9e5987a2013-02-25 12:31:26 +11001503 if (nextents == 0) {
1504 *is_empty = 1;
1505 return 0;
1506 }
1507
1508 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, nextents - 1), rec);
1509 *is_empty = 0;
1510 return 0;
1511}
1512
1513/*
1514 * Check the last inode extent to determine whether this allocation will result
1515 * in blocks being allocated at the end of the file. When we allocate new data
1516 * blocks at the end of the file which do not start at the previous data block,
1517 * we will try to align the new blocks at stripe unit boundaries.
1518 *
Dave Chinner6e708bc2013-11-22 10:41:16 +11001519 * Returns 1 in bma->aeof if the file (fork) is empty as any new write will be
Dave Chinner9e5987a2013-02-25 12:31:26 +11001520 * at, or past the EOF.
1521 */
1522STATIC int
1523xfs_bmap_isaeof(
1524 struct xfs_bmalloca *bma,
1525 int whichfork)
1526{
1527 struct xfs_bmbt_irec rec;
1528 int is_empty;
1529 int error;
1530
1531 bma->aeof = 0;
1532 error = xfs_bmap_last_extent(NULL, bma->ip, whichfork, &rec,
1533 &is_empty);
Dave Chinner6e708bc2013-11-22 10:41:16 +11001534 if (error)
Dave Chinner9e5987a2013-02-25 12:31:26 +11001535 return error;
1536
Dave Chinner6e708bc2013-11-22 10:41:16 +11001537 if (is_empty) {
1538 bma->aeof = 1;
1539 return 0;
1540 }
1541
Dave Chinner9e5987a2013-02-25 12:31:26 +11001542 /*
1543 * Check if we are allocation or past the last extent, or at least into
1544 * the last delayed allocated extent.
1545 */
1546 bma->aeof = bma->offset >= rec.br_startoff + rec.br_blockcount ||
1547 (bma->offset >= rec.br_startoff &&
1548 isnullstartblock(rec.br_startblock));
1549 return 0;
1550}
1551
1552/*
Dave Chinner9e5987a2013-02-25 12:31:26 +11001553 * Returns the file-relative block number of the first block past eof in
1554 * the file. This is not based on i_size, it is based on the extent records.
1555 * Returns 0 for local files, as they do not have extent records.
1556 */
1557int
1558xfs_bmap_last_offset(
Dave Chinner9e5987a2013-02-25 12:31:26 +11001559 struct xfs_inode *ip,
1560 xfs_fileoff_t *last_block,
1561 int whichfork)
1562{
1563 struct xfs_bmbt_irec rec;
1564 int is_empty;
1565 int error;
1566
1567 *last_block = 0;
1568
1569 if (XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL)
1570 return 0;
1571
1572 if (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE &&
1573 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS)
Dave Chinner24513372014-06-25 14:58:08 +10001574 return -EIO;
Dave Chinner9e5987a2013-02-25 12:31:26 +11001575
1576 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty);
1577 if (error || is_empty)
1578 return error;
1579
1580 *last_block = rec.br_startoff + rec.br_blockcount;
1581 return 0;
1582}
1583
1584/*
1585 * Returns whether the selected fork of the inode has exactly one
1586 * block or not. For the data fork we check this matches di_size,
1587 * implying the file's range is 0..bsize-1.
1588 */
1589int /* 1=>1 block, 0=>otherwise */
1590xfs_bmap_one_block(
1591 xfs_inode_t *ip, /* incore inode */
1592 int whichfork) /* data or attr fork */
1593{
1594 xfs_bmbt_rec_host_t *ep; /* ptr to fork's extent */
1595 xfs_ifork_t *ifp; /* inode fork pointer */
1596 int rval; /* return value */
1597 xfs_bmbt_irec_t s; /* internal version of extent */
1598
1599#ifndef DEBUG
1600 if (whichfork == XFS_DATA_FORK)
1601 return XFS_ISIZE(ip) == ip->i_mount->m_sb.sb_blocksize;
1602#endif /* !DEBUG */
1603 if (XFS_IFORK_NEXTENTS(ip, whichfork) != 1)
1604 return 0;
1605 if (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS)
1606 return 0;
1607 ifp = XFS_IFORK_PTR(ip, whichfork);
1608 ASSERT(ifp->if_flags & XFS_IFEXTENTS);
1609 ep = xfs_iext_get_ext(ifp, 0);
1610 xfs_bmbt_get_all(ep, &s);
1611 rval = s.br_startoff == 0 && s.br_blockcount == 1;
1612 if (rval && whichfork == XFS_DATA_FORK)
1613 ASSERT(XFS_ISIZE(ip) == ip->i_mount->m_sb.sb_blocksize);
1614 return rval;
1615}
1616
1617/*
1618 * Extent tree manipulation functions used during allocation.
1619 */
1620
1621/*
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001622 * Convert a delayed allocation to a real allocation.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001623 */
1624STATIC int /* error */
1625xfs_bmap_add_extent_delay_real(
Darrick J. Wong60b49842016-10-03 09:11:34 -07001626 struct xfs_bmalloca *bma,
1627 int whichfork)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628{
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001629 struct xfs_bmbt_irec *new = &bma->got;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001630 int diff; /* temp value */
Christoph Hellwiga6f64d42007-08-16 16:23:40 +10001631 xfs_bmbt_rec_host_t *ep; /* extent entry for idx */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001632 int error; /* error return value */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001633 int i; /* temp state */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11001634 xfs_ifork_t *ifp; /* inode fork pointer */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635 xfs_fileoff_t new_endoff; /* end offset of new entry */
1636 xfs_bmbt_irec_t r[3]; /* neighbor extent entries */
1637 /* left is 0, right is 1, prev is 2 */
1638 int rval=0; /* return value (logging flags) */
1639 int state = 0;/* state bits, accessed thru macros */
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001640 xfs_filblks_t da_new; /* new count del alloc blocks used */
1641 xfs_filblks_t da_old; /* old count del alloc blocks used */
1642 xfs_filblks_t temp=0; /* value for da_new calculations */
1643 xfs_filblks_t temp2=0;/* value for da_new calculations */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644 int tmp_rval; /* partial logging flags */
Eric Sandeenc29aad42015-02-23 22:39:08 +11001645 struct xfs_mount *mp;
Darrick J. Wong60b49842016-10-03 09:11:34 -07001646 xfs_extnum_t *nextents;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001647
Eric Sandeenf1f96c42016-01-04 16:10:42 +11001648 mp = bma->ip->i_mount;
Darrick J. Wong6d3eb1e2016-01-04 16:12:42 +11001649 ifp = XFS_IFORK_PTR(bma->ip, whichfork);
Darrick J. Wong60b49842016-10-03 09:11:34 -07001650 ASSERT(whichfork != XFS_ATTR_FORK);
1651 nextents = (whichfork == XFS_COW_FORK ? &bma->ip->i_cnextents :
1652 &bma->ip->i_d.di_nextents);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001653
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001654 ASSERT(bma->idx >= 0);
Eric Sandeen5d829302016-11-08 12:59:42 +11001655 ASSERT(bma->idx <= xfs_iext_count(ifp));
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001656 ASSERT(!isnullstartblock(new->br_startblock));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001657 ASSERT(!bma->cur ||
1658 (bma->cur->bc_private.b.flags & XFS_BTCUR_BPRV_WASDEL));
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001659
Bill O'Donnellff6d6af2015-10-12 18:21:22 +11001660 XFS_STATS_INC(mp, xs_add_exlist);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001661
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662#define LEFT r[0]
1663#define RIGHT r[1]
1664#define PREV r[2]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001665
Darrick J. Wong60b49842016-10-03 09:11:34 -07001666 if (whichfork == XFS_COW_FORK)
1667 state |= BMAP_COWFORK;
1668
Linus Torvalds1da177e2005-04-16 15:20:36 -07001669 /*
1670 * Set up a bunch of variables to make the tests simpler.
1671 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001672 ep = xfs_iext_get_ext(ifp, bma->idx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673 xfs_bmbt_get_all(ep, &PREV);
1674 new_endoff = new->br_startoff + new->br_blockcount;
1675 ASSERT(PREV.br_startoff <= new->br_startoff);
1676 ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001677
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001678 da_old = startblockval(PREV.br_startblock);
1679 da_new = 0;
1680
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681 /*
1682 * Set flags determining what part of the previous delayed allocation
1683 * extent is being replaced by a real allocation.
1684 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001685 if (PREV.br_startoff == new->br_startoff)
1686 state |= BMAP_LEFT_FILLING;
1687 if (PREV.br_startoff + PREV.br_blockcount == new_endoff)
1688 state |= BMAP_RIGHT_FILLING;
1689
Linus Torvalds1da177e2005-04-16 15:20:36 -07001690 /*
1691 * Check and set flags if this segment has a left neighbor.
1692 * Don't set contiguous if the combined extent would be too large.
1693 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001694 if (bma->idx > 0) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001695 state |= BMAP_LEFT_VALID;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001696 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx - 1), &LEFT);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001697
1698 if (isnullstartblock(LEFT.br_startblock))
1699 state |= BMAP_LEFT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001701
1702 if ((state & BMAP_LEFT_VALID) && !(state & BMAP_LEFT_DELAY) &&
1703 LEFT.br_startoff + LEFT.br_blockcount == new->br_startoff &&
1704 LEFT.br_startblock + LEFT.br_blockcount == new->br_startblock &&
1705 LEFT.br_state == new->br_state &&
1706 LEFT.br_blockcount + new->br_blockcount <= MAXEXTLEN)
1707 state |= BMAP_LEFT_CONTIG;
1708
Linus Torvalds1da177e2005-04-16 15:20:36 -07001709 /*
1710 * Check and set flags if this segment has a right neighbor.
1711 * Don't set contiguous if the combined extent would be too large.
1712 * Also check for all-three-contiguous being too large.
1713 */
Eric Sandeen5d829302016-11-08 12:59:42 +11001714 if (bma->idx < xfs_iext_count(ifp) - 1) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001715 state |= BMAP_RIGHT_VALID;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001716 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx + 1), &RIGHT);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001717
1718 if (isnullstartblock(RIGHT.br_startblock))
1719 state |= BMAP_RIGHT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001721
1722 if ((state & BMAP_RIGHT_VALID) && !(state & BMAP_RIGHT_DELAY) &&
1723 new_endoff == RIGHT.br_startoff &&
1724 new->br_startblock + new->br_blockcount == RIGHT.br_startblock &&
1725 new->br_state == RIGHT.br_state &&
1726 new->br_blockcount + RIGHT.br_blockcount <= MAXEXTLEN &&
1727 ((state & (BMAP_LEFT_CONTIG | BMAP_LEFT_FILLING |
1728 BMAP_RIGHT_FILLING)) !=
1729 (BMAP_LEFT_CONTIG | BMAP_LEFT_FILLING |
1730 BMAP_RIGHT_FILLING) ||
1731 LEFT.br_blockcount + new->br_blockcount + RIGHT.br_blockcount
1732 <= MAXEXTLEN))
1733 state |= BMAP_RIGHT_CONTIG;
1734
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735 error = 0;
1736 /*
1737 * Switch out based on the FILLING and CONTIG state bits.
1738 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001739 switch (state & (BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG |
1740 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG)) {
1741 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG |
1742 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743 /*
1744 * Filling in all of a previously delayed allocation extent.
1745 * The left and right neighbors are both contiguous with new.
1746 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001747 bma->idx--;
1748 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
1749 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001750 LEFT.br_blockcount + PREV.br_blockcount +
1751 RIGHT.br_blockcount);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001752 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001753
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001754 xfs_iext_remove(bma->ip, bma->idx + 1, 2, state);
Darrick J. Wong60b49842016-10-03 09:11:34 -07001755 (*nextents)--;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001756 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
1758 else {
1759 rval = XFS_ILOG_CORE;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001760 error = xfs_bmbt_lookup_eq(bma->cur, RIGHT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001761 RIGHT.br_startblock,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001762 RIGHT.br_blockcount, &i);
1763 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001764 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11001765 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001766 error = xfs_btree_delete(bma->cur, &i);
1767 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001768 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11001769 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001770 error = xfs_btree_decrement(bma->cur, 0, &i);
1771 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001772 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11001773 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001774 error = xfs_bmbt_update(bma->cur, LEFT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001775 LEFT.br_startblock,
1776 LEFT.br_blockcount +
1777 PREV.br_blockcount +
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001778 RIGHT.br_blockcount, LEFT.br_state);
1779 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001780 goto done;
1781 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782 break;
1783
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001784 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001785 /*
1786 * Filling in all of a previously delayed allocation extent.
1787 * The left neighbor is contiguous, the right is not.
1788 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001789 bma->idx--;
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001790
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001791 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
1792 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx),
Christoph Hellwigec90c552011-05-23 08:52:53 +00001793 LEFT.br_blockcount + PREV.br_blockcount);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001794 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwigec90c552011-05-23 08:52:53 +00001795
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001796 xfs_iext_remove(bma->ip, bma->idx + 1, 1, state);
1797 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001798 rval = XFS_ILOG_DEXT;
1799 else {
1800 rval = 0;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001801 error = xfs_bmbt_lookup_eq(bma->cur, LEFT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001802 LEFT.br_startblock, LEFT.br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001803 &i);
1804 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001805 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11001806 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001807 error = xfs_bmbt_update(bma->cur, LEFT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808 LEFT.br_startblock,
1809 LEFT.br_blockcount +
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001810 PREV.br_blockcount, LEFT.br_state);
1811 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812 goto done;
1813 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814 break;
1815
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001816 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817 /*
1818 * Filling in all of a previously delayed allocation extent.
1819 * The right neighbor is contiguous, the left is not.
1820 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001821 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001822 xfs_bmbt_set_startblock(ep, new->br_startblock);
1823 xfs_bmbt_set_blockcount(ep,
1824 PREV.br_blockcount + RIGHT.br_blockcount);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001825 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001826
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001827 xfs_iext_remove(bma->ip, bma->idx + 1, 1, state);
1828 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829 rval = XFS_ILOG_DEXT;
1830 else {
1831 rval = 0;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001832 error = xfs_bmbt_lookup_eq(bma->cur, RIGHT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833 RIGHT.br_startblock,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001834 RIGHT.br_blockcount, &i);
1835 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001836 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11001837 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001838 error = xfs_bmbt_update(bma->cur, PREV.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839 new->br_startblock,
1840 PREV.br_blockcount +
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001841 RIGHT.br_blockcount, PREV.br_state);
1842 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001843 goto done;
1844 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001845 break;
1846
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001847 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848 /*
1849 * Filling in all of a previously delayed allocation extent.
1850 * Neither the left nor right neighbors are contiguous with
1851 * the new one.
1852 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001853 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854 xfs_bmbt_set_startblock(ep, new->br_startblock);
Darrick J. Wong05a630d2017-02-02 15:14:01 -08001855 xfs_bmbt_set_state(ep, new->br_state);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001856 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001857
Darrick J. Wong60b49842016-10-03 09:11:34 -07001858 (*nextents)++;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001859 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001860 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
1861 else {
1862 rval = XFS_ILOG_CORE;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001863 error = xfs_bmbt_lookup_eq(bma->cur, new->br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001864 new->br_startblock, new->br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001865 &i);
1866 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11001868 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001869 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM;
1870 error = xfs_btree_insert(bma->cur, &i);
1871 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11001873 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001874 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875 break;
1876
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001877 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001878 /*
1879 * Filling in the first part of a previous delayed allocation.
1880 * The left neighbor is contiguous.
1881 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001882 trace_xfs_bmap_pre_update(bma->ip, bma->idx - 1, state, _THIS_IP_);
1883 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx - 1),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001884 LEFT.br_blockcount + new->br_blockcount);
1885 xfs_bmbt_set_startoff(ep,
1886 PREV.br_startoff + new->br_blockcount);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001887 trace_xfs_bmap_post_update(bma->ip, bma->idx - 1, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001888
Linus Torvalds1da177e2005-04-16 15:20:36 -07001889 temp = PREV.br_blockcount - new->br_blockcount;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001890 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891 xfs_bmbt_set_blockcount(ep, temp);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001892 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893 rval = XFS_ILOG_DEXT;
1894 else {
1895 rval = 0;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001896 error = xfs_bmbt_lookup_eq(bma->cur, LEFT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001897 LEFT.br_startblock, LEFT.br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001898 &i);
1899 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001900 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11001901 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001902 error = xfs_bmbt_update(bma->cur, LEFT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001903 LEFT.br_startblock,
1904 LEFT.br_blockcount +
1905 new->br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001906 LEFT.br_state);
1907 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001908 goto done;
1909 }
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001910 da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(bma->ip, temp),
Eric Sandeen9d87c312009-01-14 23:22:07 -06001911 startblockval(PREV.br_startblock));
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001912 xfs_bmbt_set_startblock(ep, nullstartblock(da_new));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001913 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwigec90c552011-05-23 08:52:53 +00001914
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001915 bma->idx--;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916 break;
1917
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001918 case BMAP_LEFT_FILLING:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919 /*
1920 * Filling in the first part of a previous delayed allocation.
1921 * The left neighbor is not contiguous.
1922 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001923 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924 xfs_bmbt_set_startoff(ep, new_endoff);
1925 temp = PREV.br_blockcount - new->br_blockcount;
1926 xfs_bmbt_set_blockcount(ep, temp);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001927 xfs_iext_insert(bma->ip, bma->idx, 1, new, state);
Darrick J. Wong60b49842016-10-03 09:11:34 -07001928 (*nextents)++;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001929 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
1931 else {
1932 rval = XFS_ILOG_CORE;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001933 error = xfs_bmbt_lookup_eq(bma->cur, new->br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934 new->br_startblock, new->br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001935 &i);
1936 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001937 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11001938 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001939 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM;
1940 error = xfs_btree_insert(bma->cur, &i);
1941 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11001943 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001944 }
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00001945
Darrick J. Wong6d3eb1e2016-01-04 16:12:42 +11001946 if (xfs_bmap_needs_btree(bma->ip, whichfork)) {
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001947 error = xfs_bmap_extents_to_btree(bma->tp, bma->ip,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10001948 bma->firstblock, bma->dfops,
Darrick J. Wong6d3eb1e2016-01-04 16:12:42 +11001949 &bma->cur, 1, &tmp_rval, whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950 rval |= tmp_rval;
1951 if (error)
1952 goto done;
1953 }
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001954 da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(bma->ip, temp),
Eric Sandeen9d87c312009-01-14 23:22:07 -06001955 startblockval(PREV.br_startblock) -
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001956 (bma->cur ? bma->cur->bc_private.b.allocated : 0));
1957 ep = xfs_iext_get_ext(ifp, bma->idx + 1);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001958 xfs_bmbt_set_startblock(ep, nullstartblock(da_new));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001959 trace_xfs_bmap_post_update(bma->ip, bma->idx + 1, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960 break;
1961
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001962 case BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963 /*
1964 * Filling in the last part of a previous delayed allocation.
1965 * The right neighbor is contiguous with the new allocation.
1966 */
1967 temp = PREV.br_blockcount - new->br_blockcount;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001968 trace_xfs_bmap_pre_update(bma->ip, bma->idx + 1, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001969 xfs_bmbt_set_blockcount(ep, temp);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001970 xfs_bmbt_set_allf(xfs_iext_get_ext(ifp, bma->idx + 1),
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11001971 new->br_startoff, new->br_startblock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001972 new->br_blockcount + RIGHT.br_blockcount,
1973 RIGHT.br_state);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001974 trace_xfs_bmap_post_update(bma->ip, bma->idx + 1, state, _THIS_IP_);
1975 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976 rval = XFS_ILOG_DEXT;
1977 else {
1978 rval = 0;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001979 error = xfs_bmbt_lookup_eq(bma->cur, RIGHT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001980 RIGHT.br_startblock,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001981 RIGHT.br_blockcount, &i);
1982 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001983 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11001984 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001985 error = xfs_bmbt_update(bma->cur, new->br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986 new->br_startblock,
1987 new->br_blockcount +
1988 RIGHT.br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001989 RIGHT.br_state);
1990 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991 goto done;
1992 }
Christoph Hellwigec90c552011-05-23 08:52:53 +00001993
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001994 da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(bma->ip, temp),
Eric Sandeen9d87c312009-01-14 23:22:07 -06001995 startblockval(PREV.br_startblock));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001996 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001997 xfs_bmbt_set_startblock(ep, nullstartblock(da_new));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00001998 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwigec90c552011-05-23 08:52:53 +00001999
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002000 bma->idx++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001 break;
2002
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002003 case BMAP_RIGHT_FILLING:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004 /*
2005 * Filling in the last part of a previous delayed allocation.
2006 * The right neighbor is not contiguous.
2007 */
2008 temp = PREV.br_blockcount - new->br_blockcount;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002009 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010 xfs_bmbt_set_blockcount(ep, temp);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002011 xfs_iext_insert(bma->ip, bma->idx + 1, 1, new, state);
Darrick J. Wong60b49842016-10-03 09:11:34 -07002012 (*nextents)++;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002013 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
2015 else {
2016 rval = XFS_ILOG_CORE;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002017 error = xfs_bmbt_lookup_eq(bma->cur, new->br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002018 new->br_startblock, new->br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002019 &i);
2020 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002022 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002023 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM;
2024 error = xfs_btree_insert(bma->cur, &i);
2025 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002026 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002027 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028 }
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00002029
Darrick J. Wong6d3eb1e2016-01-04 16:12:42 +11002030 if (xfs_bmap_needs_btree(bma->ip, whichfork)) {
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002031 error = xfs_bmap_extents_to_btree(bma->tp, bma->ip,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002032 bma->firstblock, bma->dfops, &bma->cur, 1,
Darrick J. Wong6d3eb1e2016-01-04 16:12:42 +11002033 &tmp_rval, whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034 rval |= tmp_rval;
2035 if (error)
2036 goto done;
2037 }
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002038 da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(bma->ip, temp),
Eric Sandeen9d87c312009-01-14 23:22:07 -06002039 startblockval(PREV.br_startblock) -
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002040 (bma->cur ? bma->cur->bc_private.b.allocated : 0));
2041 ep = xfs_iext_get_ext(ifp, bma->idx);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002042 xfs_bmbt_set_startblock(ep, nullstartblock(da_new));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002043 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002044
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002045 bma->idx++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046 break;
2047
2048 case 0:
2049 /*
2050 * Filling in the middle part of a previous delayed allocation.
2051 * Contiguity is impossible here.
2052 * This case is avoided almost all the time.
bpm@sgi.com24446fc2011-01-19 17:41:58 +00002053 *
2054 * We start with a delayed allocation:
2055 *
2056 * +ddddddddddddddddddddddddddddddddddddddddddddddddddddddd+
2057 * PREV @ idx
2058 *
2059 * and we are allocating:
2060 * +rrrrrrrrrrrrrrrrr+
2061 * new
2062 *
2063 * and we set it up for insertion as:
2064 * +ddddddddddddddddddd+rrrrrrrrrrrrrrrrr+ddddddddddddddddd+
2065 * new
2066 * PREV @ idx LEFT RIGHT
2067 * inserted at idx + 1
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068 */
2069 temp = new->br_startoff - PREV.br_startoff;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070 temp2 = PREV.br_startoff + PREV.br_blockcount - new_endoff;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002071 trace_xfs_bmap_pre_update(bma->ip, bma->idx, 0, _THIS_IP_);
bpm@sgi.com24446fc2011-01-19 17:41:58 +00002072 xfs_bmbt_set_blockcount(ep, temp); /* truncate PREV */
2073 LEFT = *new;
2074 RIGHT.br_state = PREV.br_state;
2075 RIGHT.br_startblock = nullstartblock(
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002076 (int)xfs_bmap_worst_indlen(bma->ip, temp2));
bpm@sgi.com24446fc2011-01-19 17:41:58 +00002077 RIGHT.br_startoff = new_endoff;
2078 RIGHT.br_blockcount = temp2;
2079 /* insert LEFT (r[0]) and RIGHT (r[1]) at the same time */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002080 xfs_iext_insert(bma->ip, bma->idx + 1, 2, &LEFT, state);
Darrick J. Wong60b49842016-10-03 09:11:34 -07002081 (*nextents)++;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002082 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002083 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
2084 else {
2085 rval = XFS_ILOG_CORE;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002086 error = xfs_bmbt_lookup_eq(bma->cur, new->br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087 new->br_startblock, new->br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002088 &i);
2089 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002090 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002091 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002092 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM;
2093 error = xfs_btree_insert(bma->cur, &i);
2094 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002096 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097 }
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00002098
Darrick J. Wong6d3eb1e2016-01-04 16:12:42 +11002099 if (xfs_bmap_needs_btree(bma->ip, whichfork)) {
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002100 error = xfs_bmap_extents_to_btree(bma->tp, bma->ip,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002101 bma->firstblock, bma->dfops, &bma->cur,
Darrick J. Wong6d3eb1e2016-01-04 16:12:42 +11002102 1, &tmp_rval, whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103 rval |= tmp_rval;
2104 if (error)
2105 goto done;
2106 }
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002107 temp = xfs_bmap_worst_indlen(bma->ip, temp);
2108 temp2 = xfs_bmap_worst_indlen(bma->ip, temp2);
Eric Sandeen9d87c312009-01-14 23:22:07 -06002109 diff = (int)(temp + temp2 - startblockval(PREV.br_startblock) -
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002110 (bma->cur ? bma->cur->bc_private.b.allocated : 0));
Christoph Hellwigb9b984d2011-09-18 20:40:42 +00002111 if (diff > 0) {
Dave Chinner0d485ad2015-02-23 21:22:03 +11002112 error = xfs_mod_fdblocks(bma->ip->i_mount,
2113 -((int64_t)diff), false);
Christoph Hellwigb9b984d2011-09-18 20:40:42 +00002114 ASSERT(!error);
2115 if (error)
2116 goto done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117 }
Christoph Hellwigb9b984d2011-09-18 20:40:42 +00002118
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002119 ep = xfs_iext_get_ext(ifp, bma->idx);
Eric Sandeen9d87c312009-01-14 23:22:07 -06002120 xfs_bmbt_set_startblock(ep, nullstartblock((int)temp));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002121 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
2122 trace_xfs_bmap_pre_update(bma->ip, bma->idx + 2, state, _THIS_IP_);
2123 xfs_bmbt_set_startblock(xfs_iext_get_ext(ifp, bma->idx + 2),
Eric Sandeen9d87c312009-01-14 23:22:07 -06002124 nullstartblock((int)temp2));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002125 trace_xfs_bmap_post_update(bma->ip, bma->idx + 2, state, _THIS_IP_);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002126
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002127 bma->idx++;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002128 da_new = temp + temp2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129 break;
2130
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002131 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
2132 case BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
2133 case BMAP_LEFT_FILLING | BMAP_RIGHT_CONTIG:
2134 case BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG:
2135 case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
2136 case BMAP_LEFT_CONTIG:
2137 case BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138 /*
2139 * These cases are all impossible.
2140 */
2141 ASSERT(0);
2142 }
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002143
Darrick J. Wong9c194642016-08-03 12:16:05 +10002144 /* add reverse mapping */
2145 error = xfs_rmap_map_extent(mp, bma->dfops, bma->ip, whichfork, new);
2146 if (error)
2147 goto done;
2148
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002149 /* convert to a btree if necessary */
Darrick J. Wong6d3eb1e2016-01-04 16:12:42 +11002150 if (xfs_bmap_needs_btree(bma->ip, whichfork)) {
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002151 int tmp_logflags; /* partial log flag return val */
2152
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002153 ASSERT(bma->cur == NULL);
2154 error = xfs_bmap_extents_to_btree(bma->tp, bma->ip,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002155 bma->firstblock, bma->dfops, &bma->cur,
Darrick J. Wong6d3eb1e2016-01-04 16:12:42 +11002156 da_old > 0, &tmp_logflags, whichfork);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002157 bma->logflags |= tmp_logflags;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002158 if (error)
2159 goto done;
2160 }
2161
2162 /* adjust for changes in reserved delayed indirect blocks */
2163 if (da_old || da_new) {
2164 temp = da_new;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002165 if (bma->cur)
2166 temp += bma->cur->bc_private.b.allocated;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002167 ASSERT(temp <= da_old);
2168 if (temp < da_old)
Dave Chinner0d485ad2015-02-23 21:22:03 +11002169 xfs_mod_fdblocks(bma->ip->i_mount,
2170 (int64_t)(da_old - temp), false);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002171 }
2172
2173 /* clear out the allocated field, done with it now in any case. */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00002174 if (bma->cur)
2175 bma->cur->bc_private.b.allocated = 0;
2176
Darrick J. Wong6d3eb1e2016-01-04 16:12:42 +11002177 xfs_bmap_check_leaf_extents(bma->cur, bma->ip, whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178done:
Darrick J. Wong60b49842016-10-03 09:11:34 -07002179 if (whichfork != XFS_COW_FORK)
2180 bma->logflags |= rval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181 return error;
2182#undef LEFT
2183#undef RIGHT
2184#undef PREV
Linus Torvalds1da177e2005-04-16 15:20:36 -07002185}
2186
2187/*
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002188 * Convert an unwritten allocation to a real allocation or vice versa.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189 */
2190STATIC int /* error */
2191xfs_bmap_add_extent_unwritten_real(
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002192 struct xfs_trans *tp,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002193 xfs_inode_t *ip, /* incore inode pointer */
Darrick J. Wong05a630d2017-02-02 15:14:01 -08002194 int whichfork,
Christoph Hellwigec90c552011-05-23 08:52:53 +00002195 xfs_extnum_t *idx, /* extent number to update/insert */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196 xfs_btree_cur_t **curp, /* if *curp is null, not a btree */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11002197 xfs_bmbt_irec_t *new, /* new data to add to file extents */
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002198 xfs_fsblock_t *first, /* pointer to firstblock variable */
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002199 struct xfs_defer_ops *dfops, /* list of extents to be freed */
Christoph Hellwigb4e91812010-06-23 18:11:15 +10002200 int *logflagsp) /* inode logging flags */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202 xfs_btree_cur_t *cur; /* btree cursor */
Christoph Hellwiga6f64d42007-08-16 16:23:40 +10002203 xfs_bmbt_rec_host_t *ep; /* extent entry for idx */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204 int error; /* error return value */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205 int i; /* temp state */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11002206 xfs_ifork_t *ifp; /* inode fork pointer */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207 xfs_fileoff_t new_endoff; /* end offset of new entry */
2208 xfs_exntst_t newext; /* new extent state */
2209 xfs_exntst_t oldext; /* old extent state */
2210 xfs_bmbt_irec_t r[3]; /* neighbor extent entries */
2211 /* left is 0, right is 1, prev is 2 */
2212 int rval=0; /* return value (logging flags) */
2213 int state = 0;/* state bits, accessed thru macros */
Darrick J. Wong05a630d2017-02-02 15:14:01 -08002214 struct xfs_mount *mp = ip->i_mount;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002216 *logflagsp = 0;
2217
2218 cur = *curp;
Darrick J. Wong05a630d2017-02-02 15:14:01 -08002219 ifp = XFS_IFORK_PTR(ip, whichfork);
2220 if (whichfork == XFS_COW_FORK)
2221 state |= BMAP_COWFORK;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002222
2223 ASSERT(*idx >= 0);
Eric Sandeen5d829302016-11-08 12:59:42 +11002224 ASSERT(*idx <= xfs_iext_count(ifp));
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002225 ASSERT(!isnullstartblock(new->br_startblock));
2226
Bill O'Donnellff6d6af2015-10-12 18:21:22 +11002227 XFS_STATS_INC(mp, xs_add_exlist);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002228
Linus Torvalds1da177e2005-04-16 15:20:36 -07002229#define LEFT r[0]
2230#define RIGHT r[1]
2231#define PREV r[2]
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002232
Linus Torvalds1da177e2005-04-16 15:20:36 -07002233 /*
2234 * Set up a bunch of variables to make the tests simpler.
2235 */
2236 error = 0;
Christoph Hellwigec90c552011-05-23 08:52:53 +00002237 ep = xfs_iext_get_ext(ifp, *idx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002238 xfs_bmbt_get_all(ep, &PREV);
2239 newext = new->br_state;
2240 oldext = (newext == XFS_EXT_UNWRITTEN) ?
2241 XFS_EXT_NORM : XFS_EXT_UNWRITTEN;
2242 ASSERT(PREV.br_state == oldext);
2243 new_endoff = new->br_startoff + new->br_blockcount;
2244 ASSERT(PREV.br_startoff <= new->br_startoff);
2245 ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002246
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247 /*
2248 * Set flags determining what part of the previous oldext allocation
2249 * extent is being replaced by a newext allocation.
2250 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002251 if (PREV.br_startoff == new->br_startoff)
2252 state |= BMAP_LEFT_FILLING;
2253 if (PREV.br_startoff + PREV.br_blockcount == new_endoff)
2254 state |= BMAP_RIGHT_FILLING;
2255
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256 /*
2257 * Check and set flags if this segment has a left neighbor.
2258 * Don't set contiguous if the combined extent would be too large.
2259 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002260 if (*idx > 0) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002261 state |= BMAP_LEFT_VALID;
Christoph Hellwigec90c552011-05-23 08:52:53 +00002262 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx - 1), &LEFT);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002263
2264 if (isnullstartblock(LEFT.br_startblock))
2265 state |= BMAP_LEFT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002266 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002267
2268 if ((state & BMAP_LEFT_VALID) && !(state & BMAP_LEFT_DELAY) &&
2269 LEFT.br_startoff + LEFT.br_blockcount == new->br_startoff &&
2270 LEFT.br_startblock + LEFT.br_blockcount == new->br_startblock &&
2271 LEFT.br_state == newext &&
2272 LEFT.br_blockcount + new->br_blockcount <= MAXEXTLEN)
2273 state |= BMAP_LEFT_CONTIG;
2274
Linus Torvalds1da177e2005-04-16 15:20:36 -07002275 /*
2276 * Check and set flags if this segment has a right neighbor.
2277 * Don't set contiguous if the combined extent would be too large.
2278 * Also check for all-three-contiguous being too large.
2279 */
Darrick J. Wong05a630d2017-02-02 15:14:01 -08002280 if (*idx < xfs_iext_count(ifp) - 1) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002281 state |= BMAP_RIGHT_VALID;
Christoph Hellwigec90c552011-05-23 08:52:53 +00002282 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx + 1), &RIGHT);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002283 if (isnullstartblock(RIGHT.br_startblock))
2284 state |= BMAP_RIGHT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002286
2287 if ((state & BMAP_RIGHT_VALID) && !(state & BMAP_RIGHT_DELAY) &&
2288 new_endoff == RIGHT.br_startoff &&
2289 new->br_startblock + new->br_blockcount == RIGHT.br_startblock &&
2290 newext == RIGHT.br_state &&
2291 new->br_blockcount + RIGHT.br_blockcount <= MAXEXTLEN &&
2292 ((state & (BMAP_LEFT_CONTIG | BMAP_LEFT_FILLING |
2293 BMAP_RIGHT_FILLING)) !=
2294 (BMAP_LEFT_CONTIG | BMAP_LEFT_FILLING |
2295 BMAP_RIGHT_FILLING) ||
2296 LEFT.br_blockcount + new->br_blockcount + RIGHT.br_blockcount
2297 <= MAXEXTLEN))
2298 state |= BMAP_RIGHT_CONTIG;
2299
Linus Torvalds1da177e2005-04-16 15:20:36 -07002300 /*
2301 * Switch out based on the FILLING and CONTIG state bits.
2302 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002303 switch (state & (BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG |
2304 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG)) {
2305 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG |
2306 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002307 /*
2308 * Setting all of a previous oldext extent to newext.
2309 * The left and right neighbors are both contiguous with new.
2310 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002311 --*idx;
2312
2313 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
2314 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002315 LEFT.br_blockcount + PREV.br_blockcount +
2316 RIGHT.br_blockcount);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002317 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002318
Christoph Hellwigec90c552011-05-23 08:52:53 +00002319 xfs_iext_remove(ip, *idx + 1, 2, state);
Darrick J. Wong05a630d2017-02-02 15:14:01 -08002320 XFS_IFORK_NEXT_SET(ip, whichfork,
2321 XFS_IFORK_NEXTENTS(ip, whichfork) - 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002322 if (cur == NULL)
2323 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
2324 else {
2325 rval = XFS_ILOG_CORE;
2326 if ((error = xfs_bmbt_lookup_eq(cur, RIGHT.br_startoff,
2327 RIGHT.br_startblock,
2328 RIGHT.br_blockcount, &i)))
2329 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002330 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig91cca5df2008-10-30 16:58:01 +11002331 if ((error = xfs_btree_delete(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002333 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig8df4da42008-10-30 16:55:58 +11002334 if ((error = xfs_btree_decrement(cur, 0, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002336 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig91cca5df2008-10-30 16:58:01 +11002337 if ((error = xfs_btree_delete(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002338 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002339 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig8df4da42008-10-30 16:55:58 +11002340 if ((error = xfs_btree_decrement(cur, 0, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002342 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002343 if ((error = xfs_bmbt_update(cur, LEFT.br_startoff,
2344 LEFT.br_startblock,
2345 LEFT.br_blockcount + PREV.br_blockcount +
2346 RIGHT.br_blockcount, LEFT.br_state)))
2347 goto done;
2348 }
2349 break;
2350
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002351 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352 /*
2353 * Setting all of a previous oldext extent to newext.
2354 * The left neighbor is contiguous, the right is not.
2355 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002356 --*idx;
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002357
Christoph Hellwigec90c552011-05-23 08:52:53 +00002358 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
2359 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx),
2360 LEFT.br_blockcount + PREV.br_blockcount);
2361 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
2362
2363 xfs_iext_remove(ip, *idx + 1, 1, state);
Darrick J. Wong05a630d2017-02-02 15:14:01 -08002364 XFS_IFORK_NEXT_SET(ip, whichfork,
2365 XFS_IFORK_NEXTENTS(ip, whichfork) - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366 if (cur == NULL)
2367 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
2368 else {
2369 rval = XFS_ILOG_CORE;
2370 if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff,
2371 PREV.br_startblock, PREV.br_blockcount,
2372 &i)))
2373 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002374 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig91cca5df2008-10-30 16:58:01 +11002375 if ((error = xfs_btree_delete(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002377 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig8df4da42008-10-30 16:55:58 +11002378 if ((error = xfs_btree_decrement(cur, 0, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002380 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381 if ((error = xfs_bmbt_update(cur, LEFT.br_startoff,
2382 LEFT.br_startblock,
2383 LEFT.br_blockcount + PREV.br_blockcount,
2384 LEFT.br_state)))
2385 goto done;
2386 }
2387 break;
2388
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002389 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390 /*
2391 * Setting all of a previous oldext extent to newext.
2392 * The right neighbor is contiguous, the left is not.
2393 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002394 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395 xfs_bmbt_set_blockcount(ep,
2396 PREV.br_blockcount + RIGHT.br_blockcount);
2397 xfs_bmbt_set_state(ep, newext);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002398 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
2399 xfs_iext_remove(ip, *idx + 1, 1, state);
Darrick J. Wong05a630d2017-02-02 15:14:01 -08002400 XFS_IFORK_NEXT_SET(ip, whichfork,
2401 XFS_IFORK_NEXTENTS(ip, whichfork) - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002402 if (cur == NULL)
2403 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
2404 else {
2405 rval = XFS_ILOG_CORE;
2406 if ((error = xfs_bmbt_lookup_eq(cur, RIGHT.br_startoff,
2407 RIGHT.br_startblock,
2408 RIGHT.br_blockcount, &i)))
2409 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002410 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig91cca5df2008-10-30 16:58:01 +11002411 if ((error = xfs_btree_delete(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002413 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwig8df4da42008-10-30 16:55:58 +11002414 if ((error = xfs_btree_decrement(cur, 0, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002416 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417 if ((error = xfs_bmbt_update(cur, new->br_startoff,
2418 new->br_startblock,
2419 new->br_blockcount + RIGHT.br_blockcount,
2420 newext)))
2421 goto done;
2422 }
2423 break;
2424
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002425 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426 /*
2427 * Setting all of a previous oldext extent to newext.
2428 * Neither the left nor right neighbors are contiguous with
2429 * the new one.
2430 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002431 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002432 xfs_bmbt_set_state(ep, newext);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002433 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002434
Linus Torvalds1da177e2005-04-16 15:20:36 -07002435 if (cur == NULL)
2436 rval = XFS_ILOG_DEXT;
2437 else {
2438 rval = 0;
2439 if ((error = xfs_bmbt_lookup_eq(cur, new->br_startoff,
2440 new->br_startblock, new->br_blockcount,
2441 &i)))
2442 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002443 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002444 if ((error = xfs_bmbt_update(cur, new->br_startoff,
2445 new->br_startblock, new->br_blockcount,
2446 newext)))
2447 goto done;
2448 }
2449 break;
2450
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002451 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002452 /*
2453 * Setting the first part of a previous oldext extent to newext.
2454 * The left neighbor is contiguous.
2455 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002456 trace_xfs_bmap_pre_update(ip, *idx - 1, state, _THIS_IP_);
2457 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx - 1),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458 LEFT.br_blockcount + new->br_blockcount);
2459 xfs_bmbt_set_startoff(ep,
2460 PREV.br_startoff + new->br_blockcount);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002461 trace_xfs_bmap_post_update(ip, *idx - 1, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002462
Christoph Hellwigec90c552011-05-23 08:52:53 +00002463 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002464 xfs_bmbt_set_startblock(ep,
2465 new->br_startblock + new->br_blockcount);
2466 xfs_bmbt_set_blockcount(ep,
2467 PREV.br_blockcount - new->br_blockcount);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002468 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002469
Christoph Hellwigec90c552011-05-23 08:52:53 +00002470 --*idx;
2471
Linus Torvalds1da177e2005-04-16 15:20:36 -07002472 if (cur == NULL)
2473 rval = XFS_ILOG_DEXT;
2474 else {
2475 rval = 0;
2476 if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff,
2477 PREV.br_startblock, PREV.br_blockcount,
2478 &i)))
2479 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002480 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481 if ((error = xfs_bmbt_update(cur,
2482 PREV.br_startoff + new->br_blockcount,
2483 PREV.br_startblock + new->br_blockcount,
2484 PREV.br_blockcount - new->br_blockcount,
2485 oldext)))
2486 goto done;
Christoph Hellwig8df4da42008-10-30 16:55:58 +11002487 if ((error = xfs_btree_decrement(cur, 0, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488 goto done;
Christoph Hellwigb0eab142011-09-18 20:41:06 +00002489 error = xfs_bmbt_update(cur, LEFT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490 LEFT.br_startblock,
2491 LEFT.br_blockcount + new->br_blockcount,
Christoph Hellwigb0eab142011-09-18 20:41:06 +00002492 LEFT.br_state);
2493 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002494 goto done;
2495 }
2496 break;
2497
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002498 case BMAP_LEFT_FILLING:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499 /*
2500 * Setting the first part of a previous oldext extent to newext.
2501 * The left neighbor is not contiguous.
2502 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002503 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002504 ASSERT(ep && xfs_bmbt_get_state(ep) == oldext);
2505 xfs_bmbt_set_startoff(ep, new_endoff);
2506 xfs_bmbt_set_blockcount(ep,
2507 PREV.br_blockcount - new->br_blockcount);
2508 xfs_bmbt_set_startblock(ep,
2509 new->br_startblock + new->br_blockcount);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002510 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002511
Christoph Hellwigec90c552011-05-23 08:52:53 +00002512 xfs_iext_insert(ip, *idx, 1, new, state);
Darrick J. Wong05a630d2017-02-02 15:14:01 -08002513 XFS_IFORK_NEXT_SET(ip, whichfork,
2514 XFS_IFORK_NEXTENTS(ip, whichfork) + 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515 if (cur == NULL)
2516 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
2517 else {
2518 rval = XFS_ILOG_CORE;
2519 if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff,
2520 PREV.br_startblock, PREV.br_blockcount,
2521 &i)))
2522 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002523 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002524 if ((error = xfs_bmbt_update(cur,
2525 PREV.br_startoff + new->br_blockcount,
2526 PREV.br_startblock + new->br_blockcount,
2527 PREV.br_blockcount - new->br_blockcount,
2528 oldext)))
2529 goto done;
2530 cur->bc_rec.b = *new;
Christoph Hellwig4b22a572008-10-30 16:57:40 +11002531 if ((error = xfs_btree_insert(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002533 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002534 }
2535 break;
2536
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002537 case BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538 /*
2539 * Setting the last part of a previous oldext extent to newext.
2540 * The right neighbor is contiguous with the new allocation.
2541 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002542 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543 xfs_bmbt_set_blockcount(ep,
2544 PREV.br_blockcount - new->br_blockcount);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002545 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
2546
2547 ++*idx;
2548
2549 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
2550 xfs_bmbt_set_allf(xfs_iext_get_ext(ifp, *idx),
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11002551 new->br_startoff, new->br_startblock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552 new->br_blockcount + RIGHT.br_blockcount, newext);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002553 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002554
Linus Torvalds1da177e2005-04-16 15:20:36 -07002555 if (cur == NULL)
2556 rval = XFS_ILOG_DEXT;
2557 else {
2558 rval = 0;
2559 if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff,
2560 PREV.br_startblock,
2561 PREV.br_blockcount, &i)))
2562 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002563 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564 if ((error = xfs_bmbt_update(cur, PREV.br_startoff,
2565 PREV.br_startblock,
2566 PREV.br_blockcount - new->br_blockcount,
2567 oldext)))
2568 goto done;
Christoph Hellwig637aa502008-10-30 16:55:45 +11002569 if ((error = xfs_btree_increment(cur, 0, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570 goto done;
2571 if ((error = xfs_bmbt_update(cur, new->br_startoff,
2572 new->br_startblock,
2573 new->br_blockcount + RIGHT.br_blockcount,
2574 newext)))
2575 goto done;
2576 }
2577 break;
2578
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002579 case BMAP_RIGHT_FILLING:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580 /*
2581 * Setting the last part of a previous oldext extent to newext.
2582 * The right neighbor is not contiguous.
2583 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002584 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002585 xfs_bmbt_set_blockcount(ep,
2586 PREV.br_blockcount - new->br_blockcount);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002587 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002588
Christoph Hellwigec90c552011-05-23 08:52:53 +00002589 ++*idx;
2590 xfs_iext_insert(ip, *idx, 1, new, state);
2591
Darrick J. Wong05a630d2017-02-02 15:14:01 -08002592 XFS_IFORK_NEXT_SET(ip, whichfork,
2593 XFS_IFORK_NEXTENTS(ip, whichfork) + 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594 if (cur == NULL)
2595 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
2596 else {
2597 rval = XFS_ILOG_CORE;
2598 if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff,
2599 PREV.br_startblock, PREV.br_blockcount,
2600 &i)))
2601 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002602 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603 if ((error = xfs_bmbt_update(cur, PREV.br_startoff,
2604 PREV.br_startblock,
2605 PREV.br_blockcount - new->br_blockcount,
2606 oldext)))
2607 goto done;
2608 if ((error = xfs_bmbt_lookup_eq(cur, new->br_startoff,
2609 new->br_startblock, new->br_blockcount,
2610 &i)))
2611 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002612 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613 cur->bc_rec.b.br_state = XFS_EXT_NORM;
Christoph Hellwig4b22a572008-10-30 16:57:40 +11002614 if ((error = xfs_btree_insert(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002615 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002616 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617 }
2618 break;
2619
2620 case 0:
2621 /*
2622 * Setting the middle part of a previous oldext extent to
2623 * newext. Contiguity is impossible here.
2624 * One extent becomes three extents.
2625 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002626 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002627 xfs_bmbt_set_blockcount(ep,
2628 new->br_startoff - PREV.br_startoff);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002629 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002630
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631 r[0] = *new;
2632 r[1].br_startoff = new_endoff;
2633 r[1].br_blockcount =
2634 PREV.br_startoff + PREV.br_blockcount - new_endoff;
2635 r[1].br_startblock = new->br_startblock + new->br_blockcount;
2636 r[1].br_state = oldext;
Christoph Hellwigec90c552011-05-23 08:52:53 +00002637
2638 ++*idx;
2639 xfs_iext_insert(ip, *idx, 2, &r[0], state);
2640
Darrick J. Wong05a630d2017-02-02 15:14:01 -08002641 XFS_IFORK_NEXT_SET(ip, whichfork,
2642 XFS_IFORK_NEXTENTS(ip, whichfork) + 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002643 if (cur == NULL)
2644 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
2645 else {
2646 rval = XFS_ILOG_CORE;
2647 if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff,
2648 PREV.br_startblock, PREV.br_blockcount,
2649 &i)))
2650 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002651 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002652 /* new right extent - oldext */
2653 if ((error = xfs_bmbt_update(cur, r[1].br_startoff,
2654 r[1].br_startblock, r[1].br_blockcount,
2655 r[1].br_state)))
2656 goto done;
2657 /* new left extent - oldext */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658 cur->bc_rec.b = PREV;
Tim Shimmin6a617dd2008-07-18 17:13:04 +10002659 cur->bc_rec.b.br_blockcount =
2660 new->br_startoff - PREV.br_startoff;
Christoph Hellwig4b22a572008-10-30 16:57:40 +11002661 if ((error = xfs_btree_insert(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002662 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002663 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Lachlan McIlroyddea2d52008-06-23 13:25:53 +10002664 /*
2665 * Reset the cursor to the position of the new extent
2666 * we are about to insert as we can't trust it after
2667 * the previous insert.
2668 */
2669 if ((error = xfs_bmbt_lookup_eq(cur, new->br_startoff,
2670 new->br_startblock, new->br_blockcount,
2671 &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002673 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674 /* new middle extent - newext */
Lachlan McIlroyddea2d52008-06-23 13:25:53 +10002675 cur->bc_rec.b.br_state = new->br_state;
Christoph Hellwig4b22a572008-10-30 16:57:40 +11002676 if ((error = xfs_btree_insert(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002678 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002679 }
2680 break;
2681
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002682 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
2683 case BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
2684 case BMAP_LEFT_FILLING | BMAP_RIGHT_CONTIG:
2685 case BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG:
2686 case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
2687 case BMAP_LEFT_CONTIG:
2688 case BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002689 /*
2690 * These cases are all impossible.
2691 */
2692 ASSERT(0);
2693 }
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002694
Darrick J. Wong9c194642016-08-03 12:16:05 +10002695 /* update reverse mappings */
Darrick J. Wong05a630d2017-02-02 15:14:01 -08002696 error = xfs_rmap_convert_extent(mp, dfops, ip, whichfork, new);
Darrick J. Wong9c194642016-08-03 12:16:05 +10002697 if (error)
2698 goto done;
2699
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002700 /* convert to a btree if necessary */
Darrick J. Wong05a630d2017-02-02 15:14:01 -08002701 if (xfs_bmap_needs_btree(ip, whichfork)) {
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002702 int tmp_logflags; /* partial log flag return val */
2703
2704 ASSERT(cur == NULL);
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10002705 error = xfs_bmap_extents_to_btree(tp, ip, first, dfops, &cur,
Darrick J. Wong05a630d2017-02-02 15:14:01 -08002706 0, &tmp_logflags, whichfork);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002707 *logflagsp |= tmp_logflags;
2708 if (error)
2709 goto done;
2710 }
2711
2712 /* clear out the allocated field, done with it now in any case. */
2713 if (cur) {
2714 cur->bc_private.b.allocated = 0;
2715 *curp = cur;
2716 }
2717
Darrick J. Wong05a630d2017-02-02 15:14:01 -08002718 xfs_bmap_check_leaf_extents(*curp, ip, whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002719done:
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002720 *logflagsp |= rval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002721 return error;
2722#undef LEFT
2723#undef RIGHT
2724#undef PREV
Linus Torvalds1da177e2005-04-16 15:20:36 -07002725}
2726
2727/*
Christoph Hellwig1fd044d2011-09-18 20:40:49 +00002728 * Convert a hole to a delayed allocation.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002729 */
Christoph Hellwig1fd044d2011-09-18 20:40:49 +00002730STATIC void
Linus Torvalds1da177e2005-04-16 15:20:36 -07002731xfs_bmap_add_extent_hole_delay(
2732 xfs_inode_t *ip, /* incore inode pointer */
Darrick J. Wongbe51f812016-10-03 09:11:32 -07002733 int whichfork,
Christoph Hellwigec90c552011-05-23 08:52:53 +00002734 xfs_extnum_t *idx, /* extent number to update/insert */
Christoph Hellwig1fd044d2011-09-18 20:40:49 +00002735 xfs_bmbt_irec_t *new) /* new data to add to file extents */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002736{
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11002737 xfs_ifork_t *ifp; /* inode fork pointer */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002738 xfs_bmbt_irec_t left; /* left neighbor extent entry */
2739 xfs_filblks_t newlen=0; /* new indirect size */
2740 xfs_filblks_t oldlen=0; /* old indirect size */
2741 xfs_bmbt_irec_t right; /* right neighbor extent entry */
2742 int state; /* state bits, accessed thru macros */
Olaf Weber3e57ecf2006-06-09 14:48:12 +10002743 xfs_filblks_t temp=0; /* temp for indirect calculations */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002744
Darrick J. Wongbe51f812016-10-03 09:11:32 -07002745 ifp = XFS_IFORK_PTR(ip, whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746 state = 0;
Darrick J. Wongbe51f812016-10-03 09:11:32 -07002747 if (whichfork == XFS_COW_FORK)
2748 state |= BMAP_COWFORK;
Eric Sandeen9d87c312009-01-14 23:22:07 -06002749 ASSERT(isnullstartblock(new->br_startblock));
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002750
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751 /*
2752 * Check and set flags if this segment has a left neighbor
2753 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002754 if (*idx > 0) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002755 state |= BMAP_LEFT_VALID;
Christoph Hellwigec90c552011-05-23 08:52:53 +00002756 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx - 1), &left);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002757
2758 if (isnullstartblock(left.br_startblock))
2759 state |= BMAP_LEFT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002760 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002761
Linus Torvalds1da177e2005-04-16 15:20:36 -07002762 /*
2763 * Check and set flags if the current (right) segment exists.
2764 * If it doesn't exist, we're converting the hole at end-of-file.
2765 */
Eric Sandeen5d829302016-11-08 12:59:42 +11002766 if (*idx < xfs_iext_count(ifp)) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002767 state |= BMAP_RIGHT_VALID;
Christoph Hellwig2f2b3222011-05-11 15:04:06 +00002768 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx), &right);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002769
2770 if (isnullstartblock(right.br_startblock))
2771 state |= BMAP_RIGHT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002772 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002773
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774 /*
2775 * Set contiguity flags on the left and right neighbors.
2776 * Don't let extents get too large, even if the pieces are contiguous.
2777 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002778 if ((state & BMAP_LEFT_VALID) && (state & BMAP_LEFT_DELAY) &&
2779 left.br_startoff + left.br_blockcount == new->br_startoff &&
2780 left.br_blockcount + new->br_blockcount <= MAXEXTLEN)
2781 state |= BMAP_LEFT_CONTIG;
2782
2783 if ((state & BMAP_RIGHT_VALID) && (state & BMAP_RIGHT_DELAY) &&
2784 new->br_startoff + new->br_blockcount == right.br_startoff &&
2785 new->br_blockcount + right.br_blockcount <= MAXEXTLEN &&
2786 (!(state & BMAP_LEFT_CONTIG) ||
2787 (left.br_blockcount + new->br_blockcount +
2788 right.br_blockcount <= MAXEXTLEN)))
2789 state |= BMAP_RIGHT_CONTIG;
2790
Linus Torvalds1da177e2005-04-16 15:20:36 -07002791 /*
2792 * Switch out based on the contiguity flags.
2793 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002794 switch (state & (BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG)) {
2795 case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796 /*
2797 * New allocation is contiguous with delayed allocations
2798 * on the left and on the right.
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11002799 * Merge all three into a single extent record.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002801 --*idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002802 temp = left.br_blockcount + new->br_blockcount +
2803 right.br_blockcount;
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002804
Christoph Hellwigec90c552011-05-23 08:52:53 +00002805 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
2806 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx), temp);
Eric Sandeen9d87c312009-01-14 23:22:07 -06002807 oldlen = startblockval(left.br_startblock) +
2808 startblockval(new->br_startblock) +
2809 startblockval(right.br_startblock);
Brian Foster0e339ef2017-02-13 22:48:18 -08002810 newlen = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip, temp),
2811 oldlen);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002812 xfs_bmbt_set_startblock(xfs_iext_get_ext(ifp, *idx),
Eric Sandeen9d87c312009-01-14 23:22:07 -06002813 nullstartblock((int)newlen));
Christoph Hellwigec90c552011-05-23 08:52:53 +00002814 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002815
Christoph Hellwigec90c552011-05-23 08:52:53 +00002816 xfs_iext_remove(ip, *idx + 1, 1, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002817 break;
2818
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002819 case BMAP_LEFT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002820 /*
2821 * New allocation is contiguous with a delayed allocation
2822 * on the left.
2823 * Merge the new allocation with the left neighbor.
2824 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002825 --*idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002826 temp = left.br_blockcount + new->br_blockcount;
Christoph Hellwigec90c552011-05-23 08:52:53 +00002827
2828 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
2829 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx), temp);
Eric Sandeen9d87c312009-01-14 23:22:07 -06002830 oldlen = startblockval(left.br_startblock) +
2831 startblockval(new->br_startblock);
Brian Foster0e339ef2017-02-13 22:48:18 -08002832 newlen = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip, temp),
2833 oldlen);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002834 xfs_bmbt_set_startblock(xfs_iext_get_ext(ifp, *idx),
Eric Sandeen9d87c312009-01-14 23:22:07 -06002835 nullstartblock((int)newlen));
Christoph Hellwigec90c552011-05-23 08:52:53 +00002836 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837 break;
2838
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002839 case BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002840 /*
2841 * New allocation is contiguous with a delayed allocation
2842 * on the right.
2843 * Merge the new allocation with the right neighbor.
2844 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002845 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846 temp = new->br_blockcount + right.br_blockcount;
Eric Sandeen9d87c312009-01-14 23:22:07 -06002847 oldlen = startblockval(new->br_startblock) +
2848 startblockval(right.br_startblock);
Brian Foster0e339ef2017-02-13 22:48:18 -08002849 newlen = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip, temp),
2850 oldlen);
Christoph Hellwig2f2b3222011-05-11 15:04:06 +00002851 xfs_bmbt_set_allf(xfs_iext_get_ext(ifp, *idx),
2852 new->br_startoff,
Eric Sandeen9d87c312009-01-14 23:22:07 -06002853 nullstartblock((int)newlen), temp, right.br_state);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002854 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002855 break;
2856
2857 case 0:
2858 /*
2859 * New allocation is not contiguous with another
2860 * delayed allocation.
2861 * Insert a new entry.
2862 */
2863 oldlen = newlen = 0;
Christoph Hellwigec90c552011-05-23 08:52:53 +00002864 xfs_iext_insert(ip, *idx, 1, new, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002865 break;
2866 }
2867 if (oldlen != newlen) {
2868 ASSERT(oldlen > newlen);
Dave Chinner0d485ad2015-02-23 21:22:03 +11002869 xfs_mod_fdblocks(ip->i_mount, (int64_t)(oldlen - newlen),
2870 false);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002871 /*
2872 * Nothing to do for disk quota accounting here.
2873 */
2874 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002875}
2876
2877/*
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002878 * Convert a hole to a real allocation.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002879 */
2880STATIC int /* error */
2881xfs_bmap_add_extent_hole_real(
Christoph Hellwigc6534242011-09-18 20:41:05 +00002882 struct xfs_bmalloca *bma,
2883 int whichfork)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002884{
Christoph Hellwigc6534242011-09-18 20:41:05 +00002885 struct xfs_bmbt_irec *new = &bma->got;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002886 int error; /* error return value */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002887 int i; /* temp state */
2888 xfs_ifork_t *ifp; /* inode fork pointer */
2889 xfs_bmbt_irec_t left; /* left neighbor extent entry */
2890 xfs_bmbt_irec_t right; /* right neighbor extent entry */
Olaf Weber3e57ecf2006-06-09 14:48:12 +10002891 int rval=0; /* return value (logging flags) */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002892 int state; /* state bits, accessed thru macros */
Eric Sandeenc29aad42015-02-23 22:39:08 +11002893 struct xfs_mount *mp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002894
Eric Sandeenf1f96c42016-01-04 16:10:42 +11002895 mp = bma->ip->i_mount;
Christoph Hellwigc6534242011-09-18 20:41:05 +00002896 ifp = XFS_IFORK_PTR(bma->ip, whichfork);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002897
Christoph Hellwigc6534242011-09-18 20:41:05 +00002898 ASSERT(bma->idx >= 0);
Eric Sandeen5d829302016-11-08 12:59:42 +11002899 ASSERT(bma->idx <= xfs_iext_count(ifp));
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002900 ASSERT(!isnullstartblock(new->br_startblock));
Christoph Hellwigc6534242011-09-18 20:41:05 +00002901 ASSERT(!bma->cur ||
2902 !(bma->cur->bc_private.b.flags & XFS_BTCUR_BPRV_WASDEL));
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002903
Bill O'Donnellff6d6af2015-10-12 18:21:22 +11002904 XFS_STATS_INC(mp, xs_add_exlist);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00002905
2906 state = 0;
Christoph Hellwig6ef35542009-11-25 00:00:21 +00002907 if (whichfork == XFS_ATTR_FORK)
2908 state |= BMAP_ATTRFORK;
Christoph Hellwiga14234c2017-02-06 10:50:49 -08002909 if (whichfork == XFS_COW_FORK)
2910 state |= BMAP_COWFORK;
Christoph Hellwig6ef35542009-11-25 00:00:21 +00002911
Linus Torvalds1da177e2005-04-16 15:20:36 -07002912 /*
2913 * Check and set flags if this segment has a left neighbor.
2914 */
Christoph Hellwigc6534242011-09-18 20:41:05 +00002915 if (bma->idx > 0) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002916 state |= BMAP_LEFT_VALID;
Christoph Hellwigc6534242011-09-18 20:41:05 +00002917 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx - 1), &left);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002918 if (isnullstartblock(left.br_startblock))
2919 state |= BMAP_LEFT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002920 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002921
Linus Torvalds1da177e2005-04-16 15:20:36 -07002922 /*
2923 * Check and set flags if this segment has a current value.
2924 * Not true if we're inserting into the "hole" at eof.
2925 */
Eric Sandeen5d829302016-11-08 12:59:42 +11002926 if (bma->idx < xfs_iext_count(ifp)) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002927 state |= BMAP_RIGHT_VALID;
Christoph Hellwigc6534242011-09-18 20:41:05 +00002928 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx), &right);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002929 if (isnullstartblock(right.br_startblock))
2930 state |= BMAP_RIGHT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002931 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002932
Linus Torvalds1da177e2005-04-16 15:20:36 -07002933 /*
2934 * We're inserting a real allocation between "left" and "right".
2935 * Set the contiguity flags. Don't let extents get too large.
2936 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002937 if ((state & BMAP_LEFT_VALID) && !(state & BMAP_LEFT_DELAY) &&
2938 left.br_startoff + left.br_blockcount == new->br_startoff &&
2939 left.br_startblock + left.br_blockcount == new->br_startblock &&
2940 left.br_state == new->br_state &&
2941 left.br_blockcount + new->br_blockcount <= MAXEXTLEN)
2942 state |= BMAP_LEFT_CONTIG;
2943
2944 if ((state & BMAP_RIGHT_VALID) && !(state & BMAP_RIGHT_DELAY) &&
2945 new->br_startoff + new->br_blockcount == right.br_startoff &&
2946 new->br_startblock + new->br_blockcount == right.br_startblock &&
2947 new->br_state == right.br_state &&
2948 new->br_blockcount + right.br_blockcount <= MAXEXTLEN &&
2949 (!(state & BMAP_LEFT_CONTIG) ||
2950 left.br_blockcount + new->br_blockcount +
2951 right.br_blockcount <= MAXEXTLEN))
2952 state |= BMAP_RIGHT_CONTIG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002953
Olaf Weber3e57ecf2006-06-09 14:48:12 +10002954 error = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955 /*
2956 * Select which case we're in here, and implement it.
2957 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00002958 switch (state & (BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG)) {
2959 case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960 /*
2961 * New allocation is contiguous with real allocations on the
2962 * left and on the right.
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11002963 * Merge all three into a single extent record.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964 */
Christoph Hellwigc6534242011-09-18 20:41:05 +00002965 --bma->idx;
2966 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
2967 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968 left.br_blockcount + new->br_blockcount +
2969 right.br_blockcount);
Christoph Hellwigc6534242011-09-18 20:41:05 +00002970 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002971
Christoph Hellwigc6534242011-09-18 20:41:05 +00002972 xfs_iext_remove(bma->ip, bma->idx + 1, 1, state);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002973
Christoph Hellwigc6534242011-09-18 20:41:05 +00002974 XFS_IFORK_NEXT_SET(bma->ip, whichfork,
2975 XFS_IFORK_NEXTENTS(bma->ip, whichfork) - 1);
2976 if (bma->cur == NULL) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06002977 rval = XFS_ILOG_CORE | xfs_ilog_fext(whichfork);
Olaf Weber3e57ecf2006-06-09 14:48:12 +10002978 } else {
2979 rval = XFS_ILOG_CORE;
Christoph Hellwigc6534242011-09-18 20:41:05 +00002980 error = xfs_bmbt_lookup_eq(bma->cur, right.br_startoff,
2981 right.br_startblock, right.br_blockcount,
2982 &i);
2983 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10002984 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002985 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwigc6534242011-09-18 20:41:05 +00002986 error = xfs_btree_delete(bma->cur, &i);
2987 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10002988 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002989 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwigc6534242011-09-18 20:41:05 +00002990 error = xfs_btree_decrement(bma->cur, 0, &i);
2991 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10002992 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11002993 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwigc6534242011-09-18 20:41:05 +00002994 error = xfs_bmbt_update(bma->cur, left.br_startoff,
Olaf Weber3e57ecf2006-06-09 14:48:12 +10002995 left.br_startblock,
2996 left.br_blockcount +
2997 new->br_blockcount +
2998 right.br_blockcount,
Christoph Hellwigc6534242011-09-18 20:41:05 +00002999 left.br_state);
3000 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003001 goto done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003002 }
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003003 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003004
Christoph Hellwig7574aa92009-11-25 00:00:19 +00003005 case BMAP_LEFT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003006 /*
3007 * New allocation is contiguous with a real allocation
3008 * on the left.
3009 * Merge the new allocation with the left neighbor.
3010 */
Christoph Hellwigc6534242011-09-18 20:41:05 +00003011 --bma->idx;
3012 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
3013 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx),
Linus Torvalds1da177e2005-04-16 15:20:36 -07003014 left.br_blockcount + new->br_blockcount);
Christoph Hellwigc6534242011-09-18 20:41:05 +00003015 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00003016
Christoph Hellwigc6534242011-09-18 20:41:05 +00003017 if (bma->cur == NULL) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06003018 rval = xfs_ilog_fext(whichfork);
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003019 } else {
3020 rval = 0;
Christoph Hellwigc6534242011-09-18 20:41:05 +00003021 error = xfs_bmbt_lookup_eq(bma->cur, left.br_startoff,
3022 left.br_startblock, left.br_blockcount,
3023 &i);
3024 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003025 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11003026 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwigc6534242011-09-18 20:41:05 +00003027 error = xfs_bmbt_update(bma->cur, left.br_startoff,
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003028 left.br_startblock,
3029 left.br_blockcount +
3030 new->br_blockcount,
Christoph Hellwigc6534242011-09-18 20:41:05 +00003031 left.br_state);
3032 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003033 goto done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003034 }
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003035 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003036
Christoph Hellwig7574aa92009-11-25 00:00:19 +00003037 case BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003038 /*
3039 * New allocation is contiguous with a real allocation
3040 * on the right.
3041 * Merge the new allocation with the right neighbor.
3042 */
Christoph Hellwigc6534242011-09-18 20:41:05 +00003043 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
3044 xfs_bmbt_set_allf(xfs_iext_get_ext(ifp, bma->idx),
Christoph Hellwig2f2b3222011-05-11 15:04:06 +00003045 new->br_startoff, new->br_startblock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003046 new->br_blockcount + right.br_blockcount,
3047 right.br_state);
Christoph Hellwigc6534242011-09-18 20:41:05 +00003048 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00003049
Christoph Hellwigc6534242011-09-18 20:41:05 +00003050 if (bma->cur == NULL) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06003051 rval = xfs_ilog_fext(whichfork);
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003052 } else {
3053 rval = 0;
Christoph Hellwigc6534242011-09-18 20:41:05 +00003054 error = xfs_bmbt_lookup_eq(bma->cur,
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003055 right.br_startoff,
3056 right.br_startblock,
Christoph Hellwigc6534242011-09-18 20:41:05 +00003057 right.br_blockcount, &i);
3058 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003059 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11003060 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Christoph Hellwigc6534242011-09-18 20:41:05 +00003061 error = xfs_bmbt_update(bma->cur, new->br_startoff,
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003062 new->br_startblock,
3063 new->br_blockcount +
3064 right.br_blockcount,
Christoph Hellwigc6534242011-09-18 20:41:05 +00003065 right.br_state);
3066 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003067 goto done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068 }
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003069 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003070
3071 case 0:
3072 /*
3073 * New allocation is not contiguous with another
3074 * real allocation.
3075 * Insert a new entry.
3076 */
Christoph Hellwigc6534242011-09-18 20:41:05 +00003077 xfs_iext_insert(bma->ip, bma->idx, 1, new, state);
3078 XFS_IFORK_NEXT_SET(bma->ip, whichfork,
3079 XFS_IFORK_NEXTENTS(bma->ip, whichfork) + 1);
3080 if (bma->cur == NULL) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06003081 rval = XFS_ILOG_CORE | xfs_ilog_fext(whichfork);
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003082 } else {
3083 rval = XFS_ILOG_CORE;
Christoph Hellwigc6534242011-09-18 20:41:05 +00003084 error = xfs_bmbt_lookup_eq(bma->cur,
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003085 new->br_startoff,
3086 new->br_startblock,
Christoph Hellwigc6534242011-09-18 20:41:05 +00003087 new->br_blockcount, &i);
3088 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003089 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11003090 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, done);
Christoph Hellwigc6534242011-09-18 20:41:05 +00003091 bma->cur->bc_rec.b.br_state = new->br_state;
3092 error = xfs_btree_insert(bma->cur, &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);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003096 }
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003097 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003098 }
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00003099
Darrick J. Wong9c194642016-08-03 12:16:05 +10003100 /* add reverse mapping */
3101 error = xfs_rmap_map_extent(mp, bma->dfops, bma->ip, whichfork, new);
3102 if (error)
3103 goto done;
3104
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00003105 /* convert to a btree if necessary */
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00003106 if (xfs_bmap_needs_btree(bma->ip, whichfork)) {
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00003107 int tmp_logflags; /* partial log flag return val */
3108
Christoph Hellwigc6534242011-09-18 20:41:05 +00003109 ASSERT(bma->cur == NULL);
3110 error = xfs_bmap_extents_to_btree(bma->tp, bma->ip,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10003111 bma->firstblock, bma->dfops, &bma->cur,
Christoph Hellwigc6534242011-09-18 20:41:05 +00003112 0, &tmp_logflags, whichfork);
3113 bma->logflags |= tmp_logflags;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00003114 if (error)
3115 goto done;
3116 }
3117
3118 /* clear out the allocated field, done with it now in any case. */
Christoph Hellwigc6534242011-09-18 20:41:05 +00003119 if (bma->cur)
3120 bma->cur->bc_private.b.allocated = 0;
3121
3122 xfs_bmap_check_leaf_extents(bma->cur, bma->ip, whichfork);
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003123done:
Christoph Hellwigc6534242011-09-18 20:41:05 +00003124 bma->logflags |= rval;
Olaf Weber3e57ecf2006-06-09 14:48:12 +10003125 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126}
3127
Nathan Scottdd9f4382006-01-11 15:28:28 +11003128/*
Dave Chinner9e5987a2013-02-25 12:31:26 +11003129 * Functions used in the extent read, allocate and remove paths
3130 */
3131
3132/*
Nathan Scottdd9f4382006-01-11 15:28:28 +11003133 * Adjust the size of the new extent based on di_extsize and rt extsize.
3134 */
Dave Chinner68988112013-08-12 20:49:42 +10003135int
Nathan Scottdd9f4382006-01-11 15:28:28 +11003136xfs_bmap_extsize_align(
3137 xfs_mount_t *mp,
3138 xfs_bmbt_irec_t *gotp, /* next extent pointer */
3139 xfs_bmbt_irec_t *prevp, /* previous extent pointer */
3140 xfs_extlen_t extsz, /* align to this extent size */
3141 int rt, /* is this a realtime inode? */
3142 int eof, /* is extent at end-of-file? */
3143 int delay, /* creating delalloc extent? */
3144 int convert, /* overwriting unwritten extent? */
3145 xfs_fileoff_t *offp, /* in/out: aligned offset */
3146 xfs_extlen_t *lenp) /* in/out: aligned length */
3147{
3148 xfs_fileoff_t orig_off; /* original offset */
3149 xfs_extlen_t orig_alen; /* original length */
3150 xfs_fileoff_t orig_end; /* original off+len */
3151 xfs_fileoff_t nexto; /* next file offset */
3152 xfs_fileoff_t prevo; /* previous file offset */
3153 xfs_fileoff_t align_off; /* temp for offset */
3154 xfs_extlen_t align_alen; /* temp for length */
3155 xfs_extlen_t temp; /* temp for calculations */
3156
3157 if (convert)
3158 return 0;
3159
3160 orig_off = align_off = *offp;
3161 orig_alen = align_alen = *lenp;
3162 orig_end = orig_off + orig_alen;
3163
3164 /*
3165 * If this request overlaps an existing extent, then don't
3166 * attempt to perform any additional alignment.
3167 */
3168 if (!delay && !eof &&
3169 (orig_off >= gotp->br_startoff) &&
3170 (orig_end <= gotp->br_startoff + gotp->br_blockcount)) {
3171 return 0;
3172 }
3173
3174 /*
3175 * If the file offset is unaligned vs. the extent size
3176 * we need to align it. This will be possible unless
3177 * the file was previously written with a kernel that didn't
3178 * perform this alignment, or if a truncate shot us in the
3179 * foot.
3180 */
3181 temp = do_mod(orig_off, extsz);
3182 if (temp) {
3183 align_alen += temp;
3184 align_off -= temp;
3185 }
Dave Chinner6dea405e2015-05-29 07:40:06 +10003186
3187 /* Same adjustment for the end of the requested area. */
3188 temp = (align_alen % extsz);
3189 if (temp)
Nathan Scottdd9f4382006-01-11 15:28:28 +11003190 align_alen += extsz - temp;
Dave Chinner6dea405e2015-05-29 07:40:06 +10003191
3192 /*
3193 * For large extent hint sizes, the aligned extent might be larger than
3194 * MAXEXTLEN. In that case, reduce the size by an extsz so that it pulls
3195 * the length back under MAXEXTLEN. The outer allocation loops handle
3196 * short allocation just fine, so it is safe to do this. We only want to
3197 * do it when we are forced to, though, because it means more allocation
3198 * operations are required.
3199 */
3200 while (align_alen > MAXEXTLEN)
3201 align_alen -= extsz;
3202 ASSERT(align_alen <= MAXEXTLEN);
3203
Nathan Scottdd9f4382006-01-11 15:28:28 +11003204 /*
3205 * If the previous block overlaps with this proposed allocation
3206 * then move the start forward without adjusting the length.
3207 */
3208 if (prevp->br_startoff != NULLFILEOFF) {
3209 if (prevp->br_startblock == HOLESTARTBLOCK)
3210 prevo = prevp->br_startoff;
3211 else
3212 prevo = prevp->br_startoff + prevp->br_blockcount;
3213 } else
3214 prevo = 0;
3215 if (align_off != orig_off && align_off < prevo)
3216 align_off = prevo;
3217 /*
3218 * If the next block overlaps with this proposed allocation
3219 * then move the start back without adjusting the length,
3220 * but not before offset 0.
3221 * This may of course make the start overlap previous block,
3222 * and if we hit the offset 0 limit then the next block
3223 * can still overlap too.
3224 */
3225 if (!eof && gotp->br_startoff != NULLFILEOFF) {
3226 if ((delay && gotp->br_startblock == HOLESTARTBLOCK) ||
3227 (!delay && gotp->br_startblock == DELAYSTARTBLOCK))
3228 nexto = gotp->br_startoff + gotp->br_blockcount;
3229 else
3230 nexto = gotp->br_startoff;
3231 } else
3232 nexto = NULLFILEOFF;
3233 if (!eof &&
3234 align_off + align_alen != orig_end &&
3235 align_off + align_alen > nexto)
3236 align_off = nexto > align_alen ? nexto - align_alen : 0;
3237 /*
3238 * If we're now overlapping the next or previous extent that
3239 * means we can't fit an extsz piece in this hole. Just move
3240 * the start forward to the first valid spot and set
3241 * the length so we hit the end.
3242 */
3243 if (align_off != orig_off && align_off < prevo)
3244 align_off = prevo;
3245 if (align_off + align_alen != orig_end &&
3246 align_off + align_alen > nexto &&
3247 nexto != NULLFILEOFF) {
3248 ASSERT(nexto > prevo);
3249 align_alen = nexto - align_off;
3250 }
3251
3252 /*
3253 * If realtime, and the result isn't a multiple of the realtime
3254 * extent size we need to remove blocks until it is.
3255 */
3256 if (rt && (temp = (align_alen % mp->m_sb.sb_rextsize))) {
3257 /*
3258 * We're not covering the original request, or
3259 * we won't be able to once we fix the length.
3260 */
3261 if (orig_off < align_off ||
3262 orig_end > align_off + align_alen ||
3263 align_alen - temp < orig_alen)
Dave Chinner24513372014-06-25 14:58:08 +10003264 return -EINVAL;
Nathan Scottdd9f4382006-01-11 15:28:28 +11003265 /*
3266 * Try to fix it by moving the start up.
3267 */
3268 if (align_off + temp <= orig_off) {
3269 align_alen -= temp;
3270 align_off += temp;
3271 }
3272 /*
3273 * Try to fix it by moving the end in.
3274 */
3275 else if (align_off + align_alen - temp >= orig_end)
3276 align_alen -= temp;
3277 /*
3278 * Set the start to the minimum then trim the length.
3279 */
3280 else {
3281 align_alen -= orig_off - align_off;
3282 align_off = orig_off;
3283 align_alen -= align_alen % mp->m_sb.sb_rextsize;
3284 }
3285 /*
3286 * Result doesn't cover the request, fail it.
3287 */
3288 if (orig_off < align_off || orig_end > align_off + align_alen)
Dave Chinner24513372014-06-25 14:58:08 +10003289 return -EINVAL;
Nathan Scottdd9f4382006-01-11 15:28:28 +11003290 } else {
3291 ASSERT(orig_off >= align_off);
Dave Chinner6dea405e2015-05-29 07:40:06 +10003292 /* see MAXEXTLEN handling above */
3293 ASSERT(orig_end <= align_off + align_alen ||
3294 align_alen + extsz > MAXEXTLEN);
Nathan Scottdd9f4382006-01-11 15:28:28 +11003295 }
3296
3297#ifdef DEBUG
3298 if (!eof && gotp->br_startoff != NULLFILEOFF)
3299 ASSERT(align_off + align_alen <= gotp->br_startoff);
3300 if (prevp->br_startoff != NULLFILEOFF)
3301 ASSERT(align_off >= prevp->br_startoff + prevp->br_blockcount);
3302#endif
3303
3304 *lenp = align_alen;
3305 *offp = align_off;
3306 return 0;
3307}
3308
Linus Torvalds1da177e2005-04-16 15:20:36 -07003309#define XFS_ALLOC_GAP_UNITS 4
3310
Dave Chinner68988112013-08-12 20:49:42 +10003311void
Nathan Scotta365bdd2006-03-14 13:34:16 +11003312xfs_bmap_adjacent(
Dave Chinner68988112013-08-12 20:49:42 +10003313 struct xfs_bmalloca *ap) /* bmap alloc argument struct */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003314{
3315 xfs_fsblock_t adjust; /* adjustment to block numbers */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003316 xfs_agnumber_t fb_agno; /* ag number of ap->firstblock */
3317 xfs_mount_t *mp; /* mount point structure */
3318 int nullfb; /* true if ap->firstblock isn't set */
3319 int rt; /* true if inode is realtime */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003320
3321#define ISVALID(x,y) \
3322 (rt ? \
3323 (x) < mp->m_sb.sb_rblocks : \
3324 XFS_FSB_TO_AGNO(mp, x) == XFS_FSB_TO_AGNO(mp, y) && \
3325 XFS_FSB_TO_AGNO(mp, x) < mp->m_sb.sb_agcount && \
3326 XFS_FSB_TO_AGBNO(mp, x) < mp->m_sb.sb_agblocks)
3327
Linus Torvalds1da177e2005-04-16 15:20:36 -07003328 mp = ap->ip->i_mount;
Dave Chinner0937e0f2011-09-18 20:40:57 +00003329 nullfb = *ap->firstblock == NULLFSBLOCK;
Dave Chinner292378e2016-09-26 08:21:28 +10003330 rt = XFS_IS_REALTIME_INODE(ap->ip) &&
3331 xfs_alloc_is_userdata(ap->datatype);
Dave Chinner0937e0f2011-09-18 20:40:57 +00003332 fb_agno = nullfb ? NULLAGNUMBER : XFS_FSB_TO_AGNO(mp, *ap->firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003333 /*
3334 * If allocating at eof, and there's a previous real block,
Malcolm Parsons9da096f2009-03-29 09:55:42 +02003335 * try to use its last block as our starting point.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003336 */
Dave Chinnerbaf41a52011-09-18 20:40:56 +00003337 if (ap->eof && ap->prev.br_startoff != NULLFILEOFF &&
3338 !isnullstartblock(ap->prev.br_startblock) &&
3339 ISVALID(ap->prev.br_startblock + ap->prev.br_blockcount,
3340 ap->prev.br_startblock)) {
Dave Chinner3a756672011-09-18 20:40:58 +00003341 ap->blkno = ap->prev.br_startblock + ap->prev.br_blockcount;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003342 /*
3343 * Adjust for the gap between prevp and us.
3344 */
Dave Chinner3a756672011-09-18 20:40:58 +00003345 adjust = ap->offset -
Dave Chinnerbaf41a52011-09-18 20:40:56 +00003346 (ap->prev.br_startoff + ap->prev.br_blockcount);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003347 if (adjust &&
Dave Chinner3a756672011-09-18 20:40:58 +00003348 ISVALID(ap->blkno + adjust, ap->prev.br_startblock))
3349 ap->blkno += adjust;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003350 }
3351 /*
3352 * If not at eof, then compare the two neighbor blocks.
3353 * Figure out whether either one gives us a good starting point,
3354 * and pick the better one.
3355 */
3356 else if (!ap->eof) {
3357 xfs_fsblock_t gotbno; /* right side block number */
3358 xfs_fsblock_t gotdiff=0; /* right side difference */
3359 xfs_fsblock_t prevbno; /* left side block number */
3360 xfs_fsblock_t prevdiff=0; /* left side difference */
3361
3362 /*
3363 * If there's a previous (left) block, select a requested
3364 * start block based on it.
3365 */
Dave Chinnerbaf41a52011-09-18 20:40:56 +00003366 if (ap->prev.br_startoff != NULLFILEOFF &&
3367 !isnullstartblock(ap->prev.br_startblock) &&
3368 (prevbno = ap->prev.br_startblock +
3369 ap->prev.br_blockcount) &&
3370 ISVALID(prevbno, ap->prev.br_startblock)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003371 /*
3372 * Calculate gap to end of previous block.
3373 */
Dave Chinner3a756672011-09-18 20:40:58 +00003374 adjust = prevdiff = ap->offset -
Dave Chinnerbaf41a52011-09-18 20:40:56 +00003375 (ap->prev.br_startoff +
3376 ap->prev.br_blockcount);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003377 /*
3378 * Figure the startblock based on the previous block's
3379 * end and the gap size.
3380 * Heuristic!
3381 * If the gap is large relative to the piece we're
3382 * allocating, or using it gives us an invalid block
3383 * number, then just use the end of the previous block.
3384 */
Dave Chinner3a756672011-09-18 20:40:58 +00003385 if (prevdiff <= XFS_ALLOC_GAP_UNITS * ap->length &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003386 ISVALID(prevbno + prevdiff,
Dave Chinnerbaf41a52011-09-18 20:40:56 +00003387 ap->prev.br_startblock))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003388 prevbno += adjust;
3389 else
3390 prevdiff += adjust;
3391 /*
3392 * If the firstblock forbids it, can't use it,
3393 * must use default.
3394 */
3395 if (!rt && !nullfb &&
3396 XFS_FSB_TO_AGNO(mp, prevbno) != fb_agno)
3397 prevbno = NULLFSBLOCK;
3398 }
3399 /*
3400 * No previous block or can't follow it, just default.
3401 */
3402 else
3403 prevbno = NULLFSBLOCK;
3404 /*
3405 * If there's a following (right) block, select a requested
3406 * start block based on it.
3407 */
Dave Chinnerbaf41a52011-09-18 20:40:56 +00003408 if (!isnullstartblock(ap->got.br_startblock)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003409 /*
3410 * Calculate gap to start of next block.
3411 */
Dave Chinner3a756672011-09-18 20:40:58 +00003412 adjust = gotdiff = ap->got.br_startoff - ap->offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003413 /*
3414 * Figure the startblock based on the next block's
3415 * start and the gap size.
3416 */
Dave Chinnerbaf41a52011-09-18 20:40:56 +00003417 gotbno = ap->got.br_startblock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003418 /*
3419 * Heuristic!
3420 * If the gap is large relative to the piece we're
3421 * allocating, or using it gives us an invalid block
3422 * number, then just use the start of the next block
3423 * offset by our length.
3424 */
Dave Chinner3a756672011-09-18 20:40:58 +00003425 if (gotdiff <= XFS_ALLOC_GAP_UNITS * ap->length &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003426 ISVALID(gotbno - gotdiff, gotbno))
3427 gotbno -= adjust;
Dave Chinner3a756672011-09-18 20:40:58 +00003428 else if (ISVALID(gotbno - ap->length, gotbno)) {
3429 gotbno -= ap->length;
3430 gotdiff += adjust - ap->length;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003431 } else
3432 gotdiff += adjust;
3433 /*
3434 * If the firstblock forbids it, can't use it,
3435 * must use default.
3436 */
3437 if (!rt && !nullfb &&
3438 XFS_FSB_TO_AGNO(mp, gotbno) != fb_agno)
3439 gotbno = NULLFSBLOCK;
3440 }
3441 /*
3442 * No next block, just default.
3443 */
3444 else
3445 gotbno = NULLFSBLOCK;
3446 /*
3447 * If both valid, pick the better one, else the only good
Dave Chinner3a756672011-09-18 20:40:58 +00003448 * one, else ap->blkno is already set (to 0 or the inode block).
Linus Torvalds1da177e2005-04-16 15:20:36 -07003449 */
3450 if (prevbno != NULLFSBLOCK && gotbno != NULLFSBLOCK)
Dave Chinner3a756672011-09-18 20:40:58 +00003451 ap->blkno = prevdiff <= gotdiff ? prevbno : gotbno;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003452 else if (prevbno != NULLFSBLOCK)
Dave Chinner3a756672011-09-18 20:40:58 +00003453 ap->blkno = prevbno;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003454 else if (gotbno != NULLFSBLOCK)
Dave Chinner3a756672011-09-18 20:40:58 +00003455 ap->blkno = gotbno;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003456 }
Nathan Scotta365bdd2006-03-14 13:34:16 +11003457#undef ISVALID
Nathan Scotta365bdd2006-03-14 13:34:16 +11003458}
3459
Christoph Hellwigc977eb12014-04-23 07:11:41 +10003460static int
3461xfs_bmap_longest_free_extent(
3462 struct xfs_trans *tp,
3463 xfs_agnumber_t ag,
3464 xfs_extlen_t *blen,
3465 int *notinit)
3466{
3467 struct xfs_mount *mp = tp->t_mountp;
3468 struct xfs_perag *pag;
3469 xfs_extlen_t longest;
3470 int error = 0;
3471
3472 pag = xfs_perag_get(mp, ag);
3473 if (!pag->pagf_init) {
3474 error = xfs_alloc_pagf_init(mp, tp, ag, XFS_ALLOC_FLAG_TRYLOCK);
3475 if (error)
3476 goto out;
3477
3478 if (!pag->pagf_init) {
3479 *notinit = 1;
3480 goto out;
3481 }
3482 }
3483
Dave Chinner50adbcb2015-06-22 10:04:31 +10003484 longest = xfs_alloc_longest_free_extent(mp, pag,
Darrick J. Wong3fd129b2016-09-19 10:30:52 +10003485 xfs_alloc_min_freelist(mp, pag),
3486 xfs_ag_resv_needed(pag, XFS_AG_RESV_NONE));
Christoph Hellwigc977eb12014-04-23 07:11:41 +10003487 if (*blen < longest)
3488 *blen = longest;
3489
3490out:
3491 xfs_perag_put(pag);
3492 return error;
3493}
3494
3495static void
3496xfs_bmap_select_minlen(
3497 struct xfs_bmalloca *ap,
3498 struct xfs_alloc_arg *args,
3499 xfs_extlen_t *blen,
3500 int notinit)
3501{
3502 if (notinit || *blen < ap->minlen) {
3503 /*
3504 * Since we did a BUF_TRYLOCK above, it is possible that
3505 * there is space for this request.
3506 */
3507 args->minlen = ap->minlen;
3508 } else if (*blen < args->maxlen) {
3509 /*
3510 * If the best seen length is less than the request length,
3511 * use the best as the minimum.
3512 */
3513 args->minlen = *blen;
3514 } else {
3515 /*
3516 * Otherwise we've seen an extent as big as maxlen, use that
3517 * as the minimum.
3518 */
3519 args->minlen = args->maxlen;
3520 }
3521}
3522
Nathan Scotta365bdd2006-03-14 13:34:16 +11003523STATIC int
Christoph Hellwigc467c042010-02-15 23:34:42 +00003524xfs_bmap_btalloc_nullfb(
3525 struct xfs_bmalloca *ap,
3526 struct xfs_alloc_arg *args,
3527 xfs_extlen_t *blen)
3528{
3529 struct xfs_mount *mp = ap->ip->i_mount;
Christoph Hellwigc467c042010-02-15 23:34:42 +00003530 xfs_agnumber_t ag, startag;
3531 int notinit = 0;
3532 int error;
3533
Christoph Hellwigc977eb12014-04-23 07:11:41 +10003534 args->type = XFS_ALLOCTYPE_START_BNO;
Christoph Hellwigc467c042010-02-15 23:34:42 +00003535 args->total = ap->total;
3536
Christoph Hellwigc467c042010-02-15 23:34:42 +00003537 startag = ag = XFS_FSB_TO_AGNO(mp, args->fsbno);
3538 if (startag == NULLAGNUMBER)
3539 startag = ag = 0;
3540
Dave Chinner14b064c2011-01-27 12:16:28 +11003541 while (*blen < args->maxlen) {
Christoph Hellwigc977eb12014-04-23 07:11:41 +10003542 error = xfs_bmap_longest_free_extent(args->tp, ag, blen,
3543 &notinit);
3544 if (error)
3545 return error;
Christoph Hellwigc467c042010-02-15 23:34:42 +00003546
Christoph Hellwigc467c042010-02-15 23:34:42 +00003547 if (++ag == mp->m_sb.sb_agcount)
3548 ag = 0;
3549 if (ag == startag)
3550 break;
Christoph Hellwigc467c042010-02-15 23:34:42 +00003551 }
Christoph Hellwigc977eb12014-04-23 07:11:41 +10003552
3553 xfs_bmap_select_minlen(ap, args, blen, notinit);
3554 return 0;
3555}
3556
3557STATIC int
3558xfs_bmap_btalloc_filestreams(
3559 struct xfs_bmalloca *ap,
3560 struct xfs_alloc_arg *args,
3561 xfs_extlen_t *blen)
3562{
3563 struct xfs_mount *mp = ap->ip->i_mount;
3564 xfs_agnumber_t ag;
3565 int notinit = 0;
3566 int error;
3567
3568 args->type = XFS_ALLOCTYPE_NEAR_BNO;
3569 args->total = ap->total;
3570
3571 ag = XFS_FSB_TO_AGNO(mp, args->fsbno);
3572 if (ag == NULLAGNUMBER)
3573 ag = 0;
3574
3575 error = xfs_bmap_longest_free_extent(args->tp, ag, blen, &notinit);
3576 if (error)
3577 return error;
3578
3579 if (*blen < args->maxlen) {
3580 error = xfs_filestream_new_ag(ap, &ag);
3581 if (error)
3582 return error;
3583
3584 error = xfs_bmap_longest_free_extent(args->tp, ag, blen,
3585 &notinit);
3586 if (error)
3587 return error;
3588
3589 }
3590
3591 xfs_bmap_select_minlen(ap, args, blen, notinit);
Christoph Hellwigc467c042010-02-15 23:34:42 +00003592
3593 /*
Christoph Hellwigc977eb12014-04-23 07:11:41 +10003594 * Set the failure fallback case to look in the selected AG as stream
3595 * may have moved.
Christoph Hellwigc467c042010-02-15 23:34:42 +00003596 */
Christoph Hellwigc977eb12014-04-23 07:11:41 +10003597 ap->blkno = args->fsbno = XFS_AGB_TO_FSB(mp, ag, 0);
Christoph Hellwigc467c042010-02-15 23:34:42 +00003598 return 0;
3599}
3600
3601STATIC int
Nathan Scotta365bdd2006-03-14 13:34:16 +11003602xfs_bmap_btalloc(
Dave Chinner68988112013-08-12 20:49:42 +10003603 struct xfs_bmalloca *ap) /* bmap alloc argument struct */
Nathan Scotta365bdd2006-03-14 13:34:16 +11003604{
3605 xfs_mount_t *mp; /* mount point structure */
3606 xfs_alloctype_t atype = 0; /* type for allocation routines */
Dave Chinner292378e2016-09-26 08:21:28 +10003607 xfs_extlen_t align = 0; /* minimum allocation alignment */
Nathan Scotta365bdd2006-03-14 13:34:16 +11003608 xfs_agnumber_t fb_agno; /* ag number of ap->firstblock */
Christoph Hellwigc467c042010-02-15 23:34:42 +00003609 xfs_agnumber_t ag;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003610 xfs_alloc_arg_t args;
3611 xfs_extlen_t blen;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003612 xfs_extlen_t nextminlen = 0;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003613 int nullfb; /* true if ap->firstblock isn't set */
3614 int isaligned;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003615 int tryagain;
3616 int error;
Dave Chinner33177f052013-12-12 16:34:36 +11003617 int stripe_align;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003618
Dave Chinnera99ebf42011-12-01 11:24:20 +00003619 ASSERT(ap->length);
3620
Nathan Scotta365bdd2006-03-14 13:34:16 +11003621 mp = ap->ip->i_mount;
Dave Chinner33177f052013-12-12 16:34:36 +11003622
3623 /* stripe alignment for allocation is determined by mount parameters */
3624 stripe_align = 0;
3625 if (mp->m_swidth && (mp->m_flags & XFS_MOUNT_SWALLOC))
3626 stripe_align = mp->m_swidth;
3627 else if (mp->m_dalign)
3628 stripe_align = mp->m_dalign;
3629
Darrick J. Wongf7ca3522016-10-03 09:11:43 -07003630 if (ap->flags & XFS_BMAPI_COWFORK)
3631 align = xfs_get_cowextsz_hint(ap->ip);
3632 else if (xfs_alloc_is_userdata(ap->datatype))
Dave Chinner292378e2016-09-26 08:21:28 +10003633 align = xfs_get_extsz_hint(ap->ip);
Christoph Hellwig493611e2017-01-25 08:59:43 -08003634 if (align) {
Dave Chinnerbaf41a52011-09-18 20:40:56 +00003635 error = xfs_bmap_extsize_align(mp, &ap->got, &ap->prev,
Nathan Scotta365bdd2006-03-14 13:34:16 +11003636 align, 0, ap->eof, 0, ap->conv,
Dave Chinner3a756672011-09-18 20:40:58 +00003637 &ap->offset, &ap->length);
Nathan Scotta365bdd2006-03-14 13:34:16 +11003638 ASSERT(!error);
Dave Chinner3a756672011-09-18 20:40:58 +00003639 ASSERT(ap->length);
Nathan Scotta365bdd2006-03-14 13:34:16 +11003640 }
Dave Chinner33177f052013-12-12 16:34:36 +11003641
3642
Dave Chinner0937e0f2011-09-18 20:40:57 +00003643 nullfb = *ap->firstblock == NULLFSBLOCK;
3644 fb_agno = nullfb ? NULLAGNUMBER : XFS_FSB_TO_AGNO(mp, *ap->firstblock);
David Chinner2a82b8b2007-07-11 11:09:12 +10003645 if (nullfb) {
Dave Chinner292378e2016-09-26 08:21:28 +10003646 if (xfs_alloc_is_userdata(ap->datatype) &&
3647 xfs_inode_is_filestream(ap->ip)) {
David Chinner2a82b8b2007-07-11 11:09:12 +10003648 ag = xfs_filestream_lookup_ag(ap->ip);
3649 ag = (ag != NULLAGNUMBER) ? ag : 0;
Dave Chinner3a756672011-09-18 20:40:58 +00003650 ap->blkno = XFS_AGB_TO_FSB(mp, ag, 0);
David Chinner2a82b8b2007-07-11 11:09:12 +10003651 } else {
Dave Chinner3a756672011-09-18 20:40:58 +00003652 ap->blkno = XFS_INO_TO_FSB(mp, ap->ip->i_ino);
David Chinner2a82b8b2007-07-11 11:09:12 +10003653 }
3654 } else
Dave Chinner3a756672011-09-18 20:40:58 +00003655 ap->blkno = *ap->firstblock;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003656
3657 xfs_bmap_adjacent(ap);
3658
Linus Torvalds1da177e2005-04-16 15:20:36 -07003659 /*
Dave Chinner3a756672011-09-18 20:40:58 +00003660 * If allowed, use ap->blkno; otherwise must use firstblock since
Linus Torvalds1da177e2005-04-16 15:20:36 -07003661 * it's in the right allocation group.
3662 */
Dave Chinner3a756672011-09-18 20:40:58 +00003663 if (nullfb || XFS_FSB_TO_AGNO(mp, ap->blkno) == fb_agno)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003664 ;
3665 else
Dave Chinner3a756672011-09-18 20:40:58 +00003666 ap->blkno = *ap->firstblock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003667 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003668 * Normal allocation, done through xfs_alloc_vextent.
3669 */
Nathan Scotta365bdd2006-03-14 13:34:16 +11003670 tryagain = isaligned = 0;
Mark Tinguelya0041682012-09-20 13:16:45 -05003671 memset(&args, 0, sizeof(args));
Nathan Scotta365bdd2006-03-14 13:34:16 +11003672 args.tp = ap->tp;
3673 args.mp = mp;
Dave Chinner3a756672011-09-18 20:40:58 +00003674 args.fsbno = ap->blkno;
Darrick J. Wong340785c2016-08-03 11:33:42 +10003675 xfs_rmap_skip_owner_update(&args.oinfo);
Dave Chinner14b064c2011-01-27 12:16:28 +11003676
3677 /* Trim the allocation back to the maximum an AG can fit. */
Darrick J. Wong52548852016-08-03 11:38:24 +10003678 args.maxlen = MIN(ap->length, mp->m_ag_max_usable);
Dave Chinner0937e0f2011-09-18 20:40:57 +00003679 args.firstblock = *ap->firstblock;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003680 blen = 0;
3681 if (nullfb) {
Christoph Hellwigc977eb12014-04-23 07:11:41 +10003682 /*
3683 * Search for an allocation group with a single extent large
3684 * enough for the request. If one isn't found, then adjust
3685 * the minimum allocation size to the largest space found.
3686 */
Dave Chinner292378e2016-09-26 08:21:28 +10003687 if (xfs_alloc_is_userdata(ap->datatype) &&
3688 xfs_inode_is_filestream(ap->ip))
Christoph Hellwigc977eb12014-04-23 07:11:41 +10003689 error = xfs_bmap_btalloc_filestreams(ap, &args, &blen);
3690 else
3691 error = xfs_bmap_btalloc_nullfb(ap, &args, &blen);
Christoph Hellwigc467c042010-02-15 23:34:42 +00003692 if (error)
3693 return error;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10003694 } else if (ap->dfops->dop_low) {
David Chinner2a82b8b2007-07-11 11:09:12 +10003695 if (xfs_inode_is_filestream(ap->ip))
3696 args.type = XFS_ALLOCTYPE_FIRST_AG;
3697 else
3698 args.type = XFS_ALLOCTYPE_START_BNO;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003699 args.total = args.minlen = ap->minlen;
3700 } else {
3701 args.type = XFS_ALLOCTYPE_NEAR_BNO;
3702 args.total = ap->total;
3703 args.minlen = ap->minlen;
3704 }
David Chinner957d0eb2007-06-18 16:50:37 +10003705 /* apply extent size hints if obtained earlier */
Christoph Hellwig493611e2017-01-25 08:59:43 -08003706 if (align) {
David Chinner957d0eb2007-06-18 16:50:37 +10003707 args.prod = align;
Dave Chinner3a756672011-09-18 20:40:58 +00003708 if ((args.mod = (xfs_extlen_t)do_mod(ap->offset, args.prod)))
Nathan Scotta365bdd2006-03-14 13:34:16 +11003709 args.mod = (xfs_extlen_t)(args.prod - args.mod);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03003710 } else if (mp->m_sb.sb_blocksize >= PAGE_SIZE) {
Nathan Scotta365bdd2006-03-14 13:34:16 +11003711 args.prod = 1;
3712 args.mod = 0;
3713 } else {
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03003714 args.prod = PAGE_SIZE >> mp->m_sb.sb_blocklog;
Dave Chinner3a756672011-09-18 20:40:58 +00003715 if ((args.mod = (xfs_extlen_t)(do_mod(ap->offset, args.prod))))
Nathan Scotta365bdd2006-03-14 13:34:16 +11003716 args.mod = (xfs_extlen_t)(args.prod - args.mod);
3717 }
3718 /*
3719 * If we are not low on available data blocks, and the
3720 * underlying logical volume manager is a stripe, and
3721 * the file offset is zero then try to allocate data
3722 * blocks on stripe unit boundary.
3723 * NOTE: ap->aeof is only set if the allocation length
3724 * is >= the stripe unit and the allocation offset is
3725 * at the end of file.
3726 */
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10003727 if (!ap->dfops->dop_low && ap->aeof) {
Dave Chinner3a756672011-09-18 20:40:58 +00003728 if (!ap->offset) {
Dave Chinner33177f052013-12-12 16:34:36 +11003729 args.alignment = stripe_align;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003730 atype = args.type;
3731 isaligned = 1;
3732 /*
3733 * Adjust for alignment
3734 */
Dave Chinner14b064c2011-01-27 12:16:28 +11003735 if (blen > args.alignment && blen <= args.maxlen)
Nathan Scotta365bdd2006-03-14 13:34:16 +11003736 args.minlen = blen - args.alignment;
3737 args.minalignslop = 0;
3738 } else {
3739 /*
3740 * First try an exact bno allocation.
3741 * If it fails then do a near or start bno
3742 * allocation with alignment turned on.
3743 */
3744 atype = args.type;
3745 tryagain = 1;
3746 args.type = XFS_ALLOCTYPE_THIS_BNO;
3747 args.alignment = 1;
3748 /*
3749 * Compute the minlen+alignment for the
3750 * next case. Set slop so that the value
3751 * of minlen+alignment+slop doesn't go up
3752 * between the calls.
3753 */
Dave Chinner33177f052013-12-12 16:34:36 +11003754 if (blen > stripe_align && blen <= args.maxlen)
3755 nextminlen = blen - stripe_align;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003756 else
3757 nextminlen = args.minlen;
Dave Chinner33177f052013-12-12 16:34:36 +11003758 if (nextminlen + stripe_align > args.minlen + 1)
Nathan Scotta365bdd2006-03-14 13:34:16 +11003759 args.minalignslop =
Dave Chinner33177f052013-12-12 16:34:36 +11003760 nextminlen + stripe_align -
Nathan Scotta365bdd2006-03-14 13:34:16 +11003761 args.minlen - 1;
3762 else
3763 args.minalignslop = 0;
3764 }
3765 } else {
3766 args.alignment = 1;
3767 args.minalignslop = 0;
3768 }
3769 args.minleft = ap->minleft;
3770 args.wasdel = ap->wasdel;
Darrick J. Wong3fd129b2016-09-19 10:30:52 +10003771 args.resv = XFS_AG_RESV_NONE;
Dave Chinner292378e2016-09-26 08:21:28 +10003772 args.datatype = ap->datatype;
3773 if (ap->datatype & XFS_ALLOC_USERDATA_ZERO)
Dave Chinner3fbbbea2015-11-03 12:27:22 +11003774 args.ip = ap->ip;
3775
3776 error = xfs_alloc_vextent(&args);
3777 if (error)
Nathan Scotta365bdd2006-03-14 13:34:16 +11003778 return error;
Dave Chinner3fbbbea2015-11-03 12:27:22 +11003779
Nathan Scotta365bdd2006-03-14 13:34:16 +11003780 if (tryagain && args.fsbno == NULLFSBLOCK) {
3781 /*
3782 * Exact allocation failed. Now try with alignment
3783 * turned on.
3784 */
3785 args.type = atype;
Dave Chinner3a756672011-09-18 20:40:58 +00003786 args.fsbno = ap->blkno;
Dave Chinner33177f052013-12-12 16:34:36 +11003787 args.alignment = stripe_align;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003788 args.minlen = nextminlen;
3789 args.minalignslop = 0;
3790 isaligned = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791 if ((error = xfs_alloc_vextent(&args)))
3792 return error;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003793 }
3794 if (isaligned && args.fsbno == NULLFSBLOCK) {
3795 /*
3796 * allocation failed, so turn off alignment and
3797 * try again.
3798 */
3799 args.type = atype;
Dave Chinner3a756672011-09-18 20:40:58 +00003800 args.fsbno = ap->blkno;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003801 args.alignment = 0;
3802 if ((error = xfs_alloc_vextent(&args)))
3803 return error;
3804 }
3805 if (args.fsbno == NULLFSBLOCK && nullfb &&
3806 args.minlen > ap->minlen) {
3807 args.minlen = ap->minlen;
3808 args.type = XFS_ALLOCTYPE_START_BNO;
Dave Chinner3a756672011-09-18 20:40:58 +00003809 args.fsbno = ap->blkno;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003810 if ((error = xfs_alloc_vextent(&args)))
3811 return error;
3812 }
3813 if (args.fsbno == NULLFSBLOCK && nullfb) {
3814 args.fsbno = 0;
3815 args.type = XFS_ALLOCTYPE_FIRST_AG;
3816 args.total = ap->minlen;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003817 if ((error = xfs_alloc_vextent(&args)))
3818 return error;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10003819 ap->dfops->dop_low = true;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003820 }
3821 if (args.fsbno != NULLFSBLOCK) {
Dave Chinner0937e0f2011-09-18 20:40:57 +00003822 /*
3823 * check the allocation happened at the same or higher AG than
3824 * the first block that was allocated.
3825 */
3826 ASSERT(*ap->firstblock == NULLFSBLOCK ||
Christoph Hellwig410d17f2017-02-16 17:12:51 -08003827 XFS_FSB_TO_AGNO(mp, *ap->firstblock) <=
3828 XFS_FSB_TO_AGNO(mp, args.fsbno));
Dave Chinner0937e0f2011-09-18 20:40:57 +00003829
Dave Chinner3a756672011-09-18 20:40:58 +00003830 ap->blkno = args.fsbno;
Dave Chinner0937e0f2011-09-18 20:40:57 +00003831 if (*ap->firstblock == NULLFSBLOCK)
3832 *ap->firstblock = args.fsbno;
Christoph Hellwig410d17f2017-02-16 17:12:51 -08003833 ASSERT(nullfb || fb_agno <= args.agno);
Dave Chinner3a756672011-09-18 20:40:58 +00003834 ap->length = args.len;
Darrick J. Wong60b49842016-10-03 09:11:34 -07003835 if (!(ap->flags & XFS_BMAPI_COWFORK))
3836 ap->ip->i_d.di_nblocks += args.len;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003837 xfs_trans_log_inode(ap->tp, ap->ip, XFS_ILOG_CORE);
3838 if (ap->wasdel)
3839 ap->ip->i_delayed_blks -= args.len;
3840 /*
3841 * Adjust the disk quota also. This was reserved
3842 * earlier.
3843 */
Christoph Hellwig7d095252009-06-08 15:33:32 +02003844 xfs_trans_mod_dquot_byino(ap->tp, ap->ip,
Nathan Scotta365bdd2006-03-14 13:34:16 +11003845 ap->wasdel ? XFS_TRANS_DQ_DELBCOUNT :
3846 XFS_TRANS_DQ_BCOUNT,
3847 (long) args.len);
3848 } else {
Dave Chinner3a756672011-09-18 20:40:58 +00003849 ap->blkno = NULLFSBLOCK;
3850 ap->length = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003851 }
3852 return 0;
Nathan Scotta365bdd2006-03-14 13:34:16 +11003853}
3854
3855/*
Darrick J. Wongf65306e2016-10-03 09:11:27 -07003856 * For a remap operation, just "allocate" an extent at the address that the
3857 * caller passed in, and ensure that the AGFL is the right size. The caller
3858 * will then map the "allocated" extent into the file somewhere.
3859 */
3860STATIC int
3861xfs_bmap_remap_alloc(
3862 struct xfs_bmalloca *ap)
3863{
3864 struct xfs_trans *tp = ap->tp;
3865 struct xfs_mount *mp = tp->t_mountp;
3866 xfs_agblock_t bno;
3867 struct xfs_alloc_arg args;
3868 int error;
3869
3870 /*
3871 * validate that the block number is legal - the enables us to detect
3872 * and handle a silent filesystem corruption rather than crashing.
3873 */
3874 memset(&args, 0, sizeof(struct xfs_alloc_arg));
3875 args.tp = ap->tp;
3876 args.mp = ap->tp->t_mountp;
3877 bno = *ap->firstblock;
3878 args.agno = XFS_FSB_TO_AGNO(mp, bno);
3879 args.agbno = XFS_FSB_TO_AGBNO(mp, bno);
3880 if (args.agno >= mp->m_sb.sb_agcount ||
3881 args.agbno >= mp->m_sb.sb_agblocks)
3882 return -EFSCORRUPTED;
3883
3884 /* "Allocate" the extent from the range we passed in. */
3885 trace_xfs_bmap_remap_alloc(ap->ip, *ap->firstblock, ap->length);
3886 ap->blkno = bno;
3887 ap->ip->i_d.di_nblocks += ap->length;
3888 xfs_trans_log_inode(ap->tp, ap->ip, XFS_ILOG_CORE);
3889
3890 /* Fix the freelist, like a real allocator does. */
3891 args.datatype = ap->datatype;
3892 args.pag = xfs_perag_get(args.mp, args.agno);
3893 ASSERT(args.pag);
3894
3895 /*
3896 * The freelist fixing code will decline the allocation if
3897 * the size and shape of the free space doesn't allow for
3898 * allocating the extent and updating all the metadata that
3899 * happens during an allocation. We're remapping, not
3900 * allocating, so skip that check by pretending to be freeing.
3901 */
3902 error = xfs_alloc_fix_freelist(&args, XFS_ALLOC_FLAG_FREEING);
Darrick J. Wongf65306e2016-10-03 09:11:27 -07003903 xfs_perag_put(args.pag);
3904 if (error)
3905 trace_xfs_bmap_remap_alloc_error(ap->ip, error, _RET_IP_);
3906 return error;
3907}
3908
3909/*
Nathan Scotta365bdd2006-03-14 13:34:16 +11003910 * xfs_bmap_alloc is called by xfs_bmapi to allocate an extent for a file.
3911 * It figures out where to ask the underlying allocator to put the new extent.
3912 */
3913STATIC int
3914xfs_bmap_alloc(
Dave Chinner68988112013-08-12 20:49:42 +10003915 struct xfs_bmalloca *ap) /* bmap alloc argument struct */
Nathan Scotta365bdd2006-03-14 13:34:16 +11003916{
Darrick J. Wongf65306e2016-10-03 09:11:27 -07003917 if (ap->flags & XFS_BMAPI_REMAP)
3918 return xfs_bmap_remap_alloc(ap);
Dave Chinner292378e2016-09-26 08:21:28 +10003919 if (XFS_IS_REALTIME_INODE(ap->ip) &&
3920 xfs_alloc_is_userdata(ap->datatype))
Nathan Scotta365bdd2006-03-14 13:34:16 +11003921 return xfs_bmap_rtalloc(ap);
3922 return xfs_bmap_btalloc(ap);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003923}
3924
Darrick J. Wong0a0af282016-10-20 15:51:50 +11003925/* Trim extent to fit a logical block range. */
3926void
3927xfs_trim_extent(
3928 struct xfs_bmbt_irec *irec,
3929 xfs_fileoff_t bno,
3930 xfs_filblks_t len)
3931{
3932 xfs_fileoff_t distance;
3933 xfs_fileoff_t end = bno + len;
3934
3935 if (irec->br_startoff + irec->br_blockcount <= bno ||
3936 irec->br_startoff >= end) {
3937 irec->br_blockcount = 0;
3938 return;
3939 }
3940
3941 if (irec->br_startoff < bno) {
3942 distance = bno - irec->br_startoff;
3943 if (isnullstartblock(irec->br_startblock))
3944 irec->br_startblock = DELAYSTARTBLOCK;
3945 if (irec->br_startblock != DELAYSTARTBLOCK &&
3946 irec->br_startblock != HOLESTARTBLOCK)
3947 irec->br_startblock += distance;
3948 irec->br_startoff += distance;
3949 irec->br_blockcount -= distance;
3950 }
3951
3952 if (end < irec->br_startoff + irec->br_blockcount) {
3953 distance = irec->br_startoff + irec->br_blockcount - end;
3954 irec->br_blockcount -= distance;
3955 }
3956}
3957
Linus Torvalds1da177e2005-04-16 15:20:36 -07003958/*
Dave Chinneraef9a892011-09-18 20:40:44 +00003959 * Trim the returned map to the required bounds
3960 */
3961STATIC void
3962xfs_bmapi_trim_map(
3963 struct xfs_bmbt_irec *mval,
3964 struct xfs_bmbt_irec *got,
3965 xfs_fileoff_t *bno,
3966 xfs_filblks_t len,
3967 xfs_fileoff_t obno,
3968 xfs_fileoff_t end,
3969 int n,
3970 int flags)
3971{
3972 if ((flags & XFS_BMAPI_ENTIRE) ||
3973 got->br_startoff + got->br_blockcount <= obno) {
3974 *mval = *got;
3975 if (isnullstartblock(got->br_startblock))
3976 mval->br_startblock = DELAYSTARTBLOCK;
3977 return;
3978 }
3979
3980 if (obno > *bno)
3981 *bno = obno;
3982 ASSERT((*bno >= obno) || (n == 0));
3983 ASSERT(*bno < end);
3984 mval->br_startoff = *bno;
3985 if (isnullstartblock(got->br_startblock))
3986 mval->br_startblock = DELAYSTARTBLOCK;
3987 else
3988 mval->br_startblock = got->br_startblock +
3989 (*bno - got->br_startoff);
3990 /*
3991 * Return the minimum of what we got and what we asked for for
3992 * the length. We can use the len variable here because it is
3993 * modified below and we could have been there before coming
3994 * here if the first part of the allocation didn't overlap what
3995 * was asked for.
3996 */
3997 mval->br_blockcount = XFS_FILBLKS_MIN(end - *bno,
3998 got->br_blockcount - (*bno - got->br_startoff));
3999 mval->br_state = got->br_state;
4000 ASSERT(mval->br_blockcount <= len);
4001 return;
4002}
4003
4004/*
4005 * Update and validate the extent map to return
4006 */
4007STATIC void
4008xfs_bmapi_update_map(
4009 struct xfs_bmbt_irec **map,
4010 xfs_fileoff_t *bno,
4011 xfs_filblks_t *len,
4012 xfs_fileoff_t obno,
4013 xfs_fileoff_t end,
4014 int *n,
4015 int flags)
4016{
4017 xfs_bmbt_irec_t *mval = *map;
4018
4019 ASSERT((flags & XFS_BMAPI_ENTIRE) ||
4020 ((mval->br_startoff + mval->br_blockcount) <= end));
4021 ASSERT((flags & XFS_BMAPI_ENTIRE) || (mval->br_blockcount <= *len) ||
4022 (mval->br_startoff < obno));
4023
4024 *bno = mval->br_startoff + mval->br_blockcount;
4025 *len = end - *bno;
4026 if (*n > 0 && mval->br_startoff == mval[-1].br_startoff) {
4027 /* update previous map with new information */
4028 ASSERT(mval->br_startblock == mval[-1].br_startblock);
4029 ASSERT(mval->br_blockcount > mval[-1].br_blockcount);
4030 ASSERT(mval->br_state == mval[-1].br_state);
4031 mval[-1].br_blockcount = mval->br_blockcount;
4032 mval[-1].br_state = mval->br_state;
4033 } else if (*n > 0 && mval->br_startblock != DELAYSTARTBLOCK &&
4034 mval[-1].br_startblock != DELAYSTARTBLOCK &&
4035 mval[-1].br_startblock != HOLESTARTBLOCK &&
4036 mval->br_startblock == mval[-1].br_startblock +
4037 mval[-1].br_blockcount &&
4038 ((flags & XFS_BMAPI_IGSTATE) ||
4039 mval[-1].br_state == mval->br_state)) {
4040 ASSERT(mval->br_startoff ==
4041 mval[-1].br_startoff + mval[-1].br_blockcount);
4042 mval[-1].br_blockcount += mval->br_blockcount;
4043 } else if (*n > 0 &&
4044 mval->br_startblock == DELAYSTARTBLOCK &&
4045 mval[-1].br_startblock == DELAYSTARTBLOCK &&
4046 mval->br_startoff ==
4047 mval[-1].br_startoff + mval[-1].br_blockcount) {
4048 mval[-1].br_blockcount += mval->br_blockcount;
4049 mval[-1].br_state = mval->br_state;
4050 } else if (!((*n == 0) &&
4051 ((mval->br_startoff + mval->br_blockcount) <=
4052 obno))) {
4053 mval++;
4054 (*n)++;
4055 }
4056 *map = mval;
4057}
4058
4059/*
Dave Chinner5c8ed202011-09-18 20:40:45 +00004060 * Map file blocks to filesystem blocks without allocation.
4061 */
4062int
4063xfs_bmapi_read(
4064 struct xfs_inode *ip,
4065 xfs_fileoff_t bno,
4066 xfs_filblks_t len,
4067 struct xfs_bmbt_irec *mval,
4068 int *nmap,
4069 int flags)
4070{
4071 struct xfs_mount *mp = ip->i_mount;
4072 struct xfs_ifork *ifp;
4073 struct xfs_bmbt_irec got;
Dave Chinner5c8ed202011-09-18 20:40:45 +00004074 xfs_fileoff_t obno;
4075 xfs_fileoff_t end;
Christoph Hellwig334f3422016-11-24 11:39:43 +11004076 xfs_extnum_t idx;
Dave Chinner5c8ed202011-09-18 20:40:45 +00004077 int error;
Christoph Hellwig334f3422016-11-24 11:39:43 +11004078 bool eof = false;
Dave Chinner5c8ed202011-09-18 20:40:45 +00004079 int n = 0;
Darrick J. Wong3993bae2016-10-03 09:11:32 -07004080 int whichfork = xfs_bmapi_whichfork(flags);
Dave Chinner5c8ed202011-09-18 20:40:45 +00004081
4082 ASSERT(*nmap >= 1);
4083 ASSERT(!(flags & ~(XFS_BMAPI_ATTRFORK|XFS_BMAPI_ENTIRE|
Darrick J. Wong3993bae2016-10-03 09:11:32 -07004084 XFS_BMAPI_IGSTATE|XFS_BMAPI_COWFORK)));
Christoph Hellwigeef334e2013-12-06 12:30:17 -08004085 ASSERT(xfs_isilocked(ip, XFS_ILOCK_SHARED|XFS_ILOCK_EXCL));
Dave Chinner5c8ed202011-09-18 20:40:45 +00004086
4087 if (unlikely(XFS_TEST_ERROR(
4088 (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS &&
4089 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE),
4090 mp, XFS_ERRTAG_BMAPIFORMAT, XFS_RANDOM_BMAPIFORMAT))) {
4091 XFS_ERROR_REPORT("xfs_bmapi_read", XFS_ERRLEVEL_LOW, mp);
Dave Chinner24513372014-06-25 14:58:08 +10004092 return -EFSCORRUPTED;
Dave Chinner5c8ed202011-09-18 20:40:45 +00004093 }
4094
4095 if (XFS_FORCED_SHUTDOWN(mp))
Dave Chinner24513372014-06-25 14:58:08 +10004096 return -EIO;
Dave Chinner5c8ed202011-09-18 20:40:45 +00004097
Bill O'Donnellff6d6af2015-10-12 18:21:22 +11004098 XFS_STATS_INC(mp, xs_blk_mapr);
Dave Chinner5c8ed202011-09-18 20:40:45 +00004099
4100 ifp = XFS_IFORK_PTR(ip, whichfork);
Dave Chinner5c8ed202011-09-18 20:40:45 +00004101
Darrick J. Wong3993bae2016-10-03 09:11:32 -07004102 /* No CoW fork? Return a hole. */
4103 if (whichfork == XFS_COW_FORK && !ifp) {
4104 mval->br_startoff = bno;
4105 mval->br_startblock = HOLESTARTBLOCK;
4106 mval->br_blockcount = len;
4107 mval->br_state = XFS_EXT_NORM;
4108 *nmap = 1;
4109 return 0;
4110 }
4111
Dave Chinner5c8ed202011-09-18 20:40:45 +00004112 if (!(ifp->if_flags & XFS_IFEXTENTS)) {
4113 error = xfs_iread_extents(NULL, ip, whichfork);
4114 if (error)
4115 return error;
4116 }
4117
Christoph Hellwig334f3422016-11-24 11:39:43 +11004118 if (!xfs_iext_lookup_extent(ip, ifp, bno, &idx, &got))
4119 eof = true;
Dave Chinner5c8ed202011-09-18 20:40:45 +00004120 end = bno + len;
4121 obno = bno;
4122
4123 while (bno < end && n < *nmap) {
4124 /* Reading past eof, act as though there's a hole up to end. */
4125 if (eof)
4126 got.br_startoff = end;
4127 if (got.br_startoff > bno) {
4128 /* Reading in a hole. */
4129 mval->br_startoff = bno;
4130 mval->br_startblock = HOLESTARTBLOCK;
4131 mval->br_blockcount =
4132 XFS_FILBLKS_MIN(len, got.br_startoff - bno);
4133 mval->br_state = XFS_EXT_NORM;
4134 bno += mval->br_blockcount;
4135 len -= mval->br_blockcount;
4136 mval++;
4137 n++;
4138 continue;
4139 }
4140
4141 /* set up the extent map to return. */
4142 xfs_bmapi_trim_map(mval, &got, &bno, len, obno, end, n, flags);
4143 xfs_bmapi_update_map(&mval, &bno, &len, obno, end, &n, flags);
4144
4145 /* If we're done, stop now. */
4146 if (bno >= end || n >= *nmap)
4147 break;
4148
4149 /* Else go on to the next record. */
Christoph Hellwig334f3422016-11-24 11:39:43 +11004150 if (!xfs_iext_get_extent(ifp, ++idx, &got))
4151 eof = true;
Dave Chinner5c8ed202011-09-18 20:40:45 +00004152 }
4153 *nmap = n;
4154 return 0;
4155}
4156
Brian Fosterf65e6fa2017-03-08 09:58:08 -08004157/*
4158 * Add a delayed allocation extent to an inode. Blocks are reserved from the
4159 * global pool and the extent inserted into the inode in-core extent tree.
4160 *
4161 * On entry, got refers to the first extent beyond the offset of the extent to
4162 * allocate or eof is specified if no such extent exists. On return, got refers
4163 * to the extent record that was inserted to the inode fork.
4164 *
4165 * Note that the allocated extent may have been merged with contiguous extents
4166 * during insertion into the inode fork. Thus, got does not reflect the current
4167 * state of the inode fork on return. If necessary, the caller can use lastx to
4168 * look up the updated record in the inode fork.
4169 */
Christoph Hellwig51446f52016-09-19 11:10:21 +10004170int
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004171xfs_bmapi_reserve_delalloc(
4172 struct xfs_inode *ip,
Darrick J. Wongbe51f812016-10-03 09:11:32 -07004173 int whichfork,
Brian Foster974ae922016-11-28 14:57:42 +11004174 xfs_fileoff_t off,
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004175 xfs_filblks_t len,
Brian Foster974ae922016-11-28 14:57:42 +11004176 xfs_filblks_t prealloc,
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004177 struct xfs_bmbt_irec *got,
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004178 xfs_extnum_t *lastx,
4179 int eof)
4180{
4181 struct xfs_mount *mp = ip->i_mount;
Darrick J. Wongbe51f812016-10-03 09:11:32 -07004182 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork);
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004183 xfs_extlen_t alen;
4184 xfs_extlen_t indlen;
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004185 char rt = XFS_IS_REALTIME_INODE(ip);
4186 xfs_extlen_t extsz;
4187 int error;
Brian Foster974ae922016-11-28 14:57:42 +11004188 xfs_fileoff_t aoff = off;
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004189
Brian Foster974ae922016-11-28 14:57:42 +11004190 /*
4191 * Cap the alloc length. Keep track of prealloc so we know whether to
4192 * tag the inode before we return.
4193 */
4194 alen = XFS_FILBLKS_MIN(len + prealloc, MAXEXTLEN);
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004195 if (!eof)
4196 alen = XFS_FILBLKS_MIN(alen, got->br_startoff - aoff);
Brian Foster974ae922016-11-28 14:57:42 +11004197 if (prealloc && alen >= len)
4198 prealloc = alen - len;
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004199
4200 /* Figure out the extent size, adjust alen */
Darrick J. Wongf7ca3522016-10-03 09:11:43 -07004201 if (whichfork == XFS_COW_FORK)
4202 extsz = xfs_get_cowextsz_hint(ip);
4203 else
4204 extsz = xfs_get_extsz_hint(ip);
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004205 if (extsz) {
Christoph Hellwig65c5f412016-11-24 11:39:44 +11004206 struct xfs_bmbt_irec prev;
4207
4208 if (!xfs_iext_get_extent(ifp, *lastx - 1, &prev))
4209 prev.br_startoff = NULLFILEOFF;
4210
4211 error = xfs_bmap_extsize_align(mp, got, &prev, extsz, rt, eof,
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004212 1, 0, &aoff, &alen);
4213 ASSERT(!error);
4214 }
4215
4216 if (rt)
4217 extsz = alen / mp->m_sb.sb_rextsize;
4218
4219 /*
4220 * Make a transaction-less quota reservation for delayed allocation
4221 * blocks. This number gets adjusted later. We return if we haven't
4222 * allocated blocks already inside this loop.
4223 */
4224 error = xfs_trans_reserve_quota_nblks(NULL, ip, (long)alen, 0,
4225 rt ? XFS_QMOPT_RES_RTBLKS : XFS_QMOPT_RES_REGBLKS);
4226 if (error)
4227 return error;
4228
4229 /*
4230 * Split changing sb for alen and indlen since they could be coming
4231 * from different places.
4232 */
4233 indlen = (xfs_extlen_t)xfs_bmap_worst_indlen(ip, alen);
4234 ASSERT(indlen > 0);
4235
4236 if (rt) {
Dave Chinnerbab98bb2015-02-23 21:22:54 +11004237 error = xfs_mod_frextents(mp, -((int64_t)extsz));
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004238 } else {
Dave Chinner0d485ad2015-02-23 21:22:03 +11004239 error = xfs_mod_fdblocks(mp, -((int64_t)alen), false);
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004240 }
4241
4242 if (error)
4243 goto out_unreserve_quota;
4244
Dave Chinner0d485ad2015-02-23 21:22:03 +11004245 error = xfs_mod_fdblocks(mp, -((int64_t)indlen), false);
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004246 if (error)
4247 goto out_unreserve_blocks;
4248
4249
4250 ip->i_delayed_blks += alen;
4251
4252 got->br_startoff = aoff;
4253 got->br_startblock = nullstartblock(indlen);
4254 got->br_blockcount = alen;
4255 got->br_state = XFS_EXT_NORM;
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004256
Brian Fosterf65e6fa2017-03-08 09:58:08 -08004257 xfs_bmap_add_extent_hole_delay(ip, whichfork, lastx, got);
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004258
Brian Foster974ae922016-11-28 14:57:42 +11004259 /*
4260 * Tag the inode if blocks were preallocated. Note that COW fork
4261 * preallocation can occur at the start or end of the extent, even when
4262 * prealloc == 0, so we must also check the aligned offset and length.
4263 */
4264 if (whichfork == XFS_DATA_FORK && prealloc)
4265 xfs_inode_set_eofblocks_tag(ip);
4266 if (whichfork == XFS_COW_FORK && (prealloc || aoff < off || alen > len))
4267 xfs_inode_set_cowblocks_tag(ip);
4268
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004269 return 0;
4270
4271out_unreserve_blocks:
4272 if (rt)
Dave Chinnerbab98bb2015-02-23 21:22:54 +11004273 xfs_mod_frextents(mp, extsz);
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004274 else
Dave Chinner0d485ad2015-02-23 21:22:03 +11004275 xfs_mod_fdblocks(mp, alen, false);
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004276out_unreserve_quota:
4277 if (XFS_IS_QUOTA_ON(mp))
Dave Chinnerea562ed2012-05-08 20:48:53 +10004278 xfs_trans_unreserve_quota_nblks(NULL, ip, (long)alen, 0, rt ?
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004279 XFS_QMOPT_RES_RTBLKS : XFS_QMOPT_RES_REGBLKS);
4280 return error;
4281}
4282
Dave Chinnercf11da92014-07-15 07:08:24 +10004283static int
4284xfs_bmapi_allocate(
Dave Chinnere04426b2012-10-05 11:06:59 +10004285 struct xfs_bmalloca *bma)
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004286{
4287 struct xfs_mount *mp = bma->ip->i_mount;
Darrick J. Wong60b49842016-10-03 09:11:34 -07004288 int whichfork = xfs_bmapi_whichfork(bma->flags);
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004289 struct xfs_ifork *ifp = XFS_IFORK_PTR(bma->ip, whichfork);
Christoph Hellwigc315c902011-09-18 20:41:02 +00004290 int tmp_logflags = 0;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004291 int error;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004292
Dave Chinnera99ebf42011-12-01 11:24:20 +00004293 ASSERT(bma->length > 0);
4294
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004295 /*
4296 * For the wasdelay case, we could also just allocate the stuff asked
4297 * for in this bmap call but that wouldn't be as good.
4298 */
4299 if (bma->wasdel) {
Dave Chinner963c30c2011-09-18 20:40:59 +00004300 bma->length = (xfs_extlen_t)bma->got.br_blockcount;
4301 bma->offset = bma->got.br_startoff;
Christoph Hellwig0e8d6302016-11-24 11:40:32 +11004302 if (bma->idx) {
Dave Chinnere0c3da52011-09-18 20:41:01 +00004303 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx - 1),
Dave Chinnerbaf41a52011-09-18 20:40:56 +00004304 &bma->prev);
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004305 }
4306 } else {
Dave Chinner963c30c2011-09-18 20:40:59 +00004307 bma->length = XFS_FILBLKS_MIN(bma->length, MAXEXTLEN);
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004308 if (!bma->eof)
Dave Chinner963c30c2011-09-18 20:40:59 +00004309 bma->length = XFS_FILBLKS_MIN(bma->length,
Dave Chinner3a756672011-09-18 20:40:58 +00004310 bma->got.br_startoff - bma->offset);
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004311 }
4312
4313 /*
Dave Chinner292378e2016-09-26 08:21:28 +10004314 * Set the data type being allocated. For the data fork, the first data
4315 * in the file is treated differently to all other allocations. For the
4316 * attribute fork, we only need to ensure the allocated range is not on
4317 * the busy list.
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004318 */
Dave Chinnere04426b2012-10-05 11:06:59 +10004319 if (!(bma->flags & XFS_BMAPI_METADATA)) {
Dave Chinner292378e2016-09-26 08:21:28 +10004320 bma->datatype = XFS_ALLOC_NOBUSY;
4321 if (whichfork == XFS_DATA_FORK) {
4322 if (bma->offset == 0)
4323 bma->datatype |= XFS_ALLOC_INITIAL_USER_DATA;
4324 else
4325 bma->datatype |= XFS_ALLOC_USERDATA;
4326 }
Dave Chinner3fbbbea2015-11-03 12:27:22 +11004327 if (bma->flags & XFS_BMAPI_ZERO)
Dave Chinner292378e2016-09-26 08:21:28 +10004328 bma->datatype |= XFS_ALLOC_USERDATA_ZERO;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004329 }
4330
Dave Chinnere04426b2012-10-05 11:06:59 +10004331 bma->minlen = (bma->flags & XFS_BMAPI_CONTIG) ? bma->length : 1;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004332
4333 /*
4334 * Only want to do the alignment at the eof if it is userdata and
4335 * allocation length is larger than a stripe unit.
4336 */
Dave Chinner963c30c2011-09-18 20:40:59 +00004337 if (mp->m_dalign && bma->length >= mp->m_dalign &&
Dave Chinnere04426b2012-10-05 11:06:59 +10004338 !(bma->flags & XFS_BMAPI_METADATA) && whichfork == XFS_DATA_FORK) {
Dave Chinner1b164472011-09-18 20:40:55 +00004339 error = xfs_bmap_isaeof(bma, whichfork);
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004340 if (error)
4341 return error;
4342 }
4343
4344 error = xfs_bmap_alloc(bma);
4345 if (error)
4346 return error;
4347
Dave Chinner29c8d172011-09-18 20:41:00 +00004348 if (bma->cur)
4349 bma->cur->bc_private.b.firstblock = *bma->firstblock;
Dave Chinner963c30c2011-09-18 20:40:59 +00004350 if (bma->blkno == NULLFSBLOCK)
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004351 return 0;
Dave Chinner29c8d172011-09-18 20:41:00 +00004352 if ((ifp->if_flags & XFS_IFBROOT) && !bma->cur) {
4353 bma->cur = xfs_bmbt_init_cursor(mp, bma->tp, bma->ip, whichfork);
4354 bma->cur->bc_private.b.firstblock = *bma->firstblock;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10004355 bma->cur->bc_private.b.dfops = bma->dfops;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004356 }
4357 /*
4358 * Bump the number of extents we've allocated
4359 * in this call.
4360 */
Dave Chinnere0c3da52011-09-18 20:41:01 +00004361 bma->nallocs++;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004362
Dave Chinner29c8d172011-09-18 20:41:00 +00004363 if (bma->cur)
4364 bma->cur->bc_private.b.flags =
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004365 bma->wasdel ? XFS_BTCUR_BPRV_WASDEL : 0;
4366
Dave Chinner963c30c2011-09-18 20:40:59 +00004367 bma->got.br_startoff = bma->offset;
4368 bma->got.br_startblock = bma->blkno;
4369 bma->got.br_blockcount = bma->length;
Dave Chinnerbaf41a52011-09-18 20:40:56 +00004370 bma->got.br_state = XFS_EXT_NORM;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004371
4372 /*
Darrick J. Wong05a630d2017-02-02 15:14:01 -08004373 * In the data fork, a wasdelay extent has been initialized, so
4374 * shouldn't be flagged as unwritten.
4375 *
4376 * For the cow fork, however, we convert delalloc reservations
4377 * (extents allocated for speculative preallocation) to
4378 * allocated unwritten extents, and only convert the unwritten
4379 * extents to real extents when we're about to write the data.
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004380 */
Darrick J. Wong05a630d2017-02-02 15:14:01 -08004381 if ((!bma->wasdel || (bma->flags & XFS_BMAPI_COWFORK)) &&
4382 (bma->flags & XFS_BMAPI_PREALLOC) &&
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004383 xfs_sb_version_hasextflgbit(&mp->m_sb))
Dave Chinnerbaf41a52011-09-18 20:40:56 +00004384 bma->got.br_state = XFS_EXT_UNWRITTEN;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004385
Christoph Hellwigc6534242011-09-18 20:41:05 +00004386 if (bma->wasdel)
Darrick J. Wong60b49842016-10-03 09:11:34 -07004387 error = xfs_bmap_add_extent_delay_real(bma, whichfork);
Christoph Hellwigc6534242011-09-18 20:41:05 +00004388 else
4389 error = xfs_bmap_add_extent_hole_real(bma, whichfork);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00004390
Christoph Hellwigc315c902011-09-18 20:41:02 +00004391 bma->logflags |= tmp_logflags;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004392 if (error)
4393 return error;
4394
4395 /*
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00004396 * Update our extent pointer, given that xfs_bmap_add_extent_delay_real
4397 * or xfs_bmap_add_extent_hole_real might have merged it into one of
4398 * the neighbouring ones.
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004399 */
Dave Chinnere0c3da52011-09-18 20:41:01 +00004400 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx), &bma->got);
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004401
Dave Chinner963c30c2011-09-18 20:40:59 +00004402 ASSERT(bma->got.br_startoff <= bma->offset);
4403 ASSERT(bma->got.br_startoff + bma->got.br_blockcount >=
4404 bma->offset + bma->length);
Dave Chinnerbaf41a52011-09-18 20:40:56 +00004405 ASSERT(bma->got.br_state == XFS_EXT_NORM ||
4406 bma->got.br_state == XFS_EXT_UNWRITTEN);
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004407 return 0;
4408}
4409
Dave Chinnerb447fe52011-09-18 20:40:51 +00004410STATIC int
4411xfs_bmapi_convert_unwritten(
4412 struct xfs_bmalloca *bma,
4413 struct xfs_bmbt_irec *mval,
4414 xfs_filblks_t len,
Christoph Hellwigc315c902011-09-18 20:41:02 +00004415 int flags)
Dave Chinnerb447fe52011-09-18 20:40:51 +00004416{
Darrick J. Wong3993bae2016-10-03 09:11:32 -07004417 int whichfork = xfs_bmapi_whichfork(flags);
Dave Chinnerb447fe52011-09-18 20:40:51 +00004418 struct xfs_ifork *ifp = XFS_IFORK_PTR(bma->ip, whichfork);
Christoph Hellwigc315c902011-09-18 20:41:02 +00004419 int tmp_logflags = 0;
Dave Chinnerb447fe52011-09-18 20:40:51 +00004420 int error;
4421
Dave Chinnerb447fe52011-09-18 20:40:51 +00004422 /* check if we need to do unwritten->real conversion */
4423 if (mval->br_state == XFS_EXT_UNWRITTEN &&
4424 (flags & XFS_BMAPI_PREALLOC))
4425 return 0;
4426
4427 /* check if we need to do real->unwritten conversion */
4428 if (mval->br_state == XFS_EXT_NORM &&
4429 (flags & (XFS_BMAPI_PREALLOC | XFS_BMAPI_CONVERT)) !=
4430 (XFS_BMAPI_PREALLOC | XFS_BMAPI_CONVERT))
4431 return 0;
4432
4433 /*
4434 * Modify (by adding) the state flag, if writing.
4435 */
4436 ASSERT(mval->br_blockcount <= len);
Dave Chinner29c8d172011-09-18 20:41:00 +00004437 if ((ifp->if_flags & XFS_IFBROOT) && !bma->cur) {
4438 bma->cur = xfs_bmbt_init_cursor(bma->ip->i_mount, bma->tp,
Dave Chinnerb447fe52011-09-18 20:40:51 +00004439 bma->ip, whichfork);
Dave Chinner29c8d172011-09-18 20:41:00 +00004440 bma->cur->bc_private.b.firstblock = *bma->firstblock;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10004441 bma->cur->bc_private.b.dfops = bma->dfops;
Dave Chinnerb447fe52011-09-18 20:40:51 +00004442 }
4443 mval->br_state = (mval->br_state == XFS_EXT_UNWRITTEN)
4444 ? XFS_EXT_NORM : XFS_EXT_UNWRITTEN;
4445
Dave Chinner3fbbbea2015-11-03 12:27:22 +11004446 /*
4447 * Before insertion into the bmbt, zero the range being converted
4448 * if required.
4449 */
4450 if (flags & XFS_BMAPI_ZERO) {
4451 error = xfs_zero_extent(bma->ip, mval->br_startblock,
4452 mval->br_blockcount);
4453 if (error)
4454 return error;
4455 }
4456
Darrick J. Wong05a630d2017-02-02 15:14:01 -08004457 error = xfs_bmap_add_extent_unwritten_real(bma->tp, bma->ip, whichfork,
4458 &bma->idx, &bma->cur, mval, bma->firstblock, bma->dfops,
Christoph Hellwigc315c902011-09-18 20:41:02 +00004459 &tmp_logflags);
Brian Foster2e588a42015-06-01 07:15:23 +10004460 /*
4461 * Log the inode core unconditionally in the unwritten extent conversion
4462 * path because the conversion might not have done so (e.g., if the
4463 * extent count hasn't changed). We need to make sure the inode is dirty
4464 * in the transaction for the sake of fsync(), even if nothing has
4465 * changed, because fsync() will not force the log for this transaction
4466 * unless it sees the inode pinned.
Darrick J. Wong05a630d2017-02-02 15:14:01 -08004467 *
4468 * Note: If we're only converting cow fork extents, there aren't
4469 * any on-disk updates to make, so we don't need to log anything.
Brian Foster2e588a42015-06-01 07:15:23 +10004470 */
Darrick J. Wong05a630d2017-02-02 15:14:01 -08004471 if (whichfork != XFS_COW_FORK)
4472 bma->logflags |= tmp_logflags | XFS_ILOG_CORE;
Dave Chinnerb447fe52011-09-18 20:40:51 +00004473 if (error)
4474 return error;
4475
4476 /*
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00004477 * Update our extent pointer, given that
4478 * xfs_bmap_add_extent_unwritten_real might have merged it into one
4479 * of the neighbouring ones.
Dave Chinnerb447fe52011-09-18 20:40:51 +00004480 */
Dave Chinnere0c3da52011-09-18 20:41:01 +00004481 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx), &bma->got);
Dave Chinnerb447fe52011-09-18 20:40:51 +00004482
4483 /*
4484 * We may have combined previously unwritten space with written space,
4485 * so generate another request.
4486 */
4487 if (mval->br_blockcount < len)
Dave Chinner24513372014-06-25 14:58:08 +10004488 return -EAGAIN;
Dave Chinnerb447fe52011-09-18 20:40:51 +00004489 return 0;
4490}
4491
Christoph Hellwig44032802011-09-18 20:40:48 +00004492/*
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004493 * Map file blocks to filesystem blocks, and allocate blocks or convert the
4494 * extent state if necessary. Details behaviour is controlled by the flags
4495 * parameter. Only allocates blocks from a single allocation group, to avoid
4496 * locking problems.
4497 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07004498 * The returned value in "firstblock" from the first call in a transaction
4499 * must be remembered and presented to subsequent calls in "firstblock".
4500 * An upper bound for the number of blocks to be allocated is supplied to
4501 * the first call in "total"; if no allocation group has that many free
4502 * blocks then the call will fail (return NULLFSBLOCK in "firstblock").
4503 */
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004504int
4505xfs_bmapi_write(
4506 struct xfs_trans *tp, /* transaction pointer */
4507 struct xfs_inode *ip, /* incore inode */
4508 xfs_fileoff_t bno, /* starting file offs. mapped */
4509 xfs_filblks_t len, /* length to map in file */
4510 int flags, /* XFS_BMAPI_... */
4511 xfs_fsblock_t *firstblock, /* first allocated block
4512 controls a.g. for allocs */
4513 xfs_extlen_t total, /* total blocks needed */
4514 struct xfs_bmbt_irec *mval, /* output: map values */
4515 int *nmap, /* i/o: mval size/count */
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10004516 struct xfs_defer_ops *dfops) /* i/o: list extents to free */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004517{
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004518 struct xfs_mount *mp = ip->i_mount;
4519 struct xfs_ifork *ifp;
Dave Chinnera30b0362013-09-02 20:49:36 +10004520 struct xfs_bmalloca bma = { NULL }; /* args for xfs_bmap_alloc */
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004521 xfs_fileoff_t end; /* end of mapped file region */
Christoph Hellwig2d58f6e2016-11-24 11:39:43 +11004522 bool eof = false; /* after the end of extents */
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004523 int error; /* error return */
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004524 int n; /* current extent index */
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004525 xfs_fileoff_t obno; /* old block number (offset) */
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004526 int whichfork; /* data or attr fork */
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004527
Linus Torvalds1da177e2005-04-16 15:20:36 -07004528#ifdef DEBUG
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004529 xfs_fileoff_t orig_bno; /* original block number value */
4530 int orig_flags; /* original flags arg value */
4531 xfs_filblks_t orig_len; /* original value of len arg */
4532 struct xfs_bmbt_irec *orig_mval; /* original value of mval */
4533 int orig_nmap; /* original value of *nmap */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004534
4535 orig_bno = bno;
4536 orig_len = len;
4537 orig_flags = flags;
4538 orig_mval = mval;
4539 orig_nmap = *nmap;
4540#endif
Darrick J. Wong60b49842016-10-03 09:11:34 -07004541 whichfork = xfs_bmapi_whichfork(flags);
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004542
Linus Torvalds1da177e2005-04-16 15:20:36 -07004543 ASSERT(*nmap >= 1);
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004544 ASSERT(*nmap <= XFS_BMAP_MAX_NMAP);
4545 ASSERT(!(flags & XFS_BMAPI_IGSTATE));
Darrick J. Wong05a630d2017-02-02 15:14:01 -08004546 ASSERT(tp != NULL ||
4547 (flags & (XFS_BMAPI_CONVERT | XFS_BMAPI_COWFORK)) ==
4548 (XFS_BMAPI_CONVERT | XFS_BMAPI_COWFORK));
Dave Chinnera99ebf42011-12-01 11:24:20 +00004549 ASSERT(len > 0);
Dave Chinnerf3508bc2013-07-10 07:04:00 +10004550 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_LOCAL);
Christoph Hellwigeef334e2013-12-06 12:30:17 -08004551 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL));
Darrick J. Wongf65306e2016-10-03 09:11:27 -07004552 ASSERT(!(flags & XFS_BMAPI_REMAP) || whichfork == XFS_DATA_FORK);
4553 ASSERT(!(flags & XFS_BMAPI_PREALLOC) || !(flags & XFS_BMAPI_REMAP));
4554 ASSERT(!(flags & XFS_BMAPI_CONVERT) || !(flags & XFS_BMAPI_REMAP));
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004555
Dave Chinner3fbbbea2015-11-03 12:27:22 +11004556 /* zeroing is for currently only for data extents, not metadata */
4557 ASSERT((flags & (XFS_BMAPI_METADATA | XFS_BMAPI_ZERO)) !=
4558 (XFS_BMAPI_METADATA | XFS_BMAPI_ZERO));
4559 /*
4560 * we can allocate unwritten extents or pre-zero allocated blocks,
4561 * but it makes no sense to do both at once. This would result in
4562 * zeroing the unwritten extent twice, but it still being an
4563 * unwritten extent....
4564 */
4565 ASSERT((flags & (XFS_BMAPI_PREALLOC | XFS_BMAPI_ZERO)) !=
4566 (XFS_BMAPI_PREALLOC | XFS_BMAPI_ZERO));
4567
Linus Torvalds1da177e2005-04-16 15:20:36 -07004568 if (unlikely(XFS_TEST_ERROR(
4569 (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS &&
Dave Chinnerf3508bc2013-07-10 07:04:00 +10004570 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE),
Linus Torvalds1da177e2005-04-16 15:20:36 -07004571 mp, XFS_ERRTAG_BMAPIFORMAT, XFS_RANDOM_BMAPIFORMAT))) {
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004572 XFS_ERROR_REPORT("xfs_bmapi_write", XFS_ERRLEVEL_LOW, mp);
Dave Chinner24513372014-06-25 14:58:08 +10004573 return -EFSCORRUPTED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004574 }
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004575
Linus Torvalds1da177e2005-04-16 15:20:36 -07004576 if (XFS_FORCED_SHUTDOWN(mp))
Dave Chinner24513372014-06-25 14:58:08 +10004577 return -EIO;
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004578
Linus Torvalds1da177e2005-04-16 15:20:36 -07004579 ifp = XFS_IFORK_PTR(ip, whichfork);
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004580
Bill O'Donnellff6d6af2015-10-12 18:21:22 +11004581 XFS_STATS_INC(mp, xs_blk_mapw);
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004582
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004583 if (*firstblock == NULLFSBLOCK) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004584 if (XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_BTREE)
Dave Chinner0937e0f2011-09-18 20:40:57 +00004585 bma.minleft = be16_to_cpu(ifp->if_broot->bb_level) + 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004586 else
Dave Chinner0937e0f2011-09-18 20:40:57 +00004587 bma.minleft = 1;
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004588 } else {
Dave Chinner0937e0f2011-09-18 20:40:57 +00004589 bma.minleft = 0;
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004590 }
4591
4592 if (!(ifp->if_flags & XFS_IFEXTENTS)) {
4593 error = xfs_iread_extents(tp, ip, whichfork);
4594 if (error)
4595 goto error0;
4596 }
4597
Linus Torvalds1da177e2005-04-16 15:20:36 -07004598 n = 0;
4599 end = bno + len;
4600 obno = bno;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004601
Christoph Hellwig2d58f6e2016-11-24 11:39:43 +11004602 if (!xfs_iext_lookup_extent(ip, ifp, bno, &bma.idx, &bma.got))
4603 eof = true;
4604 if (!xfs_iext_get_extent(ifp, bma.idx - 1, &bma.prev))
4605 bma.prev.br_startoff = NULLFILEOFF;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004606 bma.tp = tp;
4607 bma.ip = ip;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004608 bma.total = total;
Dave Chinner292378e2016-09-26 08:21:28 +10004609 bma.datatype = 0;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10004610 bma.dfops = dfops;
Dave Chinner0937e0f2011-09-18 20:40:57 +00004611 bma.firstblock = firstblock;
Christoph Hellwigb4e91812010-06-23 18:11:15 +10004612
Linus Torvalds1da177e2005-04-16 15:20:36 -07004613 while (bno < end && n < *nmap) {
Christoph Hellwigd2b39642017-01-20 09:31:54 -08004614 bool need_alloc = false, wasdelay = false;
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004615
Christoph Hellwigd2b39642017-01-20 09:31:54 -08004616 /* in hole or beyoned EOF? */
4617 if (eof || bma.got.br_startoff > bno) {
4618 if (flags & XFS_BMAPI_DELALLOC) {
4619 /*
4620 * For the COW fork we can reasonably get a
4621 * request for converting an extent that races
4622 * with other threads already having converted
4623 * part of it, as there converting COW to
4624 * regular blocks is not protected using the
4625 * IOLOCK.
4626 */
4627 ASSERT(flags & XFS_BMAPI_COWFORK);
4628 if (!(flags & XFS_BMAPI_COWFORK)) {
4629 error = -EIO;
4630 goto error0;
4631 }
4632
4633 if (eof || bno >= end)
4634 break;
4635 } else {
4636 need_alloc = true;
4637 }
4638 } else {
4639 /*
4640 * Make sure we only reflink into a hole.
4641 */
4642 ASSERT(!(flags & XFS_BMAPI_REMAP));
4643 if (isnullstartblock(bma.got.br_startblock))
4644 wasdelay = true;
4645 }
Darrick J. Wongf65306e2016-10-03 09:11:27 -07004646
4647 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004648 * First, deal with the hole before the allocated space
4649 * that we found, if any.
4650 */
Christoph Hellwigd2b39642017-01-20 09:31:54 -08004651 if (need_alloc || wasdelay) {
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004652 bma.eof = eof;
4653 bma.conv = !!(flags & XFS_BMAPI_CONVERT);
4654 bma.wasdel = wasdelay;
Dave Chinner3a756672011-09-18 20:40:58 +00004655 bma.offset = bno;
Dave Chinnere04426b2012-10-05 11:06:59 +10004656 bma.flags = flags;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004657
Dave Chinnera99ebf42011-12-01 11:24:20 +00004658 /*
4659 * There's a 32/64 bit type mismatch between the
4660 * allocation length request (which can be 64 bits in
4661 * length) and the bma length request, which is
4662 * xfs_extlen_t and therefore 32 bits. Hence we have to
4663 * check for 32-bit overflows and handle them here.
4664 */
4665 if (len > (xfs_filblks_t)MAXEXTLEN)
4666 bma.length = MAXEXTLEN;
4667 else
4668 bma.length = len;
4669
4670 ASSERT(len > 0);
4671 ASSERT(bma.length > 0);
Dave Chinnere04426b2012-10-05 11:06:59 +10004672 error = xfs_bmapi_allocate(&bma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004673 if (error)
4674 goto error0;
Dave Chinner3a756672011-09-18 20:40:58 +00004675 if (bma.blkno == NULLFSBLOCK)
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004676 break;
Darrick J. Wong174edb02016-10-03 09:11:39 -07004677
4678 /*
4679 * If this is a CoW allocation, record the data in
4680 * the refcount btree for orphan recovery.
4681 */
4682 if (whichfork == XFS_COW_FORK) {
4683 error = xfs_refcount_alloc_cow_extent(mp, dfops,
4684 bma.blkno, bma.length);
4685 if (error)
4686 goto error0;
4687 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004688 }
Christoph Hellwig44032802011-09-18 20:40:48 +00004689
Dave Chinneraef9a892011-09-18 20:40:44 +00004690 /* Deal with the allocated space we found. */
Dave Chinnerbaf41a52011-09-18 20:40:56 +00004691 xfs_bmapi_trim_map(mval, &bma.got, &bno, len, obno,
4692 end, n, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004693
Dave Chinnerb447fe52011-09-18 20:40:51 +00004694 /* Execute unwritten extent conversion if necessary */
Christoph Hellwigc315c902011-09-18 20:41:02 +00004695 error = xfs_bmapi_convert_unwritten(&bma, mval, len, flags);
Dave Chinner24513372014-06-25 14:58:08 +10004696 if (error == -EAGAIN)
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004697 continue;
4698 if (error)
4699 goto error0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004700
Dave Chinneraef9a892011-09-18 20:40:44 +00004701 /* update the extent map to return */
4702 xfs_bmapi_update_map(&mval, &bno, &len, obno, end, &n, flags);
4703
Linus Torvalds1da177e2005-04-16 15:20:36 -07004704 /*
4705 * If we're done, stop now. Stop when we've allocated
4706 * XFS_BMAP_MAX_NMAP extents no matter what. Otherwise
4707 * the transaction may get too big.
4708 */
Dave Chinnere0c3da52011-09-18 20:41:01 +00004709 if (bno >= end || n >= *nmap || bma.nallocs >= *nmap)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004710 break;
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004711
4712 /* Else go on to the next record. */
Dave Chinnerbaf41a52011-09-18 20:40:56 +00004713 bma.prev = bma.got;
Christoph Hellwig2d58f6e2016-11-24 11:39:43 +11004714 if (!xfs_iext_get_extent(ifp, ++bma.idx, &bma.got))
4715 eof = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004716 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004717 *nmap = n;
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004718
Linus Torvalds1da177e2005-04-16 15:20:36 -07004719 /*
4720 * Transform from btree to extents, give it cur.
4721 */
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00004722 if (xfs_bmap_wants_extents(ip, whichfork)) {
Christoph Hellwigc315c902011-09-18 20:41:02 +00004723 int tmp_logflags = 0;
4724
Dave Chinner29c8d172011-09-18 20:41:00 +00004725 ASSERT(bma.cur);
4726 error = xfs_bmap_btree_to_extents(tp, ip, bma.cur,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004727 &tmp_logflags, whichfork);
Christoph Hellwigc315c902011-09-18 20:41:02 +00004728 bma.logflags |= tmp_logflags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004729 if (error)
4730 goto error0;
4731 }
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00004732
Linus Torvalds1da177e2005-04-16 15:20:36 -07004733 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE ||
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00004734 XFS_IFORK_NEXTENTS(ip, whichfork) >
4735 XFS_IFORK_MAXEXT(ip, whichfork));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004736 error = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004737error0:
4738 /*
4739 * Log everything. Do this after conversion, there's no point in
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11004740 * logging the extent records if we've converted to btree format.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004741 */
Christoph Hellwigc315c902011-09-18 20:41:02 +00004742 if ((bma.logflags & xfs_ilog_fext(whichfork)) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07004743 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS)
Christoph Hellwigc315c902011-09-18 20:41:02 +00004744 bma.logflags &= ~xfs_ilog_fext(whichfork);
4745 else if ((bma.logflags & xfs_ilog_fbroot(whichfork)) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07004746 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE)
Christoph Hellwigc315c902011-09-18 20:41:02 +00004747 bma.logflags &= ~xfs_ilog_fbroot(whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004748 /*
4749 * Log whatever the flags say, even if error. Otherwise we might miss
4750 * detecting a case where the data is changed, there's an error,
4751 * and it's not logged so we don't shutdown when we should.
4752 */
Christoph Hellwigc315c902011-09-18 20:41:02 +00004753 if (bma.logflags)
4754 xfs_trans_log_inode(tp, ip, bma.logflags);
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004755
Dave Chinner29c8d172011-09-18 20:41:00 +00004756 if (bma.cur) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004757 if (!error) {
4758 ASSERT(*firstblock == NULLFSBLOCK ||
Christoph Hellwig410d17f2017-02-16 17:12:51 -08004759 XFS_FSB_TO_AGNO(mp, *firstblock) <=
Linus Torvalds1da177e2005-04-16 15:20:36 -07004760 XFS_FSB_TO_AGNO(mp,
Christoph Hellwig410d17f2017-02-16 17:12:51 -08004761 bma.cur->bc_private.b.firstblock));
Dave Chinner29c8d172011-09-18 20:41:00 +00004762 *firstblock = bma.cur->bc_private.b.firstblock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004763 }
Dave Chinner29c8d172011-09-18 20:41:00 +00004764 xfs_btree_del_cursor(bma.cur,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004765 error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR);
4766 }
4767 if (!error)
4768 xfs_bmap_validate_ret(orig_bno, orig_len, orig_flags, orig_mval,
4769 orig_nmap, *nmap);
4770 return error;
4771}
4772
4773/*
Brian Fostera9bd24a2016-03-15 11:42:46 +11004774 * When a delalloc extent is split (e.g., due to a hole punch), the original
4775 * indlen reservation must be shared across the two new extents that are left
4776 * behind.
4777 *
4778 * Given the original reservation and the worst case indlen for the two new
4779 * extents (as calculated by xfs_bmap_worst_indlen()), split the original
Brian Fosterd34999c92016-03-15 11:42:47 +11004780 * reservation fairly across the two new extents. If necessary, steal available
4781 * blocks from a deleted extent to make up a reservation deficiency (e.g., if
4782 * ores == 1). The number of stolen blocks is returned. The availability and
4783 * subsequent accounting of stolen blocks is the responsibility of the caller.
Brian Fostera9bd24a2016-03-15 11:42:46 +11004784 */
Brian Fosterd34999c92016-03-15 11:42:47 +11004785static xfs_filblks_t
Brian Fostera9bd24a2016-03-15 11:42:46 +11004786xfs_bmap_split_indlen(
4787 xfs_filblks_t ores, /* original res. */
4788 xfs_filblks_t *indlen1, /* ext1 worst indlen */
Brian Fosterd34999c92016-03-15 11:42:47 +11004789 xfs_filblks_t *indlen2, /* ext2 worst indlen */
4790 xfs_filblks_t avail) /* stealable blocks */
Brian Fostera9bd24a2016-03-15 11:42:46 +11004791{
4792 xfs_filblks_t len1 = *indlen1;
4793 xfs_filblks_t len2 = *indlen2;
4794 xfs_filblks_t nres = len1 + len2; /* new total res. */
Brian Fosterd34999c92016-03-15 11:42:47 +11004795 xfs_filblks_t stolen = 0;
Brian Foster75d65362017-02-13 22:48:30 -08004796 xfs_filblks_t resfactor;
Brian Fostera9bd24a2016-03-15 11:42:46 +11004797
4798 /*
Brian Fosterd34999c92016-03-15 11:42:47 +11004799 * Steal as many blocks as we can to try and satisfy the worst case
4800 * indlen for both new extents.
4801 */
Brian Foster75d65362017-02-13 22:48:30 -08004802 if (ores < nres && avail)
4803 stolen = XFS_FILBLKS_MIN(nres - ores, avail);
4804 ores += stolen;
4805
4806 /* nothing else to do if we've satisfied the new reservation */
4807 if (ores >= nres)
4808 return stolen;
Brian Fosterd34999c92016-03-15 11:42:47 +11004809
4810 /*
Brian Foster75d65362017-02-13 22:48:30 -08004811 * We can't meet the total required reservation for the two extents.
4812 * Calculate the percent of the overall shortage between both extents
4813 * and apply this percentage to each of the requested indlen values.
4814 * This distributes the shortage fairly and reduces the chances that one
4815 * of the two extents is left with nothing when extents are repeatedly
4816 * split.
Brian Fostera9bd24a2016-03-15 11:42:46 +11004817 */
Brian Foster75d65362017-02-13 22:48:30 -08004818 resfactor = (ores * 100);
4819 do_div(resfactor, nres);
4820 len1 *= resfactor;
4821 do_div(len1, 100);
4822 len2 *= resfactor;
4823 do_div(len2, 100);
4824 ASSERT(len1 + len2 <= ores);
4825 ASSERT(len1 < *indlen1 && len2 < *indlen2);
4826
4827 /*
4828 * Hand out the remainder to each extent. If one of the two reservations
4829 * is zero, we want to make sure that one gets a block first. The loop
4830 * below starts with len1, so hand len2 a block right off the bat if it
4831 * is zero.
4832 */
4833 ores -= (len1 + len2);
4834 ASSERT((*indlen1 - len1) + (*indlen2 - len2) >= ores);
4835 if (ores && !len2 && *indlen2) {
4836 len2++;
4837 ores--;
4838 }
4839 while (ores) {
4840 if (len1 < *indlen1) {
4841 len1++;
4842 ores--;
Brian Fostera9bd24a2016-03-15 11:42:46 +11004843 }
Brian Foster75d65362017-02-13 22:48:30 -08004844 if (!ores)
Brian Fostera9bd24a2016-03-15 11:42:46 +11004845 break;
Brian Foster75d65362017-02-13 22:48:30 -08004846 if (len2 < *indlen2) {
4847 len2++;
4848 ores--;
Brian Fostera9bd24a2016-03-15 11:42:46 +11004849 }
4850 }
4851
4852 *indlen1 = len1;
4853 *indlen2 = len2;
Brian Fosterd34999c92016-03-15 11:42:47 +11004854
4855 return stolen;
Brian Fostera9bd24a2016-03-15 11:42:46 +11004856}
4857
Christoph Hellwigfa5c8362016-10-20 15:54:14 +11004858int
4859xfs_bmap_del_extent_delay(
4860 struct xfs_inode *ip,
4861 int whichfork,
4862 xfs_extnum_t *idx,
4863 struct xfs_bmbt_irec *got,
4864 struct xfs_bmbt_irec *del)
4865{
4866 struct xfs_mount *mp = ip->i_mount;
4867 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork);
4868 struct xfs_bmbt_irec new;
4869 int64_t da_old, da_new, da_diff = 0;
4870 xfs_fileoff_t del_endoff, got_endoff;
4871 xfs_filblks_t got_indlen, new_indlen, stolen;
4872 int error = 0, state = 0;
4873 bool isrt;
4874
4875 XFS_STATS_INC(mp, xs_del_exlist);
4876
4877 isrt = (whichfork == XFS_DATA_FORK) && XFS_IS_REALTIME_INODE(ip);
4878 del_endoff = del->br_startoff + del->br_blockcount;
4879 got_endoff = got->br_startoff + got->br_blockcount;
4880 da_old = startblockval(got->br_startblock);
4881 da_new = 0;
4882
4883 ASSERT(*idx >= 0);
Eric Sandeen5d829302016-11-08 12:59:42 +11004884 ASSERT(*idx <= xfs_iext_count(ifp));
Christoph Hellwigfa5c8362016-10-20 15:54:14 +11004885 ASSERT(del->br_blockcount > 0);
4886 ASSERT(got->br_startoff <= del->br_startoff);
4887 ASSERT(got_endoff >= del_endoff);
4888
4889 if (isrt) {
4890 int64_t rtexts = XFS_FSB_TO_B(mp, del->br_blockcount);
4891
4892 do_div(rtexts, mp->m_sb.sb_rextsize);
4893 xfs_mod_frextents(mp, rtexts);
4894 }
4895
4896 /*
4897 * Update the inode delalloc counter now and wait to update the
4898 * sb counters as we might have to borrow some blocks for the
4899 * indirect block accounting.
4900 */
Darrick J. Wong4fd29ec42016-11-08 11:59:26 +11004901 error = xfs_trans_reserve_quota_nblks(NULL, ip,
4902 -((long)del->br_blockcount), 0,
Christoph Hellwigfa5c8362016-10-20 15:54:14 +11004903 isrt ? XFS_QMOPT_RES_RTBLKS : XFS_QMOPT_RES_REGBLKS);
Darrick J. Wong4fd29ec42016-11-08 11:59:26 +11004904 if (error)
4905 return error;
Christoph Hellwigfa5c8362016-10-20 15:54:14 +11004906 ip->i_delayed_blks -= del->br_blockcount;
4907
4908 if (whichfork == XFS_COW_FORK)
4909 state |= BMAP_COWFORK;
4910
4911 if (got->br_startoff == del->br_startoff)
4912 state |= BMAP_LEFT_CONTIG;
4913 if (got_endoff == del_endoff)
4914 state |= BMAP_RIGHT_CONTIG;
4915
4916 switch (state & (BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG)) {
4917 case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
4918 /*
4919 * Matches the whole extent. Delete the entry.
4920 */
4921 xfs_iext_remove(ip, *idx, 1, state);
4922 --*idx;
4923 break;
4924 case BMAP_LEFT_CONTIG:
4925 /*
4926 * Deleting the first part of the extent.
4927 */
4928 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
4929 got->br_startoff = del_endoff;
4930 got->br_blockcount -= del->br_blockcount;
4931 da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip,
4932 got->br_blockcount), da_old);
4933 got->br_startblock = nullstartblock((int)da_new);
4934 xfs_bmbt_set_all(xfs_iext_get_ext(ifp, *idx), got);
4935 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
4936 break;
4937 case BMAP_RIGHT_CONTIG:
4938 /*
4939 * Deleting the last part of the extent.
4940 */
4941 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
4942 got->br_blockcount = got->br_blockcount - del->br_blockcount;
4943 da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip,
4944 got->br_blockcount), da_old);
4945 got->br_startblock = nullstartblock((int)da_new);
4946 xfs_bmbt_set_all(xfs_iext_get_ext(ifp, *idx), got);
4947 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
4948 break;
4949 case 0:
4950 /*
4951 * Deleting the middle of the extent.
4952 *
4953 * Distribute the original indlen reservation across the two new
4954 * extents. Steal blocks from the deleted extent if necessary.
4955 * Stealing blocks simply fudges the fdblocks accounting below.
4956 * Warn if either of the new indlen reservations is zero as this
4957 * can lead to delalloc problems.
4958 */
4959 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
4960
4961 got->br_blockcount = del->br_startoff - got->br_startoff;
4962 got_indlen = xfs_bmap_worst_indlen(ip, got->br_blockcount);
4963
4964 new.br_blockcount = got_endoff - del_endoff;
4965 new_indlen = xfs_bmap_worst_indlen(ip, new.br_blockcount);
4966
4967 WARN_ON_ONCE(!got_indlen || !new_indlen);
4968 stolen = xfs_bmap_split_indlen(da_old, &got_indlen, &new_indlen,
4969 del->br_blockcount);
4970
4971 got->br_startblock = nullstartblock((int)got_indlen);
4972 xfs_bmbt_set_all(xfs_iext_get_ext(ifp, *idx), got);
4973 trace_xfs_bmap_post_update(ip, *idx, 0, _THIS_IP_);
4974
4975 new.br_startoff = del_endoff;
4976 new.br_state = got->br_state;
4977 new.br_startblock = nullstartblock((int)new_indlen);
4978
4979 ++*idx;
4980 xfs_iext_insert(ip, *idx, 1, &new, state);
4981
4982 da_new = got_indlen + new_indlen - stolen;
4983 del->br_blockcount -= stolen;
4984 break;
4985 }
4986
4987 ASSERT(da_old >= da_new);
4988 da_diff = da_old - da_new;
4989 if (!isrt)
4990 da_diff += del->br_blockcount;
4991 if (da_diff)
4992 xfs_mod_fdblocks(mp, da_diff, false);
4993 return error;
4994}
4995
4996void
4997xfs_bmap_del_extent_cow(
4998 struct xfs_inode *ip,
4999 xfs_extnum_t *idx,
5000 struct xfs_bmbt_irec *got,
5001 struct xfs_bmbt_irec *del)
5002{
5003 struct xfs_mount *mp = ip->i_mount;
5004 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, XFS_COW_FORK);
5005 struct xfs_bmbt_irec new;
5006 xfs_fileoff_t del_endoff, got_endoff;
5007 int state = BMAP_COWFORK;
5008
5009 XFS_STATS_INC(mp, xs_del_exlist);
5010
5011 del_endoff = del->br_startoff + del->br_blockcount;
5012 got_endoff = got->br_startoff + got->br_blockcount;
5013
5014 ASSERT(*idx >= 0);
Eric Sandeen5d829302016-11-08 12:59:42 +11005015 ASSERT(*idx <= xfs_iext_count(ifp));
Christoph Hellwigfa5c8362016-10-20 15:54:14 +11005016 ASSERT(del->br_blockcount > 0);
5017 ASSERT(got->br_startoff <= del->br_startoff);
5018 ASSERT(got_endoff >= del_endoff);
5019 ASSERT(!isnullstartblock(got->br_startblock));
5020
5021 if (got->br_startoff == del->br_startoff)
5022 state |= BMAP_LEFT_CONTIG;
5023 if (got_endoff == del_endoff)
5024 state |= BMAP_RIGHT_CONTIG;
5025
5026 switch (state & (BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG)) {
5027 case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
5028 /*
5029 * Matches the whole extent. Delete the entry.
5030 */
5031 xfs_iext_remove(ip, *idx, 1, state);
5032 --*idx;
5033 break;
5034 case BMAP_LEFT_CONTIG:
5035 /*
5036 * Deleting the first part of the extent.
5037 */
5038 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
5039 got->br_startoff = del_endoff;
5040 got->br_blockcount -= del->br_blockcount;
5041 got->br_startblock = del->br_startblock + del->br_blockcount;
5042 xfs_bmbt_set_all(xfs_iext_get_ext(ifp, *idx), got);
5043 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
5044 break;
5045 case BMAP_RIGHT_CONTIG:
5046 /*
5047 * Deleting the last part of the extent.
5048 */
5049 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
5050 got->br_blockcount -= del->br_blockcount;
5051 xfs_bmbt_set_all(xfs_iext_get_ext(ifp, *idx), got);
5052 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
5053 break;
5054 case 0:
5055 /*
5056 * Deleting the middle of the extent.
5057 */
5058 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
5059 got->br_blockcount = del->br_startoff - got->br_startoff;
5060 xfs_bmbt_set_all(xfs_iext_get_ext(ifp, *idx), got);
5061 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
5062
5063 new.br_startoff = del_endoff;
5064 new.br_blockcount = got_endoff - del_endoff;
5065 new.br_state = got->br_state;
5066 new.br_startblock = del->br_startblock + del->br_blockcount;
5067
5068 ++*idx;
5069 xfs_iext_insert(ip, *idx, 1, &new, state);
5070 break;
5071 }
5072}
5073
Brian Fostera9bd24a2016-03-15 11:42:46 +11005074/*
Dave Chinner9e5987a2013-02-25 12:31:26 +11005075 * Called by xfs_bmapi to update file extent records and the btree
5076 * after removing space (or undoing a delayed allocation).
5077 */
5078STATIC int /* error */
5079xfs_bmap_del_extent(
5080 xfs_inode_t *ip, /* incore inode pointer */
5081 xfs_trans_t *tp, /* current transaction pointer */
5082 xfs_extnum_t *idx, /* extent number to update/delete */
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10005083 struct xfs_defer_ops *dfops, /* list of extents to be freed */
Dave Chinner9e5987a2013-02-25 12:31:26 +11005084 xfs_btree_cur_t *cur, /* if null, not a btree */
5085 xfs_bmbt_irec_t *del, /* data to remove from extents */
5086 int *logflagsp, /* inode logging flags */
Darrick J. Wong4847acf2016-10-03 09:11:27 -07005087 int whichfork, /* data or attr fork */
5088 int bflags) /* bmapi flags */
Dave Chinner9e5987a2013-02-25 12:31:26 +11005089{
5090 xfs_filblks_t da_new; /* new delay-alloc indirect blocks */
5091 xfs_filblks_t da_old; /* old delay-alloc indirect blocks */
5092 xfs_fsblock_t del_endblock=0; /* first block past del */
5093 xfs_fileoff_t del_endoff; /* first offset past del */
5094 int delay; /* current block is delayed allocated */
5095 int do_fx; /* free extent at end of routine */
5096 xfs_bmbt_rec_host_t *ep; /* current extent entry pointer */
5097 int error; /* error return value */
5098 int flags; /* inode logging flags */
5099 xfs_bmbt_irec_t got; /* current extent entry */
5100 xfs_fileoff_t got_endoff; /* first offset past got */
5101 int i; /* temp state */
5102 xfs_ifork_t *ifp; /* inode fork pointer */
5103 xfs_mount_t *mp; /* mount structure */
5104 xfs_filblks_t nblks; /* quota/sb block count */
5105 xfs_bmbt_irec_t new; /* new record to be inserted */
5106 /* REFERENCED */
5107 uint qfield; /* quota field to update */
5108 xfs_filblks_t temp; /* for indirect length calculations */
5109 xfs_filblks_t temp2; /* for indirect length calculations */
5110 int state = 0;
5111
Bill O'Donnellff6d6af2015-10-12 18:21:22 +11005112 mp = ip->i_mount;
5113 XFS_STATS_INC(mp, xs_del_exlist);
Dave Chinner9e5987a2013-02-25 12:31:26 +11005114
5115 if (whichfork == XFS_ATTR_FORK)
5116 state |= BMAP_ATTRFORK;
Darrick J. Wong3993bae2016-10-03 09:11:32 -07005117 else if (whichfork == XFS_COW_FORK)
5118 state |= BMAP_COWFORK;
Dave Chinner9e5987a2013-02-25 12:31:26 +11005119
Dave Chinner9e5987a2013-02-25 12:31:26 +11005120 ifp = XFS_IFORK_PTR(ip, whichfork);
Eric Sandeen5d829302016-11-08 12:59:42 +11005121 ASSERT((*idx >= 0) && (*idx < xfs_iext_count(ifp)));
Dave Chinner9e5987a2013-02-25 12:31:26 +11005122 ASSERT(del->br_blockcount > 0);
5123 ep = xfs_iext_get_ext(ifp, *idx);
5124 xfs_bmbt_get_all(ep, &got);
5125 ASSERT(got.br_startoff <= del->br_startoff);
5126 del_endoff = del->br_startoff + del->br_blockcount;
5127 got_endoff = got.br_startoff + got.br_blockcount;
5128 ASSERT(got_endoff >= del_endoff);
5129 delay = isnullstartblock(got.br_startblock);
5130 ASSERT(isnullstartblock(del->br_startblock) == delay);
5131 flags = 0;
5132 qfield = 0;
5133 error = 0;
5134 /*
5135 * If deleting a real allocation, must free up the disk space.
5136 */
5137 if (!delay) {
5138 flags = XFS_ILOG_CORE;
5139 /*
5140 * Realtime allocation. Free it and record di_nblocks update.
5141 */
5142 if (whichfork == XFS_DATA_FORK && XFS_IS_REALTIME_INODE(ip)) {
5143 xfs_fsblock_t bno;
5144 xfs_filblks_t len;
5145
5146 ASSERT(do_mod(del->br_blockcount,
5147 mp->m_sb.sb_rextsize) == 0);
5148 ASSERT(do_mod(del->br_startblock,
5149 mp->m_sb.sb_rextsize) == 0);
5150 bno = del->br_startblock;
5151 len = del->br_blockcount;
5152 do_div(bno, mp->m_sb.sb_rextsize);
5153 do_div(len, mp->m_sb.sb_rextsize);
5154 error = xfs_rtfree_extent(tp, bno, (xfs_extlen_t)len);
5155 if (error)
5156 goto done;
5157 do_fx = 0;
5158 nblks = len * mp->m_sb.sb_rextsize;
5159 qfield = XFS_TRANS_DQ_RTBCOUNT;
5160 }
5161 /*
5162 * Ordinary allocation.
5163 */
5164 else {
5165 do_fx = 1;
5166 nblks = del->br_blockcount;
5167 qfield = XFS_TRANS_DQ_BCOUNT;
5168 }
5169 /*
5170 * Set up del_endblock and cur for later.
5171 */
5172 del_endblock = del->br_startblock + del->br_blockcount;
5173 if (cur) {
5174 if ((error = xfs_bmbt_lookup_eq(cur, got.br_startoff,
5175 got.br_startblock, got.br_blockcount,
5176 &i)))
5177 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11005178 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Dave Chinner9e5987a2013-02-25 12:31:26 +11005179 }
5180 da_old = da_new = 0;
5181 } else {
5182 da_old = startblockval(got.br_startblock);
5183 da_new = 0;
5184 nblks = 0;
5185 do_fx = 0;
5186 }
Darrick J. Wong340785c2016-08-03 11:33:42 +10005187
Dave Chinner9e5987a2013-02-25 12:31:26 +11005188 /*
5189 * Set flag value to use in switch statement.
5190 * Left-contig is 2, right-contig is 1.
5191 */
5192 switch (((got.br_startoff == del->br_startoff) << 1) |
5193 (got_endoff == del_endoff)) {
5194 case 3:
5195 /*
5196 * Matches the whole extent. Delete the entry.
5197 */
Darrick J. Wong4862cfe2016-10-03 09:11:35 -07005198 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Dave Chinner9e5987a2013-02-25 12:31:26 +11005199 xfs_iext_remove(ip, *idx, 1,
5200 whichfork == XFS_ATTR_FORK ? BMAP_ATTRFORK : 0);
5201 --*idx;
5202 if (delay)
5203 break;
5204
5205 XFS_IFORK_NEXT_SET(ip, whichfork,
5206 XFS_IFORK_NEXTENTS(ip, whichfork) - 1);
5207 flags |= XFS_ILOG_CORE;
5208 if (!cur) {
5209 flags |= xfs_ilog_fext(whichfork);
5210 break;
5211 }
5212 if ((error = xfs_btree_delete(cur, &i)))
5213 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11005214 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Dave Chinner9e5987a2013-02-25 12:31:26 +11005215 break;
5216
5217 case 2:
5218 /*
5219 * Deleting the first part of the extent.
5220 */
5221 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
5222 xfs_bmbt_set_startoff(ep, del_endoff);
5223 temp = got.br_blockcount - del->br_blockcount;
5224 xfs_bmbt_set_blockcount(ep, temp);
5225 if (delay) {
5226 temp = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip, temp),
5227 da_old);
5228 xfs_bmbt_set_startblock(ep, nullstartblock((int)temp));
5229 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
5230 da_new = temp;
5231 break;
5232 }
5233 xfs_bmbt_set_startblock(ep, del_endblock);
5234 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
5235 if (!cur) {
5236 flags |= xfs_ilog_fext(whichfork);
5237 break;
5238 }
5239 if ((error = xfs_bmbt_update(cur, del_endoff, del_endblock,
5240 got.br_blockcount - del->br_blockcount,
5241 got.br_state)))
5242 goto done;
5243 break;
5244
5245 case 1:
5246 /*
5247 * Deleting the last part of the extent.
5248 */
5249 temp = got.br_blockcount - del->br_blockcount;
5250 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
5251 xfs_bmbt_set_blockcount(ep, temp);
5252 if (delay) {
5253 temp = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip, temp),
5254 da_old);
5255 xfs_bmbt_set_startblock(ep, nullstartblock((int)temp));
5256 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
5257 da_new = temp;
5258 break;
5259 }
5260 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
5261 if (!cur) {
5262 flags |= xfs_ilog_fext(whichfork);
5263 break;
5264 }
5265 if ((error = xfs_bmbt_update(cur, got.br_startoff,
5266 got.br_startblock,
5267 got.br_blockcount - del->br_blockcount,
5268 got.br_state)))
5269 goto done;
5270 break;
5271
5272 case 0:
5273 /*
5274 * Deleting the middle of the extent.
5275 */
5276 temp = del->br_startoff - got.br_startoff;
5277 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
5278 xfs_bmbt_set_blockcount(ep, temp);
5279 new.br_startoff = del_endoff;
5280 temp2 = got_endoff - del_endoff;
5281 new.br_blockcount = temp2;
5282 new.br_state = got.br_state;
5283 if (!delay) {
5284 new.br_startblock = del_endblock;
5285 flags |= XFS_ILOG_CORE;
5286 if (cur) {
5287 if ((error = xfs_bmbt_update(cur,
5288 got.br_startoff,
5289 got.br_startblock, temp,
5290 got.br_state)))
5291 goto done;
5292 if ((error = xfs_btree_increment(cur, 0, &i)))
5293 goto done;
5294 cur->bc_rec.b = new;
5295 error = xfs_btree_insert(cur, &i);
Dave Chinner24513372014-06-25 14:58:08 +10005296 if (error && error != -ENOSPC)
Dave Chinner9e5987a2013-02-25 12:31:26 +11005297 goto done;
5298 /*
5299 * If get no-space back from btree insert,
5300 * it tried a split, and we have a zero
5301 * block reservation.
5302 * Fix up our state and return the error.
5303 */
Dave Chinner24513372014-06-25 14:58:08 +10005304 if (error == -ENOSPC) {
Dave Chinner9e5987a2013-02-25 12:31:26 +11005305 /*
5306 * Reset the cursor, don't trust
5307 * it after any insert operation.
5308 */
5309 if ((error = xfs_bmbt_lookup_eq(cur,
5310 got.br_startoff,
5311 got.br_startblock,
5312 temp, &i)))
5313 goto done;
Eric Sandeenc29aad42015-02-23 22:39:08 +11005314 XFS_WANT_CORRUPTED_GOTO(mp,
5315 i == 1, done);
Dave Chinner9e5987a2013-02-25 12:31:26 +11005316 /*
5317 * Update the btree record back
5318 * to the original value.
5319 */
5320 if ((error = xfs_bmbt_update(cur,
5321 got.br_startoff,
5322 got.br_startblock,
5323 got.br_blockcount,
5324 got.br_state)))
5325 goto done;
5326 /*
5327 * Reset the extent record back
5328 * to the original value.
5329 */
5330 xfs_bmbt_set_blockcount(ep,
5331 got.br_blockcount);
5332 flags = 0;
Dave Chinner24513372014-06-25 14:58:08 +10005333 error = -ENOSPC;
Dave Chinner9e5987a2013-02-25 12:31:26 +11005334 goto done;
5335 }
Eric Sandeenc29aad42015-02-23 22:39:08 +11005336 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done);
Dave Chinner9e5987a2013-02-25 12:31:26 +11005337 } else
5338 flags |= xfs_ilog_fext(whichfork);
5339 XFS_IFORK_NEXT_SET(ip, whichfork,
5340 XFS_IFORK_NEXTENTS(ip, whichfork) + 1);
5341 } else {
Brian Fosterd34999c92016-03-15 11:42:47 +11005342 xfs_filblks_t stolen;
Dave Chinner9e5987a2013-02-25 12:31:26 +11005343 ASSERT(whichfork == XFS_DATA_FORK);
Brian Fostera9bd24a2016-03-15 11:42:46 +11005344
5345 /*
5346 * Distribute the original indlen reservation across the
Brian Fosterd34999c92016-03-15 11:42:47 +11005347 * two new extents. Steal blocks from the deleted extent
5348 * if necessary. Stealing blocks simply fudges the
5349 * fdblocks accounting in xfs_bunmapi().
Brian Fostera9bd24a2016-03-15 11:42:46 +11005350 */
5351 temp = xfs_bmap_worst_indlen(ip, got.br_blockcount);
5352 temp2 = xfs_bmap_worst_indlen(ip, new.br_blockcount);
Brian Fosterd34999c92016-03-15 11:42:47 +11005353 stolen = xfs_bmap_split_indlen(da_old, &temp, &temp2,
5354 del->br_blockcount);
5355 da_new = temp + temp2 - stolen;
5356 del->br_blockcount -= stolen;
Brian Fostera9bd24a2016-03-15 11:42:46 +11005357
5358 /*
Brian Fosterd34999c92016-03-15 11:42:47 +11005359 * Set the reservation for each extent. Warn if either
5360 * is zero as this can lead to delalloc problems.
Brian Fostera9bd24a2016-03-15 11:42:46 +11005361 */
Brian Fosterd34999c92016-03-15 11:42:47 +11005362 WARN_ON_ONCE(!temp || !temp2);
Dave Chinner9e5987a2013-02-25 12:31:26 +11005363 xfs_bmbt_set_startblock(ep, nullstartblock((int)temp));
Dave Chinner9e5987a2013-02-25 12:31:26 +11005364 new.br_startblock = nullstartblock((int)temp2);
Dave Chinner9e5987a2013-02-25 12:31:26 +11005365 }
5366 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
5367 xfs_iext_insert(ip, *idx + 1, 1, &new, state);
5368 ++*idx;
5369 break;
5370 }
Darrick J. Wong9c194642016-08-03 12:16:05 +10005371
5372 /* remove reverse mapping */
5373 if (!delay) {
5374 error = xfs_rmap_unmap_extent(mp, dfops, ip, whichfork, del);
5375 if (error)
5376 goto done;
5377 }
5378
Dave Chinner9e5987a2013-02-25 12:31:26 +11005379 /*
5380 * If we need to, add to list of extents to delete.
5381 */
Darrick J. Wong4847acf2016-10-03 09:11:27 -07005382 if (do_fx && !(bflags & XFS_BMAPI_REMAP)) {
Darrick J. Wong62aab202016-10-03 09:11:23 -07005383 if (xfs_is_reflink_inode(ip) && whichfork == XFS_DATA_FORK) {
5384 error = xfs_refcount_decrease_extent(mp, dfops, del);
5385 if (error)
5386 goto done;
5387 } else
5388 xfs_bmap_add_free(mp, dfops, del->br_startblock,
5389 del->br_blockcount, NULL);
5390 }
5391
Dave Chinner9e5987a2013-02-25 12:31:26 +11005392 /*
5393 * Adjust inode # blocks in the file.
5394 */
5395 if (nblks)
5396 ip->i_d.di_nblocks -= nblks;
5397 /*
5398 * Adjust quota data.
5399 */
Darrick J. Wong4847acf2016-10-03 09:11:27 -07005400 if (qfield && !(bflags & XFS_BMAPI_REMAP))
Dave Chinner9e5987a2013-02-25 12:31:26 +11005401 xfs_trans_mod_dquot_byino(tp, ip, qfield, (long)-nblks);
5402
5403 /*
5404 * Account for change in delayed indirect blocks.
5405 * Nothing to do for disk quota accounting here.
5406 */
5407 ASSERT(da_old >= da_new);
Dave Chinner0d485ad2015-02-23 21:22:03 +11005408 if (da_old > da_new)
5409 xfs_mod_fdblocks(mp, (int64_t)(da_old - da_new), false);
Dave Chinner9e5987a2013-02-25 12:31:26 +11005410done:
5411 *logflagsp = flags;
5412 return error;
5413}
5414
5415/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07005416 * Unmap (remove) blocks from a file.
5417 * If nexts is nonzero then the number of extents to remove is limited to
5418 * that value. If not all extents in the block range can be removed then
5419 * *done is set.
5420 */
5421int /* error */
Darrick J. Wong44535932016-10-03 09:11:29 -07005422__xfs_bunmapi(
Linus Torvalds1da177e2005-04-16 15:20:36 -07005423 xfs_trans_t *tp, /* transaction pointer */
5424 struct xfs_inode *ip, /* incore inode */
5425 xfs_fileoff_t bno, /* starting offset to unmap */
Darrick J. Wong44535932016-10-03 09:11:29 -07005426 xfs_filblks_t *rlen, /* i/o: amount remaining */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005427 int flags, /* misc flags */
5428 xfs_extnum_t nexts, /* number of extents max */
5429 xfs_fsblock_t *firstblock, /* first allocated block
5430 controls a.g. for allocs */
Darrick J. Wong44535932016-10-03 09:11:29 -07005431 struct xfs_defer_ops *dfops) /* i/o: deferred updates */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005432{
5433 xfs_btree_cur_t *cur; /* bmap btree cursor */
5434 xfs_bmbt_irec_t del; /* extent being deleted */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005435 int error; /* error return value */
5436 xfs_extnum_t extno; /* extent number in list */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005437 xfs_bmbt_irec_t got; /* current extent record */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005438 xfs_ifork_t *ifp; /* inode fork pointer */
5439 int isrt; /* freeing in rt area */
5440 xfs_extnum_t lastx; /* last extent index used */
5441 int logflags; /* transaction logging flags */
5442 xfs_extlen_t mod; /* rt extent offset */
5443 xfs_mount_t *mp; /* mount structure */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005444 xfs_fileoff_t start; /* first file offset deleted */
5445 int tmp_logflags; /* partial logging flags */
5446 int wasdel; /* was a delayed alloc extent */
5447 int whichfork; /* data or attribute fork */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005448 xfs_fsblock_t sum;
Darrick J. Wong44535932016-10-03 09:11:29 -07005449 xfs_filblks_t len = *rlen; /* length to unmap in file */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005450
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00005451 trace_xfs_bunmap(ip, bno, len, flags, _RET_IP_);
5452
Darrick J. Wong3993bae2016-10-03 09:11:32 -07005453 whichfork = xfs_bmapi_whichfork(flags);
5454 ASSERT(whichfork != XFS_COW_FORK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005455 ifp = XFS_IFORK_PTR(ip, whichfork);
5456 if (unlikely(
5457 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS &&
5458 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE)) {
5459 XFS_ERROR_REPORT("xfs_bunmapi", XFS_ERRLEVEL_LOW,
5460 ip->i_mount);
Dave Chinner24513372014-06-25 14:58:08 +10005461 return -EFSCORRUPTED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005462 }
5463 mp = ip->i_mount;
5464 if (XFS_FORCED_SHUTDOWN(mp))
Dave Chinner24513372014-06-25 14:58:08 +10005465 return -EIO;
Christoph Hellwig54893272011-05-11 15:04:03 +00005466
Christoph Hellwigeef334e2013-12-06 12:30:17 -08005467 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005468 ASSERT(len > 0);
5469 ASSERT(nexts >= 0);
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00005470
Linus Torvalds1da177e2005-04-16 15:20:36 -07005471 if (!(ifp->if_flags & XFS_IFEXTENTS) &&
5472 (error = xfs_iread_extents(tp, ip, whichfork)))
5473 return error;
Eric Sandeen5d829302016-11-08 12:59:42 +11005474 if (xfs_iext_count(ifp) == 0) {
Darrick J. Wong44535932016-10-03 09:11:29 -07005475 *rlen = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005476 return 0;
5477 }
Bill O'Donnellff6d6af2015-10-12 18:21:22 +11005478 XFS_STATS_INC(mp, xs_blk_unmap);
Nathan Scottdd9f4382006-01-11 15:28:28 +11005479 isrt = (whichfork == XFS_DATA_FORK) && XFS_IS_REALTIME_INODE(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005480 start = bno;
5481 bno = start + len - 1;
Christoph Hellwigb4e91812010-06-23 18:11:15 +10005482
Linus Torvalds1da177e2005-04-16 15:20:36 -07005483 /*
5484 * Check to see if the given block number is past the end of the
5485 * file, back up to the last block if so...
5486 */
Christoph Hellwig7efc7942016-11-24 11:39:44 +11005487 if (!xfs_iext_lookup_extent(ip, ifp, bno, &lastx, &got)) {
5488 ASSERT(lastx > 0);
5489 xfs_iext_get_extent(ifp, --lastx, &got);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005490 bno = got.br_startoff + got.br_blockcount - 1;
5491 }
Christoph Hellwig7efc7942016-11-24 11:39:44 +11005492
Linus Torvalds1da177e2005-04-16 15:20:36 -07005493 logflags = 0;
5494 if (ifp->if_flags & XFS_IFBROOT) {
5495 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_BTREE);
Christoph Hellwig561f7d12008-10-30 16:53:59 +11005496 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005497 cur->bc_private.b.firstblock = *firstblock;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10005498 cur->bc_private.b.dfops = dfops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005499 cur->bc_private.b.flags = 0;
5500 } else
5501 cur = NULL;
Kamal Dasu5575acc2012-02-23 00:41:39 +00005502
5503 if (isrt) {
5504 /*
5505 * Synchronize by locking the bitmap inode.
5506 */
Darrick J. Wongf4a06602016-08-03 11:00:42 +10005507 xfs_ilock(mp->m_rbmip, XFS_ILOCK_EXCL|XFS_ILOCK_RTBITMAP);
Kamal Dasu5575acc2012-02-23 00:41:39 +00005508 xfs_trans_ijoin(tp, mp->m_rbmip, XFS_ILOCK_EXCL);
Darrick J. Wongf4a06602016-08-03 11:00:42 +10005509 xfs_ilock(mp->m_rsumip, XFS_ILOCK_EXCL|XFS_ILOCK_RTSUM);
5510 xfs_trans_ijoin(tp, mp->m_rsumip, XFS_ILOCK_EXCL);
Kamal Dasu5575acc2012-02-23 00:41:39 +00005511 }
5512
Linus Torvalds1da177e2005-04-16 15:20:36 -07005513 extno = 0;
5514 while (bno != (xfs_fileoff_t)-1 && bno >= start && lastx >= 0 &&
5515 (nexts == 0 || extno < nexts)) {
5516 /*
5517 * Is the found extent after a hole in which bno lives?
5518 * Just back up to the previous extent, if so.
5519 */
5520 if (got.br_startoff > bno) {
5521 if (--lastx < 0)
5522 break;
Christoph Hellwig7efc7942016-11-24 11:39:44 +11005523 xfs_iext_get_extent(ifp, lastx, &got);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005524 }
5525 /*
5526 * Is the last block of this extent before the range
5527 * we're supposed to delete? If so, we're done.
5528 */
5529 bno = XFS_FILEOFF_MIN(bno,
5530 got.br_startoff + got.br_blockcount - 1);
5531 if (bno < start)
5532 break;
5533 /*
5534 * Then deal with the (possibly delayed) allocated space
5535 * we found.
5536 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005537 del = got;
Eric Sandeen9d87c312009-01-14 23:22:07 -06005538 wasdel = isnullstartblock(del.br_startblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005539 if (got.br_startoff < start) {
5540 del.br_startoff = start;
5541 del.br_blockcount -= start - got.br_startoff;
5542 if (!wasdel)
5543 del.br_startblock += start - got.br_startoff;
5544 }
5545 if (del.br_startoff + del.br_blockcount > bno + 1)
5546 del.br_blockcount = bno + 1 - del.br_startoff;
5547 sum = del.br_startblock + del.br_blockcount;
5548 if (isrt &&
5549 (mod = do_mod(sum, mp->m_sb.sb_rextsize))) {
5550 /*
5551 * Realtime extent not lined up at the end.
5552 * The extent could have been split into written
5553 * and unwritten pieces, or we could just be
5554 * unmapping part of it. But we can't really
5555 * get rid of part of a realtime extent.
5556 */
5557 if (del.br_state == XFS_EXT_UNWRITTEN ||
Eric Sandeen62118702008-03-06 13:44:28 +11005558 !xfs_sb_version_hasextflgbit(&mp->m_sb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005559 /*
5560 * This piece is unwritten, or we're not
5561 * using unwritten extents. Skip over it.
5562 */
5563 ASSERT(bno >= mod);
5564 bno -= mod > del.br_blockcount ?
5565 del.br_blockcount : mod;
5566 if (bno < got.br_startoff) {
5567 if (--lastx >= 0)
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005568 xfs_bmbt_get_all(xfs_iext_get_ext(
5569 ifp, lastx), &got);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005570 }
5571 continue;
5572 }
5573 /*
5574 * It's written, turn it unwritten.
5575 * This is better than zeroing it.
5576 */
5577 ASSERT(del.br_state == XFS_EXT_NORM);
Christoph Hellwiga7e5d032016-03-02 09:58:21 +11005578 ASSERT(tp->t_blk_res > 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005579 /*
5580 * If this spans a realtime extent boundary,
5581 * chop it back to the start of the one we end at.
5582 */
5583 if (del.br_blockcount > mod) {
5584 del.br_startoff += del.br_blockcount - mod;
5585 del.br_startblock += del.br_blockcount - mod;
5586 del.br_blockcount = mod;
5587 }
5588 del.br_state = XFS_EXT_UNWRITTEN;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00005589 error = xfs_bmap_add_extent_unwritten_real(tp, ip,
Darrick J. Wong05a630d2017-02-02 15:14:01 -08005590 whichfork, &lastx, &cur, &del,
5591 firstblock, dfops, &logflags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005592 if (error)
5593 goto error0;
5594 goto nodelete;
5595 }
5596 if (isrt && (mod = do_mod(del.br_startblock, mp->m_sb.sb_rextsize))) {
5597 /*
5598 * Realtime extent is lined up at the end but not
5599 * at the front. We'll get rid of full extents if
5600 * we can.
5601 */
5602 mod = mp->m_sb.sb_rextsize - mod;
5603 if (del.br_blockcount > mod) {
5604 del.br_blockcount -= mod;
5605 del.br_startoff += mod;
5606 del.br_startblock += mod;
5607 } else if ((del.br_startoff == start &&
5608 (del.br_state == XFS_EXT_UNWRITTEN ||
Christoph Hellwiga7e5d032016-03-02 09:58:21 +11005609 tp->t_blk_res == 0)) ||
Eric Sandeen62118702008-03-06 13:44:28 +11005610 !xfs_sb_version_hasextflgbit(&mp->m_sb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005611 /*
5612 * Can't make it unwritten. There isn't
5613 * a full extent here so just skip it.
5614 */
5615 ASSERT(bno >= del.br_blockcount);
5616 bno -= del.br_blockcount;
Christoph Hellwig7efc7942016-11-24 11:39:44 +11005617 if (got.br_startoff > bno && --lastx >= 0)
5618 xfs_iext_get_extent(ifp, lastx, &got);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005619 continue;
5620 } else if (del.br_state == XFS_EXT_UNWRITTEN) {
Christoph Hellwig7efc7942016-11-24 11:39:44 +11005621 struct xfs_bmbt_irec prev;
5622
Linus Torvalds1da177e2005-04-16 15:20:36 -07005623 /*
5624 * This one is already unwritten.
5625 * It must have a written left neighbor.
5626 * Unwrite the killed part of that one and
5627 * try again.
5628 */
5629 ASSERT(lastx > 0);
Christoph Hellwig7efc7942016-11-24 11:39:44 +11005630 xfs_iext_get_extent(ifp, lastx - 1, &prev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005631 ASSERT(prev.br_state == XFS_EXT_NORM);
Eric Sandeen9d87c312009-01-14 23:22:07 -06005632 ASSERT(!isnullstartblock(prev.br_startblock));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005633 ASSERT(del.br_startblock ==
5634 prev.br_startblock + prev.br_blockcount);
5635 if (prev.br_startoff < start) {
5636 mod = start - prev.br_startoff;
5637 prev.br_blockcount -= mod;
5638 prev.br_startblock += mod;
5639 prev.br_startoff = start;
5640 }
5641 prev.br_state = XFS_EXT_UNWRITTEN;
Christoph Hellwigec90c552011-05-23 08:52:53 +00005642 lastx--;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00005643 error = xfs_bmap_add_extent_unwritten_real(tp,
Darrick J. Wong05a630d2017-02-02 15:14:01 -08005644 ip, whichfork, &lastx, &cur,
5645 &prev, firstblock, dfops,
5646 &logflags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005647 if (error)
5648 goto error0;
5649 goto nodelete;
5650 } else {
5651 ASSERT(del.br_state == XFS_EXT_NORM);
5652 del.br_state = XFS_EXT_UNWRITTEN;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00005653 error = xfs_bmap_add_extent_unwritten_real(tp,
Darrick J. Wong05a630d2017-02-02 15:14:01 -08005654 ip, whichfork, &lastx, &cur,
5655 &del, firstblock, dfops,
5656 &logflags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005657 if (error)
5658 goto error0;
5659 goto nodelete;
5660 }
5661 }
Nathan Scott06d10dd2005-06-21 15:48:47 +10005662
Linus Torvalds1da177e2005-04-16 15:20:36 -07005663 /*
5664 * If it's the case where the directory code is running
5665 * with no block reservation, and the deleted block is in
5666 * the middle of its extent, and the resulting insert
5667 * of an extent would cause transformation to btree format,
5668 * then reject it. The calling code will then swap
5669 * blocks around instead.
5670 * We have to do this now, rather than waiting for the
5671 * conversion to btree format, since the transaction
5672 * will be dirty.
5673 */
Christoph Hellwiga7e5d032016-03-02 09:58:21 +11005674 if (!wasdel && tp->t_blk_res == 0 &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07005675 XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS &&
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00005676 XFS_IFORK_NEXTENTS(ip, whichfork) >= /* Note the >= */
5677 XFS_IFORK_MAXEXT(ip, whichfork) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07005678 del.br_startoff > got.br_startoff &&
5679 del.br_startoff + del.br_blockcount <
5680 got.br_startoff + got.br_blockcount) {
Dave Chinner24513372014-06-25 14:58:08 +10005681 error = -ENOSPC;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005682 goto error0;
5683 }
Brian Fosterb2706a02016-03-15 11:42:46 +11005684
5685 /*
5686 * Unreserve quota and update realtime free space, if
5687 * appropriate. If delayed allocation, update the inode delalloc
5688 * counter now and wait to update the sb counters as
5689 * xfs_bmap_del_extent() might need to borrow some blocks.
5690 */
5691 if (wasdel) {
5692 ASSERT(startblockval(del.br_startblock) > 0);
5693 if (isrt) {
5694 xfs_filblks_t rtexts;
5695
5696 rtexts = XFS_FSB_TO_B(mp, del.br_blockcount);
5697 do_div(rtexts, mp->m_sb.sb_rextsize);
5698 xfs_mod_frextents(mp, (int64_t)rtexts);
5699 (void)xfs_trans_reserve_quota_nblks(NULL,
5700 ip, -((long)del.br_blockcount), 0,
5701 XFS_QMOPT_RES_RTBLKS);
5702 } else {
5703 (void)xfs_trans_reserve_quota_nblks(NULL,
5704 ip, -((long)del.br_blockcount), 0,
5705 XFS_QMOPT_RES_REGBLKS);
5706 }
5707 ip->i_delayed_blks -= del.br_blockcount;
5708 if (cur)
5709 cur->bc_private.b.flags |=
5710 XFS_BTCUR_BPRV_WASDEL;
5711 } else if (cur)
5712 cur->bc_private.b.flags &= ~XFS_BTCUR_BPRV_WASDEL;
5713
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10005714 error = xfs_bmap_del_extent(ip, tp, &lastx, dfops, cur, &del,
Darrick J. Wong4847acf2016-10-03 09:11:27 -07005715 &tmp_logflags, whichfork, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005716 logflags |= tmp_logflags;
5717 if (error)
5718 goto error0;
Brian Fosterb2706a02016-03-15 11:42:46 +11005719
5720 if (!isrt && wasdel)
5721 xfs_mod_fdblocks(mp, (int64_t)del.br_blockcount, false);
5722
Linus Torvalds1da177e2005-04-16 15:20:36 -07005723 bno = del.br_startoff - 1;
5724nodelete:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005725 /*
5726 * If not done go on to the next (previous) record.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005727 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005728 if (bno != (xfs_fileoff_t)-1 && bno >= start) {
Christoph Hellwig00239ac2011-05-11 15:04:08 +00005729 if (lastx >= 0) {
Christoph Hellwig7efc7942016-11-24 11:39:44 +11005730 xfs_iext_get_extent(ifp, lastx, &got);
5731 if (got.br_startoff > bno && --lastx >= 0)
5732 xfs_iext_get_extent(ifp, lastx, &got);
Christoph Hellwig00239ac2011-05-11 15:04:08 +00005733 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005734 extno++;
5735 }
5736 }
Darrick J. Wong44535932016-10-03 09:11:29 -07005737 if (bno == (xfs_fileoff_t)-1 || bno < start || lastx < 0)
5738 *rlen = 0;
5739 else
5740 *rlen = bno - start + 1;
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00005741
Linus Torvalds1da177e2005-04-16 15:20:36 -07005742 /*
5743 * Convert to a btree if necessary.
5744 */
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00005745 if (xfs_bmap_needs_btree(ip, whichfork)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005746 ASSERT(cur == NULL);
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10005747 error = xfs_bmap_extents_to_btree(tp, ip, firstblock, dfops,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005748 &cur, 0, &tmp_logflags, whichfork);
5749 logflags |= tmp_logflags;
5750 if (error)
5751 goto error0;
5752 }
5753 /*
5754 * transform from btree to extents, give it cur
5755 */
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00005756 else if (xfs_bmap_wants_extents(ip, whichfork)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005757 ASSERT(cur != NULL);
5758 error = xfs_bmap_btree_to_extents(tp, ip, cur, &tmp_logflags,
5759 whichfork);
5760 logflags |= tmp_logflags;
5761 if (error)
5762 goto error0;
5763 }
5764 /*
5765 * transform from extents to local?
5766 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005767 error = 0;
5768error0:
5769 /*
5770 * Log everything. Do this after conversion, there's no point in
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005771 * logging the extent records if we've converted to btree format.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005772 */
Eric Sandeen9d87c312009-01-14 23:22:07 -06005773 if ((logflags & xfs_ilog_fext(whichfork)) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07005774 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS)
Eric Sandeen9d87c312009-01-14 23:22:07 -06005775 logflags &= ~xfs_ilog_fext(whichfork);
5776 else if ((logflags & xfs_ilog_fbroot(whichfork)) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07005777 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE)
Eric Sandeen9d87c312009-01-14 23:22:07 -06005778 logflags &= ~xfs_ilog_fbroot(whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005779 /*
5780 * Log inode even in the error case, if the transaction
5781 * is dirty we'll need to shut down the filesystem.
5782 */
5783 if (logflags)
5784 xfs_trans_log_inode(tp, ip, logflags);
5785 if (cur) {
5786 if (!error) {
5787 *firstblock = cur->bc_private.b.firstblock;
5788 cur->bc_private.b.allocated = 0;
5789 }
5790 xfs_btree_del_cursor(cur,
5791 error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR);
5792 }
5793 return error;
5794}
Namjae Jeone1d8fb82014-02-24 10:58:19 +11005795
Darrick J. Wong44535932016-10-03 09:11:29 -07005796/* Unmap a range of a file. */
5797int
5798xfs_bunmapi(
5799 xfs_trans_t *tp,
5800 struct xfs_inode *ip,
5801 xfs_fileoff_t bno,
5802 xfs_filblks_t len,
5803 int flags,
5804 xfs_extnum_t nexts,
5805 xfs_fsblock_t *firstblock,
5806 struct xfs_defer_ops *dfops,
5807 int *done)
5808{
5809 int error;
5810
5811 error = __xfs_bunmapi(tp, ip, bno, &len, flags, nexts, firstblock,
5812 dfops);
5813 *done = (len == 0);
5814 return error;
5815}
5816
Namjae Jeone1d8fb82014-02-24 10:58:19 +11005817/*
Brian Fosterddb19e32014-09-23 15:38:09 +10005818 * Determine whether an extent shift can be accomplished by a merge with the
5819 * extent that precedes the target hole of the shift.
5820 */
5821STATIC bool
5822xfs_bmse_can_merge(
5823 struct xfs_bmbt_irec *left, /* preceding extent */
5824 struct xfs_bmbt_irec *got, /* current extent to shift */
5825 xfs_fileoff_t shift) /* shift fsb */
5826{
5827 xfs_fileoff_t startoff;
5828
5829 startoff = got->br_startoff - shift;
5830
5831 /*
5832 * The extent, once shifted, must be adjacent in-file and on-disk with
5833 * the preceding extent.
5834 */
5835 if ((left->br_startoff + left->br_blockcount != startoff) ||
5836 (left->br_startblock + left->br_blockcount != got->br_startblock) ||
5837 (left->br_state != got->br_state) ||
5838 (left->br_blockcount + got->br_blockcount > MAXEXTLEN))
5839 return false;
5840
5841 return true;
5842}
5843
5844/*
5845 * A bmap extent shift adjusts the file offset of an extent to fill a preceding
5846 * hole in the file. If an extent shift would result in the extent being fully
5847 * adjacent to the extent that currently precedes the hole, we can merge with
5848 * the preceding extent rather than do the shift.
5849 *
5850 * This function assumes the caller has verified a shift-by-merge is possible
5851 * with the provided extents via xfs_bmse_can_merge().
5852 */
5853STATIC int
5854xfs_bmse_merge(
5855 struct xfs_inode *ip,
5856 int whichfork,
5857 xfs_fileoff_t shift, /* shift fsb */
5858 int current_ext, /* idx of gotp */
5859 struct xfs_bmbt_rec_host *gotp, /* extent to shift */
5860 struct xfs_bmbt_rec_host *leftp, /* preceding extent */
5861 struct xfs_btree_cur *cur,
5862 int *logflags) /* output */
5863{
Brian Fosterddb19e32014-09-23 15:38:09 +10005864 struct xfs_bmbt_irec got;
5865 struct xfs_bmbt_irec left;
5866 xfs_filblks_t blockcount;
5867 int error, i;
Eric Sandeen5fb5aee2015-02-23 22:39:13 +11005868 struct xfs_mount *mp = ip->i_mount;
Brian Fosterddb19e32014-09-23 15:38:09 +10005869
Brian Fosterddb19e32014-09-23 15:38:09 +10005870 xfs_bmbt_get_all(gotp, &got);
5871 xfs_bmbt_get_all(leftp, &left);
5872 blockcount = left.br_blockcount + got.br_blockcount;
5873
5874 ASSERT(xfs_isilocked(ip, XFS_IOLOCK_EXCL));
5875 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL));
5876 ASSERT(xfs_bmse_can_merge(&left, &got, shift));
5877
5878 /*
5879 * Merge the in-core extents. Note that the host record pointers and
5880 * current_ext index are invalid once the extent has been removed via
5881 * xfs_iext_remove().
5882 */
5883 xfs_bmbt_set_blockcount(leftp, blockcount);
5884 xfs_iext_remove(ip, current_ext, 1, 0);
5885
5886 /*
5887 * Update the on-disk extent count, the btree if necessary and log the
5888 * inode.
5889 */
5890 XFS_IFORK_NEXT_SET(ip, whichfork,
5891 XFS_IFORK_NEXTENTS(ip, whichfork) - 1);
5892 *logflags |= XFS_ILOG_CORE;
5893 if (!cur) {
5894 *logflags |= XFS_ILOG_DEXT;
5895 return 0;
5896 }
5897
5898 /* lookup and remove the extent to merge */
5899 error = xfs_bmbt_lookup_eq(cur, got.br_startoff, got.br_startblock,
5900 got.br_blockcount, &i);
5901 if (error)
Dave Chinner4db431f2014-12-04 09:42:40 +11005902 return error;
Eric Sandeen5fb5aee2015-02-23 22:39:13 +11005903 XFS_WANT_CORRUPTED_RETURN(mp, i == 1);
Brian Fosterddb19e32014-09-23 15:38:09 +10005904
5905 error = xfs_btree_delete(cur, &i);
5906 if (error)
Dave Chinner4db431f2014-12-04 09:42:40 +11005907 return error;
Eric Sandeen5fb5aee2015-02-23 22:39:13 +11005908 XFS_WANT_CORRUPTED_RETURN(mp, i == 1);
Brian Fosterddb19e32014-09-23 15:38:09 +10005909
5910 /* lookup and update size of the previous extent */
5911 error = xfs_bmbt_lookup_eq(cur, left.br_startoff, left.br_startblock,
5912 left.br_blockcount, &i);
5913 if (error)
Dave Chinner4db431f2014-12-04 09:42:40 +11005914 return error;
Eric Sandeen5fb5aee2015-02-23 22:39:13 +11005915 XFS_WANT_CORRUPTED_RETURN(mp, i == 1);
Brian Fosterddb19e32014-09-23 15:38:09 +10005916
5917 left.br_blockcount = blockcount;
5918
Dave Chinner4db431f2014-12-04 09:42:40 +11005919 return xfs_bmbt_update(cur, left.br_startoff, left.br_startblock,
5920 left.br_blockcount, left.br_state);
Brian Fosterddb19e32014-09-23 15:38:09 +10005921}
5922
5923/*
Brian Fostera979bdf2014-09-23 15:39:04 +10005924 * Shift a single extent.
5925 */
5926STATIC int
5927xfs_bmse_shift_one(
5928 struct xfs_inode *ip,
5929 int whichfork,
5930 xfs_fileoff_t offset_shift_fsb,
5931 int *current_ext,
5932 struct xfs_bmbt_rec_host *gotp,
5933 struct xfs_btree_cur *cur,
Namjae Jeona904b1c2015-03-25 15:08:56 +11005934 int *logflags,
Darrick J. Wong9c194642016-08-03 12:16:05 +10005935 enum shift_direction direction,
5936 struct xfs_defer_ops *dfops)
Brian Fostera979bdf2014-09-23 15:39:04 +10005937{
5938 struct xfs_ifork *ifp;
Eric Sandeen5fb5aee2015-02-23 22:39:13 +11005939 struct xfs_mount *mp;
Brian Fostera979bdf2014-09-23 15:39:04 +10005940 xfs_fileoff_t startoff;
Namjae Jeona904b1c2015-03-25 15:08:56 +11005941 struct xfs_bmbt_rec_host *adj_irecp;
Brian Fostera979bdf2014-09-23 15:39:04 +10005942 struct xfs_bmbt_irec got;
Namjae Jeona904b1c2015-03-25 15:08:56 +11005943 struct xfs_bmbt_irec adj_irec;
Brian Fostera979bdf2014-09-23 15:39:04 +10005944 int error;
5945 int i;
Namjae Jeona904b1c2015-03-25 15:08:56 +11005946 int total_extents;
Brian Fostera979bdf2014-09-23 15:39:04 +10005947
Eric Sandeen5fb5aee2015-02-23 22:39:13 +11005948 mp = ip->i_mount;
Brian Fostera979bdf2014-09-23 15:39:04 +10005949 ifp = XFS_IFORK_PTR(ip, whichfork);
Eric Sandeen5d829302016-11-08 12:59:42 +11005950 total_extents = xfs_iext_count(ifp);
Brian Fostera979bdf2014-09-23 15:39:04 +10005951
5952 xfs_bmbt_get_all(gotp, &got);
Brian Fostera979bdf2014-09-23 15:39:04 +10005953
Brian Fosterf71721d2014-09-23 15:39:05 +10005954 /* delalloc extents should be prevented by caller */
Eric Sandeen5fb5aee2015-02-23 22:39:13 +11005955 XFS_WANT_CORRUPTED_RETURN(mp, !isnullstartblock(got.br_startblock));
Brian Fosterf71721d2014-09-23 15:39:05 +10005956
Namjae Jeona904b1c2015-03-25 15:08:56 +11005957 if (direction == SHIFT_LEFT) {
5958 startoff = got.br_startoff - offset_shift_fsb;
Dave Chinnerb11bd672014-12-04 09:42:24 +11005959
Namjae Jeona904b1c2015-03-25 15:08:56 +11005960 /*
5961 * Check for merge if we've got an extent to the left,
5962 * otherwise make sure there's enough room at the start
5963 * of the file for the shift.
5964 */
5965 if (!*current_ext) {
5966 if (got.br_startoff < offset_shift_fsb)
5967 return -EINVAL;
5968 goto update_current_ext;
5969 }
5970 /*
5971 * grab the left extent and check for a large
5972 * enough hole.
5973 */
5974 adj_irecp = xfs_iext_get_ext(ifp, *current_ext - 1);
5975 xfs_bmbt_get_all(adj_irecp, &adj_irec);
5976
5977 if (startoff <
5978 adj_irec.br_startoff + adj_irec.br_blockcount)
Brian Fostera979bdf2014-09-23 15:39:04 +10005979 return -EINVAL;
Brian Fostera979bdf2014-09-23 15:39:04 +10005980
Dave Chinnerb11bd672014-12-04 09:42:24 +11005981 /* check whether to merge the extent or shift it down */
Namjae Jeona904b1c2015-03-25 15:08:56 +11005982 if (xfs_bmse_can_merge(&adj_irec, &got,
5983 offset_shift_fsb)) {
Darrick J. Wong9c194642016-08-03 12:16:05 +10005984 error = xfs_bmse_merge(ip, whichfork, offset_shift_fsb,
5985 *current_ext, gotp, adj_irecp,
5986 cur, logflags);
5987 if (error)
5988 return error;
5989 adj_irec = got;
5990 goto update_rmap;
Dave Chinnerb11bd672014-12-04 09:42:24 +11005991 }
Namjae Jeona904b1c2015-03-25 15:08:56 +11005992 } else {
5993 startoff = got.br_startoff + offset_shift_fsb;
5994 /* nothing to move if this is the last extent */
5995 if (*current_ext >= (total_extents - 1))
5996 goto update_current_ext;
5997 /*
5998 * If this is not the last extent in the file, make sure there
5999 * is enough room between current extent and next extent for
6000 * accommodating the shift.
6001 */
6002 adj_irecp = xfs_iext_get_ext(ifp, *current_ext + 1);
6003 xfs_bmbt_get_all(adj_irecp, &adj_irec);
6004 if (startoff + got.br_blockcount > adj_irec.br_startoff)
6005 return -EINVAL;
6006 /*
6007 * Unlike a left shift (which involves a hole punch),
6008 * a right shift does not modify extent neighbors
6009 * in any way. We should never find mergeable extents
6010 * in this scenario. Check anyways and warn if we
6011 * encounter two extents that could be one.
6012 */
6013 if (xfs_bmse_can_merge(&got, &adj_irec, offset_shift_fsb))
6014 WARN_ON_ONCE(1);
6015 }
Brian Fostera979bdf2014-09-23 15:39:04 +10006016 /*
6017 * Increment the extent index for the next iteration, update the start
6018 * offset of the in-core extent and update the btree if applicable.
6019 */
Namjae Jeona904b1c2015-03-25 15:08:56 +11006020update_current_ext:
6021 if (direction == SHIFT_LEFT)
6022 (*current_ext)++;
6023 else
6024 (*current_ext)--;
Brian Fostera979bdf2014-09-23 15:39:04 +10006025 xfs_bmbt_set_startoff(gotp, startoff);
6026 *logflags |= XFS_ILOG_CORE;
Darrick J. Wong9c194642016-08-03 12:16:05 +10006027 adj_irec = got;
Brian Fostera979bdf2014-09-23 15:39:04 +10006028 if (!cur) {
6029 *logflags |= XFS_ILOG_DEXT;
Darrick J. Wong9c194642016-08-03 12:16:05 +10006030 goto update_rmap;
Brian Fostera979bdf2014-09-23 15:39:04 +10006031 }
6032
6033 error = xfs_bmbt_lookup_eq(cur, got.br_startoff, got.br_startblock,
6034 got.br_blockcount, &i);
6035 if (error)
6036 return error;
Eric Sandeen5fb5aee2015-02-23 22:39:13 +11006037 XFS_WANT_CORRUPTED_RETURN(mp, i == 1);
Brian Fostera979bdf2014-09-23 15:39:04 +10006038
6039 got.br_startoff = startoff;
Darrick J. Wong9c194642016-08-03 12:16:05 +10006040 error = xfs_bmbt_update(cur, got.br_startoff, got.br_startblock,
6041 got.br_blockcount, got.br_state);
6042 if (error)
6043 return error;
6044
6045update_rmap:
6046 /* update reverse mapping */
6047 error = xfs_rmap_unmap_extent(mp, dfops, ip, whichfork, &adj_irec);
6048 if (error)
6049 return error;
6050 adj_irec.br_startoff = startoff;
6051 return xfs_rmap_map_extent(mp, dfops, ip, whichfork, &adj_irec);
Brian Fostera979bdf2014-09-23 15:39:04 +10006052}
6053
6054/*
Namjae Jeona904b1c2015-03-25 15:08:56 +11006055 * Shift extent records to the left/right to cover/create a hole.
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006056 *
Brian Foster2c845f52014-09-23 15:37:09 +10006057 * The maximum number of extents to be shifted in a single operation is
Namjae Jeona904b1c2015-03-25 15:08:56 +11006058 * @num_exts. @stop_fsb specifies the file offset at which to stop shift and the
Brian Foster2c845f52014-09-23 15:37:09 +10006059 * file offset where we've left off is returned in @next_fsb. @offset_shift_fsb
6060 * is the length by which each extent is shifted. If there is no hole to shift
6061 * the extents into, this will be considered invalid operation and we abort
6062 * immediately.
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006063 */
6064int
6065xfs_bmap_shift_extents(
6066 struct xfs_trans *tp,
6067 struct xfs_inode *ip,
Namjae Jeona904b1c2015-03-25 15:08:56 +11006068 xfs_fileoff_t *next_fsb,
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006069 xfs_fileoff_t offset_shift_fsb,
Brian Foster2c845f52014-09-23 15:37:09 +10006070 int *done,
Namjae Jeona904b1c2015-03-25 15:08:56 +11006071 xfs_fileoff_t stop_fsb,
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006072 xfs_fsblock_t *firstblock,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10006073 struct xfs_defer_ops *dfops,
Namjae Jeona904b1c2015-03-25 15:08:56 +11006074 enum shift_direction direction,
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006075 int num_exts)
6076{
Brian Fosterca446d82014-09-02 12:12:53 +10006077 struct xfs_btree_cur *cur = NULL;
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006078 struct xfs_bmbt_rec_host *gotp;
6079 struct xfs_bmbt_irec got;
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006080 struct xfs_mount *mp = ip->i_mount;
6081 struct xfs_ifork *ifp;
6082 xfs_extnum_t nexts = 0;
Brian Foster2c845f52014-09-23 15:37:09 +10006083 xfs_extnum_t current_ext;
Namjae Jeona904b1c2015-03-25 15:08:56 +11006084 xfs_extnum_t total_extents;
6085 xfs_extnum_t stop_extent;
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006086 int error = 0;
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006087 int whichfork = XFS_DATA_FORK;
Brian Fosterca446d82014-09-02 12:12:53 +10006088 int logflags = 0;
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006089
6090 if (unlikely(XFS_TEST_ERROR(
6091 (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS &&
6092 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE),
6093 mp, XFS_ERRTAG_BMAPIFORMAT, XFS_RANDOM_BMAPIFORMAT))) {
6094 XFS_ERROR_REPORT("xfs_bmap_shift_extents",
6095 XFS_ERRLEVEL_LOW, mp);
Dave Chinner24513372014-06-25 14:58:08 +10006096 return -EFSCORRUPTED;
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006097 }
6098
6099 if (XFS_FORCED_SHUTDOWN(mp))
Dave Chinner24513372014-06-25 14:58:08 +10006100 return -EIO;
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006101
Brian Foster2c845f52014-09-23 15:37:09 +10006102 ASSERT(xfs_isilocked(ip, XFS_IOLOCK_EXCL));
6103 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL));
Namjae Jeona904b1c2015-03-25 15:08:56 +11006104 ASSERT(direction == SHIFT_LEFT || direction == SHIFT_RIGHT);
6105 ASSERT(*next_fsb != NULLFSBLOCK || direction == SHIFT_RIGHT);
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006106
6107 ifp = XFS_IFORK_PTR(ip, whichfork);
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006108 if (!(ifp->if_flags & XFS_IFEXTENTS)) {
6109 /* Read in all the extents */
6110 error = xfs_iread_extents(tp, ip, whichfork);
6111 if (error)
6112 return error;
6113 }
6114
Brian Fosterddb19e32014-09-23 15:38:09 +10006115 if (ifp->if_flags & XFS_IFBROOT) {
6116 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork);
6117 cur->bc_private.b.firstblock = *firstblock;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10006118 cur->bc_private.b.dfops = dfops;
Brian Fosterddb19e32014-09-23 15:38:09 +10006119 cur->bc_private.b.flags = 0;
6120 }
6121
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006122 /*
Dave Chinnerd39a2ce2014-04-17 08:15:25 +10006123 * There may be delalloc extents in the data fork before the range we
Brian Foster2c845f52014-09-23 15:37:09 +10006124 * are collapsing out, so we cannot use the count of real extents here.
6125 * Instead we have to calculate it from the incore fork.
Dave Chinnerd39a2ce2014-04-17 08:15:25 +10006126 */
Eric Sandeen5d829302016-11-08 12:59:42 +11006127 total_extents = xfs_iext_count(ifp);
Namjae Jeona904b1c2015-03-25 15:08:56 +11006128 if (total_extents == 0) {
6129 *done = 1;
6130 goto del_cursor;
6131 }
6132
6133 /*
6134 * In case of first right shift, we need to initialize next_fsb
6135 */
6136 if (*next_fsb == NULLFSBLOCK) {
6137 gotp = xfs_iext_get_ext(ifp, total_extents - 1);
6138 xfs_bmbt_get_all(gotp, &got);
6139 *next_fsb = got.br_startoff;
6140 if (stop_fsb > *next_fsb) {
6141 *done = 1;
6142 goto del_cursor;
6143 }
6144 }
6145
6146 /* Lookup the extent index at which we have to stop */
6147 if (direction == SHIFT_RIGHT) {
6148 gotp = xfs_iext_bno_to_ext(ifp, stop_fsb, &stop_extent);
6149 /* Make stop_extent exclusive of shift range */
6150 stop_extent--;
6151 } else
6152 stop_extent = total_extents;
6153
6154 /*
6155 * Look up the extent index for the fsb where we start shifting. We can
6156 * henceforth iterate with current_ext as extent list changes are locked
6157 * out via ilock.
6158 *
6159 * gotp can be null in 2 cases: 1) if there are no extents or 2)
6160 * *next_fsb lies in a hole beyond which there are no extents. Either
6161 * way, we are done.
6162 */
6163 gotp = xfs_iext_bno_to_ext(ifp, *next_fsb, &current_ext);
6164 if (!gotp) {
6165 *done = 1;
6166 goto del_cursor;
6167 }
6168
6169 /* some sanity checking before we finally start shifting extents */
6170 if ((direction == SHIFT_LEFT && current_ext >= stop_extent) ||
6171 (direction == SHIFT_RIGHT && current_ext <= stop_extent)) {
6172 error = -EIO;
6173 goto del_cursor;
6174 }
6175
6176 while (nexts++ < num_exts) {
Brian Fostera979bdf2014-09-23 15:39:04 +10006177 error = xfs_bmse_shift_one(ip, whichfork, offset_shift_fsb,
Namjae Jeona904b1c2015-03-25 15:08:56 +11006178 &current_ext, gotp, cur, &logflags,
Darrick J. Wong9c194642016-08-03 12:16:05 +10006179 direction, dfops);
Brian Fostera979bdf2014-09-23 15:39:04 +10006180 if (error)
6181 goto del_cursor;
Namjae Jeona904b1c2015-03-25 15:08:56 +11006182 /*
6183 * If there was an extent merge during the shift, the extent
6184 * count can change. Update the total and grade the next record.
6185 */
6186 if (direction == SHIFT_LEFT) {
Eric Sandeen5d829302016-11-08 12:59:42 +11006187 total_extents = xfs_iext_count(ifp);
Namjae Jeona904b1c2015-03-25 15:08:56 +11006188 stop_extent = total_extents;
6189 }
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006190
Namjae Jeona904b1c2015-03-25 15:08:56 +11006191 if (current_ext == stop_extent) {
6192 *done = 1;
6193 *next_fsb = NULLFSBLOCK;
Brian Fosterddb19e32014-09-23 15:38:09 +10006194 break;
Namjae Jeona904b1c2015-03-25 15:08:56 +11006195 }
Brian Fosterddb19e32014-09-23 15:38:09 +10006196 gotp = xfs_iext_get_ext(ifp, current_ext);
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006197 }
6198
Namjae Jeona904b1c2015-03-25 15:08:56 +11006199 if (!*done) {
Brian Fostera979bdf2014-09-23 15:39:04 +10006200 xfs_bmbt_get_all(gotp, &got);
Brian Foster2c845f52014-09-23 15:37:09 +10006201 *next_fsb = got.br_startoff;
Brian Fostera979bdf2014-09-23 15:39:04 +10006202 }
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006203
6204del_cursor:
6205 if (cur)
6206 xfs_btree_del_cursor(cur,
6207 error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR);
6208
Brian Fosterca446d82014-09-02 12:12:53 +10006209 if (logflags)
6210 xfs_trans_log_inode(tp, ip, logflags);
Brian Foster2c845f52014-09-23 15:37:09 +10006211
Namjae Jeone1d8fb82014-02-24 10:58:19 +11006212 return error;
6213}
Namjae Jeona904b1c2015-03-25 15:08:56 +11006214
6215/*
6216 * Splits an extent into two extents at split_fsb block such that it is
6217 * the first block of the current_ext. @current_ext is a target extent
6218 * to be split. @split_fsb is a block where the extents is split.
6219 * If split_fsb lies in a hole or the first block of extents, just return 0.
6220 */
6221STATIC int
6222xfs_bmap_split_extent_at(
6223 struct xfs_trans *tp,
6224 struct xfs_inode *ip,
6225 xfs_fileoff_t split_fsb,
6226 xfs_fsblock_t *firstfsb,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10006227 struct xfs_defer_ops *dfops)
Namjae Jeona904b1c2015-03-25 15:08:56 +11006228{
6229 int whichfork = XFS_DATA_FORK;
6230 struct xfs_btree_cur *cur = NULL;
6231 struct xfs_bmbt_rec_host *gotp;
6232 struct xfs_bmbt_irec got;
6233 struct xfs_bmbt_irec new; /* split extent */
6234 struct xfs_mount *mp = ip->i_mount;
6235 struct xfs_ifork *ifp;
6236 xfs_fsblock_t gotblkcnt; /* new block count for got */
6237 xfs_extnum_t current_ext;
6238 int error = 0;
6239 int logflags = 0;
6240 int i = 0;
6241
6242 if (unlikely(XFS_TEST_ERROR(
6243 (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS &&
6244 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE),
6245 mp, XFS_ERRTAG_BMAPIFORMAT, XFS_RANDOM_BMAPIFORMAT))) {
6246 XFS_ERROR_REPORT("xfs_bmap_split_extent_at",
6247 XFS_ERRLEVEL_LOW, mp);
6248 return -EFSCORRUPTED;
6249 }
6250
6251 if (XFS_FORCED_SHUTDOWN(mp))
6252 return -EIO;
6253
6254 ifp = XFS_IFORK_PTR(ip, whichfork);
6255 if (!(ifp->if_flags & XFS_IFEXTENTS)) {
6256 /* Read in all the extents */
6257 error = xfs_iread_extents(tp, ip, whichfork);
6258 if (error)
6259 return error;
6260 }
6261
6262 /*
6263 * gotp can be null in 2 cases: 1) if there are no extents
6264 * or 2) split_fsb lies in a hole beyond which there are
6265 * no extents. Either way, we are done.
6266 */
6267 gotp = xfs_iext_bno_to_ext(ifp, split_fsb, &current_ext);
6268 if (!gotp)
6269 return 0;
6270
6271 xfs_bmbt_get_all(gotp, &got);
6272
6273 /*
6274 * Check split_fsb lies in a hole or the start boundary offset
6275 * of the extent.
6276 */
6277 if (got.br_startoff >= split_fsb)
6278 return 0;
6279
6280 gotblkcnt = split_fsb - got.br_startoff;
6281 new.br_startoff = split_fsb;
6282 new.br_startblock = got.br_startblock + gotblkcnt;
6283 new.br_blockcount = got.br_blockcount - gotblkcnt;
6284 new.br_state = got.br_state;
6285
6286 if (ifp->if_flags & XFS_IFBROOT) {
6287 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork);
6288 cur->bc_private.b.firstblock = *firstfsb;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10006289 cur->bc_private.b.dfops = dfops;
Namjae Jeona904b1c2015-03-25 15:08:56 +11006290 cur->bc_private.b.flags = 0;
6291 error = xfs_bmbt_lookup_eq(cur, got.br_startoff,
6292 got.br_startblock,
6293 got.br_blockcount,
6294 &i);
6295 if (error)
6296 goto del_cursor;
6297 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, del_cursor);
6298 }
6299
6300 xfs_bmbt_set_blockcount(gotp, gotblkcnt);
6301 got.br_blockcount = gotblkcnt;
6302
6303 logflags = XFS_ILOG_CORE;
6304 if (cur) {
6305 error = xfs_bmbt_update(cur, got.br_startoff,
6306 got.br_startblock,
6307 got.br_blockcount,
6308 got.br_state);
6309 if (error)
6310 goto del_cursor;
6311 } else
6312 logflags |= XFS_ILOG_DEXT;
6313
6314 /* Add new extent */
6315 current_ext++;
6316 xfs_iext_insert(ip, current_ext, 1, &new, 0);
6317 XFS_IFORK_NEXT_SET(ip, whichfork,
6318 XFS_IFORK_NEXTENTS(ip, whichfork) + 1);
6319
6320 if (cur) {
6321 error = xfs_bmbt_lookup_eq(cur, new.br_startoff,
6322 new.br_startblock, new.br_blockcount,
6323 &i);
6324 if (error)
6325 goto del_cursor;
6326 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, del_cursor);
6327 cur->bc_rec.b.br_state = new.br_state;
6328
6329 error = xfs_btree_insert(cur, &i);
6330 if (error)
6331 goto del_cursor;
6332 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, del_cursor);
6333 }
6334
6335 /*
6336 * Convert to a btree if necessary.
6337 */
6338 if (xfs_bmap_needs_btree(ip, whichfork)) {
6339 int tmp_logflags; /* partial log flag return val */
6340
6341 ASSERT(cur == NULL);
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10006342 error = xfs_bmap_extents_to_btree(tp, ip, firstfsb, dfops,
Namjae Jeona904b1c2015-03-25 15:08:56 +11006343 &cur, 0, &tmp_logflags, whichfork);
6344 logflags |= tmp_logflags;
6345 }
6346
6347del_cursor:
6348 if (cur) {
6349 cur->bc_private.b.allocated = 0;
6350 xfs_btree_del_cursor(cur,
6351 error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR);
6352 }
6353
6354 if (logflags)
6355 xfs_trans_log_inode(tp, ip, logflags);
6356 return error;
6357}
6358
6359int
6360xfs_bmap_split_extent(
6361 struct xfs_inode *ip,
6362 xfs_fileoff_t split_fsb)
6363{
6364 struct xfs_mount *mp = ip->i_mount;
6365 struct xfs_trans *tp;
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10006366 struct xfs_defer_ops dfops;
Namjae Jeona904b1c2015-03-25 15:08:56 +11006367 xfs_fsblock_t firstfsb;
Namjae Jeona904b1c2015-03-25 15:08:56 +11006368 int error;
6369
Christoph Hellwig253f4912016-04-06 09:19:55 +10006370 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_write,
6371 XFS_DIOSTRAT_SPACE_RES(mp, 0), 0, 0, &tp);
6372 if (error)
Namjae Jeona904b1c2015-03-25 15:08:56 +11006373 return error;
Namjae Jeona904b1c2015-03-25 15:08:56 +11006374
6375 xfs_ilock(ip, XFS_ILOCK_EXCL);
6376 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
6377
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10006378 xfs_defer_init(&dfops, &firstfsb);
Namjae Jeona904b1c2015-03-25 15:08:56 +11006379
6380 error = xfs_bmap_split_extent_at(tp, ip, split_fsb,
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10006381 &firstfsb, &dfops);
Namjae Jeona904b1c2015-03-25 15:08:56 +11006382 if (error)
6383 goto out;
6384
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10006385 error = xfs_defer_finish(&tp, &dfops, NULL);
Namjae Jeona904b1c2015-03-25 15:08:56 +11006386 if (error)
6387 goto out;
6388
Christoph Hellwig70393312015-06-04 13:48:08 +10006389 return xfs_trans_commit(tp);
Namjae Jeona904b1c2015-03-25 15:08:56 +11006390
6391out:
Darrick J. Wong2c3234d2016-08-03 11:19:29 +10006392 xfs_defer_cancel(&dfops);
Christoph Hellwig4906e212015-06-04 13:47:56 +10006393 xfs_trans_cancel(tp);
Namjae Jeona904b1c2015-03-25 15:08:56 +11006394 return error;
6395}
Darrick J. Wong9f3afb52016-10-03 09:11:28 -07006396
6397/* Deferred mapping is only for real extents in the data fork. */
6398static bool
6399xfs_bmap_is_update_needed(
6400 struct xfs_bmbt_irec *bmap)
6401{
6402 return bmap->br_startblock != HOLESTARTBLOCK &&
6403 bmap->br_startblock != DELAYSTARTBLOCK;
6404}
6405
6406/* Record a bmap intent. */
6407static int
6408__xfs_bmap_add(
6409 struct xfs_mount *mp,
6410 struct xfs_defer_ops *dfops,
6411 enum xfs_bmap_intent_type type,
6412 struct xfs_inode *ip,
6413 int whichfork,
6414 struct xfs_bmbt_irec *bmap)
6415{
6416 int error;
6417 struct xfs_bmap_intent *bi;
6418
6419 trace_xfs_bmap_defer(mp,
6420 XFS_FSB_TO_AGNO(mp, bmap->br_startblock),
6421 type,
6422 XFS_FSB_TO_AGBNO(mp, bmap->br_startblock),
6423 ip->i_ino, whichfork,
6424 bmap->br_startoff,
6425 bmap->br_blockcount,
6426 bmap->br_state);
6427
6428 bi = kmem_alloc(sizeof(struct xfs_bmap_intent), KM_SLEEP | KM_NOFS);
6429 INIT_LIST_HEAD(&bi->bi_list);
6430 bi->bi_type = type;
6431 bi->bi_owner = ip;
6432 bi->bi_whichfork = whichfork;
6433 bi->bi_bmap = *bmap;
6434
6435 error = xfs_defer_join(dfops, bi->bi_owner);
6436 if (error) {
6437 kmem_free(bi);
6438 return error;
6439 }
6440
6441 xfs_defer_add(dfops, XFS_DEFER_OPS_TYPE_BMAP, &bi->bi_list);
6442 return 0;
6443}
6444
6445/* Map an extent into a file. */
6446int
6447xfs_bmap_map_extent(
6448 struct xfs_mount *mp,
6449 struct xfs_defer_ops *dfops,
6450 struct xfs_inode *ip,
6451 struct xfs_bmbt_irec *PREV)
6452{
6453 if (!xfs_bmap_is_update_needed(PREV))
6454 return 0;
6455
6456 return __xfs_bmap_add(mp, dfops, XFS_BMAP_MAP, ip,
6457 XFS_DATA_FORK, PREV);
6458}
6459
6460/* Unmap an extent out of a file. */
6461int
6462xfs_bmap_unmap_extent(
6463 struct xfs_mount *mp,
6464 struct xfs_defer_ops *dfops,
6465 struct xfs_inode *ip,
6466 struct xfs_bmbt_irec *PREV)
6467{
6468 if (!xfs_bmap_is_update_needed(PREV))
6469 return 0;
6470
6471 return __xfs_bmap_add(mp, dfops, XFS_BMAP_UNMAP, ip,
6472 XFS_DATA_FORK, PREV);
6473}
6474
6475/*
6476 * Process one of the deferred bmap operations. We pass back the
6477 * btree cursor to maintain our lock on the bmapbt between calls.
6478 */
6479int
6480xfs_bmap_finish_one(
6481 struct xfs_trans *tp,
6482 struct xfs_defer_ops *dfops,
6483 struct xfs_inode *ip,
6484 enum xfs_bmap_intent_type type,
6485 int whichfork,
6486 xfs_fileoff_t startoff,
6487 xfs_fsblock_t startblock,
6488 xfs_filblks_t blockcount,
6489 xfs_exntst_t state)
6490{
6491 struct xfs_bmbt_irec bmap;
6492 int nimaps = 1;
6493 xfs_fsblock_t firstfsb;
6494 int flags = XFS_BMAPI_REMAP;
6495 int done;
6496 int error = 0;
6497
6498 bmap.br_startblock = startblock;
6499 bmap.br_startoff = startoff;
6500 bmap.br_blockcount = blockcount;
6501 bmap.br_state = state;
6502
6503 trace_xfs_bmap_deferred(tp->t_mountp,
6504 XFS_FSB_TO_AGNO(tp->t_mountp, startblock), type,
6505 XFS_FSB_TO_AGBNO(tp->t_mountp, startblock),
6506 ip->i_ino, whichfork, startoff, blockcount, state);
6507
6508 if (whichfork != XFS_DATA_FORK && whichfork != XFS_ATTR_FORK)
6509 return -EFSCORRUPTED;
6510 if (whichfork == XFS_ATTR_FORK)
6511 flags |= XFS_BMAPI_ATTRFORK;
6512
6513 if (XFS_TEST_ERROR(false, tp->t_mountp,
6514 XFS_ERRTAG_BMAP_FINISH_ONE,
6515 XFS_RANDOM_BMAP_FINISH_ONE))
6516 return -EIO;
6517
6518 switch (type) {
6519 case XFS_BMAP_MAP:
6520 firstfsb = bmap.br_startblock;
6521 error = xfs_bmapi_write(tp, ip, bmap.br_startoff,
6522 bmap.br_blockcount, flags, &firstfsb,
6523 bmap.br_blockcount, &bmap, &nimaps,
6524 dfops);
6525 break;
6526 case XFS_BMAP_UNMAP:
6527 error = xfs_bunmapi(tp, ip, bmap.br_startoff,
6528 bmap.br_blockcount, flags, 1, &firstfsb,
6529 dfops, &done);
6530 ASSERT(done);
6531 break;
6532 default:
6533 ASSERT(0);
6534 error = -EFSCORRUPTED;
6535 }
6536
6537 return error;
6538}