blob: 9ae7aba52e0f339d0c76b62166cdf896468358f4 [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"
Linus Torvalds1da177e2005-04-16 15:20:36 -070020#include "xfs_types.h"
Nathan Scotta844f452005-11-02 14:38:42 +110021#include "xfs_bit.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070022#include "xfs_log.h"
Nathan Scotta844f452005-11-02 14:38:42 +110023#include "xfs_inum.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070024#include "xfs_trans.h"
25#include "xfs_sb.h"
26#include "xfs_ag.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070027#include "xfs_dir2.h"
Nathan Scotta844f452005-11-02 14:38:42 +110028#include "xfs_da_btree.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070029#include "xfs_bmap_btree.h"
Nathan Scotta844f452005-11-02 14:38:42 +110030#include "xfs_alloc_btree.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070031#include "xfs_ialloc_btree.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070032#include "xfs_dinode.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070033#include "xfs_inode.h"
Nathan Scotta844f452005-11-02 14:38:42 +110034#include "xfs_btree.h"
Nathan Scotta844f452005-11-02 14:38:42 +110035#include "xfs_mount.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070036#include "xfs_itable.h"
Nathan Scotta844f452005-11-02 14:38:42 +110037#include "xfs_inode_item.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070038#include "xfs_extfree_item.h"
39#include "xfs_alloc.h"
40#include "xfs_bmap.h"
41#include "xfs_rtalloc.h"
42#include "xfs_error.h"
Nathan Scottd8cc8902005-11-02 10:34:53 +110043#include "xfs_attr_leaf.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070044#include "xfs_quota.h"
45#include "xfs_trans_space.h"
46#include "xfs_buf_item.h"
David Chinner2a82b8b2007-07-11 11:09:12 +100047#include "xfs_filestream.h"
Christoph Hellwig739bfb22007-08-29 10:58:01 +100048#include "xfs_vnodeops.h"
Christoph Hellwig0b1b2132009-12-14 23:14:59 +000049#include "xfs_trace.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070050
51
Linus Torvalds1da177e2005-04-16 15:20:36 -070052kmem_zone_t *xfs_bmap_free_item_zone;
53
54/*
55 * Prototypes for internal bmap routines.
56 */
57
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +000058#ifdef DEBUG
59STATIC void
60xfs_bmap_check_leaf_extents(
61 struct xfs_btree_cur *cur,
62 struct xfs_inode *ip,
63 int whichfork);
64#else
65#define xfs_bmap_check_leaf_extents(cur, ip, whichfork) do { } while (0)
66#endif
67
Linus Torvalds1da177e2005-04-16 15:20:36 -070068
69/*
70 * Called from xfs_bmap_add_attrfork to handle extents format files.
71 */
72STATIC int /* error */
73xfs_bmap_add_attrfork_extents(
74 xfs_trans_t *tp, /* transaction pointer */
75 xfs_inode_t *ip, /* incore inode pointer */
76 xfs_fsblock_t *firstblock, /* first block allocated */
77 xfs_bmap_free_t *flist, /* blocks to free at commit */
78 int *flags); /* inode logging flags */
79
80/*
81 * Called from xfs_bmap_add_attrfork to handle local format files.
82 */
83STATIC int /* error */
84xfs_bmap_add_attrfork_local(
85 xfs_trans_t *tp, /* transaction pointer */
86 xfs_inode_t *ip, /* incore inode pointer */
87 xfs_fsblock_t *firstblock, /* first block allocated */
88 xfs_bmap_free_t *flist, /* blocks to free at commit */
89 int *flags); /* inode logging flags */
90
91/*
Linus Torvalds1da177e2005-04-16 15:20:36 -070092 * xfs_bmap_alloc is called by xfs_bmapi to allocate an extent for a file.
93 * It figures out where to ask the underlying allocator to put the new extent.
94 */
95STATIC int /* error */
96xfs_bmap_alloc(
97 xfs_bmalloca_t *ap); /* bmap alloc argument struct */
98
99/*
100 * Transform a btree format file with only one leaf node, where the
101 * extents list will fit in the inode, into an extents format file.
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +1100102 * Since the file extents are already in-core, all we have to do is
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103 * give up the space for the btree root and pitch the leaf block.
104 */
105STATIC int /* error */
106xfs_bmap_btree_to_extents(
107 xfs_trans_t *tp, /* transaction pointer */
108 xfs_inode_t *ip, /* incore inode pointer */
109 xfs_btree_cur_t *cur, /* btree cursor */
110 int *logflagsp, /* inode logging flags */
111 int whichfork); /* data or attr fork */
112
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114 * Remove the entry "free" from the free item list. Prev points to the
115 * previous entry, unless "free" is the head of the list.
116 */
117STATIC void
118xfs_bmap_del_free(
119 xfs_bmap_free_t *flist, /* free item list header */
120 xfs_bmap_free_item_t *prev, /* previous item on list, if any */
121 xfs_bmap_free_item_t *free); /* list item to be freed */
122
123/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124 * Convert an extents-format file into a btree-format file.
125 * The new file will have a root block (in the inode) and a single child block.
126 */
127STATIC int /* error */
128xfs_bmap_extents_to_btree(
129 xfs_trans_t *tp, /* transaction pointer */
130 xfs_inode_t *ip, /* incore inode pointer */
131 xfs_fsblock_t *firstblock, /* first-block-allocated */
132 xfs_bmap_free_t *flist, /* blocks freed in xaction */
133 xfs_btree_cur_t **curp, /* cursor returned to caller */
134 int wasdel, /* converting a delayed alloc */
135 int *logflagsp, /* inode logging flags */
136 int whichfork); /* data or attr fork */
137
138/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139 * Convert a local file to an extents file.
140 * This code is sort of bogus, since the file data needs to get
141 * logged so it won't be lost. The bmap-level manipulations are ok, though.
142 */
143STATIC int /* error */
144xfs_bmap_local_to_extents(
145 xfs_trans_t *tp, /* transaction pointer */
146 xfs_inode_t *ip, /* incore inode pointer */
147 xfs_fsblock_t *firstblock, /* first block allocated in xaction */
148 xfs_extlen_t total, /* total blocks needed by transaction */
149 int *logflagsp, /* inode logging flags */
150 int whichfork); /* data or attr fork */
151
152/*
153 * Search the extents list for the inode, for the extent containing bno.
154 * If bno lies in a hole, point to the next entry. If bno lies past eof,
155 * *eofp will be set, and *prevp will contain the last entry (null if none).
156 * Else, *lastxp will be set to the index of the found
157 * entry; *gotp will contain the entry.
158 */
Christoph Hellwiga6f64d42007-08-16 16:23:40 +1000159STATIC xfs_bmbt_rec_host_t * /* pointer to found extent entry */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160xfs_bmap_search_extents(
161 xfs_inode_t *ip, /* incore inode pointer */
162 xfs_fileoff_t bno, /* block number searched for */
163 int whichfork, /* data or attr fork */
164 int *eofp, /* out: end of file found */
165 xfs_extnum_t *lastxp, /* out: last extent index */
166 xfs_bmbt_irec_t *gotp, /* out: extent entry found */
167 xfs_bmbt_irec_t *prevp); /* out: previous extent entry found */
168
Christoph Hellwigba0f32d2005-06-21 15:36:52 +1000169/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700170 * Compute the worst-case number of indirect blocks that will be used
171 * for ip's delayed extent of length "len".
172 */
173STATIC xfs_filblks_t
174xfs_bmap_worst_indlen(
175 xfs_inode_t *ip, /* incore inode pointer */
176 xfs_filblks_t len); /* delayed extent length */
177
178#ifdef DEBUG
179/*
180 * Perform various validation checks on the values being returned
181 * from xfs_bmapi().
182 */
183STATIC void
184xfs_bmap_validate_ret(
185 xfs_fileoff_t bno,
186 xfs_filblks_t len,
187 int flags,
188 xfs_bmbt_irec_t *mval,
189 int nmap,
190 int ret_nmap);
191#else
192#define xfs_bmap_validate_ret(bno,len,flags,mval,onmap,nmap)
193#endif /* DEBUG */
194
Linus Torvalds1da177e2005-04-16 15:20:36 -0700195STATIC int
196xfs_bmap_count_tree(
197 xfs_mount_t *mp,
198 xfs_trans_t *tp,
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +1100199 xfs_ifork_t *ifp,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200 xfs_fsblock_t blockno,
201 int levelin,
202 int *count);
203
Ruben Porrasc94312d2008-08-13 16:52:25 +1000204STATIC void
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205xfs_bmap_count_leaves(
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +1100206 xfs_ifork_t *ifp,
207 xfs_extnum_t idx,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208 int numrecs,
209 int *count);
210
Ruben Porrasc94312d2008-08-13 16:52:25 +1000211STATIC void
Yingping Lu91e11082005-11-02 15:10:24 +1100212xfs_bmap_disk_count_leaves(
Christoph Hellwig136341b2008-10-30 17:11:40 +1100213 struct xfs_mount *mp,
Christoph Hellwig7cc95a82008-10-30 17:14:34 +1100214 struct xfs_btree_block *block,
Yingping Lu91e11082005-11-02 15:10:24 +1100215 int numrecs,
216 int *count);
217
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218/*
219 * Bmap internal routines.
220 */
221
Christoph Hellwigfe033cc2008-10-30 16:56:09 +1100222STATIC int /* error */
223xfs_bmbt_lookup_eq(
224 struct xfs_btree_cur *cur,
225 xfs_fileoff_t off,
226 xfs_fsblock_t bno,
227 xfs_filblks_t len,
228 int *stat) /* success/failure */
229{
230 cur->bc_rec.b.br_startoff = off;
231 cur->bc_rec.b.br_startblock = bno;
232 cur->bc_rec.b.br_blockcount = len;
233 return xfs_btree_lookup(cur, XFS_LOOKUP_EQ, stat);
234}
235
236STATIC int /* error */
237xfs_bmbt_lookup_ge(
238 struct xfs_btree_cur *cur,
239 xfs_fileoff_t off,
240 xfs_fsblock_t bno,
241 xfs_filblks_t len,
242 int *stat) /* success/failure */
243{
244 cur->bc_rec.b.br_startoff = off;
245 cur->bc_rec.b.br_startblock = bno;
246 cur->bc_rec.b.br_blockcount = len;
247 return xfs_btree_lookup(cur, XFS_LOOKUP_GE, stat);
248}
249
Christoph Hellwig278d0ca2008-10-30 16:56:32 +1100250/*
Christoph Hellwig8096b1e2011-12-18 20:00:07 +0000251 * Check if the inode needs to be converted to btree format.
252 */
253static inline bool xfs_bmap_needs_btree(struct xfs_inode *ip, int whichfork)
254{
255 return XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS &&
256 XFS_IFORK_NEXTENTS(ip, whichfork) >
257 XFS_IFORK_MAXEXT(ip, whichfork);
258}
259
260/*
261 * Check if the inode should be converted to extent format.
262 */
263static inline bool xfs_bmap_wants_extents(struct xfs_inode *ip, int whichfork)
264{
265 return XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_BTREE &&
266 XFS_IFORK_NEXTENTS(ip, whichfork) <=
267 XFS_IFORK_MAXEXT(ip, whichfork);
268}
269
270/*
271 * Update the record referred to by cur to the value given
Christoph Hellwig278d0ca2008-10-30 16:56:32 +1100272 * by [off, bno, len, state].
273 * This either works (return 0) or gets an EFSCORRUPTED error.
274 */
275STATIC int
276xfs_bmbt_update(
277 struct xfs_btree_cur *cur,
278 xfs_fileoff_t off,
279 xfs_fsblock_t bno,
280 xfs_filblks_t len,
281 xfs_exntst_t state)
282{
283 union xfs_btree_rec rec;
284
285 xfs_bmbt_disk_set_allf(&rec.bmbt, off, bno, len, state);
286 return xfs_btree_update(cur, &rec);
287}
Christoph Hellwigfe033cc2008-10-30 16:56:09 +1100288
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289/*
290 * Called from xfs_bmap_add_attrfork to handle btree format files.
291 */
292STATIC int /* error */
293xfs_bmap_add_attrfork_btree(
294 xfs_trans_t *tp, /* transaction pointer */
295 xfs_inode_t *ip, /* incore inode pointer */
296 xfs_fsblock_t *firstblock, /* first block allocated */
297 xfs_bmap_free_t *flist, /* blocks to free at commit */
298 int *flags) /* inode logging flags */
299{
300 xfs_btree_cur_t *cur; /* btree cursor */
301 int error; /* error return value */
302 xfs_mount_t *mp; /* file system mount struct */
303 int stat; /* newroot status */
304
305 mp = ip->i_mount;
306 if (ip->i_df.if_broot_bytes <= XFS_IFORK_DSIZE(ip))
307 *flags |= XFS_ILOG_DBROOT;
308 else {
Christoph Hellwig561f7d12008-10-30 16:53:59 +1100309 cur = xfs_bmbt_init_cursor(mp, tp, ip, XFS_DATA_FORK);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310 cur->bc_private.b.flist = flist;
311 cur->bc_private.b.firstblock = *firstblock;
312 if ((error = xfs_bmbt_lookup_ge(cur, 0, 0, 0, &stat)))
313 goto error0;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +1000314 /* must be at least one entry */
315 XFS_WANT_CORRUPTED_GOTO(stat == 1, error0);
Christoph Hellwigea77b0a2008-10-30 16:57:28 +1100316 if ((error = xfs_btree_new_iroot(cur, flags, &stat)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700317 goto error0;
318 if (stat == 0) {
319 xfs_btree_del_cursor(cur, XFS_BTREE_NOERROR);
320 return XFS_ERROR(ENOSPC);
321 }
322 *firstblock = cur->bc_private.b.firstblock;
323 cur->bc_private.b.allocated = 0;
324 xfs_btree_del_cursor(cur, XFS_BTREE_NOERROR);
325 }
326 return 0;
327error0:
328 xfs_btree_del_cursor(cur, XFS_BTREE_ERROR);
329 return error;
330}
331
332/*
333 * Called from xfs_bmap_add_attrfork to handle extents format files.
334 */
335STATIC int /* error */
336xfs_bmap_add_attrfork_extents(
337 xfs_trans_t *tp, /* transaction pointer */
338 xfs_inode_t *ip, /* incore inode pointer */
339 xfs_fsblock_t *firstblock, /* first block allocated */
340 xfs_bmap_free_t *flist, /* blocks to free at commit */
341 int *flags) /* inode logging flags */
342{
343 xfs_btree_cur_t *cur; /* bmap btree cursor */
344 int error; /* error return value */
345
346 if (ip->i_d.di_nextents * sizeof(xfs_bmbt_rec_t) <= XFS_IFORK_DSIZE(ip))
347 return 0;
348 cur = NULL;
349 error = xfs_bmap_extents_to_btree(tp, ip, firstblock, flist, &cur, 0,
350 flags, XFS_DATA_FORK);
351 if (cur) {
352 cur->bc_private.b.allocated = 0;
353 xfs_btree_del_cursor(cur,
354 error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR);
355 }
356 return error;
357}
358
359/*
360 * Called from xfs_bmap_add_attrfork to handle local format files.
361 */
362STATIC int /* error */
363xfs_bmap_add_attrfork_local(
364 xfs_trans_t *tp, /* transaction pointer */
365 xfs_inode_t *ip, /* incore inode pointer */
366 xfs_fsblock_t *firstblock, /* first block allocated */
367 xfs_bmap_free_t *flist, /* blocks to free at commit */
368 int *flags) /* inode logging flags */
369{
370 xfs_da_args_t dargs; /* args for dir/attr code */
371 int error; /* error return value */
372 xfs_mount_t *mp; /* mount structure pointer */
373
374 if (ip->i_df.if_bytes <= XFS_IFORK_DSIZE(ip))
375 return 0;
Al Viroabbede12011-07-26 02:31:30 -0400376 if (S_ISDIR(ip->i_d.di_mode)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700377 mp = ip->i_mount;
378 memset(&dargs, 0, sizeof(dargs));
379 dargs.dp = ip;
380 dargs.firstblock = firstblock;
381 dargs.flist = flist;
382 dargs.total = mp->m_dirblkfsbs;
383 dargs.whichfork = XFS_DATA_FORK;
384 dargs.trans = tp;
Nathan Scottf6c2d1f2006-06-20 13:04:51 +1000385 error = xfs_dir2_sf_to_block(&dargs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386 } else
387 error = xfs_bmap_local_to_extents(tp, ip, firstblock, 1, flags,
388 XFS_DATA_FORK);
389 return error;
390}
391
392/*
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000393 * Convert a delayed allocation to a real allocation.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700394 */
395STATIC int /* error */
396xfs_bmap_add_extent_delay_real(
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000397 struct xfs_bmalloca *bma)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398{
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000399 struct xfs_bmbt_irec *new = &bma->got;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700400 int diff; /* temp value */
Christoph Hellwiga6f64d42007-08-16 16:23:40 +1000401 xfs_bmbt_rec_host_t *ep; /* extent entry for idx */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402 int error; /* error return value */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700403 int i; /* temp state */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +1100404 xfs_ifork_t *ifp; /* inode fork pointer */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405 xfs_fileoff_t new_endoff; /* end offset of new entry */
406 xfs_bmbt_irec_t r[3]; /* neighbor extent entries */
407 /* left is 0, right is 1, prev is 2 */
408 int rval=0; /* return value (logging flags) */
409 int state = 0;/* state bits, accessed thru macros */
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000410 xfs_filblks_t da_new; /* new count del alloc blocks used */
411 xfs_filblks_t da_old; /* old count del alloc blocks used */
412 xfs_filblks_t temp=0; /* value for da_new calculations */
413 xfs_filblks_t temp2=0;/* value for da_new calculations */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414 int tmp_rval; /* partial logging flags */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000416 ifp = XFS_IFORK_PTR(bma->ip, XFS_DATA_FORK);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000417
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000418 ASSERT(bma->idx >= 0);
419 ASSERT(bma->idx <= ifp->if_bytes / sizeof(struct xfs_bmbt_rec));
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000420 ASSERT(!isnullstartblock(new->br_startblock));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000421 ASSERT(!bma->cur ||
422 (bma->cur->bc_private.b.flags & XFS_BTCUR_BPRV_WASDEL));
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000423
424 XFS_STATS_INC(xs_add_exlist);
425
Linus Torvalds1da177e2005-04-16 15:20:36 -0700426#define LEFT r[0]
427#define RIGHT r[1]
428#define PREV r[2]
Linus Torvalds1da177e2005-04-16 15:20:36 -0700429
430 /*
431 * Set up a bunch of variables to make the tests simpler.
432 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000433 ep = xfs_iext_get_ext(ifp, bma->idx);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700434 xfs_bmbt_get_all(ep, &PREV);
435 new_endoff = new->br_startoff + new->br_blockcount;
436 ASSERT(PREV.br_startoff <= new->br_startoff);
437 ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff);
Christoph Hellwig7574aa92009-11-25 00:00:19 +0000438
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000439 da_old = startblockval(PREV.br_startblock);
440 da_new = 0;
441
Linus Torvalds1da177e2005-04-16 15:20:36 -0700442 /*
443 * Set flags determining what part of the previous delayed allocation
444 * extent is being replaced by a real allocation.
445 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +0000446 if (PREV.br_startoff == new->br_startoff)
447 state |= BMAP_LEFT_FILLING;
448 if (PREV.br_startoff + PREV.br_blockcount == new_endoff)
449 state |= BMAP_RIGHT_FILLING;
450
Linus Torvalds1da177e2005-04-16 15:20:36 -0700451 /*
452 * Check and set flags if this segment has a left neighbor.
453 * Don't set contiguous if the combined extent would be too large.
454 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000455 if (bma->idx > 0) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +0000456 state |= BMAP_LEFT_VALID;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000457 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx - 1), &LEFT);
Christoph Hellwig7574aa92009-11-25 00:00:19 +0000458
459 if (isnullstartblock(LEFT.br_startblock))
460 state |= BMAP_LEFT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +0000462
463 if ((state & BMAP_LEFT_VALID) && !(state & BMAP_LEFT_DELAY) &&
464 LEFT.br_startoff + LEFT.br_blockcount == new->br_startoff &&
465 LEFT.br_startblock + LEFT.br_blockcount == new->br_startblock &&
466 LEFT.br_state == new->br_state &&
467 LEFT.br_blockcount + new->br_blockcount <= MAXEXTLEN)
468 state |= BMAP_LEFT_CONTIG;
469
Linus Torvalds1da177e2005-04-16 15:20:36 -0700470 /*
471 * Check and set flags if this segment has a right neighbor.
472 * Don't set contiguous if the combined extent would be too large.
473 * Also check for all-three-contiguous being too large.
474 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000475 if (bma->idx < bma->ip->i_df.if_bytes / (uint)sizeof(xfs_bmbt_rec_t) - 1) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +0000476 state |= BMAP_RIGHT_VALID;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000477 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx + 1), &RIGHT);
Christoph Hellwig7574aa92009-11-25 00:00:19 +0000478
479 if (isnullstartblock(RIGHT.br_startblock))
480 state |= BMAP_RIGHT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700481 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +0000482
483 if ((state & BMAP_RIGHT_VALID) && !(state & BMAP_RIGHT_DELAY) &&
484 new_endoff == RIGHT.br_startoff &&
485 new->br_startblock + new->br_blockcount == RIGHT.br_startblock &&
486 new->br_state == RIGHT.br_state &&
487 new->br_blockcount + RIGHT.br_blockcount <= MAXEXTLEN &&
488 ((state & (BMAP_LEFT_CONTIG | BMAP_LEFT_FILLING |
489 BMAP_RIGHT_FILLING)) !=
490 (BMAP_LEFT_CONTIG | BMAP_LEFT_FILLING |
491 BMAP_RIGHT_FILLING) ||
492 LEFT.br_blockcount + new->br_blockcount + RIGHT.br_blockcount
493 <= MAXEXTLEN))
494 state |= BMAP_RIGHT_CONTIG;
495
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496 error = 0;
497 /*
498 * Switch out based on the FILLING and CONTIG state bits.
499 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +0000500 switch (state & (BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG |
501 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG)) {
502 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG |
503 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700504 /*
505 * Filling in all of a previously delayed allocation extent.
506 * The left and right neighbors are both contiguous with new.
507 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000508 bma->idx--;
509 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
510 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700511 LEFT.br_blockcount + PREV.br_blockcount +
512 RIGHT.br_blockcount);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000513 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +0000514
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000515 xfs_iext_remove(bma->ip, bma->idx + 1, 2, state);
516 bma->ip->i_d.di_nextents--;
517 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
519 else {
520 rval = XFS_ILOG_CORE;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000521 error = xfs_bmbt_lookup_eq(bma->cur, RIGHT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522 RIGHT.br_startblock,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000523 RIGHT.br_blockcount, &i);
524 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700525 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +1000526 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000527 error = xfs_btree_delete(bma->cur, &i);
528 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700529 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +1000530 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000531 error = xfs_btree_decrement(bma->cur, 0, &i);
532 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +1000534 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000535 error = xfs_bmbt_update(bma->cur, LEFT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700536 LEFT.br_startblock,
537 LEFT.br_blockcount +
538 PREV.br_blockcount +
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000539 RIGHT.br_blockcount, LEFT.br_state);
540 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541 goto done;
542 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700543 break;
544
Christoph Hellwig7574aa92009-11-25 00:00:19 +0000545 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700546 /*
547 * Filling in all of a previously delayed allocation extent.
548 * The left neighbor is contiguous, the right is not.
549 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000550 bma->idx--;
Christoph Hellwig0b1b2132009-12-14 23:14:59 +0000551
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000552 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
553 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx),
Christoph Hellwigec90c552011-05-23 08:52:53 +0000554 LEFT.br_blockcount + PREV.br_blockcount);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000555 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwigec90c552011-05-23 08:52:53 +0000556
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000557 xfs_iext_remove(bma->ip, bma->idx + 1, 1, state);
558 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559 rval = XFS_ILOG_DEXT;
560 else {
561 rval = 0;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000562 error = xfs_bmbt_lookup_eq(bma->cur, LEFT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563 LEFT.br_startblock, LEFT.br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000564 &i);
565 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +1000567 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000568 error = xfs_bmbt_update(bma->cur, LEFT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569 LEFT.br_startblock,
570 LEFT.br_blockcount +
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000571 PREV.br_blockcount, LEFT.br_state);
572 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700573 goto done;
574 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575 break;
576
Christoph Hellwig7574aa92009-11-25 00:00:19 +0000577 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578 /*
579 * Filling in all of a previously delayed allocation extent.
580 * The right neighbor is contiguous, the left is not.
581 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000582 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583 xfs_bmbt_set_startblock(ep, new->br_startblock);
584 xfs_bmbt_set_blockcount(ep,
585 PREV.br_blockcount + RIGHT.br_blockcount);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000586 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +0000587
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000588 xfs_iext_remove(bma->ip, bma->idx + 1, 1, state);
589 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590 rval = XFS_ILOG_DEXT;
591 else {
592 rval = 0;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000593 error = xfs_bmbt_lookup_eq(bma->cur, RIGHT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700594 RIGHT.br_startblock,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000595 RIGHT.br_blockcount, &i);
596 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +1000598 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000599 error = xfs_bmbt_update(bma->cur, PREV.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600 new->br_startblock,
601 PREV.br_blockcount +
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000602 RIGHT.br_blockcount, PREV.br_state);
603 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604 goto done;
605 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606 break;
607
Christoph Hellwig7574aa92009-11-25 00:00:19 +0000608 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609 /*
610 * Filling in all of a previously delayed allocation extent.
611 * Neither the left nor right neighbors are contiguous with
612 * the new one.
613 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000614 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615 xfs_bmbt_set_startblock(ep, new->br_startblock);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000616 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +0000617
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000618 bma->ip->i_d.di_nextents++;
619 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
621 else {
622 rval = XFS_ILOG_CORE;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000623 error = xfs_bmbt_lookup_eq(bma->cur, new->br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624 new->br_startblock, new->br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000625 &i);
626 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +1000628 XFS_WANT_CORRUPTED_GOTO(i == 0, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000629 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM;
630 error = xfs_btree_insert(bma->cur, &i);
631 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700632 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +1000633 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700634 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635 break;
636
Christoph Hellwig7574aa92009-11-25 00:00:19 +0000637 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638 /*
639 * Filling in the first part of a previous delayed allocation.
640 * The left neighbor is contiguous.
641 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000642 trace_xfs_bmap_pre_update(bma->ip, bma->idx - 1, state, _THIS_IP_);
643 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx - 1),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644 LEFT.br_blockcount + new->br_blockcount);
645 xfs_bmbt_set_startoff(ep,
646 PREV.br_startoff + new->br_blockcount);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000647 trace_xfs_bmap_post_update(bma->ip, bma->idx - 1, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +0000648
Linus Torvalds1da177e2005-04-16 15:20:36 -0700649 temp = PREV.br_blockcount - new->br_blockcount;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000650 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651 xfs_bmbt_set_blockcount(ep, temp);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000652 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653 rval = XFS_ILOG_DEXT;
654 else {
655 rval = 0;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000656 error = xfs_bmbt_lookup_eq(bma->cur, LEFT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657 LEFT.br_startblock, LEFT.br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000658 &i);
659 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +1000661 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000662 error = xfs_bmbt_update(bma->cur, LEFT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663 LEFT.br_startblock,
664 LEFT.br_blockcount +
665 new->br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000666 LEFT.br_state);
667 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668 goto done;
669 }
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000670 da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(bma->ip, temp),
Eric Sandeen9d87c312009-01-14 23:22:07 -0600671 startblockval(PREV.br_startblock));
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000672 xfs_bmbt_set_startblock(ep, nullstartblock(da_new));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000673 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwigec90c552011-05-23 08:52:53 +0000674
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000675 bma->idx--;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676 break;
677
Christoph Hellwig7574aa92009-11-25 00:00:19 +0000678 case BMAP_LEFT_FILLING:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700679 /*
680 * Filling in the first part of a previous delayed allocation.
681 * The left neighbor is not contiguous.
682 */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000683 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700684 xfs_bmbt_set_startoff(ep, new_endoff);
685 temp = PREV.br_blockcount - new->br_blockcount;
686 xfs_bmbt_set_blockcount(ep, temp);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000687 xfs_iext_insert(bma->ip, bma->idx, 1, new, state);
688 bma->ip->i_d.di_nextents++;
689 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
691 else {
692 rval = XFS_ILOG_CORE;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000693 error = xfs_bmbt_lookup_eq(bma->cur, new->br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694 new->br_startblock, new->br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000695 &i);
696 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +1000698 XFS_WANT_CORRUPTED_GOTO(i == 0, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000699 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM;
700 error = xfs_btree_insert(bma->cur, &i);
701 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +1000703 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700704 }
Christoph Hellwig8096b1e2011-12-18 20:00:07 +0000705
706 if (xfs_bmap_needs_btree(bma->ip, XFS_DATA_FORK)) {
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000707 error = xfs_bmap_extents_to_btree(bma->tp, bma->ip,
708 bma->firstblock, bma->flist,
709 &bma->cur, 1, &tmp_rval, XFS_DATA_FORK);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710 rval |= tmp_rval;
711 if (error)
712 goto done;
713 }
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000714 da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(bma->ip, temp),
Eric Sandeen9d87c312009-01-14 23:22:07 -0600715 startblockval(PREV.br_startblock) -
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000716 (bma->cur ? bma->cur->bc_private.b.allocated : 0));
717 ep = xfs_iext_get_ext(ifp, bma->idx + 1);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000718 xfs_bmbt_set_startblock(ep, nullstartblock(da_new));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000719 trace_xfs_bmap_post_update(bma->ip, bma->idx + 1, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720 break;
721
Christoph Hellwig7574aa92009-11-25 00:00:19 +0000722 case BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723 /*
724 * Filling in the last part of a previous delayed allocation.
725 * The right neighbor is contiguous with the new allocation.
726 */
727 temp = PREV.br_blockcount - new->br_blockcount;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000728 trace_xfs_bmap_pre_update(bma->ip, bma->idx + 1, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729 xfs_bmbt_set_blockcount(ep, temp);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000730 xfs_bmbt_set_allf(xfs_iext_get_ext(ifp, bma->idx + 1),
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +1100731 new->br_startoff, new->br_startblock,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700732 new->br_blockcount + RIGHT.br_blockcount,
733 RIGHT.br_state);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000734 trace_xfs_bmap_post_update(bma->ip, bma->idx + 1, state, _THIS_IP_);
735 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736 rval = XFS_ILOG_DEXT;
737 else {
738 rval = 0;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000739 error = xfs_bmbt_lookup_eq(bma->cur, RIGHT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700740 RIGHT.br_startblock,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000741 RIGHT.br_blockcount, &i);
742 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +1000744 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000745 error = xfs_bmbt_update(bma->cur, new->br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700746 new->br_startblock,
747 new->br_blockcount +
748 RIGHT.br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000749 RIGHT.br_state);
750 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751 goto done;
752 }
Christoph Hellwigec90c552011-05-23 08:52:53 +0000753
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000754 da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(bma->ip, temp),
Eric Sandeen9d87c312009-01-14 23:22:07 -0600755 startblockval(PREV.br_startblock));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000756 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000757 xfs_bmbt_set_startblock(ep, nullstartblock(da_new));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000758 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwigec90c552011-05-23 08:52:53 +0000759
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000760 bma->idx++;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700761 break;
762
Christoph Hellwig7574aa92009-11-25 00:00:19 +0000763 case BMAP_RIGHT_FILLING:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764 /*
765 * Filling in the last part of a previous delayed allocation.
766 * The right neighbor is not contiguous.
767 */
768 temp = PREV.br_blockcount - new->br_blockcount;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000769 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770 xfs_bmbt_set_blockcount(ep, temp);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000771 xfs_iext_insert(bma->ip, bma->idx + 1, 1, new, state);
772 bma->ip->i_d.di_nextents++;
773 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700774 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
775 else {
776 rval = XFS_ILOG_CORE;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000777 error = xfs_bmbt_lookup_eq(bma->cur, new->br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778 new->br_startblock, new->br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000779 &i);
780 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700781 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +1000782 XFS_WANT_CORRUPTED_GOTO(i == 0, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000783 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM;
784 error = xfs_btree_insert(bma->cur, &i);
785 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700786 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +1000787 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788 }
Christoph Hellwig8096b1e2011-12-18 20:00:07 +0000789
790 if (xfs_bmap_needs_btree(bma->ip, XFS_DATA_FORK)) {
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000791 error = xfs_bmap_extents_to_btree(bma->tp, bma->ip,
792 bma->firstblock, bma->flist, &bma->cur, 1,
793 &tmp_rval, XFS_DATA_FORK);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700794 rval |= tmp_rval;
795 if (error)
796 goto done;
797 }
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000798 da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(bma->ip, temp),
Eric Sandeen9d87c312009-01-14 23:22:07 -0600799 startblockval(PREV.br_startblock) -
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000800 (bma->cur ? bma->cur->bc_private.b.allocated : 0));
801 ep = xfs_iext_get_ext(ifp, bma->idx);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000802 xfs_bmbt_set_startblock(ep, nullstartblock(da_new));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000803 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwigec90c552011-05-23 08:52:53 +0000804
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000805 bma->idx++;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700806 break;
807
808 case 0:
809 /*
810 * Filling in the middle part of a previous delayed allocation.
811 * Contiguity is impossible here.
812 * This case is avoided almost all the time.
bpm@sgi.com24446fc2011-01-19 17:41:58 +0000813 *
814 * We start with a delayed allocation:
815 *
816 * +ddddddddddddddddddddddddddddddddddddddddddddddddddddddd+
817 * PREV @ idx
818 *
819 * and we are allocating:
820 * +rrrrrrrrrrrrrrrrr+
821 * new
822 *
823 * and we set it up for insertion as:
824 * +ddddddddddddddddddd+rrrrrrrrrrrrrrrrr+ddddddddddddddddd+
825 * new
826 * PREV @ idx LEFT RIGHT
827 * inserted at idx + 1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700828 */
829 temp = new->br_startoff - PREV.br_startoff;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830 temp2 = PREV.br_startoff + PREV.br_blockcount - new_endoff;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000831 trace_xfs_bmap_pre_update(bma->ip, bma->idx, 0, _THIS_IP_);
bpm@sgi.com24446fc2011-01-19 17:41:58 +0000832 xfs_bmbt_set_blockcount(ep, temp); /* truncate PREV */
833 LEFT = *new;
834 RIGHT.br_state = PREV.br_state;
835 RIGHT.br_startblock = nullstartblock(
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000836 (int)xfs_bmap_worst_indlen(bma->ip, temp2));
bpm@sgi.com24446fc2011-01-19 17:41:58 +0000837 RIGHT.br_startoff = new_endoff;
838 RIGHT.br_blockcount = temp2;
839 /* insert LEFT (r[0]) and RIGHT (r[1]) at the same time */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000840 xfs_iext_insert(bma->ip, bma->idx + 1, 2, &LEFT, state);
841 bma->ip->i_d.di_nextents++;
842 if (bma->cur == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
844 else {
845 rval = XFS_ILOG_CORE;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000846 error = xfs_bmbt_lookup_eq(bma->cur, new->br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700847 new->br_startblock, new->br_blockcount,
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000848 &i);
849 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700850 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +1000851 XFS_WANT_CORRUPTED_GOTO(i == 0, done);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000852 bma->cur->bc_rec.b.br_state = XFS_EXT_NORM;
853 error = xfs_btree_insert(bma->cur, &i);
854 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +1000856 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700857 }
Christoph Hellwig8096b1e2011-12-18 20:00:07 +0000858
859 if (xfs_bmap_needs_btree(bma->ip, XFS_DATA_FORK)) {
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000860 error = xfs_bmap_extents_to_btree(bma->tp, bma->ip,
861 bma->firstblock, bma->flist, &bma->cur,
862 1, &tmp_rval, XFS_DATA_FORK);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863 rval |= tmp_rval;
864 if (error)
865 goto done;
866 }
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000867 temp = xfs_bmap_worst_indlen(bma->ip, temp);
868 temp2 = xfs_bmap_worst_indlen(bma->ip, temp2);
Eric Sandeen9d87c312009-01-14 23:22:07 -0600869 diff = (int)(temp + temp2 - startblockval(PREV.br_startblock) -
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000870 (bma->cur ? bma->cur->bc_private.b.allocated : 0));
Christoph Hellwigb9b984d2011-09-18 20:40:42 +0000871 if (diff > 0) {
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000872 error = xfs_icsb_modify_counters(bma->ip->i_mount,
Christoph Hellwigb9b984d2011-09-18 20:40:42 +0000873 XFS_SBS_FDBLOCKS,
874 -((int64_t)diff), 0);
875 ASSERT(!error);
876 if (error)
877 goto done;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700878 }
Christoph Hellwigb9b984d2011-09-18 20:40:42 +0000879
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000880 ep = xfs_iext_get_ext(ifp, bma->idx);
Eric Sandeen9d87c312009-01-14 23:22:07 -0600881 xfs_bmbt_set_startblock(ep, nullstartblock((int)temp));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000882 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
883 trace_xfs_bmap_pre_update(bma->ip, bma->idx + 2, state, _THIS_IP_);
884 xfs_bmbt_set_startblock(xfs_iext_get_ext(ifp, bma->idx + 2),
Eric Sandeen9d87c312009-01-14 23:22:07 -0600885 nullstartblock((int)temp2));
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000886 trace_xfs_bmap_post_update(bma->ip, bma->idx + 2, state, _THIS_IP_);
Christoph Hellwigec90c552011-05-23 08:52:53 +0000887
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000888 bma->idx++;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000889 da_new = temp + temp2;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700890 break;
891
Christoph Hellwig7574aa92009-11-25 00:00:19 +0000892 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
893 case BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
894 case BMAP_LEFT_FILLING | BMAP_RIGHT_CONTIG:
895 case BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG:
896 case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
897 case BMAP_LEFT_CONTIG:
898 case BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700899 /*
900 * These cases are all impossible.
901 */
902 ASSERT(0);
903 }
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000904
905 /* convert to a btree if necessary */
Christoph Hellwig8096b1e2011-12-18 20:00:07 +0000906 if (xfs_bmap_needs_btree(bma->ip, XFS_DATA_FORK)) {
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000907 int tmp_logflags; /* partial log flag return val */
908
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000909 ASSERT(bma->cur == NULL);
910 error = xfs_bmap_extents_to_btree(bma->tp, bma->ip,
911 bma->firstblock, bma->flist, &bma->cur,
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000912 da_old > 0, &tmp_logflags, XFS_DATA_FORK);
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000913 bma->logflags |= tmp_logflags;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000914 if (error)
915 goto done;
916 }
917
918 /* adjust for changes in reserved delayed indirect blocks */
919 if (da_old || da_new) {
920 temp = da_new;
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000921 if (bma->cur)
922 temp += bma->cur->bc_private.b.allocated;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000923 ASSERT(temp <= da_old);
924 if (temp < da_old)
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000925 xfs_icsb_modify_counters(bma->ip->i_mount,
926 XFS_SBS_FDBLOCKS,
927 (int64_t)(da_old - temp), 0);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000928 }
929
930 /* clear out the allocated field, done with it now in any case. */
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000931 if (bma->cur)
932 bma->cur->bc_private.b.allocated = 0;
933
934 xfs_bmap_check_leaf_extents(bma->cur, bma->ip, XFS_DATA_FORK);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700935done:
Christoph Hellwig572a4cf2011-09-18 20:41:04 +0000936 bma->logflags |= rval;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937 return error;
938#undef LEFT
939#undef RIGHT
940#undef PREV
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941}
942
943/*
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000944 * Convert an unwritten allocation to a real allocation or vice versa.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945 */
946STATIC int /* error */
947xfs_bmap_add_extent_unwritten_real(
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000948 struct xfs_trans *tp,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949 xfs_inode_t *ip, /* incore inode pointer */
Christoph Hellwigec90c552011-05-23 08:52:53 +0000950 xfs_extnum_t *idx, /* extent number to update/insert */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700951 xfs_btree_cur_t **curp, /* if *curp is null, not a btree */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +1100952 xfs_bmbt_irec_t *new, /* new data to add to file extents */
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000953 xfs_fsblock_t *first, /* pointer to firstblock variable */
954 xfs_bmap_free_t *flist, /* list of extents to be freed */
Christoph Hellwigb4e91812010-06-23 18:11:15 +1000955 int *logflagsp) /* inode logging flags */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957 xfs_btree_cur_t *cur; /* btree cursor */
Christoph Hellwiga6f64d42007-08-16 16:23:40 +1000958 xfs_bmbt_rec_host_t *ep; /* extent entry for idx */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959 int error; /* error return value */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960 int i; /* temp state */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +1100961 xfs_ifork_t *ifp; /* inode fork pointer */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962 xfs_fileoff_t new_endoff; /* end offset of new entry */
963 xfs_exntst_t newext; /* new extent state */
964 xfs_exntst_t oldext; /* old extent state */
965 xfs_bmbt_irec_t r[3]; /* neighbor extent entries */
966 /* left is 0, right is 1, prev is 2 */
967 int rval=0; /* return value (logging flags) */
968 int state = 0;/* state bits, accessed thru macros */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700969
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000970 *logflagsp = 0;
971
972 cur = *curp;
973 ifp = XFS_IFORK_PTR(ip, XFS_DATA_FORK);
974
975 ASSERT(*idx >= 0);
976 ASSERT(*idx <= ifp->if_bytes / sizeof(struct xfs_bmbt_rec));
977 ASSERT(!isnullstartblock(new->br_startblock));
978
979 XFS_STATS_INC(xs_add_exlist);
980
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981#define LEFT r[0]
982#define RIGHT r[1]
983#define PREV r[2]
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +0000984
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985 /*
986 * Set up a bunch of variables to make the tests simpler.
987 */
988 error = 0;
Christoph Hellwigec90c552011-05-23 08:52:53 +0000989 ep = xfs_iext_get_ext(ifp, *idx);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700990 xfs_bmbt_get_all(ep, &PREV);
991 newext = new->br_state;
992 oldext = (newext == XFS_EXT_UNWRITTEN) ?
993 XFS_EXT_NORM : XFS_EXT_UNWRITTEN;
994 ASSERT(PREV.br_state == oldext);
995 new_endoff = new->br_startoff + new->br_blockcount;
996 ASSERT(PREV.br_startoff <= new->br_startoff);
997 ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff);
Christoph Hellwig7574aa92009-11-25 00:00:19 +0000998
Linus Torvalds1da177e2005-04-16 15:20:36 -0700999 /*
1000 * Set flags determining what part of the previous oldext allocation
1001 * extent is being replaced by a newext allocation.
1002 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001003 if (PREV.br_startoff == new->br_startoff)
1004 state |= BMAP_LEFT_FILLING;
1005 if (PREV.br_startoff + PREV.br_blockcount == new_endoff)
1006 state |= BMAP_RIGHT_FILLING;
1007
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008 /*
1009 * Check and set flags if this segment has a left neighbor.
1010 * Don't set contiguous if the combined extent would be too large.
1011 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00001012 if (*idx > 0) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001013 state |= BMAP_LEFT_VALID;
Christoph Hellwigec90c552011-05-23 08:52:53 +00001014 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx - 1), &LEFT);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001015
1016 if (isnullstartblock(LEFT.br_startblock))
1017 state |= BMAP_LEFT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001018 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001019
1020 if ((state & BMAP_LEFT_VALID) && !(state & BMAP_LEFT_DELAY) &&
1021 LEFT.br_startoff + LEFT.br_blockcount == new->br_startoff &&
1022 LEFT.br_startblock + LEFT.br_blockcount == new->br_startblock &&
1023 LEFT.br_state == newext &&
1024 LEFT.br_blockcount + new->br_blockcount <= MAXEXTLEN)
1025 state |= BMAP_LEFT_CONTIG;
1026
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027 /*
1028 * Check and set flags if this segment has a right neighbor.
1029 * Don't set contiguous if the combined extent would be too large.
1030 * Also check for all-three-contiguous being too large.
1031 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00001032 if (*idx < ip->i_df.if_bytes / (uint)sizeof(xfs_bmbt_rec_t) - 1) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001033 state |= BMAP_RIGHT_VALID;
Christoph Hellwigec90c552011-05-23 08:52:53 +00001034 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx + 1), &RIGHT);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001035 if (isnullstartblock(RIGHT.br_startblock))
1036 state |= BMAP_RIGHT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001038
1039 if ((state & BMAP_RIGHT_VALID) && !(state & BMAP_RIGHT_DELAY) &&
1040 new_endoff == RIGHT.br_startoff &&
1041 new->br_startblock + new->br_blockcount == RIGHT.br_startblock &&
1042 newext == RIGHT.br_state &&
1043 new->br_blockcount + RIGHT.br_blockcount <= MAXEXTLEN &&
1044 ((state & (BMAP_LEFT_CONTIG | BMAP_LEFT_FILLING |
1045 BMAP_RIGHT_FILLING)) !=
1046 (BMAP_LEFT_CONTIG | BMAP_LEFT_FILLING |
1047 BMAP_RIGHT_FILLING) ||
1048 LEFT.br_blockcount + new->br_blockcount + RIGHT.br_blockcount
1049 <= MAXEXTLEN))
1050 state |= BMAP_RIGHT_CONTIG;
1051
Linus Torvalds1da177e2005-04-16 15:20:36 -07001052 /*
1053 * Switch out based on the FILLING and CONTIG state bits.
1054 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001055 switch (state & (BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG |
1056 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG)) {
1057 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG |
1058 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001059 /*
1060 * Setting all of a previous oldext extent to newext.
1061 * The left and right neighbors are both contiguous with new.
1062 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00001063 --*idx;
1064
1065 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
1066 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067 LEFT.br_blockcount + PREV.br_blockcount +
1068 RIGHT.br_blockcount);
Christoph Hellwigec90c552011-05-23 08:52:53 +00001069 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001070
Christoph Hellwigec90c552011-05-23 08:52:53 +00001071 xfs_iext_remove(ip, *idx + 1, 2, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001072 ip->i_d.di_nextents -= 2;
1073 if (cur == NULL)
1074 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
1075 else {
1076 rval = XFS_ILOG_CORE;
1077 if ((error = xfs_bmbt_lookup_eq(cur, RIGHT.br_startoff,
1078 RIGHT.br_startblock,
1079 RIGHT.br_blockcount, &i)))
1080 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001081 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Christoph Hellwig91cca5d2008-10-30 16:58:01 +11001082 if ((error = xfs_btree_delete(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001083 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001084 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Christoph Hellwig8df4da42008-10-30 16:55:58 +11001085 if ((error = xfs_btree_decrement(cur, 0, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001087 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Christoph Hellwig91cca5d2008-10-30 16:58:01 +11001088 if ((error = xfs_btree_delete(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001090 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Christoph Hellwig8df4da42008-10-30 16:55:58 +11001091 if ((error = xfs_btree_decrement(cur, 0, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001092 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001093 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094 if ((error = xfs_bmbt_update(cur, LEFT.br_startoff,
1095 LEFT.br_startblock,
1096 LEFT.br_blockcount + PREV.br_blockcount +
1097 RIGHT.br_blockcount, LEFT.br_state)))
1098 goto done;
1099 }
1100 break;
1101
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001102 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001103 /*
1104 * Setting all of a previous oldext extent to newext.
1105 * The left neighbor is contiguous, the right is not.
1106 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00001107 --*idx;
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001108
Christoph Hellwigec90c552011-05-23 08:52:53 +00001109 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
1110 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx),
1111 LEFT.br_blockcount + PREV.br_blockcount);
1112 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
1113
1114 xfs_iext_remove(ip, *idx + 1, 1, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115 ip->i_d.di_nextents--;
1116 if (cur == NULL)
1117 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
1118 else {
1119 rval = XFS_ILOG_CORE;
1120 if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff,
1121 PREV.br_startblock, PREV.br_blockcount,
1122 &i)))
1123 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001124 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Christoph Hellwig91cca5d2008-10-30 16:58:01 +11001125 if ((error = xfs_btree_delete(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001127 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Christoph Hellwig8df4da42008-10-30 16:55:58 +11001128 if ((error = xfs_btree_decrement(cur, 0, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001129 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001130 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131 if ((error = xfs_bmbt_update(cur, LEFT.br_startoff,
1132 LEFT.br_startblock,
1133 LEFT.br_blockcount + PREV.br_blockcount,
1134 LEFT.br_state)))
1135 goto done;
1136 }
1137 break;
1138
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001139 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140 /*
1141 * Setting all of a previous oldext extent to newext.
1142 * The right neighbor is contiguous, the left is not.
1143 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00001144 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001145 xfs_bmbt_set_blockcount(ep,
1146 PREV.br_blockcount + RIGHT.br_blockcount);
1147 xfs_bmbt_set_state(ep, newext);
Christoph Hellwigec90c552011-05-23 08:52:53 +00001148 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
1149 xfs_iext_remove(ip, *idx + 1, 1, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001150 ip->i_d.di_nextents--;
1151 if (cur == NULL)
1152 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
1153 else {
1154 rval = XFS_ILOG_CORE;
1155 if ((error = xfs_bmbt_lookup_eq(cur, RIGHT.br_startoff,
1156 RIGHT.br_startblock,
1157 RIGHT.br_blockcount, &i)))
1158 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001159 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Christoph Hellwig91cca5d2008-10-30 16:58:01 +11001160 if ((error = xfs_btree_delete(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001162 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Christoph Hellwig8df4da42008-10-30 16:55:58 +11001163 if ((error = xfs_btree_decrement(cur, 0, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001164 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001165 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166 if ((error = xfs_bmbt_update(cur, new->br_startoff,
1167 new->br_startblock,
1168 new->br_blockcount + RIGHT.br_blockcount,
1169 newext)))
1170 goto done;
1171 }
1172 break;
1173
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001174 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175 /*
1176 * Setting all of a previous oldext extent to newext.
1177 * Neither the left nor right neighbors are contiguous with
1178 * the new one.
1179 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00001180 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181 xfs_bmbt_set_state(ep, newext);
Christoph Hellwigec90c552011-05-23 08:52:53 +00001182 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001183
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184 if (cur == NULL)
1185 rval = XFS_ILOG_DEXT;
1186 else {
1187 rval = 0;
1188 if ((error = xfs_bmbt_lookup_eq(cur, new->br_startoff,
1189 new->br_startblock, new->br_blockcount,
1190 &i)))
1191 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001192 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193 if ((error = xfs_bmbt_update(cur, new->br_startoff,
1194 new->br_startblock, new->br_blockcount,
1195 newext)))
1196 goto done;
1197 }
1198 break;
1199
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001200 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201 /*
1202 * Setting the first part of a previous oldext extent to newext.
1203 * The left neighbor is contiguous.
1204 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00001205 trace_xfs_bmap_pre_update(ip, *idx - 1, state, _THIS_IP_);
1206 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx - 1),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001207 LEFT.br_blockcount + new->br_blockcount);
1208 xfs_bmbt_set_startoff(ep,
1209 PREV.br_startoff + new->br_blockcount);
Christoph Hellwigec90c552011-05-23 08:52:53 +00001210 trace_xfs_bmap_post_update(ip, *idx - 1, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001211
Christoph Hellwigec90c552011-05-23 08:52:53 +00001212 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213 xfs_bmbt_set_startblock(ep,
1214 new->br_startblock + new->br_blockcount);
1215 xfs_bmbt_set_blockcount(ep,
1216 PREV.br_blockcount - new->br_blockcount);
Christoph Hellwigec90c552011-05-23 08:52:53 +00001217 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001218
Christoph Hellwigec90c552011-05-23 08:52:53 +00001219 --*idx;
1220
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221 if (cur == NULL)
1222 rval = XFS_ILOG_DEXT;
1223 else {
1224 rval = 0;
1225 if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff,
1226 PREV.br_startblock, PREV.br_blockcount,
1227 &i)))
1228 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001229 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001230 if ((error = xfs_bmbt_update(cur,
1231 PREV.br_startoff + new->br_blockcount,
1232 PREV.br_startblock + new->br_blockcount,
1233 PREV.br_blockcount - new->br_blockcount,
1234 oldext)))
1235 goto done;
Christoph Hellwig8df4da42008-10-30 16:55:58 +11001236 if ((error = xfs_btree_decrement(cur, 0, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237 goto done;
Christoph Hellwigb0eab142011-09-18 20:41:06 +00001238 error = xfs_bmbt_update(cur, LEFT.br_startoff,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239 LEFT.br_startblock,
1240 LEFT.br_blockcount + new->br_blockcount,
Christoph Hellwigb0eab142011-09-18 20:41:06 +00001241 LEFT.br_state);
1242 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001243 goto done;
1244 }
1245 break;
1246
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001247 case BMAP_LEFT_FILLING:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001248 /*
1249 * Setting the first part of a previous oldext extent to newext.
1250 * The left neighbor is not contiguous.
1251 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00001252 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253 ASSERT(ep && xfs_bmbt_get_state(ep) == oldext);
1254 xfs_bmbt_set_startoff(ep, new_endoff);
1255 xfs_bmbt_set_blockcount(ep,
1256 PREV.br_blockcount - new->br_blockcount);
1257 xfs_bmbt_set_startblock(ep,
1258 new->br_startblock + new->br_blockcount);
Christoph Hellwigec90c552011-05-23 08:52:53 +00001259 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001260
Christoph Hellwigec90c552011-05-23 08:52:53 +00001261 xfs_iext_insert(ip, *idx, 1, new, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001262 ip->i_d.di_nextents++;
1263 if (cur == NULL)
1264 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
1265 else {
1266 rval = XFS_ILOG_CORE;
1267 if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff,
1268 PREV.br_startblock, PREV.br_blockcount,
1269 &i)))
1270 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001271 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272 if ((error = xfs_bmbt_update(cur,
1273 PREV.br_startoff + new->br_blockcount,
1274 PREV.br_startblock + new->br_blockcount,
1275 PREV.br_blockcount - new->br_blockcount,
1276 oldext)))
1277 goto done;
1278 cur->bc_rec.b = *new;
Christoph Hellwig4b22a572008-10-30 16:57:40 +11001279 if ((error = xfs_btree_insert(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001281 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282 }
1283 break;
1284
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001285 case BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286 /*
1287 * Setting the last part of a previous oldext extent to newext.
1288 * The right neighbor is contiguous with the new allocation.
1289 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00001290 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291 xfs_bmbt_set_blockcount(ep,
1292 PREV.br_blockcount - new->br_blockcount);
Christoph Hellwigec90c552011-05-23 08:52:53 +00001293 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
1294
1295 ++*idx;
1296
1297 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
1298 xfs_bmbt_set_allf(xfs_iext_get_ext(ifp, *idx),
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11001299 new->br_startoff, new->br_startblock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300 new->br_blockcount + RIGHT.br_blockcount, newext);
Christoph Hellwigec90c552011-05-23 08:52:53 +00001301 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001302
Linus Torvalds1da177e2005-04-16 15:20:36 -07001303 if (cur == NULL)
1304 rval = XFS_ILOG_DEXT;
1305 else {
1306 rval = 0;
1307 if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff,
1308 PREV.br_startblock,
1309 PREV.br_blockcount, &i)))
1310 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001311 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001312 if ((error = xfs_bmbt_update(cur, PREV.br_startoff,
1313 PREV.br_startblock,
1314 PREV.br_blockcount - new->br_blockcount,
1315 oldext)))
1316 goto done;
Christoph Hellwig637aa502008-10-30 16:55:45 +11001317 if ((error = xfs_btree_increment(cur, 0, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318 goto done;
1319 if ((error = xfs_bmbt_update(cur, new->br_startoff,
1320 new->br_startblock,
1321 new->br_blockcount + RIGHT.br_blockcount,
1322 newext)))
1323 goto done;
1324 }
1325 break;
1326
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001327 case BMAP_RIGHT_FILLING:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328 /*
1329 * Setting the last part of a previous oldext extent to newext.
1330 * The right neighbor is not contiguous.
1331 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00001332 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333 xfs_bmbt_set_blockcount(ep,
1334 PREV.br_blockcount - new->br_blockcount);
Christoph Hellwigec90c552011-05-23 08:52:53 +00001335 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001336
Christoph Hellwigec90c552011-05-23 08:52:53 +00001337 ++*idx;
1338 xfs_iext_insert(ip, *idx, 1, new, state);
1339
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340 ip->i_d.di_nextents++;
1341 if (cur == NULL)
1342 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
1343 else {
1344 rval = XFS_ILOG_CORE;
1345 if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff,
1346 PREV.br_startblock, PREV.br_blockcount,
1347 &i)))
1348 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001349 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350 if ((error = xfs_bmbt_update(cur, PREV.br_startoff,
1351 PREV.br_startblock,
1352 PREV.br_blockcount - new->br_blockcount,
1353 oldext)))
1354 goto done;
1355 if ((error = xfs_bmbt_lookup_eq(cur, new->br_startoff,
1356 new->br_startblock, new->br_blockcount,
1357 &i)))
1358 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001359 XFS_WANT_CORRUPTED_GOTO(i == 0, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001360 cur->bc_rec.b.br_state = XFS_EXT_NORM;
Christoph Hellwig4b22a572008-10-30 16:57:40 +11001361 if ((error = xfs_btree_insert(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001363 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364 }
1365 break;
1366
1367 case 0:
1368 /*
1369 * Setting the middle part of a previous oldext extent to
1370 * newext. Contiguity is impossible here.
1371 * One extent becomes three extents.
1372 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00001373 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001374 xfs_bmbt_set_blockcount(ep,
1375 new->br_startoff - PREV.br_startoff);
Christoph Hellwigec90c552011-05-23 08:52:53 +00001376 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001377
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378 r[0] = *new;
1379 r[1].br_startoff = new_endoff;
1380 r[1].br_blockcount =
1381 PREV.br_startoff + PREV.br_blockcount - new_endoff;
1382 r[1].br_startblock = new->br_startblock + new->br_blockcount;
1383 r[1].br_state = oldext;
Christoph Hellwigec90c552011-05-23 08:52:53 +00001384
1385 ++*idx;
1386 xfs_iext_insert(ip, *idx, 2, &r[0], state);
1387
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388 ip->i_d.di_nextents += 2;
1389 if (cur == NULL)
1390 rval = XFS_ILOG_CORE | XFS_ILOG_DEXT;
1391 else {
1392 rval = XFS_ILOG_CORE;
1393 if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff,
1394 PREV.br_startblock, PREV.br_blockcount,
1395 &i)))
1396 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001397 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001398 /* new right extent - oldext */
1399 if ((error = xfs_bmbt_update(cur, r[1].br_startoff,
1400 r[1].br_startblock, r[1].br_blockcount,
1401 r[1].br_state)))
1402 goto done;
1403 /* new left extent - oldext */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404 cur->bc_rec.b = PREV;
Tim Shimmin6a617dd2008-07-18 17:13:04 +10001405 cur->bc_rec.b.br_blockcount =
1406 new->br_startoff - PREV.br_startoff;
Christoph Hellwig4b22a572008-10-30 16:57:40 +11001407 if ((error = xfs_btree_insert(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001408 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001409 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Lachlan McIlroyddea2d52008-06-23 13:25:53 +10001410 /*
1411 * Reset the cursor to the position of the new extent
1412 * we are about to insert as we can't trust it after
1413 * the previous insert.
1414 */
1415 if ((error = xfs_bmbt_lookup_eq(cur, new->br_startoff,
1416 new->br_startblock, new->br_blockcount,
1417 &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001418 goto done;
Lachlan McIlroyddea2d52008-06-23 13:25:53 +10001419 XFS_WANT_CORRUPTED_GOTO(i == 0, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001420 /* new middle extent - newext */
Lachlan McIlroyddea2d52008-06-23 13:25:53 +10001421 cur->bc_rec.b.br_state = new->br_state;
Christoph Hellwig4b22a572008-10-30 16:57:40 +11001422 if ((error = xfs_btree_insert(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001423 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001424 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425 }
1426 break;
1427
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001428 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
1429 case BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
1430 case BMAP_LEFT_FILLING | BMAP_RIGHT_CONTIG:
1431 case BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG:
1432 case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
1433 case BMAP_LEFT_CONTIG:
1434 case BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001435 /*
1436 * These cases are all impossible.
1437 */
1438 ASSERT(0);
1439 }
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001440
1441 /* convert to a btree if necessary */
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00001442 if (xfs_bmap_needs_btree(ip, XFS_DATA_FORK)) {
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001443 int tmp_logflags; /* partial log flag return val */
1444
1445 ASSERT(cur == NULL);
1446 error = xfs_bmap_extents_to_btree(tp, ip, first, flist, &cur,
1447 0, &tmp_logflags, XFS_DATA_FORK);
1448 *logflagsp |= tmp_logflags;
1449 if (error)
1450 goto done;
1451 }
1452
1453 /* clear out the allocated field, done with it now in any case. */
1454 if (cur) {
1455 cur->bc_private.b.allocated = 0;
1456 *curp = cur;
1457 }
1458
1459 xfs_bmap_check_leaf_extents(*curp, ip, XFS_DATA_FORK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460done:
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001461 *logflagsp |= rval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462 return error;
1463#undef LEFT
1464#undef RIGHT
1465#undef PREV
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466}
1467
1468/*
Christoph Hellwig1fd044d2011-09-18 20:40:49 +00001469 * Convert a hole to a delayed allocation.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470 */
Christoph Hellwig1fd044d2011-09-18 20:40:49 +00001471STATIC void
Linus Torvalds1da177e2005-04-16 15:20:36 -07001472xfs_bmap_add_extent_hole_delay(
1473 xfs_inode_t *ip, /* incore inode pointer */
Christoph Hellwigec90c552011-05-23 08:52:53 +00001474 xfs_extnum_t *idx, /* extent number to update/insert */
Christoph Hellwig1fd044d2011-09-18 20:40:49 +00001475 xfs_bmbt_irec_t *new) /* new data to add to file extents */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001476{
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11001477 xfs_ifork_t *ifp; /* inode fork pointer */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001478 xfs_bmbt_irec_t left; /* left neighbor extent entry */
1479 xfs_filblks_t newlen=0; /* new indirect size */
1480 xfs_filblks_t oldlen=0; /* old indirect size */
1481 xfs_bmbt_irec_t right; /* right neighbor extent entry */
1482 int state; /* state bits, accessed thru macros */
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001483 xfs_filblks_t temp=0; /* temp for indirect calculations */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001484
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11001485 ifp = XFS_IFORK_PTR(ip, XFS_DATA_FORK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486 state = 0;
Eric Sandeen9d87c312009-01-14 23:22:07 -06001487 ASSERT(isnullstartblock(new->br_startblock));
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001488
Linus Torvalds1da177e2005-04-16 15:20:36 -07001489 /*
1490 * Check and set flags if this segment has a left neighbor
1491 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00001492 if (*idx > 0) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001493 state |= BMAP_LEFT_VALID;
Christoph Hellwigec90c552011-05-23 08:52:53 +00001494 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx - 1), &left);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001495
1496 if (isnullstartblock(left.br_startblock))
1497 state |= BMAP_LEFT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001499
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500 /*
1501 * Check and set flags if the current (right) segment exists.
1502 * If it doesn't exist, we're converting the hole at end-of-file.
1503 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00001504 if (*idx < ip->i_df.if_bytes / (uint)sizeof(xfs_bmbt_rec_t)) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001505 state |= BMAP_RIGHT_VALID;
Christoph Hellwig2f2b3222011-05-11 15:04:06 +00001506 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx), &right);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001507
1508 if (isnullstartblock(right.br_startblock))
1509 state |= BMAP_RIGHT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001510 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001511
Linus Torvalds1da177e2005-04-16 15:20:36 -07001512 /*
1513 * Set contiguity flags on the left and right neighbors.
1514 * Don't let extents get too large, even if the pieces are contiguous.
1515 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001516 if ((state & BMAP_LEFT_VALID) && (state & BMAP_LEFT_DELAY) &&
1517 left.br_startoff + left.br_blockcount == new->br_startoff &&
1518 left.br_blockcount + new->br_blockcount <= MAXEXTLEN)
1519 state |= BMAP_LEFT_CONTIG;
1520
1521 if ((state & BMAP_RIGHT_VALID) && (state & BMAP_RIGHT_DELAY) &&
1522 new->br_startoff + new->br_blockcount == right.br_startoff &&
1523 new->br_blockcount + right.br_blockcount <= MAXEXTLEN &&
1524 (!(state & BMAP_LEFT_CONTIG) ||
1525 (left.br_blockcount + new->br_blockcount +
1526 right.br_blockcount <= MAXEXTLEN)))
1527 state |= BMAP_RIGHT_CONTIG;
1528
Linus Torvalds1da177e2005-04-16 15:20:36 -07001529 /*
1530 * Switch out based on the contiguity flags.
1531 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001532 switch (state & (BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG)) {
1533 case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001534 /*
1535 * New allocation is contiguous with delayed allocations
1536 * on the left and on the right.
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11001537 * Merge all three into a single extent record.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001538 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00001539 --*idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001540 temp = left.br_blockcount + new->br_blockcount +
1541 right.br_blockcount;
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001542
Christoph Hellwigec90c552011-05-23 08:52:53 +00001543 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
1544 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx), temp);
Eric Sandeen9d87c312009-01-14 23:22:07 -06001545 oldlen = startblockval(left.br_startblock) +
1546 startblockval(new->br_startblock) +
1547 startblockval(right.br_startblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001548 newlen = xfs_bmap_worst_indlen(ip, temp);
Christoph Hellwigec90c552011-05-23 08:52:53 +00001549 xfs_bmbt_set_startblock(xfs_iext_get_ext(ifp, *idx),
Eric Sandeen9d87c312009-01-14 23:22:07 -06001550 nullstartblock((int)newlen));
Christoph Hellwigec90c552011-05-23 08:52:53 +00001551 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001552
Christoph Hellwigec90c552011-05-23 08:52:53 +00001553 xfs_iext_remove(ip, *idx + 1, 1, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001554 break;
1555
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001556 case BMAP_LEFT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001557 /*
1558 * New allocation is contiguous with a delayed allocation
1559 * on the left.
1560 * Merge the new allocation with the left neighbor.
1561 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00001562 --*idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001563 temp = left.br_blockcount + new->br_blockcount;
Christoph Hellwigec90c552011-05-23 08:52:53 +00001564
1565 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
1566 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx), temp);
Eric Sandeen9d87c312009-01-14 23:22:07 -06001567 oldlen = startblockval(left.br_startblock) +
1568 startblockval(new->br_startblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001569 newlen = xfs_bmap_worst_indlen(ip, temp);
Christoph Hellwigec90c552011-05-23 08:52:53 +00001570 xfs_bmbt_set_startblock(xfs_iext_get_ext(ifp, *idx),
Eric Sandeen9d87c312009-01-14 23:22:07 -06001571 nullstartblock((int)newlen));
Christoph Hellwigec90c552011-05-23 08:52:53 +00001572 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001573 break;
1574
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001575 case BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001576 /*
1577 * New allocation is contiguous with a delayed allocation
1578 * on the right.
1579 * Merge the new allocation with the right neighbor.
1580 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00001581 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001582 temp = new->br_blockcount + right.br_blockcount;
Eric Sandeen9d87c312009-01-14 23:22:07 -06001583 oldlen = startblockval(new->br_startblock) +
1584 startblockval(right.br_startblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001585 newlen = xfs_bmap_worst_indlen(ip, temp);
Christoph Hellwig2f2b3222011-05-11 15:04:06 +00001586 xfs_bmbt_set_allf(xfs_iext_get_ext(ifp, *idx),
1587 new->br_startoff,
Eric Sandeen9d87c312009-01-14 23:22:07 -06001588 nullstartblock((int)newlen), temp, right.br_state);
Christoph Hellwigec90c552011-05-23 08:52:53 +00001589 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001590 break;
1591
1592 case 0:
1593 /*
1594 * New allocation is not contiguous with another
1595 * delayed allocation.
1596 * Insert a new entry.
1597 */
1598 oldlen = newlen = 0;
Christoph Hellwigec90c552011-05-23 08:52:53 +00001599 xfs_iext_insert(ip, *idx, 1, new, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001600 break;
1601 }
1602 if (oldlen != newlen) {
1603 ASSERT(oldlen > newlen);
Christoph Hellwig96540c72010-09-30 02:25:55 +00001604 xfs_icsb_modify_counters(ip->i_mount, XFS_SBS_FDBLOCKS,
Christoph Hellwig54893272011-05-11 15:04:03 +00001605 (int64_t)(oldlen - newlen), 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001606 /*
1607 * Nothing to do for disk quota accounting here.
1608 */
1609 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610}
1611
1612/*
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001613 * Convert a hole to a real allocation.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001614 */
1615STATIC int /* error */
1616xfs_bmap_add_extent_hole_real(
Christoph Hellwigc6534242011-09-18 20:41:05 +00001617 struct xfs_bmalloca *bma,
1618 int whichfork)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001619{
Christoph Hellwigc6534242011-09-18 20:41:05 +00001620 struct xfs_bmbt_irec *new = &bma->got;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001621 int error; /* error return value */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622 int i; /* temp state */
1623 xfs_ifork_t *ifp; /* inode fork pointer */
1624 xfs_bmbt_irec_t left; /* left neighbor extent entry */
1625 xfs_bmbt_irec_t right; /* right neighbor extent entry */
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001626 int rval=0; /* return value (logging flags) */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627 int state; /* state bits, accessed thru macros */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628
Christoph Hellwigc6534242011-09-18 20:41:05 +00001629 ifp = XFS_IFORK_PTR(bma->ip, whichfork);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001630
Christoph Hellwigc6534242011-09-18 20:41:05 +00001631 ASSERT(bma->idx >= 0);
1632 ASSERT(bma->idx <= ifp->if_bytes / sizeof(struct xfs_bmbt_rec));
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001633 ASSERT(!isnullstartblock(new->br_startblock));
Christoph Hellwigc6534242011-09-18 20:41:05 +00001634 ASSERT(!bma->cur ||
1635 !(bma->cur->bc_private.b.flags & XFS_BTCUR_BPRV_WASDEL));
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001636
1637 XFS_STATS_INC(xs_add_exlist);
1638
1639 state = 0;
Christoph Hellwig6ef35542009-11-25 00:00:21 +00001640 if (whichfork == XFS_ATTR_FORK)
1641 state |= BMAP_ATTRFORK;
1642
Linus Torvalds1da177e2005-04-16 15:20:36 -07001643 /*
1644 * Check and set flags if this segment has a left neighbor.
1645 */
Christoph Hellwigc6534242011-09-18 20:41:05 +00001646 if (bma->idx > 0) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001647 state |= BMAP_LEFT_VALID;
Christoph Hellwigc6534242011-09-18 20:41:05 +00001648 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx - 1), &left);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001649 if (isnullstartblock(left.br_startblock))
1650 state |= BMAP_LEFT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001652
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653 /*
1654 * Check and set flags if this segment has a current value.
1655 * Not true if we're inserting into the "hole" at eof.
1656 */
Christoph Hellwigc6534242011-09-18 20:41:05 +00001657 if (bma->idx < ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t)) {
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001658 state |= BMAP_RIGHT_VALID;
Christoph Hellwigc6534242011-09-18 20:41:05 +00001659 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx), &right);
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001660 if (isnullstartblock(right.br_startblock))
1661 state |= BMAP_RIGHT_DELAY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662 }
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001663
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664 /*
1665 * We're inserting a real allocation between "left" and "right".
1666 * Set the contiguity flags. Don't let extents get too large.
1667 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001668 if ((state & BMAP_LEFT_VALID) && !(state & BMAP_LEFT_DELAY) &&
1669 left.br_startoff + left.br_blockcount == new->br_startoff &&
1670 left.br_startblock + left.br_blockcount == new->br_startblock &&
1671 left.br_state == new->br_state &&
1672 left.br_blockcount + new->br_blockcount <= MAXEXTLEN)
1673 state |= BMAP_LEFT_CONTIG;
1674
1675 if ((state & BMAP_RIGHT_VALID) && !(state & BMAP_RIGHT_DELAY) &&
1676 new->br_startoff + new->br_blockcount == right.br_startoff &&
1677 new->br_startblock + new->br_blockcount == right.br_startblock &&
1678 new->br_state == right.br_state &&
1679 new->br_blockcount + right.br_blockcount <= MAXEXTLEN &&
1680 (!(state & BMAP_LEFT_CONTIG) ||
1681 left.br_blockcount + new->br_blockcount +
1682 right.br_blockcount <= MAXEXTLEN))
1683 state |= BMAP_RIGHT_CONTIG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001684
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001685 error = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001686 /*
1687 * Select which case we're in here, and implement it.
1688 */
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001689 switch (state & (BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG)) {
1690 case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001691 /*
1692 * New allocation is contiguous with real allocations on the
1693 * left and on the right.
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11001694 * Merge all three into a single extent record.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001695 */
Christoph Hellwigc6534242011-09-18 20:41:05 +00001696 --bma->idx;
1697 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
1698 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001699 left.br_blockcount + new->br_blockcount +
1700 right.br_blockcount);
Christoph Hellwigc6534242011-09-18 20:41:05 +00001701 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001702
Christoph Hellwigc6534242011-09-18 20:41:05 +00001703 xfs_iext_remove(bma->ip, bma->idx + 1, 1, state);
Christoph Hellwigec90c552011-05-23 08:52:53 +00001704
Christoph Hellwigc6534242011-09-18 20:41:05 +00001705 XFS_IFORK_NEXT_SET(bma->ip, whichfork,
1706 XFS_IFORK_NEXTENTS(bma->ip, whichfork) - 1);
1707 if (bma->cur == NULL) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06001708 rval = XFS_ILOG_CORE | xfs_ilog_fext(whichfork);
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001709 } else {
1710 rval = XFS_ILOG_CORE;
Christoph Hellwigc6534242011-09-18 20:41:05 +00001711 error = xfs_bmbt_lookup_eq(bma->cur, right.br_startoff,
1712 right.br_startblock, right.br_blockcount,
1713 &i);
1714 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001715 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001716 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Christoph Hellwigc6534242011-09-18 20:41:05 +00001717 error = xfs_btree_delete(bma->cur, &i);
1718 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001719 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001720 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Christoph Hellwigc6534242011-09-18 20:41:05 +00001721 error = xfs_btree_decrement(bma->cur, 0, &i);
1722 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001723 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001724 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Christoph Hellwigc6534242011-09-18 20:41:05 +00001725 error = xfs_bmbt_update(bma->cur, left.br_startoff,
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001726 left.br_startblock,
1727 left.br_blockcount +
1728 new->br_blockcount +
1729 right.br_blockcount,
Christoph Hellwigc6534242011-09-18 20:41:05 +00001730 left.br_state);
1731 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001732 goto done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733 }
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001734 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001736 case BMAP_LEFT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737 /*
1738 * New allocation is contiguous with a real allocation
1739 * on the left.
1740 * Merge the new allocation with the left neighbor.
1741 */
Christoph Hellwigc6534242011-09-18 20:41:05 +00001742 --bma->idx;
1743 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
1744 xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745 left.br_blockcount + new->br_blockcount);
Christoph Hellwigc6534242011-09-18 20:41:05 +00001746 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001747
Christoph Hellwigc6534242011-09-18 20:41:05 +00001748 if (bma->cur == NULL) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06001749 rval = xfs_ilog_fext(whichfork);
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001750 } else {
1751 rval = 0;
Christoph Hellwigc6534242011-09-18 20:41:05 +00001752 error = xfs_bmbt_lookup_eq(bma->cur, left.br_startoff,
1753 left.br_startblock, left.br_blockcount,
1754 &i);
1755 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001756 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001757 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Christoph Hellwigc6534242011-09-18 20:41:05 +00001758 error = xfs_bmbt_update(bma->cur, left.br_startoff,
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001759 left.br_startblock,
1760 left.br_blockcount +
1761 new->br_blockcount,
Christoph Hellwigc6534242011-09-18 20:41:05 +00001762 left.br_state);
1763 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001764 goto done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765 }
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001766 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001767
Christoph Hellwig7574aa92009-11-25 00:00:19 +00001768 case BMAP_RIGHT_CONTIG:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769 /*
1770 * New allocation is contiguous with a real allocation
1771 * on the right.
1772 * Merge the new allocation with the right neighbor.
1773 */
Christoph Hellwigc6534242011-09-18 20:41:05 +00001774 trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_);
1775 xfs_bmbt_set_allf(xfs_iext_get_ext(ifp, bma->idx),
Christoph Hellwig2f2b3222011-05-11 15:04:06 +00001776 new->br_startoff, new->br_startblock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001777 new->br_blockcount + right.br_blockcount,
1778 right.br_state);
Christoph Hellwigc6534242011-09-18 20:41:05 +00001779 trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001780
Christoph Hellwigc6534242011-09-18 20:41:05 +00001781 if (bma->cur == NULL) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06001782 rval = xfs_ilog_fext(whichfork);
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001783 } else {
1784 rval = 0;
Christoph Hellwigc6534242011-09-18 20:41:05 +00001785 error = xfs_bmbt_lookup_eq(bma->cur,
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001786 right.br_startoff,
1787 right.br_startblock,
Christoph Hellwigc6534242011-09-18 20:41:05 +00001788 right.br_blockcount, &i);
1789 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001790 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001791 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Christoph Hellwigc6534242011-09-18 20:41:05 +00001792 error = xfs_bmbt_update(bma->cur, new->br_startoff,
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001793 new->br_startblock,
1794 new->br_blockcount +
1795 right.br_blockcount,
Christoph Hellwigc6534242011-09-18 20:41:05 +00001796 right.br_state);
1797 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001798 goto done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001799 }
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001800 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801
1802 case 0:
1803 /*
1804 * New allocation is not contiguous with another
1805 * real allocation.
1806 * Insert a new entry.
1807 */
Christoph Hellwigc6534242011-09-18 20:41:05 +00001808 xfs_iext_insert(bma->ip, bma->idx, 1, new, state);
1809 XFS_IFORK_NEXT_SET(bma->ip, whichfork,
1810 XFS_IFORK_NEXTENTS(bma->ip, whichfork) + 1);
1811 if (bma->cur == NULL) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06001812 rval = XFS_ILOG_CORE | xfs_ilog_fext(whichfork);
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001813 } else {
1814 rval = XFS_ILOG_CORE;
Christoph Hellwigc6534242011-09-18 20:41:05 +00001815 error = xfs_bmbt_lookup_eq(bma->cur,
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001816 new->br_startoff,
1817 new->br_startblock,
Christoph Hellwigc6534242011-09-18 20:41:05 +00001818 new->br_blockcount, &i);
1819 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001820 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001821 XFS_WANT_CORRUPTED_GOTO(i == 0, done);
Christoph Hellwigc6534242011-09-18 20:41:05 +00001822 bma->cur->bc_rec.b.br_state = new->br_state;
1823 error = xfs_btree_insert(bma->cur, &i);
1824 if (error)
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001825 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10001826 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001827 }
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001828 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829 }
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001830
1831 /* convert to a btree if necessary */
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00001832 if (xfs_bmap_needs_btree(bma->ip, whichfork)) {
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001833 int tmp_logflags; /* partial log flag return val */
1834
Christoph Hellwigc6534242011-09-18 20:41:05 +00001835 ASSERT(bma->cur == NULL);
1836 error = xfs_bmap_extents_to_btree(bma->tp, bma->ip,
1837 bma->firstblock, bma->flist, &bma->cur,
1838 0, &tmp_logflags, whichfork);
1839 bma->logflags |= tmp_logflags;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00001840 if (error)
1841 goto done;
1842 }
1843
1844 /* clear out the allocated field, done with it now in any case. */
Christoph Hellwigc6534242011-09-18 20:41:05 +00001845 if (bma->cur)
1846 bma->cur->bc_private.b.allocated = 0;
1847
1848 xfs_bmap_check_leaf_extents(bma->cur, bma->ip, whichfork);
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001849done:
Christoph Hellwigc6534242011-09-18 20:41:05 +00001850 bma->logflags |= rval;
Olaf Weber3e57ecf2006-06-09 14:48:12 +10001851 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852}
1853
Nathan Scottdd9f4382006-01-11 15:28:28 +11001854/*
1855 * Adjust the size of the new extent based on di_extsize and rt extsize.
1856 */
1857STATIC int
1858xfs_bmap_extsize_align(
1859 xfs_mount_t *mp,
1860 xfs_bmbt_irec_t *gotp, /* next extent pointer */
1861 xfs_bmbt_irec_t *prevp, /* previous extent pointer */
1862 xfs_extlen_t extsz, /* align to this extent size */
1863 int rt, /* is this a realtime inode? */
1864 int eof, /* is extent at end-of-file? */
1865 int delay, /* creating delalloc extent? */
1866 int convert, /* overwriting unwritten extent? */
1867 xfs_fileoff_t *offp, /* in/out: aligned offset */
1868 xfs_extlen_t *lenp) /* in/out: aligned length */
1869{
1870 xfs_fileoff_t orig_off; /* original offset */
1871 xfs_extlen_t orig_alen; /* original length */
1872 xfs_fileoff_t orig_end; /* original off+len */
1873 xfs_fileoff_t nexto; /* next file offset */
1874 xfs_fileoff_t prevo; /* previous file offset */
1875 xfs_fileoff_t align_off; /* temp for offset */
1876 xfs_extlen_t align_alen; /* temp for length */
1877 xfs_extlen_t temp; /* temp for calculations */
1878
1879 if (convert)
1880 return 0;
1881
1882 orig_off = align_off = *offp;
1883 orig_alen = align_alen = *lenp;
1884 orig_end = orig_off + orig_alen;
1885
1886 /*
1887 * If this request overlaps an existing extent, then don't
1888 * attempt to perform any additional alignment.
1889 */
1890 if (!delay && !eof &&
1891 (orig_off >= gotp->br_startoff) &&
1892 (orig_end <= gotp->br_startoff + gotp->br_blockcount)) {
1893 return 0;
1894 }
1895
1896 /*
1897 * If the file offset is unaligned vs. the extent size
1898 * we need to align it. This will be possible unless
1899 * the file was previously written with a kernel that didn't
1900 * perform this alignment, or if a truncate shot us in the
1901 * foot.
1902 */
1903 temp = do_mod(orig_off, extsz);
1904 if (temp) {
1905 align_alen += temp;
1906 align_off -= temp;
1907 }
1908 /*
1909 * Same adjustment for the end of the requested area.
1910 */
1911 if ((temp = (align_alen % extsz))) {
1912 align_alen += extsz - temp;
1913 }
1914 /*
1915 * If the previous block overlaps with this proposed allocation
1916 * then move the start forward without adjusting the length.
1917 */
1918 if (prevp->br_startoff != NULLFILEOFF) {
1919 if (prevp->br_startblock == HOLESTARTBLOCK)
1920 prevo = prevp->br_startoff;
1921 else
1922 prevo = prevp->br_startoff + prevp->br_blockcount;
1923 } else
1924 prevo = 0;
1925 if (align_off != orig_off && align_off < prevo)
1926 align_off = prevo;
1927 /*
1928 * If the next block overlaps with this proposed allocation
1929 * then move the start back without adjusting the length,
1930 * but not before offset 0.
1931 * This may of course make the start overlap previous block,
1932 * and if we hit the offset 0 limit then the next block
1933 * can still overlap too.
1934 */
1935 if (!eof && gotp->br_startoff != NULLFILEOFF) {
1936 if ((delay && gotp->br_startblock == HOLESTARTBLOCK) ||
1937 (!delay && gotp->br_startblock == DELAYSTARTBLOCK))
1938 nexto = gotp->br_startoff + gotp->br_blockcount;
1939 else
1940 nexto = gotp->br_startoff;
1941 } else
1942 nexto = NULLFILEOFF;
1943 if (!eof &&
1944 align_off + align_alen != orig_end &&
1945 align_off + align_alen > nexto)
1946 align_off = nexto > align_alen ? nexto - align_alen : 0;
1947 /*
1948 * If we're now overlapping the next or previous extent that
1949 * means we can't fit an extsz piece in this hole. Just move
1950 * the start forward to the first valid spot and set
1951 * the length so we hit the end.
1952 */
1953 if (align_off != orig_off && align_off < prevo)
1954 align_off = prevo;
1955 if (align_off + align_alen != orig_end &&
1956 align_off + align_alen > nexto &&
1957 nexto != NULLFILEOFF) {
1958 ASSERT(nexto > prevo);
1959 align_alen = nexto - align_off;
1960 }
1961
1962 /*
1963 * If realtime, and the result isn't a multiple of the realtime
1964 * extent size we need to remove blocks until it is.
1965 */
1966 if (rt && (temp = (align_alen % mp->m_sb.sb_rextsize))) {
1967 /*
1968 * We're not covering the original request, or
1969 * we won't be able to once we fix the length.
1970 */
1971 if (orig_off < align_off ||
1972 orig_end > align_off + align_alen ||
1973 align_alen - temp < orig_alen)
1974 return XFS_ERROR(EINVAL);
1975 /*
1976 * Try to fix it by moving the start up.
1977 */
1978 if (align_off + temp <= orig_off) {
1979 align_alen -= temp;
1980 align_off += temp;
1981 }
1982 /*
1983 * Try to fix it by moving the end in.
1984 */
1985 else if (align_off + align_alen - temp >= orig_end)
1986 align_alen -= temp;
1987 /*
1988 * Set the start to the minimum then trim the length.
1989 */
1990 else {
1991 align_alen -= orig_off - align_off;
1992 align_off = orig_off;
1993 align_alen -= align_alen % mp->m_sb.sb_rextsize;
1994 }
1995 /*
1996 * Result doesn't cover the request, fail it.
1997 */
1998 if (orig_off < align_off || orig_end > align_off + align_alen)
1999 return XFS_ERROR(EINVAL);
2000 } else {
2001 ASSERT(orig_off >= align_off);
2002 ASSERT(orig_end <= align_off + align_alen);
2003 }
2004
2005#ifdef DEBUG
2006 if (!eof && gotp->br_startoff != NULLFILEOFF)
2007 ASSERT(align_off + align_alen <= gotp->br_startoff);
2008 if (prevp->br_startoff != NULLFILEOFF)
2009 ASSERT(align_off >= prevp->br_startoff + prevp->br_blockcount);
2010#endif
2011
2012 *lenp = align_alen;
2013 *offp = align_off;
2014 return 0;
2015}
2016
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017#define XFS_ALLOC_GAP_UNITS 4
2018
David Chinnerc2b1cba2008-04-10 12:21:40 +10002019STATIC void
Nathan Scotta365bdd2006-03-14 13:34:16 +11002020xfs_bmap_adjacent(
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021 xfs_bmalloca_t *ap) /* bmap alloc argument struct */
2022{
2023 xfs_fsblock_t adjust; /* adjustment to block numbers */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024 xfs_agnumber_t fb_agno; /* ag number of ap->firstblock */
2025 xfs_mount_t *mp; /* mount point structure */
2026 int nullfb; /* true if ap->firstblock isn't set */
2027 int rt; /* true if inode is realtime */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028
2029#define ISVALID(x,y) \
2030 (rt ? \
2031 (x) < mp->m_sb.sb_rblocks : \
2032 XFS_FSB_TO_AGNO(mp, x) == XFS_FSB_TO_AGNO(mp, y) && \
2033 XFS_FSB_TO_AGNO(mp, x) < mp->m_sb.sb_agcount && \
2034 XFS_FSB_TO_AGBNO(mp, x) < mp->m_sb.sb_agblocks)
2035
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036 mp = ap->ip->i_mount;
Dave Chinner0937e0f2011-09-18 20:40:57 +00002037 nullfb = *ap->firstblock == NULLFSBLOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038 rt = XFS_IS_REALTIME_INODE(ap->ip) && ap->userdata;
Dave Chinner0937e0f2011-09-18 20:40:57 +00002039 fb_agno = nullfb ? NULLAGNUMBER : XFS_FSB_TO_AGNO(mp, *ap->firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040 /*
2041 * If allocating at eof, and there's a previous real block,
Malcolm Parsons9da096f2009-03-29 09:55:42 +02002042 * try to use its last block as our starting point.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002043 */
Dave Chinnerbaf41a52011-09-18 20:40:56 +00002044 if (ap->eof && ap->prev.br_startoff != NULLFILEOFF &&
2045 !isnullstartblock(ap->prev.br_startblock) &&
2046 ISVALID(ap->prev.br_startblock + ap->prev.br_blockcount,
2047 ap->prev.br_startblock)) {
Dave Chinner3a756672011-09-18 20:40:58 +00002048 ap->blkno = ap->prev.br_startblock + ap->prev.br_blockcount;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002049 /*
2050 * Adjust for the gap between prevp and us.
2051 */
Dave Chinner3a756672011-09-18 20:40:58 +00002052 adjust = ap->offset -
Dave Chinnerbaf41a52011-09-18 20:40:56 +00002053 (ap->prev.br_startoff + ap->prev.br_blockcount);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002054 if (adjust &&
Dave Chinner3a756672011-09-18 20:40:58 +00002055 ISVALID(ap->blkno + adjust, ap->prev.br_startblock))
2056 ap->blkno += adjust;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002057 }
2058 /*
2059 * If not at eof, then compare the two neighbor blocks.
2060 * Figure out whether either one gives us a good starting point,
2061 * and pick the better one.
2062 */
2063 else if (!ap->eof) {
2064 xfs_fsblock_t gotbno; /* right side block number */
2065 xfs_fsblock_t gotdiff=0; /* right side difference */
2066 xfs_fsblock_t prevbno; /* left side block number */
2067 xfs_fsblock_t prevdiff=0; /* left side difference */
2068
2069 /*
2070 * If there's a previous (left) block, select a requested
2071 * start block based on it.
2072 */
Dave Chinnerbaf41a52011-09-18 20:40:56 +00002073 if (ap->prev.br_startoff != NULLFILEOFF &&
2074 !isnullstartblock(ap->prev.br_startblock) &&
2075 (prevbno = ap->prev.br_startblock +
2076 ap->prev.br_blockcount) &&
2077 ISVALID(prevbno, ap->prev.br_startblock)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002078 /*
2079 * Calculate gap to end of previous block.
2080 */
Dave Chinner3a756672011-09-18 20:40:58 +00002081 adjust = prevdiff = ap->offset -
Dave Chinnerbaf41a52011-09-18 20:40:56 +00002082 (ap->prev.br_startoff +
2083 ap->prev.br_blockcount);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084 /*
2085 * Figure the startblock based on the previous block's
2086 * end and the gap size.
2087 * Heuristic!
2088 * If the gap is large relative to the piece we're
2089 * allocating, or using it gives us an invalid block
2090 * number, then just use the end of the previous block.
2091 */
Dave Chinner3a756672011-09-18 20:40:58 +00002092 if (prevdiff <= XFS_ALLOC_GAP_UNITS * ap->length &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093 ISVALID(prevbno + prevdiff,
Dave Chinnerbaf41a52011-09-18 20:40:56 +00002094 ap->prev.br_startblock))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095 prevbno += adjust;
2096 else
2097 prevdiff += adjust;
2098 /*
2099 * If the firstblock forbids it, can't use it,
2100 * must use default.
2101 */
2102 if (!rt && !nullfb &&
2103 XFS_FSB_TO_AGNO(mp, prevbno) != fb_agno)
2104 prevbno = NULLFSBLOCK;
2105 }
2106 /*
2107 * No previous block or can't follow it, just default.
2108 */
2109 else
2110 prevbno = NULLFSBLOCK;
2111 /*
2112 * If there's a following (right) block, select a requested
2113 * start block based on it.
2114 */
Dave Chinnerbaf41a52011-09-18 20:40:56 +00002115 if (!isnullstartblock(ap->got.br_startblock)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116 /*
2117 * Calculate gap to start of next block.
2118 */
Dave Chinner3a756672011-09-18 20:40:58 +00002119 adjust = gotdiff = ap->got.br_startoff - ap->offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120 /*
2121 * Figure the startblock based on the next block's
2122 * start and the gap size.
2123 */
Dave Chinnerbaf41a52011-09-18 20:40:56 +00002124 gotbno = ap->got.br_startblock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125 /*
2126 * Heuristic!
2127 * If the gap is large relative to the piece we're
2128 * allocating, or using it gives us an invalid block
2129 * number, then just use the start of the next block
2130 * offset by our length.
2131 */
Dave Chinner3a756672011-09-18 20:40:58 +00002132 if (gotdiff <= XFS_ALLOC_GAP_UNITS * ap->length &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133 ISVALID(gotbno - gotdiff, gotbno))
2134 gotbno -= adjust;
Dave Chinner3a756672011-09-18 20:40:58 +00002135 else if (ISVALID(gotbno - ap->length, gotbno)) {
2136 gotbno -= ap->length;
2137 gotdiff += adjust - ap->length;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138 } else
2139 gotdiff += adjust;
2140 /*
2141 * If the firstblock forbids it, can't use it,
2142 * must use default.
2143 */
2144 if (!rt && !nullfb &&
2145 XFS_FSB_TO_AGNO(mp, gotbno) != fb_agno)
2146 gotbno = NULLFSBLOCK;
2147 }
2148 /*
2149 * No next block, just default.
2150 */
2151 else
2152 gotbno = NULLFSBLOCK;
2153 /*
2154 * If both valid, pick the better one, else the only good
Dave Chinner3a756672011-09-18 20:40:58 +00002155 * one, else ap->blkno is already set (to 0 or the inode block).
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156 */
2157 if (prevbno != NULLFSBLOCK && gotbno != NULLFSBLOCK)
Dave Chinner3a756672011-09-18 20:40:58 +00002158 ap->blkno = prevdiff <= gotdiff ? prevbno : gotbno;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159 else if (prevbno != NULLFSBLOCK)
Dave Chinner3a756672011-09-18 20:40:58 +00002160 ap->blkno = prevbno;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161 else if (gotbno != NULLFSBLOCK)
Dave Chinner3a756672011-09-18 20:40:58 +00002162 ap->blkno = gotbno;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163 }
Nathan Scotta365bdd2006-03-14 13:34:16 +11002164#undef ISVALID
Nathan Scotta365bdd2006-03-14 13:34:16 +11002165}
2166
2167STATIC int
2168xfs_bmap_rtalloc(
2169 xfs_bmalloca_t *ap) /* bmap alloc argument struct */
2170{
2171 xfs_alloctype_t atype = 0; /* type for allocation routines */
2172 int error; /* error return value */
2173 xfs_mount_t *mp; /* mount point structure */
2174 xfs_extlen_t prod = 0; /* product factor for allocators */
2175 xfs_extlen_t ralen = 0; /* realtime allocation length */
2176 xfs_extlen_t align; /* minimum allocation alignment */
Nathan Scotta365bdd2006-03-14 13:34:16 +11002177 xfs_rtblock_t rtb;
2178
2179 mp = ap->ip->i_mount;
David Chinner957d0eb2007-06-18 16:50:37 +10002180 align = xfs_get_extsz_hint(ap->ip);
Nathan Scotta365bdd2006-03-14 13:34:16 +11002181 prod = align / mp->m_sb.sb_rextsize;
Dave Chinnerbaf41a52011-09-18 20:40:56 +00002182 error = xfs_bmap_extsize_align(mp, &ap->got, &ap->prev,
Nathan Scotta365bdd2006-03-14 13:34:16 +11002183 align, 1, ap->eof, 0,
Dave Chinner3a756672011-09-18 20:40:58 +00002184 ap->conv, &ap->offset, &ap->length);
Nathan Scotta365bdd2006-03-14 13:34:16 +11002185 if (error)
2186 return error;
Dave Chinner3a756672011-09-18 20:40:58 +00002187 ASSERT(ap->length);
2188 ASSERT(ap->length % mp->m_sb.sb_rextsize == 0);
Nathan Scotta365bdd2006-03-14 13:34:16 +11002189
2190 /*
2191 * If the offset & length are not perfectly aligned
2192 * then kill prod, it will just get us in trouble.
2193 */
Dave Chinner3a756672011-09-18 20:40:58 +00002194 if (do_mod(ap->offset, align) || ap->length % align)
Nathan Scotta365bdd2006-03-14 13:34:16 +11002195 prod = 1;
2196 /*
2197 * Set ralen to be the actual requested length in rtextents.
2198 */
Dave Chinner3a756672011-09-18 20:40:58 +00002199 ralen = ap->length / mp->m_sb.sb_rextsize;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002200 /*
2201 * If the old value was close enough to MAXEXTLEN that
2202 * we rounded up to it, cut it back so it's valid again.
2203 * Note that if it's a really large request (bigger than
2204 * MAXEXTLEN), we don't hear about that number, and can't
2205 * adjust the starting point to match it.
2206 */
2207 if (ralen * mp->m_sb.sb_rextsize >= MAXEXTLEN)
2208 ralen = MAXEXTLEN / mp->m_sb.sb_rextsize;
Christoph Hellwig04e99452011-01-25 09:06:19 +00002209
2210 /*
2211 * Lock out other modifications to the RT bitmap inode.
2212 */
Christoph Hellwig1050c712011-02-13 13:25:31 +00002213 xfs_ilock(mp->m_rbmip, XFS_ILOCK_EXCL);
Christoph Hellwigddc34152011-09-19 15:00:54 +00002214 xfs_trans_ijoin(ap->tp, mp->m_rbmip, XFS_ILOCK_EXCL);
Christoph Hellwig04e99452011-01-25 09:06:19 +00002215
Nathan Scotta365bdd2006-03-14 13:34:16 +11002216 /*
2217 * If it's an allocation to an empty file at offset 0,
2218 * pick an extent that will space things out in the rt area.
2219 */
Dave Chinner3a756672011-09-18 20:40:58 +00002220 if (ap->eof && ap->offset == 0) {
Andrew Morton0892ccd2007-06-28 16:46:56 +10002221 xfs_rtblock_t uninitialized_var(rtx); /* realtime extent no */
2222
Nathan Scotta365bdd2006-03-14 13:34:16 +11002223 error = xfs_rtpick_extent(mp, ap->tp, ralen, &rtx);
2224 if (error)
2225 return error;
Dave Chinner3a756672011-09-18 20:40:58 +00002226 ap->blkno = rtx * mp->m_sb.sb_rextsize;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002227 } else {
Dave Chinner3a756672011-09-18 20:40:58 +00002228 ap->blkno = 0;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002229 }
2230
2231 xfs_bmap_adjacent(ap);
2232
2233 /*
2234 * Realtime allocation, done through xfs_rtallocate_extent.
2235 */
Dave Chinner3a756672011-09-18 20:40:58 +00002236 atype = ap->blkno == 0 ? XFS_ALLOCTYPE_ANY_AG : XFS_ALLOCTYPE_NEAR_BNO;
2237 do_div(ap->blkno, mp->m_sb.sb_rextsize);
2238 rtb = ap->blkno;
2239 ap->length = ralen;
2240 if ((error = xfs_rtallocate_extent(ap->tp, ap->blkno, 1, ap->length,
Nathan Scotta365bdd2006-03-14 13:34:16 +11002241 &ralen, atype, ap->wasdel, prod, &rtb)))
2242 return error;
2243 if (rtb == NULLFSBLOCK && prod > 1 &&
Dave Chinner3a756672011-09-18 20:40:58 +00002244 (error = xfs_rtallocate_extent(ap->tp, ap->blkno, 1,
2245 ap->length, &ralen, atype,
Nathan Scotta365bdd2006-03-14 13:34:16 +11002246 ap->wasdel, 1, &rtb)))
2247 return error;
Dave Chinner3a756672011-09-18 20:40:58 +00002248 ap->blkno = rtb;
2249 if (ap->blkno != NULLFSBLOCK) {
2250 ap->blkno *= mp->m_sb.sb_rextsize;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002251 ralen *= mp->m_sb.sb_rextsize;
Dave Chinner3a756672011-09-18 20:40:58 +00002252 ap->length = ralen;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002253 ap->ip->i_d.di_nblocks += ralen;
2254 xfs_trans_log_inode(ap->tp, ap->ip, XFS_ILOG_CORE);
2255 if (ap->wasdel)
2256 ap->ip->i_delayed_blks -= ralen;
2257 /*
2258 * Adjust the disk quota also. This was reserved
2259 * earlier.
2260 */
Christoph Hellwig7d095252009-06-08 15:33:32 +02002261 xfs_trans_mod_dquot_byino(ap->tp, ap->ip,
Nathan Scotta365bdd2006-03-14 13:34:16 +11002262 ap->wasdel ? XFS_TRANS_DQ_DELRTBCOUNT :
2263 XFS_TRANS_DQ_RTBCOUNT, (long) ralen);
2264 } else {
Dave Chinner3a756672011-09-18 20:40:58 +00002265 ap->length = 0;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002266 }
2267 return 0;
2268}
2269
2270STATIC int
Christoph Hellwigc467c042010-02-15 23:34:42 +00002271xfs_bmap_btalloc_nullfb(
2272 struct xfs_bmalloca *ap,
2273 struct xfs_alloc_arg *args,
2274 xfs_extlen_t *blen)
2275{
2276 struct xfs_mount *mp = ap->ip->i_mount;
2277 struct xfs_perag *pag;
2278 xfs_agnumber_t ag, startag;
2279 int notinit = 0;
2280 int error;
2281
2282 if (ap->userdata && xfs_inode_is_filestream(ap->ip))
2283 args->type = XFS_ALLOCTYPE_NEAR_BNO;
2284 else
2285 args->type = XFS_ALLOCTYPE_START_BNO;
2286 args->total = ap->total;
2287
2288 /*
2289 * Search for an allocation group with a single extent large enough
2290 * for the request. If one isn't found, then adjust the minimum
2291 * allocation size to the largest space found.
2292 */
2293 startag = ag = XFS_FSB_TO_AGNO(mp, args->fsbno);
2294 if (startag == NULLAGNUMBER)
2295 startag = ag = 0;
2296
2297 pag = xfs_perag_get(mp, ag);
Dave Chinner14b064c2011-01-27 12:16:28 +11002298 while (*blen < args->maxlen) {
Christoph Hellwigc467c042010-02-15 23:34:42 +00002299 if (!pag->pagf_init) {
2300 error = xfs_alloc_pagf_init(mp, args->tp, ag,
2301 XFS_ALLOC_FLAG_TRYLOCK);
2302 if (error) {
2303 xfs_perag_put(pag);
2304 return error;
2305 }
2306 }
2307
2308 /*
2309 * See xfs_alloc_fix_freelist...
2310 */
2311 if (pag->pagf_init) {
2312 xfs_extlen_t longest;
2313 longest = xfs_alloc_longest_free_extent(mp, pag);
2314 if (*blen < longest)
2315 *blen = longest;
2316 } else
2317 notinit = 1;
2318
2319 if (xfs_inode_is_filestream(ap->ip)) {
Dave Chinner14b064c2011-01-27 12:16:28 +11002320 if (*blen >= args->maxlen)
Christoph Hellwigc467c042010-02-15 23:34:42 +00002321 break;
2322
2323 if (ap->userdata) {
2324 /*
2325 * If startag is an invalid AG, we've
2326 * come here once before and
2327 * xfs_filestream_new_ag picked the
2328 * best currently available.
2329 *
2330 * Don't continue looping, since we
2331 * could loop forever.
2332 */
2333 if (startag == NULLAGNUMBER)
2334 break;
2335
2336 error = xfs_filestream_new_ag(ap, &ag);
2337 xfs_perag_put(pag);
2338 if (error)
2339 return error;
2340
2341 /* loop again to set 'blen'*/
2342 startag = NULLAGNUMBER;
2343 pag = xfs_perag_get(mp, ag);
2344 continue;
2345 }
2346 }
2347 if (++ag == mp->m_sb.sb_agcount)
2348 ag = 0;
2349 if (ag == startag)
2350 break;
2351 xfs_perag_put(pag);
2352 pag = xfs_perag_get(mp, ag);
2353 }
2354 xfs_perag_put(pag);
2355
2356 /*
2357 * Since the above loop did a BUF_TRYLOCK, it is
2358 * possible that there is space for this request.
2359 */
2360 if (notinit || *blen < ap->minlen)
2361 args->minlen = ap->minlen;
2362 /*
2363 * If the best seen length is less than the request
2364 * length, use the best as the minimum.
2365 */
Dave Chinner14b064c2011-01-27 12:16:28 +11002366 else if (*blen < args->maxlen)
Christoph Hellwigc467c042010-02-15 23:34:42 +00002367 args->minlen = *blen;
2368 /*
Dave Chinner14b064c2011-01-27 12:16:28 +11002369 * Otherwise we've seen an extent as big as maxlen,
Christoph Hellwigc467c042010-02-15 23:34:42 +00002370 * use that as the minimum.
2371 */
2372 else
Dave Chinner14b064c2011-01-27 12:16:28 +11002373 args->minlen = args->maxlen;
Christoph Hellwigc467c042010-02-15 23:34:42 +00002374
2375 /*
2376 * set the failure fallback case to look in the selected
2377 * AG as the stream may have moved.
2378 */
2379 if (xfs_inode_is_filestream(ap->ip))
Dave Chinner3a756672011-09-18 20:40:58 +00002380 ap->blkno = args->fsbno = XFS_AGB_TO_FSB(mp, ag, 0);
Christoph Hellwigc467c042010-02-15 23:34:42 +00002381
2382 return 0;
2383}
2384
2385STATIC int
Nathan Scotta365bdd2006-03-14 13:34:16 +11002386xfs_bmap_btalloc(
2387 xfs_bmalloca_t *ap) /* bmap alloc argument struct */
2388{
2389 xfs_mount_t *mp; /* mount point structure */
2390 xfs_alloctype_t atype = 0; /* type for allocation routines */
2391 xfs_extlen_t align; /* minimum allocation alignment */
Nathan Scotta365bdd2006-03-14 13:34:16 +11002392 xfs_agnumber_t fb_agno; /* ag number of ap->firstblock */
Christoph Hellwigc467c042010-02-15 23:34:42 +00002393 xfs_agnumber_t ag;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002394 xfs_alloc_arg_t args;
2395 xfs_extlen_t blen;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002396 xfs_extlen_t nextminlen = 0;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002397 int nullfb; /* true if ap->firstblock isn't set */
2398 int isaligned;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002399 int tryagain;
2400 int error;
2401
Dave Chinnera99ebf42011-12-01 11:24:20 +00002402 ASSERT(ap->length);
2403
Nathan Scotta365bdd2006-03-14 13:34:16 +11002404 mp = ap->ip->i_mount;
David Chinner957d0eb2007-06-18 16:50:37 +10002405 align = ap->userdata ? xfs_get_extsz_hint(ap->ip) : 0;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002406 if (unlikely(align)) {
Dave Chinnerbaf41a52011-09-18 20:40:56 +00002407 error = xfs_bmap_extsize_align(mp, &ap->got, &ap->prev,
Nathan Scotta365bdd2006-03-14 13:34:16 +11002408 align, 0, ap->eof, 0, ap->conv,
Dave Chinner3a756672011-09-18 20:40:58 +00002409 &ap->offset, &ap->length);
Nathan Scotta365bdd2006-03-14 13:34:16 +11002410 ASSERT(!error);
Dave Chinner3a756672011-09-18 20:40:58 +00002411 ASSERT(ap->length);
Nathan Scotta365bdd2006-03-14 13:34:16 +11002412 }
Dave Chinner0937e0f2011-09-18 20:40:57 +00002413 nullfb = *ap->firstblock == NULLFSBLOCK;
2414 fb_agno = nullfb ? NULLAGNUMBER : XFS_FSB_TO_AGNO(mp, *ap->firstblock);
David Chinner2a82b8b2007-07-11 11:09:12 +10002415 if (nullfb) {
2416 if (ap->userdata && xfs_inode_is_filestream(ap->ip)) {
2417 ag = xfs_filestream_lookup_ag(ap->ip);
2418 ag = (ag != NULLAGNUMBER) ? ag : 0;
Dave Chinner3a756672011-09-18 20:40:58 +00002419 ap->blkno = XFS_AGB_TO_FSB(mp, ag, 0);
David Chinner2a82b8b2007-07-11 11:09:12 +10002420 } else {
Dave Chinner3a756672011-09-18 20:40:58 +00002421 ap->blkno = XFS_INO_TO_FSB(mp, ap->ip->i_ino);
David Chinner2a82b8b2007-07-11 11:09:12 +10002422 }
2423 } else
Dave Chinner3a756672011-09-18 20:40:58 +00002424 ap->blkno = *ap->firstblock;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002425
2426 xfs_bmap_adjacent(ap);
2427
Linus Torvalds1da177e2005-04-16 15:20:36 -07002428 /*
Dave Chinner3a756672011-09-18 20:40:58 +00002429 * If allowed, use ap->blkno; otherwise must use firstblock since
Linus Torvalds1da177e2005-04-16 15:20:36 -07002430 * it's in the right allocation group.
2431 */
Dave Chinner3a756672011-09-18 20:40:58 +00002432 if (nullfb || XFS_FSB_TO_AGNO(mp, ap->blkno) == fb_agno)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433 ;
2434 else
Dave Chinner3a756672011-09-18 20:40:58 +00002435 ap->blkno = *ap->firstblock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002436 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002437 * Normal allocation, done through xfs_alloc_vextent.
2438 */
Nathan Scotta365bdd2006-03-14 13:34:16 +11002439 tryagain = isaligned = 0;
Mark Tinguelya0041682012-09-20 13:16:45 -05002440 memset(&args, 0, sizeof(args));
Nathan Scotta365bdd2006-03-14 13:34:16 +11002441 args.tp = ap->tp;
2442 args.mp = mp;
Dave Chinner3a756672011-09-18 20:40:58 +00002443 args.fsbno = ap->blkno;
Dave Chinner14b064c2011-01-27 12:16:28 +11002444
2445 /* Trim the allocation back to the maximum an AG can fit. */
Dave Chinner3a756672011-09-18 20:40:58 +00002446 args.maxlen = MIN(ap->length, XFS_ALLOC_AG_MAX_USABLE(mp));
Dave Chinner0937e0f2011-09-18 20:40:57 +00002447 args.firstblock = *ap->firstblock;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002448 blen = 0;
2449 if (nullfb) {
Christoph Hellwigc467c042010-02-15 23:34:42 +00002450 error = xfs_bmap_btalloc_nullfb(ap, &args, &blen);
2451 if (error)
2452 return error;
Dave Chinner0937e0f2011-09-18 20:40:57 +00002453 } else if (ap->flist->xbf_low) {
David Chinner2a82b8b2007-07-11 11:09:12 +10002454 if (xfs_inode_is_filestream(ap->ip))
2455 args.type = XFS_ALLOCTYPE_FIRST_AG;
2456 else
2457 args.type = XFS_ALLOCTYPE_START_BNO;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002458 args.total = args.minlen = ap->minlen;
2459 } else {
2460 args.type = XFS_ALLOCTYPE_NEAR_BNO;
2461 args.total = ap->total;
2462 args.minlen = ap->minlen;
2463 }
David Chinner957d0eb2007-06-18 16:50:37 +10002464 /* apply extent size hints if obtained earlier */
2465 if (unlikely(align)) {
2466 args.prod = align;
Dave Chinner3a756672011-09-18 20:40:58 +00002467 if ((args.mod = (xfs_extlen_t)do_mod(ap->offset, args.prod)))
Nathan Scotta365bdd2006-03-14 13:34:16 +11002468 args.mod = (xfs_extlen_t)(args.prod - args.mod);
Tim Shimmine6a4b372007-11-23 16:30:42 +11002469 } else if (mp->m_sb.sb_blocksize >= PAGE_CACHE_SIZE) {
Nathan Scotta365bdd2006-03-14 13:34:16 +11002470 args.prod = 1;
2471 args.mod = 0;
2472 } else {
Tim Shimmine6a4b372007-11-23 16:30:42 +11002473 args.prod = PAGE_CACHE_SIZE >> mp->m_sb.sb_blocklog;
Dave Chinner3a756672011-09-18 20:40:58 +00002474 if ((args.mod = (xfs_extlen_t)(do_mod(ap->offset, args.prod))))
Nathan Scotta365bdd2006-03-14 13:34:16 +11002475 args.mod = (xfs_extlen_t)(args.prod - args.mod);
2476 }
2477 /*
2478 * If we are not low on available data blocks, and the
2479 * underlying logical volume manager is a stripe, and
2480 * the file offset is zero then try to allocate data
2481 * blocks on stripe unit boundary.
2482 * NOTE: ap->aeof is only set if the allocation length
2483 * is >= the stripe unit and the allocation offset is
2484 * at the end of file.
2485 */
Dave Chinner0937e0f2011-09-18 20:40:57 +00002486 if (!ap->flist->xbf_low && ap->aeof) {
Dave Chinner3a756672011-09-18 20:40:58 +00002487 if (!ap->offset) {
Nathan Scotta365bdd2006-03-14 13:34:16 +11002488 args.alignment = mp->m_dalign;
2489 atype = args.type;
2490 isaligned = 1;
2491 /*
2492 * Adjust for alignment
2493 */
Dave Chinner14b064c2011-01-27 12:16:28 +11002494 if (blen > args.alignment && blen <= args.maxlen)
Nathan Scotta365bdd2006-03-14 13:34:16 +11002495 args.minlen = blen - args.alignment;
2496 args.minalignslop = 0;
2497 } else {
2498 /*
2499 * First try an exact bno allocation.
2500 * If it fails then do a near or start bno
2501 * allocation with alignment turned on.
2502 */
2503 atype = args.type;
2504 tryagain = 1;
2505 args.type = XFS_ALLOCTYPE_THIS_BNO;
2506 args.alignment = 1;
2507 /*
2508 * Compute the minlen+alignment for the
2509 * next case. Set slop so that the value
2510 * of minlen+alignment+slop doesn't go up
2511 * between the calls.
2512 */
Dave Chinner14b064c2011-01-27 12:16:28 +11002513 if (blen > mp->m_dalign && blen <= args.maxlen)
Nathan Scotta365bdd2006-03-14 13:34:16 +11002514 nextminlen = blen - mp->m_dalign;
2515 else
2516 nextminlen = args.minlen;
2517 if (nextminlen + mp->m_dalign > args.minlen + 1)
2518 args.minalignslop =
2519 nextminlen + mp->m_dalign -
2520 args.minlen - 1;
2521 else
2522 args.minalignslop = 0;
2523 }
2524 } else {
2525 args.alignment = 1;
2526 args.minalignslop = 0;
2527 }
2528 args.minleft = ap->minleft;
2529 args.wasdel = ap->wasdel;
2530 args.isfl = 0;
2531 args.userdata = ap->userdata;
2532 if ((error = xfs_alloc_vextent(&args)))
2533 return error;
2534 if (tryagain && args.fsbno == NULLFSBLOCK) {
2535 /*
2536 * Exact allocation failed. Now try with alignment
2537 * turned on.
2538 */
2539 args.type = atype;
Dave Chinner3a756672011-09-18 20:40:58 +00002540 args.fsbno = ap->blkno;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002541 args.alignment = mp->m_dalign;
2542 args.minlen = nextminlen;
2543 args.minalignslop = 0;
2544 isaligned = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545 if ((error = xfs_alloc_vextent(&args)))
2546 return error;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002547 }
2548 if (isaligned && args.fsbno == NULLFSBLOCK) {
2549 /*
2550 * allocation failed, so turn off alignment and
2551 * try again.
2552 */
2553 args.type = atype;
Dave Chinner3a756672011-09-18 20:40:58 +00002554 args.fsbno = ap->blkno;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002555 args.alignment = 0;
2556 if ((error = xfs_alloc_vextent(&args)))
2557 return error;
2558 }
2559 if (args.fsbno == NULLFSBLOCK && nullfb &&
2560 args.minlen > ap->minlen) {
2561 args.minlen = ap->minlen;
2562 args.type = XFS_ALLOCTYPE_START_BNO;
Dave Chinner3a756672011-09-18 20:40:58 +00002563 args.fsbno = ap->blkno;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002564 if ((error = xfs_alloc_vextent(&args)))
2565 return error;
2566 }
2567 if (args.fsbno == NULLFSBLOCK && nullfb) {
2568 args.fsbno = 0;
2569 args.type = XFS_ALLOCTYPE_FIRST_AG;
2570 args.total = ap->minlen;
2571 args.minleft = 0;
2572 if ((error = xfs_alloc_vextent(&args)))
2573 return error;
Dave Chinner0937e0f2011-09-18 20:40:57 +00002574 ap->flist->xbf_low = 1;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002575 }
2576 if (args.fsbno != NULLFSBLOCK) {
Dave Chinner0937e0f2011-09-18 20:40:57 +00002577 /*
2578 * check the allocation happened at the same or higher AG than
2579 * the first block that was allocated.
2580 */
2581 ASSERT(*ap->firstblock == NULLFSBLOCK ||
2582 XFS_FSB_TO_AGNO(mp, *ap->firstblock) ==
2583 XFS_FSB_TO_AGNO(mp, args.fsbno) ||
2584 (ap->flist->xbf_low &&
2585 XFS_FSB_TO_AGNO(mp, *ap->firstblock) <
2586 XFS_FSB_TO_AGNO(mp, args.fsbno)));
2587
Dave Chinner3a756672011-09-18 20:40:58 +00002588 ap->blkno = args.fsbno;
Dave Chinner0937e0f2011-09-18 20:40:57 +00002589 if (*ap->firstblock == NULLFSBLOCK)
2590 *ap->firstblock = args.fsbno;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002591 ASSERT(nullfb || fb_agno == args.agno ||
Dave Chinner0937e0f2011-09-18 20:40:57 +00002592 (ap->flist->xbf_low && fb_agno < args.agno));
Dave Chinner3a756672011-09-18 20:40:58 +00002593 ap->length = args.len;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002594 ap->ip->i_d.di_nblocks += args.len;
2595 xfs_trans_log_inode(ap->tp, ap->ip, XFS_ILOG_CORE);
2596 if (ap->wasdel)
2597 ap->ip->i_delayed_blks -= args.len;
2598 /*
2599 * Adjust the disk quota also. This was reserved
2600 * earlier.
2601 */
Christoph Hellwig7d095252009-06-08 15:33:32 +02002602 xfs_trans_mod_dquot_byino(ap->tp, ap->ip,
Nathan Scotta365bdd2006-03-14 13:34:16 +11002603 ap->wasdel ? XFS_TRANS_DQ_DELBCOUNT :
2604 XFS_TRANS_DQ_BCOUNT,
2605 (long) args.len);
2606 } else {
Dave Chinner3a756672011-09-18 20:40:58 +00002607 ap->blkno = NULLFSBLOCK;
2608 ap->length = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002609 }
2610 return 0;
Nathan Scotta365bdd2006-03-14 13:34:16 +11002611}
2612
2613/*
2614 * xfs_bmap_alloc is called by xfs_bmapi to allocate an extent for a file.
2615 * It figures out where to ask the underlying allocator to put the new extent.
2616 */
2617STATIC int
2618xfs_bmap_alloc(
2619 xfs_bmalloca_t *ap) /* bmap alloc argument struct */
2620{
Eric Sandeen71ddabb2007-11-23 16:29:42 +11002621 if (XFS_IS_REALTIME_INODE(ap->ip) && ap->userdata)
Nathan Scotta365bdd2006-03-14 13:34:16 +11002622 return xfs_bmap_rtalloc(ap);
2623 return xfs_bmap_btalloc(ap);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002624}
2625
2626/*
2627 * Transform a btree format file with only one leaf node, where the
2628 * extents list will fit in the inode, into an extents format file.
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11002629 * Since the file extents are already in-core, all we have to do is
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630 * give up the space for the btree root and pitch the leaf block.
2631 */
2632STATIC int /* error */
2633xfs_bmap_btree_to_extents(
2634 xfs_trans_t *tp, /* transaction pointer */
2635 xfs_inode_t *ip, /* incore inode pointer */
2636 xfs_btree_cur_t *cur, /* btree cursor */
2637 int *logflagsp, /* inode logging flags */
2638 int whichfork) /* data or attr fork */
2639{
2640 /* REFERENCED */
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11002641 struct xfs_btree_block *cblock;/* child btree block */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002642 xfs_fsblock_t cbno; /* child block number */
2643 xfs_buf_t *cbp; /* child block's buffer */
2644 int error; /* error return value */
2645 xfs_ifork_t *ifp; /* inode fork data */
2646 xfs_mount_t *mp; /* mount point structure */
Christoph Hellwig576039c2006-09-28 10:58:06 +10002647 __be64 *pp; /* ptr to block address */
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11002648 struct xfs_btree_block *rblock;/* root btree block */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002649
Christoph Hellwig60197e82008-10-30 17:11:19 +11002650 mp = ip->i_mount;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002651 ifp = XFS_IFORK_PTR(ip, whichfork);
2652 ASSERT(ifp->if_flags & XFS_IFEXTENTS);
2653 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_BTREE);
2654 rblock = ifp->if_broot;
Christoph Hellwig16259e72005-11-02 15:11:25 +11002655 ASSERT(be16_to_cpu(rblock->bb_level) == 1);
2656 ASSERT(be16_to_cpu(rblock->bb_numrecs) == 1);
Christoph Hellwig60197e82008-10-30 17:11:19 +11002657 ASSERT(xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0) == 1);
2658 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, ifp->if_broot_bytes);
Christoph Hellwig576039c2006-09-28 10:58:06 +10002659 cbno = be64_to_cpu(*pp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660 *logflagsp = 0;
2661#ifdef DEBUG
Christoph Hellwig576039c2006-09-28 10:58:06 +10002662 if ((error = xfs_btree_check_lptr(cur, cbno, 1)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663 return error;
2664#endif
Dave Chinner3d3e6f62012-11-12 22:54:08 +11002665 error = xfs_btree_read_bufl(mp, tp, cbno, 0, &cbp, XFS_BMAP_BTREE_REF,
2666 xfs_bmbt_read_verify);
2667 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668 return error;
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11002669 cblock = XFS_BUF_TO_BLOCK(cbp);
2670 if ((error = xfs_btree_check_block(cur, cblock, 0, cbp)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002671 return error;
2672 xfs_bmap_add_free(cbno, 1, cur->bc_private.b.flist, mp);
2673 ip->i_d.di_nblocks--;
Christoph Hellwig7d095252009-06-08 15:33:32 +02002674 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, -1L);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002675 xfs_trans_binval(tp, cbp);
2676 if (cur->bc_bufs[0] == cbp)
2677 cur->bc_bufs[0] = NULL;
2678 xfs_iroot_realloc(ip, -1, whichfork);
2679 ASSERT(ifp->if_broot == NULL);
2680 ASSERT((ifp->if_flags & XFS_IFBROOT) == 0);
2681 XFS_IFORK_FMT_SET(ip, whichfork, XFS_DINODE_FMT_EXTENTS);
Eric Sandeen9d87c312009-01-14 23:22:07 -06002682 *logflagsp = XFS_ILOG_CORE | xfs_ilog_fext(whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002683 return 0;
2684}
2685
2686/*
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11002687 * Called by xfs_bmapi to update file extent records and the btree
Linus Torvalds1da177e2005-04-16 15:20:36 -07002688 * after removing space (or undoing a delayed allocation).
2689 */
2690STATIC int /* error */
2691xfs_bmap_del_extent(
2692 xfs_inode_t *ip, /* incore inode pointer */
2693 xfs_trans_t *tp, /* current transaction pointer */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002694 xfs_extnum_t *idx, /* extent number to update/delete */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002695 xfs_bmap_free_t *flist, /* list of extents to be freed */
2696 xfs_btree_cur_t *cur, /* if null, not a btree */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11002697 xfs_bmbt_irec_t *del, /* data to remove from extents */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002698 int *logflagsp, /* inode logging flags */
Christoph Hellwig54893272011-05-11 15:04:03 +00002699 int whichfork) /* data or attr fork */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002700{
2701 xfs_filblks_t da_new; /* new delay-alloc indirect blocks */
2702 xfs_filblks_t da_old; /* old delay-alloc indirect blocks */
2703 xfs_fsblock_t del_endblock=0; /* first block past del */
2704 xfs_fileoff_t del_endoff; /* first offset past del */
2705 int delay; /* current block is delayed allocated */
2706 int do_fx; /* free extent at end of routine */
Christoph Hellwiga6f64d42007-08-16 16:23:40 +10002707 xfs_bmbt_rec_host_t *ep; /* current extent entry pointer */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002708 int error; /* error return value */
2709 int flags; /* inode logging flags */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002710 xfs_bmbt_irec_t got; /* current extent entry */
2711 xfs_fileoff_t got_endoff; /* first offset past got */
2712 int i; /* temp state */
2713 xfs_ifork_t *ifp; /* inode fork pointer */
2714 xfs_mount_t *mp; /* mount structure */
2715 xfs_filblks_t nblks; /* quota/sb block count */
2716 xfs_bmbt_irec_t new; /* new record to be inserted */
2717 /* REFERENCED */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002718 uint qfield; /* quota field to update */
2719 xfs_filblks_t temp; /* for indirect length calculations */
2720 xfs_filblks_t temp2; /* for indirect length calculations */
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002721 int state = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722
2723 XFS_STATS_INC(xs_del_exlist);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00002724
2725 if (whichfork == XFS_ATTR_FORK)
2726 state |= BMAP_ATTRFORK;
2727
Linus Torvalds1da177e2005-04-16 15:20:36 -07002728 mp = ip->i_mount;
2729 ifp = XFS_IFORK_PTR(ip, whichfork);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002730 ASSERT((*idx >= 0) && (*idx < ifp->if_bytes /
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11002731 (uint)sizeof(xfs_bmbt_rec_t)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002732 ASSERT(del->br_blockcount > 0);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002733 ep = xfs_iext_get_ext(ifp, *idx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002734 xfs_bmbt_get_all(ep, &got);
2735 ASSERT(got.br_startoff <= del->br_startoff);
2736 del_endoff = del->br_startoff + del->br_blockcount;
2737 got_endoff = got.br_startoff + got.br_blockcount;
2738 ASSERT(got_endoff >= del_endoff);
Eric Sandeen9d87c312009-01-14 23:22:07 -06002739 delay = isnullstartblock(got.br_startblock);
2740 ASSERT(isnullstartblock(del->br_startblock) == delay);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002741 flags = 0;
2742 qfield = 0;
2743 error = 0;
2744 /*
2745 * If deleting a real allocation, must free up the disk space.
2746 */
2747 if (!delay) {
2748 flags = XFS_ILOG_CORE;
2749 /*
2750 * Realtime allocation. Free it and record di_nblocks update.
2751 */
Eric Sandeen71ddabb2007-11-23 16:29:42 +11002752 if (whichfork == XFS_DATA_FORK && XFS_IS_REALTIME_INODE(ip)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002753 xfs_fsblock_t bno;
2754 xfs_filblks_t len;
2755
2756 ASSERT(do_mod(del->br_blockcount,
2757 mp->m_sb.sb_rextsize) == 0);
2758 ASSERT(do_mod(del->br_startblock,
2759 mp->m_sb.sb_rextsize) == 0);
2760 bno = del->br_startblock;
2761 len = del->br_blockcount;
2762 do_div(bno, mp->m_sb.sb_rextsize);
2763 do_div(len, mp->m_sb.sb_rextsize);
Christoph Hellwigf3ca8732011-07-08 14:34:47 +02002764 error = xfs_rtfree_extent(tp, bno, (xfs_extlen_t)len);
2765 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002766 goto done;
2767 do_fx = 0;
2768 nblks = len * mp->m_sb.sb_rextsize;
2769 qfield = XFS_TRANS_DQ_RTBCOUNT;
2770 }
2771 /*
2772 * Ordinary allocation.
2773 */
2774 else {
2775 do_fx = 1;
2776 nblks = del->br_blockcount;
2777 qfield = XFS_TRANS_DQ_BCOUNT;
2778 }
2779 /*
2780 * Set up del_endblock and cur for later.
2781 */
2782 del_endblock = del->br_startblock + del->br_blockcount;
2783 if (cur) {
2784 if ((error = xfs_bmbt_lookup_eq(cur, got.br_startoff,
2785 got.br_startblock, got.br_blockcount,
2786 &i)))
2787 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10002788 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789 }
2790 da_old = da_new = 0;
2791 } else {
Eric Sandeen9d87c312009-01-14 23:22:07 -06002792 da_old = startblockval(got.br_startblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002793 da_new = 0;
2794 nblks = 0;
2795 do_fx = 0;
2796 }
2797 /*
2798 * Set flag value to use in switch statement.
2799 * Left-contig is 2, right-contig is 1.
2800 */
2801 switch (((got.br_startoff == del->br_startoff) << 1) |
2802 (got_endoff == del_endoff)) {
2803 case 3:
2804 /*
2805 * Matches the whole extent. Delete the entry.
2806 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002807 xfs_iext_remove(ip, *idx, 1,
Christoph Hellwig6ef35542009-11-25 00:00:21 +00002808 whichfork == XFS_ATTR_FORK ? BMAP_ATTRFORK : 0);
Christoph Hellwig233eebb2011-05-11 15:04:05 +00002809 --*idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002810 if (delay)
2811 break;
Christoph Hellwig233eebb2011-05-11 15:04:05 +00002812
Linus Torvalds1da177e2005-04-16 15:20:36 -07002813 XFS_IFORK_NEXT_SET(ip, whichfork,
2814 XFS_IFORK_NEXTENTS(ip, whichfork) - 1);
2815 flags |= XFS_ILOG_CORE;
2816 if (!cur) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06002817 flags |= xfs_ilog_fext(whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002818 break;
2819 }
Christoph Hellwig91cca5d2008-10-30 16:58:01 +11002820 if ((error = xfs_btree_delete(cur, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002821 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10002822 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002823 break;
2824
2825 case 2:
2826 /*
2827 * Deleting the first part of the extent.
2828 */
Christoph Hellwigec90c552011-05-23 08:52:53 +00002829 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002830 xfs_bmbt_set_startoff(ep, del_endoff);
2831 temp = got.br_blockcount - del->br_blockcount;
2832 xfs_bmbt_set_blockcount(ep, temp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833 if (delay) {
2834 temp = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip, temp),
2835 da_old);
Eric Sandeen9d87c312009-01-14 23:22:07 -06002836 xfs_bmbt_set_startblock(ep, nullstartblock((int)temp));
Christoph Hellwigec90c552011-05-23 08:52:53 +00002837 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002838 da_new = temp;
2839 break;
2840 }
2841 xfs_bmbt_set_startblock(ep, del_endblock);
Christoph Hellwigec90c552011-05-23 08:52:53 +00002842 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002843 if (!cur) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06002844 flags |= xfs_ilog_fext(whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002845 break;
2846 }
2847 if ((error = xfs_bmbt_update(cur, del_endoff, del_endblock,
2848 got.br_blockcount - del->br_blockcount,
2849 got.br_state)))
2850 goto done;
2851 break;
2852
2853 case 1:
2854 /*
2855 * Deleting the last part of the extent.
2856 */
2857 temp = got.br_blockcount - del->br_blockcount;
Christoph Hellwigec90c552011-05-23 08:52:53 +00002858 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002859 xfs_bmbt_set_blockcount(ep, temp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002860 if (delay) {
2861 temp = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip, temp),
2862 da_old);
Eric Sandeen9d87c312009-01-14 23:22:07 -06002863 xfs_bmbt_set_startblock(ep, nullstartblock((int)temp));
Christoph Hellwigec90c552011-05-23 08:52:53 +00002864 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002865 da_new = temp;
2866 break;
2867 }
Christoph Hellwigec90c552011-05-23 08:52:53 +00002868 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002869 if (!cur) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06002870 flags |= xfs_ilog_fext(whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002871 break;
2872 }
2873 if ((error = xfs_bmbt_update(cur, got.br_startoff,
2874 got.br_startblock,
2875 got.br_blockcount - del->br_blockcount,
2876 got.br_state)))
2877 goto done;
2878 break;
2879
2880 case 0:
2881 /*
2882 * Deleting the middle of the extent.
2883 */
2884 temp = del->br_startoff - got.br_startoff;
Christoph Hellwigec90c552011-05-23 08:52:53 +00002885 trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002886 xfs_bmbt_set_blockcount(ep, temp);
2887 new.br_startoff = del_endoff;
2888 temp2 = got_endoff - del_endoff;
2889 new.br_blockcount = temp2;
2890 new.br_state = got.br_state;
2891 if (!delay) {
2892 new.br_startblock = del_endblock;
2893 flags |= XFS_ILOG_CORE;
2894 if (cur) {
2895 if ((error = xfs_bmbt_update(cur,
2896 got.br_startoff,
2897 got.br_startblock, temp,
2898 got.br_state)))
2899 goto done;
Christoph Hellwig637aa502008-10-30 16:55:45 +11002900 if ((error = xfs_btree_increment(cur, 0, &i)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002901 goto done;
2902 cur->bc_rec.b = new;
Christoph Hellwig4b22a572008-10-30 16:57:40 +11002903 error = xfs_btree_insert(cur, &i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904 if (error && error != ENOSPC)
2905 goto done;
2906 /*
2907 * If get no-space back from btree insert,
2908 * it tried a split, and we have a zero
2909 * block reservation.
2910 * Fix up our state and return the error.
2911 */
2912 if (error == ENOSPC) {
2913 /*
2914 * Reset the cursor, don't trust
2915 * it after any insert operation.
2916 */
2917 if ((error = xfs_bmbt_lookup_eq(cur,
2918 got.br_startoff,
2919 got.br_startblock,
2920 temp, &i)))
2921 goto done;
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10002922 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002923 /*
2924 * Update the btree record back
2925 * to the original value.
2926 */
2927 if ((error = xfs_bmbt_update(cur,
2928 got.br_startoff,
2929 got.br_startblock,
2930 got.br_blockcount,
2931 got.br_state)))
2932 goto done;
2933 /*
2934 * Reset the extent record back
2935 * to the original value.
2936 */
2937 xfs_bmbt_set_blockcount(ep,
2938 got.br_blockcount);
2939 flags = 0;
2940 error = XFS_ERROR(ENOSPC);
2941 goto done;
2942 }
Lachlan McIlroy6bd8fc82008-06-23 13:25:46 +10002943 XFS_WANT_CORRUPTED_GOTO(i == 1, done);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002944 } else
Eric Sandeen9d87c312009-01-14 23:22:07 -06002945 flags |= xfs_ilog_fext(whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002946 XFS_IFORK_NEXT_SET(ip, whichfork,
2947 XFS_IFORK_NEXTENTS(ip, whichfork) + 1);
2948 } else {
2949 ASSERT(whichfork == XFS_DATA_FORK);
2950 temp = xfs_bmap_worst_indlen(ip, temp);
Eric Sandeen9d87c312009-01-14 23:22:07 -06002951 xfs_bmbt_set_startblock(ep, nullstartblock((int)temp));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952 temp2 = xfs_bmap_worst_indlen(ip, temp2);
Eric Sandeen9d87c312009-01-14 23:22:07 -06002953 new.br_startblock = nullstartblock((int)temp2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954 da_new = temp + temp2;
2955 while (da_new > da_old) {
2956 if (temp) {
2957 temp--;
2958 da_new--;
2959 xfs_bmbt_set_startblock(ep,
Eric Sandeen9d87c312009-01-14 23:22:07 -06002960 nullstartblock((int)temp));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002961 }
2962 if (da_new == da_old)
2963 break;
2964 if (temp2) {
2965 temp2--;
2966 da_new--;
2967 new.br_startblock =
Eric Sandeen9d87c312009-01-14 23:22:07 -06002968 nullstartblock((int)temp2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002969 }
2970 }
2971 }
Christoph Hellwigec90c552011-05-23 08:52:53 +00002972 trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_);
2973 xfs_iext_insert(ip, *idx + 1, 1, &new, state);
2974 ++*idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975 break;
2976 }
2977 /*
2978 * If we need to, add to list of extents to delete.
2979 */
2980 if (do_fx)
2981 xfs_bmap_add_free(del->br_startblock, del->br_blockcount, flist,
2982 mp);
2983 /*
2984 * Adjust inode # blocks in the file.
2985 */
2986 if (nblks)
2987 ip->i_d.di_nblocks -= nblks;
2988 /*
2989 * Adjust quota data.
2990 */
2991 if (qfield)
Christoph Hellwig7d095252009-06-08 15:33:32 +02002992 xfs_trans_mod_dquot_byino(tp, ip, qfield, (long)-nblks);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993
2994 /*
2995 * Account for change in delayed indirect blocks.
2996 * Nothing to do for disk quota accounting here.
2997 */
2998 ASSERT(da_old >= da_new);
Christoph Hellwig96540c72010-09-30 02:25:55 +00002999 if (da_old > da_new) {
3000 xfs_icsb_modify_counters(mp, XFS_SBS_FDBLOCKS,
Christoph Hellwig54893272011-05-11 15:04:03 +00003001 (int64_t)(da_old - da_new), 0);
Christoph Hellwig96540c72010-09-30 02:25:55 +00003002 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003done:
3004 *logflagsp = flags;
3005 return error;
3006}
3007
3008/*
3009 * Remove the entry "free" from the free item list. Prev points to the
3010 * previous entry, unless "free" is the head of the list.
3011 */
3012STATIC void
3013xfs_bmap_del_free(
3014 xfs_bmap_free_t *flist, /* free item list header */
3015 xfs_bmap_free_item_t *prev, /* previous item on list, if any */
3016 xfs_bmap_free_item_t *free) /* list item to be freed */
3017{
3018 if (prev)
3019 prev->xbfi_next = free->xbfi_next;
3020 else
3021 flist->xbf_first = free->xbfi_next;
3022 flist->xbf_count--;
3023 kmem_zone_free(xfs_bmap_free_item_zone, free);
3024}
3025
3026/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003027 * Convert an extents-format file into a btree-format file.
3028 * The new file will have a root block (in the inode) and a single child block.
3029 */
3030STATIC int /* error */
3031xfs_bmap_extents_to_btree(
3032 xfs_trans_t *tp, /* transaction pointer */
3033 xfs_inode_t *ip, /* incore inode pointer */
3034 xfs_fsblock_t *firstblock, /* first-block-allocated */
3035 xfs_bmap_free_t *flist, /* blocks freed in xaction */
3036 xfs_btree_cur_t **curp, /* cursor returned to caller */
3037 int wasdel, /* converting a delayed alloc */
3038 int *logflagsp, /* inode logging flags */
3039 int whichfork) /* data or attr fork */
3040{
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11003041 struct xfs_btree_block *ablock; /* allocated (child) bt block */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003042 xfs_buf_t *abp; /* buffer for ablock */
3043 xfs_alloc_arg_t args; /* allocation arguments */
3044 xfs_bmbt_rec_t *arp; /* child record pointer */
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11003045 struct xfs_btree_block *block; /* btree root block */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003046 xfs_btree_cur_t *cur; /* bmap btree cursor */
Christoph Hellwiga6f64d42007-08-16 16:23:40 +10003047 xfs_bmbt_rec_host_t *ep; /* extent record pointer */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003048 int error; /* error return value */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11003049 xfs_extnum_t i, cnt; /* extent record index */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003050 xfs_ifork_t *ifp; /* inode fork pointer */
3051 xfs_bmbt_key_t *kp; /* root block key pointer */
3052 xfs_mount_t *mp; /* mount structure */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11003053 xfs_extnum_t nextents; /* number of file extents */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003054 xfs_bmbt_ptr_t *pp; /* root block address pointer */
3055
3056 ifp = XFS_IFORK_PTR(ip, whichfork);
3057 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS);
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00003058
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059 /*
3060 * Make space in the inode incore.
3061 */
3062 xfs_iroot_realloc(ip, 1, whichfork);
3063 ifp->if_flags |= XFS_IFBROOT;
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11003064
Linus Torvalds1da177e2005-04-16 15:20:36 -07003065 /*
3066 * Fill in the root.
3067 */
3068 block = ifp->if_broot;
Christoph Hellwig16259e72005-11-02 15:11:25 +11003069 block->bb_magic = cpu_to_be32(XFS_BMAP_MAGIC);
3070 block->bb_level = cpu_to_be16(1);
3071 block->bb_numrecs = cpu_to_be16(1);
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11003072 block->bb_u.l.bb_leftsib = cpu_to_be64(NULLDFSBNO);
3073 block->bb_u.l.bb_rightsib = cpu_to_be64(NULLDFSBNO);
3074
Linus Torvalds1da177e2005-04-16 15:20:36 -07003075 /*
3076 * Need a cursor. Can't allocate until bb_level is filled in.
3077 */
3078 mp = ip->i_mount;
Christoph Hellwig561f7d12008-10-30 16:53:59 +11003079 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003080 cur->bc_private.b.firstblock = *firstblock;
3081 cur->bc_private.b.flist = flist;
3082 cur->bc_private.b.flags = wasdel ? XFS_BTCUR_BPRV_WASDEL : 0;
3083 /*
3084 * Convert to a btree with two levels, one record in root.
3085 */
3086 XFS_IFORK_FMT_SET(ip, whichfork, XFS_DINODE_FMT_BTREE);
Mark Tinguelya0041682012-09-20 13:16:45 -05003087 memset(&args, 0, sizeof(args));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003088 args.tp = tp;
3089 args.mp = mp;
Yingping Lud210a282006-06-09 14:55:18 +10003090 args.firstblock = *firstblock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003091 if (*firstblock == NULLFSBLOCK) {
3092 args.type = XFS_ALLOCTYPE_START_BNO;
3093 args.fsbno = XFS_INO_TO_FSB(mp, ip->i_ino);
3094 } else if (flist->xbf_low) {
3095 args.type = XFS_ALLOCTYPE_START_BNO;
3096 args.fsbno = *firstblock;
3097 } else {
3098 args.type = XFS_ALLOCTYPE_NEAR_BNO;
3099 args.fsbno = *firstblock;
3100 }
3101 args.minlen = args.maxlen = args.prod = 1;
3102 args.total = args.minleft = args.alignment = args.mod = args.isfl =
3103 args.minalignslop = 0;
3104 args.wasdel = wasdel;
3105 *logflagsp = 0;
3106 if ((error = xfs_alloc_vextent(&args))) {
3107 xfs_iroot_realloc(ip, -1, whichfork);
3108 xfs_btree_del_cursor(cur, XFS_BTREE_ERROR);
3109 return error;
3110 }
3111 /*
3112 * Allocation can't fail, the space was reserved.
3113 */
3114 ASSERT(args.fsbno != NULLFSBLOCK);
3115 ASSERT(*firstblock == NULLFSBLOCK ||
3116 args.agno == XFS_FSB_TO_AGNO(mp, *firstblock) ||
3117 (flist->xbf_low &&
3118 args.agno > XFS_FSB_TO_AGNO(mp, *firstblock)));
3119 *firstblock = cur->bc_private.b.firstblock = args.fsbno;
3120 cur->bc_private.b.allocated++;
3121 ip->i_d.di_nblocks++;
Christoph Hellwig7d095252009-06-08 15:33:32 +02003122 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, 1L);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003123 abp = xfs_btree_get_bufl(mp, tp, args.fsbno, 0);
3124 /*
3125 * Fill in the child block.
3126 */
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11003127 ablock = XFS_BUF_TO_BLOCK(abp);
Christoph Hellwig16259e72005-11-02 15:11:25 +11003128 ablock->bb_magic = cpu_to_be32(XFS_BMAP_MAGIC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003129 ablock->bb_level = 0;
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11003130 ablock->bb_u.l.bb_leftsib = cpu_to_be64(NULLDFSBNO);
3131 ablock->bb_u.l.bb_rightsib = cpu_to_be64(NULLDFSBNO);
Christoph Hellwig136341b2008-10-30 17:11:40 +11003132 arp = XFS_BMBT_REC_ADDR(mp, ablock, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003133 nextents = ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t);
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11003134 for (cnt = i = 0; i < nextents; i++) {
3135 ep = xfs_iext_get_ext(ifp, i);
Eric Sandeen9d87c312009-01-14 23:22:07 -06003136 if (!isnullstartblock(xfs_bmbt_get_startblock(ep))) {
Christoph Hellwigcd8b0a92007-08-16 16:24:15 +10003137 arp->l0 = cpu_to_be64(ep->l0);
3138 arp->l1 = cpu_to_be64(ep->l1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003139 arp++; cnt++;
3140 }
3141 }
Christoph Hellwig16259e72005-11-02 15:11:25 +11003142 ASSERT(cnt == XFS_IFORK_NEXTENTS(ip, whichfork));
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11003143 xfs_btree_set_numrecs(ablock, cnt);
3144
Linus Torvalds1da177e2005-04-16 15:20:36 -07003145 /*
3146 * Fill in the root key and pointer.
3147 */
Christoph Hellwig136341b2008-10-30 17:11:40 +11003148 kp = XFS_BMBT_KEY_ADDR(mp, block, 1);
3149 arp = XFS_BMBT_REC_ADDR(mp, ablock, 1);
Christoph Hellwig8801bb92006-09-28 10:58:17 +10003150 kp->br_startoff = cpu_to_be64(xfs_bmbt_disk_get_startoff(arp));
Christoph Hellwig136341b2008-10-30 17:11:40 +11003151 pp = XFS_BMBT_PTR_ADDR(mp, block, 1, xfs_bmbt_get_maxrecs(cur,
3152 be16_to_cpu(block->bb_level)));
Christoph Hellwig576039c2006-09-28 10:58:06 +10003153 *pp = cpu_to_be64(args.fsbno);
Christoph Hellwig136341b2008-10-30 17:11:40 +11003154
Linus Torvalds1da177e2005-04-16 15:20:36 -07003155 /*
3156 * Do all this logging at the end so that
3157 * the root is at the right level.
3158 */
Christoph Hellwigfd6bcc5b2008-10-30 16:58:21 +11003159 xfs_btree_log_block(cur, abp, XFS_BB_ALL_BITS);
3160 xfs_btree_log_recs(cur, abp, 1, be16_to_cpu(ablock->bb_numrecs));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003161 ASSERT(*curp == NULL);
3162 *curp = cur;
Eric Sandeen9d87c312009-01-14 23:22:07 -06003163 *logflagsp = XFS_ILOG_CORE | xfs_ilog_fbroot(whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003164 return 0;
3165}
3166
3167/*
Christoph Hellwig1a5902c2009-03-29 19:26:46 +02003168 * Calculate the default attribute fork offset for newly created inodes.
3169 */
3170uint
3171xfs_default_attroffset(
3172 struct xfs_inode *ip)
3173{
3174 struct xfs_mount *mp = ip->i_mount;
3175 uint offset;
3176
3177 if (mp->m_sb.sb_inodesize == 256) {
3178 offset = XFS_LITINO(mp) -
3179 XFS_BMDR_SPACE_CALC(MINABTPTRS);
3180 } else {
3181 offset = XFS_BMDR_SPACE_CALC(6 * MINABTPTRS);
3182 }
3183
3184 ASSERT(offset < XFS_LITINO(mp));
3185 return offset;
3186}
3187
3188/*
Nathan Scottd8cc8902005-11-02 10:34:53 +11003189 * Helper routine to reset inode di_forkoff field when switching
3190 * attribute fork from local to extent format - we reset it where
3191 * possible to make space available for inline data fork extents.
3192 */
3193STATIC void
3194xfs_bmap_forkoff_reset(
3195 xfs_mount_t *mp,
3196 xfs_inode_t *ip,
3197 int whichfork)
3198{
3199 if (whichfork == XFS_ATTR_FORK &&
Christoph Hellwig1a5902c2009-03-29 19:26:46 +02003200 ip->i_d.di_format != XFS_DINODE_FMT_DEV &&
3201 ip->i_d.di_format != XFS_DINODE_FMT_UUID &&
3202 ip->i_d.di_format != XFS_DINODE_FMT_BTREE) {
3203 uint dfl_forkoff = xfs_default_attroffset(ip) >> 3;
3204
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00003205 if (dfl_forkoff > ip->i_d.di_forkoff)
Christoph Hellwig1a5902c2009-03-29 19:26:46 +02003206 ip->i_d.di_forkoff = dfl_forkoff;
Nathan Scottd8cc8902005-11-02 10:34:53 +11003207 }
3208}
3209
3210/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211 * Convert a local file to an extents file.
3212 * This code is out of bounds for data forks of regular files,
3213 * since the file data needs to get logged so things will stay consistent.
3214 * (The bmap-level manipulations are ok, though).
3215 */
3216STATIC int /* error */
3217xfs_bmap_local_to_extents(
3218 xfs_trans_t *tp, /* transaction pointer */
3219 xfs_inode_t *ip, /* incore inode pointer */
3220 xfs_fsblock_t *firstblock, /* first block allocated in xaction */
3221 xfs_extlen_t total, /* total blocks needed by transaction */
3222 int *logflagsp, /* inode logging flags */
3223 int whichfork) /* data or attr fork */
3224{
3225 int error; /* error return value */
3226 int flags; /* logging flags returned */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003227 xfs_ifork_t *ifp; /* inode fork pointer */
3228
3229 /*
3230 * We don't want to deal with the case of keeping inode data inline yet.
3231 * So sending the data fork of a regular inode is invalid.
3232 */
Al Viroabbede12011-07-26 02:31:30 -04003233 ASSERT(!(S_ISREG(ip->i_d.di_mode) && whichfork == XFS_DATA_FORK));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003234 ifp = XFS_IFORK_PTR(ip, whichfork);
3235 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL);
3236 flags = 0;
3237 error = 0;
3238 if (ifp->if_bytes) {
3239 xfs_alloc_arg_t args; /* allocation arguments */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11003240 xfs_buf_t *bp; /* buffer for extent block */
Christoph Hellwiga6f64d42007-08-16 16:23:40 +10003241 xfs_bmbt_rec_host_t *ep;/* extent record pointer */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003242
Mark Tinguelya0041682012-09-20 13:16:45 -05003243 memset(&args, 0, sizeof(args));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003244 args.tp = tp;
3245 args.mp = ip->i_mount;
Yingping Lud210a282006-06-09 14:55:18 +10003246 args.firstblock = *firstblock;
Mandy Kirkconnellf020b672006-03-14 14:07:24 +11003247 ASSERT((ifp->if_flags &
3248 (XFS_IFINLINE|XFS_IFEXTENTS|XFS_IFEXTIREC)) == XFS_IFINLINE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003249 /*
3250 * Allocate a block. We know we need only one, since the
3251 * file currently fits in an inode.
3252 */
3253 if (*firstblock == NULLFSBLOCK) {
3254 args.fsbno = XFS_INO_TO_FSB(args.mp, ip->i_ino);
3255 args.type = XFS_ALLOCTYPE_START_BNO;
3256 } else {
3257 args.fsbno = *firstblock;
3258 args.type = XFS_ALLOCTYPE_NEAR_BNO;
3259 }
3260 args.total = total;
3261 args.mod = args.minleft = args.alignment = args.wasdel =
3262 args.isfl = args.minalignslop = 0;
3263 args.minlen = args.maxlen = args.prod = 1;
3264 if ((error = xfs_alloc_vextent(&args)))
3265 goto done;
3266 /*
3267 * Can't fail, the space was reserved.
3268 */
3269 ASSERT(args.fsbno != NULLFSBLOCK);
3270 ASSERT(args.len == 1);
3271 *firstblock = args.fsbno;
3272 bp = xfs_btree_get_bufl(args.mp, tp, args.fsbno, 0);
Chandra Seetharaman62926042011-07-22 23:40:15 +00003273 memcpy(bp->b_addr, ifp->if_u1.if_data, ifp->if_bytes);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003274 xfs_trans_log_buf(tp, bp, 0, ifp->if_bytes - 1);
Nathan Scottd8cc8902005-11-02 10:34:53 +11003275 xfs_bmap_forkoff_reset(args.mp, ip, whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003276 xfs_idata_realloc(ip, -ifp->if_bytes, whichfork);
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11003277 xfs_iext_add(ifp, 0, 1);
3278 ep = xfs_iext_get_ext(ifp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003279 xfs_bmbt_set_allf(ep, 0, args.fsbno, 1, XFS_EXT_NORM);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00003280 trace_xfs_bmap_post_update(ip, 0,
3281 whichfork == XFS_ATTR_FORK ? BMAP_ATTRFORK : 0,
3282 _THIS_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003283 XFS_IFORK_NEXT_SET(ip, whichfork, 1);
3284 ip->i_d.di_nblocks = 1;
Christoph Hellwig7d095252009-06-08 15:33:32 +02003285 xfs_trans_mod_dquot_byino(tp, ip,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003286 XFS_TRANS_DQ_BCOUNT, 1L);
Eric Sandeen9d87c312009-01-14 23:22:07 -06003287 flags |= xfs_ilog_fext(whichfork);
Nathan Scottd8cc8902005-11-02 10:34:53 +11003288 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003289 ASSERT(XFS_IFORK_NEXTENTS(ip, whichfork) == 0);
Nathan Scottd8cc8902005-11-02 10:34:53 +11003290 xfs_bmap_forkoff_reset(ip->i_mount, ip, whichfork);
3291 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003292 ifp->if_flags &= ~XFS_IFINLINE;
3293 ifp->if_flags |= XFS_IFEXTENTS;
3294 XFS_IFORK_FMT_SET(ip, whichfork, XFS_DINODE_FMT_EXTENTS);
3295 flags |= XFS_ILOG_CORE;
3296done:
3297 *logflagsp = flags;
3298 return error;
3299}
3300
Linus Torvalds1da177e2005-04-16 15:20:36 -07003301/*
Mandy Kirkconnell8867bc92006-03-17 17:25:04 +11003302 * Search the extent records for the entry containing block bno.
3303 * If bno lies in a hole, point to the next entry. If bno lies
3304 * past eof, *eofp will be set, and *prevp will contain the last
3305 * entry (null if none). Else, *lastxp will be set to the index
3306 * of the found entry; *gotp will contain the entry.
Mandy Kirkconnell0293ce32006-03-14 13:30:23 +11003307 */
Eric Sandeend96f8f82009-07-02 00:09:33 -05003308STATIC xfs_bmbt_rec_host_t * /* pointer to found extent entry */
Mandy Kirkconnell0293ce32006-03-14 13:30:23 +11003309xfs_bmap_search_multi_extents(
3310 xfs_ifork_t *ifp, /* inode fork pointer */
3311 xfs_fileoff_t bno, /* block number searched for */
3312 int *eofp, /* out: end of file found */
3313 xfs_extnum_t *lastxp, /* out: last extent index */
3314 xfs_bmbt_irec_t *gotp, /* out: extent entry found */
3315 xfs_bmbt_irec_t *prevp) /* out: previous extent entry found */
3316{
Christoph Hellwiga6f64d42007-08-16 16:23:40 +10003317 xfs_bmbt_rec_host_t *ep; /* extent record pointer */
Mandy Kirkconnell0293ce32006-03-14 13:30:23 +11003318 xfs_extnum_t lastx; /* last extent index */
Mandy Kirkconnell0293ce32006-03-14 13:30:23 +11003319
3320 /*
Mandy Kirkconnell8867bc92006-03-17 17:25:04 +11003321 * Initialize the extent entry structure to catch access to
3322 * uninitialized br_startblock field.
Mandy Kirkconnell0293ce32006-03-14 13:30:23 +11003323 */
Mandy Kirkconnell8867bc92006-03-17 17:25:04 +11003324 gotp->br_startoff = 0xffa5a5a5a5a5a5a5LL;
3325 gotp->br_blockcount = 0xa55a5a5a5a5a5a5aLL;
3326 gotp->br_state = XFS_EXT_INVALID;
3327#if XFS_BIG_BLKNOS
3328 gotp->br_startblock = 0xffffa5a5a5a5a5a5LL;
3329#else
3330 gotp->br_startblock = 0xffffa5a5;
3331#endif
3332 prevp->br_startoff = NULLFILEOFF;
3333
3334 ep = xfs_iext_bno_to_ext(ifp, bno, &lastx);
3335 if (lastx > 0) {
3336 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, lastx - 1), prevp);
3337 }
3338 if (lastx < (ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t))) {
3339 xfs_bmbt_get_all(ep, gotp);
3340 *eofp = 0;
Mandy Kirkconnell0293ce32006-03-14 13:30:23 +11003341 } else {
Mandy Kirkconnell8867bc92006-03-17 17:25:04 +11003342 if (lastx > 0) {
3343 *gotp = *prevp;
3344 }
3345 *eofp = 1;
3346 ep = NULL;
Mandy Kirkconnell0293ce32006-03-14 13:30:23 +11003347 }
Mandy Kirkconnell8867bc92006-03-17 17:25:04 +11003348 *lastxp = lastx;
Mandy Kirkconnell0293ce32006-03-14 13:30:23 +11003349 return ep;
3350}
3351
3352/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003353 * Search the extents list for the inode, for the extent containing bno.
3354 * If bno lies in a hole, point to the next entry. If bno lies past eof,
3355 * *eofp will be set, and *prevp will contain the last entry (null if none).
3356 * Else, *lastxp will be set to the index of the found
3357 * entry; *gotp will contain the entry.
3358 */
Christoph Hellwiga6f64d42007-08-16 16:23:40 +10003359STATIC xfs_bmbt_rec_host_t * /* pointer to found extent entry */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003360xfs_bmap_search_extents(
3361 xfs_inode_t *ip, /* incore inode pointer */
3362 xfs_fileoff_t bno, /* block number searched for */
Nathan Scott572d95f2006-09-28 11:03:20 +10003363 int fork, /* data or attr fork */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003364 int *eofp, /* out: end of file found */
3365 xfs_extnum_t *lastxp, /* out: last extent index */
3366 xfs_bmbt_irec_t *gotp, /* out: extent entry found */
3367 xfs_bmbt_irec_t *prevp) /* out: previous extent entry found */
3368{
3369 xfs_ifork_t *ifp; /* inode fork pointer */
Christoph Hellwiga6f64d42007-08-16 16:23:40 +10003370 xfs_bmbt_rec_host_t *ep; /* extent record pointer */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003371
3372 XFS_STATS_INC(xs_look_exlist);
Nathan Scott572d95f2006-09-28 11:03:20 +10003373 ifp = XFS_IFORK_PTR(ip, fork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003374
Mandy Kirkconnell0293ce32006-03-14 13:30:23 +11003375 ep = xfs_bmap_search_multi_extents(ifp, bno, eofp, lastxp, gotp, prevp);
3376
Nathan Scott572d95f2006-09-28 11:03:20 +10003377 if (unlikely(!(gotp->br_startblock) && (*lastxp != NULLEXTNUM) &&
3378 !(XFS_IS_REALTIME_INODE(ip) && fork == XFS_DATA_FORK))) {
Dave Chinner6a19d932011-03-07 10:02:35 +11003379 xfs_alert_tag(ip->i_mount, XFS_PTAG_FSBLOCK_ZERO,
Nathan Scott572d95f2006-09-28 11:03:20 +10003380 "Access to block zero in inode %llu "
3381 "start_block: %llx start_off: %llx "
3382 "blkcnt: %llx extent-state: %x lastx: %x\n",
3383 (unsigned long long)ip->i_ino,
Nathan Scott3ddb8fa2006-01-11 15:33:02 +11003384 (unsigned long long)gotp->br_startblock,
3385 (unsigned long long)gotp->br_startoff,
3386 (unsigned long long)gotp->br_blockcount,
Nathan Scott572d95f2006-09-28 11:03:20 +10003387 gotp->br_state, *lastxp);
3388 *lastxp = NULLEXTNUM;
3389 *eofp = 1;
3390 return NULL;
3391 }
3392 return ep;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003393}
3394
Linus Torvalds1da177e2005-04-16 15:20:36 -07003395/*
3396 * Compute the worst-case number of indirect blocks that will be used
3397 * for ip's delayed extent of length "len".
3398 */
3399STATIC xfs_filblks_t
3400xfs_bmap_worst_indlen(
3401 xfs_inode_t *ip, /* incore inode pointer */
3402 xfs_filblks_t len) /* delayed extent length */
3403{
3404 int level; /* btree level number */
3405 int maxrecs; /* maximum record count at this level */
3406 xfs_mount_t *mp; /* mount structure */
3407 xfs_filblks_t rval; /* return value */
3408
3409 mp = ip->i_mount;
3410 maxrecs = mp->m_bmap_dmxr[0];
3411 for (level = 0, rval = 0;
3412 level < XFS_BM_MAXLEVELS(mp, XFS_DATA_FORK);
3413 level++) {
3414 len += maxrecs - 1;
3415 do_div(len, maxrecs);
3416 rval += len;
3417 if (len == 1)
3418 return rval + XFS_BM_MAXLEVELS(mp, XFS_DATA_FORK) -
3419 level - 1;
3420 if (level == 0)
3421 maxrecs = mp->m_bmap_dmxr[1];
3422 }
3423 return rval;
3424}
3425
Linus Torvalds1da177e2005-04-16 15:20:36 -07003426/*
3427 * Convert inode from non-attributed to attributed.
3428 * Must not be in a transaction, ip must not be locked.
3429 */
3430int /* error code */
3431xfs_bmap_add_attrfork(
3432 xfs_inode_t *ip, /* incore inode pointer */
Nathan Scottd8cc8902005-11-02 10:34:53 +11003433 int size, /* space new attribute needs */
3434 int rsvd) /* xact may use reserved blks */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003435{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003436 xfs_fsblock_t firstblock; /* 1st block/ag allocated */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11003437 xfs_bmap_free_t flist; /* freed extent records */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003438 xfs_mount_t *mp; /* mount structure */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003439 xfs_trans_t *tp; /* transaction pointer */
Nathan Scottd8cc8902005-11-02 10:34:53 +11003440 int blks; /* space reservation */
3441 int version = 1; /* superblock attr version */
3442 int committed; /* xaction was committed */
3443 int logflags; /* logging flags */
3444 int error; /* error return value */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003445
Nathan Scottd8cc8902005-11-02 10:34:53 +11003446 ASSERT(XFS_IFORK_Q(ip) == 0);
Nathan Scottd8cc8902005-11-02 10:34:53 +11003447
Linus Torvalds1da177e2005-04-16 15:20:36 -07003448 mp = ip->i_mount;
3449 ASSERT(!XFS_NOT_DQATTACHED(mp, ip));
3450 tp = xfs_trans_alloc(mp, XFS_TRANS_ADDAFORK);
3451 blks = XFS_ADDAFORK_SPACE_RES(mp);
3452 if (rsvd)
3453 tp->t_flags |= XFS_TRANS_RESERVE;
3454 if ((error = xfs_trans_reserve(tp, blks, XFS_ADDAFORK_LOG_RES(mp), 0,
3455 XFS_TRANS_PERM_LOG_RES, XFS_ADDAFORK_LOG_COUNT)))
3456 goto error0;
3457 xfs_ilock(ip, XFS_ILOCK_EXCL);
Christoph Hellwig7d095252009-06-08 15:33:32 +02003458 error = xfs_trans_reserve_quota_nblks(tp, ip, blks, 0, rsvd ?
Linus Torvalds1da177e2005-04-16 15:20:36 -07003459 XFS_QMOPT_RES_REGBLKS | XFS_QMOPT_FORCE_RES :
3460 XFS_QMOPT_RES_REGBLKS);
3461 if (error) {
3462 xfs_iunlock(ip, XFS_ILOCK_EXCL);
3463 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES);
3464 return error;
3465 }
3466 if (XFS_IFORK_Q(ip))
3467 goto error1;
3468 if (ip->i_d.di_aformat != XFS_DINODE_FMT_EXTENTS) {
3469 /*
3470 * For inodes coming from pre-6.2 filesystems.
3471 */
3472 ASSERT(ip->i_d.di_aformat == 0);
3473 ip->i_d.di_aformat = XFS_DINODE_FMT_EXTENTS;
3474 }
3475 ASSERT(ip->i_d.di_anextents == 0);
Christoph Hellwig898621d2010-06-24 11:36:58 +10003476
Christoph Hellwigddc34152011-09-19 15:00:54 +00003477 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003478 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
Christoph Hellwig898621d2010-06-24 11:36:58 +10003479
Linus Torvalds1da177e2005-04-16 15:20:36 -07003480 switch (ip->i_d.di_format) {
3481 case XFS_DINODE_FMT_DEV:
3482 ip->i_d.di_forkoff = roundup(sizeof(xfs_dev_t), 8) >> 3;
3483 break;
3484 case XFS_DINODE_FMT_UUID:
3485 ip->i_d.di_forkoff = roundup(sizeof(uuid_t), 8) >> 3;
3486 break;
3487 case XFS_DINODE_FMT_LOCAL:
3488 case XFS_DINODE_FMT_EXTENTS:
3489 case XFS_DINODE_FMT_BTREE:
Nathan Scottd8cc8902005-11-02 10:34:53 +11003490 ip->i_d.di_forkoff = xfs_attr_shortform_bytesfit(ip, size);
3491 if (!ip->i_d.di_forkoff)
Christoph Hellwig1a5902c2009-03-29 19:26:46 +02003492 ip->i_d.di_forkoff = xfs_default_attroffset(ip) >> 3;
Nathan Scott13059ff2006-01-11 15:32:01 +11003493 else if (mp->m_flags & XFS_MOUNT_ATTR2)
Nathan Scottd8cc8902005-11-02 10:34:53 +11003494 version = 2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003495 break;
3496 default:
3497 ASSERT(0);
3498 error = XFS_ERROR(EINVAL);
3499 goto error1;
3500 }
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00003501
Linus Torvalds1da177e2005-04-16 15:20:36 -07003502 ASSERT(ip->i_afp == NULL);
3503 ip->i_afp = kmem_zone_zalloc(xfs_ifork_zone, KM_SLEEP);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003504 ip->i_afp->if_flags = XFS_IFEXTENTS;
3505 logflags = 0;
Eric Sandeen9d87c312009-01-14 23:22:07 -06003506 xfs_bmap_init(&flist, &firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003507 switch (ip->i_d.di_format) {
3508 case XFS_DINODE_FMT_LOCAL:
3509 error = xfs_bmap_add_attrfork_local(tp, ip, &firstblock, &flist,
3510 &logflags);
3511 break;
3512 case XFS_DINODE_FMT_EXTENTS:
3513 error = xfs_bmap_add_attrfork_extents(tp, ip, &firstblock,
3514 &flist, &logflags);
3515 break;
3516 case XFS_DINODE_FMT_BTREE:
3517 error = xfs_bmap_add_attrfork_btree(tp, ip, &firstblock, &flist,
3518 &logflags);
3519 break;
3520 default:
3521 error = 0;
3522 break;
3523 }
3524 if (logflags)
3525 xfs_trans_log_inode(tp, ip, logflags);
3526 if (error)
3527 goto error2;
Eric Sandeen62118702008-03-06 13:44:28 +11003528 if (!xfs_sb_version_hasattr(&mp->m_sb) ||
3529 (!xfs_sb_version_hasattr2(&mp->m_sb) && version == 2)) {
Nathan Scottda087ba2005-11-02 15:00:20 +11003530 __int64_t sbfields = 0;
3531
Eric Sandeen3685c2a2007-10-11 17:42:32 +10003532 spin_lock(&mp->m_sb_lock);
Eric Sandeen62118702008-03-06 13:44:28 +11003533 if (!xfs_sb_version_hasattr(&mp->m_sb)) {
3534 xfs_sb_version_addattr(&mp->m_sb);
Nathan Scottda087ba2005-11-02 15:00:20 +11003535 sbfields |= XFS_SB_VERSIONNUM;
Nathan Scottd8cc8902005-11-02 10:34:53 +11003536 }
Eric Sandeen62118702008-03-06 13:44:28 +11003537 if (!xfs_sb_version_hasattr2(&mp->m_sb) && version == 2) {
3538 xfs_sb_version_addattr2(&mp->m_sb);
Nathan Scottda087ba2005-11-02 15:00:20 +11003539 sbfields |= (XFS_SB_VERSIONNUM | XFS_SB_FEATURES2);
Nathan Scottd8cc8902005-11-02 10:34:53 +11003540 }
Nathan Scottda087ba2005-11-02 15:00:20 +11003541 if (sbfields) {
Eric Sandeen3685c2a2007-10-11 17:42:32 +10003542 spin_unlock(&mp->m_sb_lock);
Nathan Scottda087ba2005-11-02 15:00:20 +11003543 xfs_mod_sb(tp, sbfields);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003544 } else
Eric Sandeen3685c2a2007-10-11 17:42:32 +10003545 spin_unlock(&mp->m_sb_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003546 }
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00003547
3548 error = xfs_bmap_finish(&tp, &flist, &committed);
3549 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003550 goto error2;
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00003551 return xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003552error2:
3553 xfs_bmap_cancel(&flist);
3554error1:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003555 xfs_iunlock(ip, XFS_ILOCK_EXCL);
3556error0:
3557 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003558 return error;
3559}
3560
3561/*
3562 * Add the extent to the list of extents to be free at transaction end.
3563 * The list is maintained sorted (by block number).
3564 */
3565/* ARGSUSED */
3566void
3567xfs_bmap_add_free(
3568 xfs_fsblock_t bno, /* fs block number of extent */
3569 xfs_filblks_t len, /* length of extent */
3570 xfs_bmap_free_t *flist, /* list of extents */
3571 xfs_mount_t *mp) /* mount point structure */
3572{
3573 xfs_bmap_free_item_t *cur; /* current (next) element */
3574 xfs_bmap_free_item_t *new; /* new element */
3575 xfs_bmap_free_item_t *prev; /* previous element */
3576#ifdef DEBUG
3577 xfs_agnumber_t agno;
3578 xfs_agblock_t agbno;
3579
3580 ASSERT(bno != NULLFSBLOCK);
3581 ASSERT(len > 0);
3582 ASSERT(len <= MAXEXTLEN);
Eric Sandeen9d87c312009-01-14 23:22:07 -06003583 ASSERT(!isnullstartblock(bno));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003584 agno = XFS_FSB_TO_AGNO(mp, bno);
3585 agbno = XFS_FSB_TO_AGBNO(mp, bno);
3586 ASSERT(agno < mp->m_sb.sb_agcount);
3587 ASSERT(agbno < mp->m_sb.sb_agblocks);
3588 ASSERT(len < mp->m_sb.sb_agblocks);
3589 ASSERT(agbno + len <= mp->m_sb.sb_agblocks);
3590#endif
3591 ASSERT(xfs_bmap_free_item_zone != NULL);
3592 new = kmem_zone_alloc(xfs_bmap_free_item_zone, KM_SLEEP);
3593 new->xbfi_startblock = bno;
3594 new->xbfi_blockcount = (xfs_extlen_t)len;
3595 for (prev = NULL, cur = flist->xbf_first;
3596 cur != NULL;
3597 prev = cur, cur = cur->xbfi_next) {
3598 if (cur->xbfi_startblock >= bno)
3599 break;
3600 }
3601 if (prev)
3602 prev->xbfi_next = new;
3603 else
3604 flist->xbf_first = new;
3605 new->xbfi_next = cur;
3606 flist->xbf_count++;
3607}
3608
3609/*
3610 * Compute and fill in the value of the maximum depth of a bmap btree
3611 * in this filesystem. Done once, during mount.
3612 */
3613void
3614xfs_bmap_compute_maxlevels(
3615 xfs_mount_t *mp, /* file system mount structure */
3616 int whichfork) /* data or attr fork */
3617{
3618 int level; /* btree level */
3619 uint maxblocks; /* max blocks at this level */
3620 uint maxleafents; /* max leaf entries possible */
3621 int maxrootrecs; /* max records in root block */
3622 int minleafrecs; /* min records in leaf block */
3623 int minnoderecs; /* min records in node block */
3624 int sz; /* root block size */
3625
3626 /*
3627 * The maximum number of extents in a file, hence the maximum
3628 * number of leaf entries, is controlled by the type of di_nextents
3629 * (a signed 32-bit number, xfs_extnum_t), or by di_anextents
3630 * (a signed 16-bit number, xfs_aextnum_t).
Tim Shimmin6d1337b2008-04-17 16:50:16 +10003631 *
3632 * Note that we can no longer assume that if we are in ATTR1 that
Christoph Hellwig1a5902c2009-03-29 19:26:46 +02003633 * the fork offset of all the inodes will be
3634 * (xfs_default_attroffset(ip) >> 3) because we could have mounted
3635 * with ATTR2 and then mounted back with ATTR1, keeping the
3636 * di_forkoff's fixed but probably at various positions. Therefore,
3637 * for both ATTR1 and ATTR2 we have to assume the worst case scenario
3638 * of a minimum size available.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003639 */
Nathan Scottd8cc8902005-11-02 10:34:53 +11003640 if (whichfork == XFS_DATA_FORK) {
3641 maxleafents = MAXEXTNUM;
Tim Shimmin6d1337b2008-04-17 16:50:16 +10003642 sz = XFS_BMDR_SPACE_CALC(MINDBTPTRS);
Nathan Scottd8cc8902005-11-02 10:34:53 +11003643 } else {
3644 maxleafents = MAXAEXTNUM;
Tim Shimmin6d1337b2008-04-17 16:50:16 +10003645 sz = XFS_BMDR_SPACE_CALC(MINABTPTRS);
Nathan Scottd8cc8902005-11-02 10:34:53 +11003646 }
Christoph Hellwig60197e82008-10-30 17:11:19 +11003647 maxrootrecs = xfs_bmdr_maxrecs(mp, sz, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003648 minleafrecs = mp->m_bmap_dmnr[0];
3649 minnoderecs = mp->m_bmap_dmnr[1];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003650 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs;
3651 for (level = 1; maxblocks > 1; level++) {
3652 if (maxblocks <= maxrootrecs)
3653 maxblocks = 1;
3654 else
3655 maxblocks = (maxblocks + minnoderecs - 1) / minnoderecs;
3656 }
3657 mp->m_bm_maxlevels[whichfork] = level;
3658}
3659
3660/*
3661 * Routine to be called at transaction's end by xfs_bmapi, xfs_bunmapi
3662 * caller. Frees all the extents that need freeing, which must be done
3663 * last due to locking considerations. We never free any extents in
Christoph Hellwig859f57c2011-08-27 14:45:11 +00003664 * the first transaction.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003665 *
3666 * Return 1 if the given transaction was committed and a new one
3667 * started, and 0 otherwise in the committed parameter.
3668 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003669int /* error */
3670xfs_bmap_finish(
3671 xfs_trans_t **tp, /* transaction pointer addr */
3672 xfs_bmap_free_t *flist, /* i/o: list extents to free */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003673 int *committed) /* xact committed or not */
3674{
3675 xfs_efd_log_item_t *efd; /* extent free data */
3676 xfs_efi_log_item_t *efi; /* extent free intention */
3677 int error; /* error return value */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11003678 xfs_bmap_free_item_t *free; /* free extent item */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003679 unsigned int logres; /* new log reservation */
3680 unsigned int logcount; /* new log count */
3681 xfs_mount_t *mp; /* filesystem mount structure */
3682 xfs_bmap_free_item_t *next; /* next item on free list */
3683 xfs_trans_t *ntp; /* new transaction pointer */
3684
3685 ASSERT((*tp)->t_flags & XFS_TRANS_PERM_LOG_RES);
3686 if (flist->xbf_count == 0) {
3687 *committed = 0;
3688 return 0;
3689 }
3690 ntp = *tp;
3691 efi = xfs_trans_get_efi(ntp, flist->xbf_count);
3692 for (free = flist->xbf_first; free; free = free->xbfi_next)
3693 xfs_trans_log_efi_extent(ntp, efi, free->xbfi_startblock,
3694 free->xbfi_blockcount);
3695 logres = ntp->t_log_res;
3696 logcount = ntp->t_log_count;
3697 ntp = xfs_trans_dup(*tp);
Eric Sandeen1c72bf92007-05-08 13:48:42 +10003698 error = xfs_trans_commit(*tp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003699 *tp = ntp;
3700 *committed = 1;
3701 /*
3702 * We have a new transaction, so we should return committed=1,
3703 * even though we're returning an error.
3704 */
Dave Chinnercc09c0d2008-11-17 17:37:10 +11003705 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003706 return error;
Dave Chinnercc09c0d2008-11-17 17:37:10 +11003707
3708 /*
3709 * transaction commit worked ok so we can drop the extra ticket
3710 * reference that we gained in xfs_trans_dup()
3711 */
3712 xfs_log_ticket_put(ntp->t_ticket);
3713
Linus Torvalds1da177e2005-04-16 15:20:36 -07003714 if ((error = xfs_trans_reserve(ntp, 0, logres, 0, XFS_TRANS_PERM_LOG_RES,
3715 logcount)))
3716 return error;
3717 efd = xfs_trans_get_efd(ntp, efi, flist->xbf_count);
3718 for (free = flist->xbf_first; free != NULL; free = next) {
3719 next = free->xbfi_next;
3720 if ((error = xfs_free_extent(ntp, free->xbfi_startblock,
3721 free->xbfi_blockcount))) {
3722 /*
3723 * The bmap free list will be cleaned up at a
3724 * higher level. The EFI will be canceled when
3725 * this transaction is aborted.
3726 * Need to force shutdown here to make sure it
3727 * happens, since this transaction may not be
3728 * dirty yet.
3729 */
3730 mp = ntp->t_mountp;
3731 if (!XFS_FORCED_SHUTDOWN(mp))
3732 xfs_force_shutdown(mp,
3733 (error == EFSCORRUPTED) ?
Nathan Scott7d04a332006-06-09 14:58:38 +10003734 SHUTDOWN_CORRUPT_INCORE :
3735 SHUTDOWN_META_IO_ERROR);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003736 return error;
3737 }
3738 xfs_trans_log_efd_extent(ntp, efd, free->xbfi_startblock,
3739 free->xbfi_blockcount);
3740 xfs_bmap_del_free(flist, NULL, free);
3741 }
3742 return 0;
3743}
3744
3745/*
3746 * Free up any items left in the list.
3747 */
3748void
3749xfs_bmap_cancel(
3750 xfs_bmap_free_t *flist) /* list of bmap_free_items */
3751{
3752 xfs_bmap_free_item_t *free; /* free list item */
3753 xfs_bmap_free_item_t *next;
3754
3755 if (flist->xbf_count == 0)
3756 return;
3757 ASSERT(flist->xbf_first != NULL);
3758 for (free = flist->xbf_first; free; free = next) {
3759 next = free->xbfi_next;
3760 xfs_bmap_del_free(flist, NULL, free);
3761 }
3762 ASSERT(flist->xbf_count == 0);
3763}
3764
3765/*
3766 * Returns the file-relative block number of the first unused block(s)
3767 * in the file with at least "len" logically contiguous blocks free.
3768 * This is the lowest-address hole if the file has holes, else the first block
3769 * past the end of file.
3770 * Return 0 if the file is currently local (in-inode).
3771 */
3772int /* error */
3773xfs_bmap_first_unused(
3774 xfs_trans_t *tp, /* transaction pointer */
3775 xfs_inode_t *ip, /* incore inode */
3776 xfs_extlen_t len, /* size of hole to find */
3777 xfs_fileoff_t *first_unused, /* unused block */
3778 int whichfork) /* data or attr fork */
3779{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003780 int error; /* error return value */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11003781 int idx; /* extent record index */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003782 xfs_ifork_t *ifp; /* inode fork pointer */
3783 xfs_fileoff_t lastaddr; /* last block number seen */
3784 xfs_fileoff_t lowest; /* lowest useful block */
3785 xfs_fileoff_t max; /* starting useful block */
3786 xfs_fileoff_t off; /* offset for this block */
3787 xfs_extnum_t nextents; /* number of extent entries */
3788
3789 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_BTREE ||
3790 XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS ||
3791 XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL);
3792 if (XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL) {
3793 *first_unused = 0;
3794 return 0;
3795 }
3796 ifp = XFS_IFORK_PTR(ip, whichfork);
3797 if (!(ifp->if_flags & XFS_IFEXTENTS) &&
3798 (error = xfs_iread_extents(tp, ip, whichfork)))
3799 return error;
3800 lowest = *first_unused;
3801 nextents = ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t);
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11003802 for (idx = 0, lastaddr = 0, max = lowest; idx < nextents; idx++) {
Christoph Hellwiga6f64d42007-08-16 16:23:40 +10003803 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, idx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003804 off = xfs_bmbt_get_startoff(ep);
3805 /*
3806 * See if the hole before this extent will work.
3807 */
3808 if (off >= lowest + len && off - max >= len) {
3809 *first_unused = max;
3810 return 0;
3811 }
3812 lastaddr = off + xfs_bmbt_get_blockcount(ep);
3813 max = XFS_FILEOFF_MAX(lastaddr, lowest);
3814 }
3815 *first_unused = max;
3816 return 0;
3817}
3818
3819/*
3820 * Returns the file-relative block number of the last block + 1 before
3821 * last_block (input value) in the file.
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11003822 * This is not based on i_size, it is based on the extent records.
3823 * Returns 0 for local files, as they do not have extent records.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824 */
3825int /* error */
3826xfs_bmap_last_before(
3827 xfs_trans_t *tp, /* transaction pointer */
3828 xfs_inode_t *ip, /* incore inode */
3829 xfs_fileoff_t *last_block, /* last block */
3830 int whichfork) /* data or attr fork */
3831{
3832 xfs_fileoff_t bno; /* input file offset */
3833 int eof; /* hit end of file */
Christoph Hellwiga6f64d42007-08-16 16:23:40 +10003834 xfs_bmbt_rec_host_t *ep; /* pointer to last extent */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003835 int error; /* error return value */
3836 xfs_bmbt_irec_t got; /* current extent value */
3837 xfs_ifork_t *ifp; /* inode fork pointer */
3838 xfs_extnum_t lastx; /* last extent used */
3839 xfs_bmbt_irec_t prev; /* previous extent value */
3840
3841 if (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE &&
3842 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS &&
3843 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_LOCAL)
3844 return XFS_ERROR(EIO);
3845 if (XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL) {
3846 *last_block = 0;
3847 return 0;
3848 }
3849 ifp = XFS_IFORK_PTR(ip, whichfork);
3850 if (!(ifp->if_flags & XFS_IFEXTENTS) &&
3851 (error = xfs_iread_extents(tp, ip, whichfork)))
3852 return error;
3853 bno = *last_block - 1;
3854 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got,
3855 &prev);
3856 if (eof || xfs_bmbt_get_startoff(ep) > bno) {
3857 if (prev.br_startoff == NULLFILEOFF)
3858 *last_block = 0;
3859 else
3860 *last_block = prev.br_startoff + prev.br_blockcount;
3861 }
3862 /*
3863 * Otherwise *last_block is already the right answer.
3864 */
3865 return 0;
3866}
3867
Christoph Hellwig27a3f8f2011-09-18 20:40:53 +00003868STATIC int
3869xfs_bmap_last_extent(
3870 struct xfs_trans *tp,
3871 struct xfs_inode *ip,
3872 int whichfork,
3873 struct xfs_bmbt_irec *rec,
3874 int *is_empty)
3875{
3876 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork);
3877 int error;
3878 int nextents;
3879
3880 if (!(ifp->if_flags & XFS_IFEXTENTS)) {
3881 error = xfs_iread_extents(tp, ip, whichfork);
3882 if (error)
3883 return error;
3884 }
3885
3886 nextents = ifp->if_bytes / sizeof(xfs_bmbt_rec_t);
3887 if (nextents == 0) {
3888 *is_empty = 1;
3889 return 0;
3890 }
3891
3892 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, nextents - 1), rec);
3893 *is_empty = 0;
3894 return 0;
3895}
3896
3897/*
3898 * Check the last inode extent to determine whether this allocation will result
3899 * in blocks being allocated at the end of the file. When we allocate new data
3900 * blocks at the end of the file which do not start at the previous data block,
3901 * we will try to align the new blocks at stripe unit boundaries.
3902 *
Dave Chinner1b164472011-09-18 20:40:55 +00003903 * Returns 0 in bma->aeof if the file (fork) is empty as any new write will be
3904 * at, or past the EOF.
Christoph Hellwig27a3f8f2011-09-18 20:40:53 +00003905 */
3906STATIC int
3907xfs_bmap_isaeof(
Dave Chinner1b164472011-09-18 20:40:55 +00003908 struct xfs_bmalloca *bma,
3909 int whichfork)
Christoph Hellwig27a3f8f2011-09-18 20:40:53 +00003910{
3911 struct xfs_bmbt_irec rec;
3912 int is_empty;
3913 int error;
3914
Dave Chinner1b164472011-09-18 20:40:55 +00003915 bma->aeof = 0;
3916 error = xfs_bmap_last_extent(NULL, bma->ip, whichfork, &rec,
3917 &is_empty);
Christoph Hellwig27a3f8f2011-09-18 20:40:53 +00003918 if (error || is_empty)
3919 return error;
3920
3921 /*
3922 * Check if we are allocation or past the last extent, or at least into
3923 * the last delayed allocated extent.
3924 */
Dave Chinner3a756672011-09-18 20:40:58 +00003925 bma->aeof = bma->offset >= rec.br_startoff + rec.br_blockcount ||
3926 (bma->offset >= rec.br_startoff &&
Dave Chinner1b164472011-09-18 20:40:55 +00003927 isnullstartblock(rec.br_startblock));
Christoph Hellwig27a3f8f2011-09-18 20:40:53 +00003928 return 0;
3929}
3930
3931/*
3932 * Check if the endoff is outside the last extent. If so the caller will grow
3933 * the allocation to a stripe unit boundary. All offsets are considered outside
3934 * the end of file for an empty fork, so 1 is returned in *eof in that case.
3935 */
3936int
3937xfs_bmap_eof(
3938 struct xfs_inode *ip,
3939 xfs_fileoff_t endoff,
3940 int whichfork,
3941 int *eof)
3942{
3943 struct xfs_bmbt_irec rec;
3944 int error;
3945
3946 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, eof);
3947 if (error || *eof)
3948 return error;
3949
3950 *eof = endoff >= rec.br_startoff + rec.br_blockcount;
3951 return 0;
3952}
3953
Linus Torvalds1da177e2005-04-16 15:20:36 -07003954/*
3955 * Returns the file-relative block number of the first block past eof in
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11003956 * the file. This is not based on i_size, it is based on the extent records.
3957 * Returns 0 for local files, as they do not have extent records.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003958 */
Christoph Hellwig27a3f8f2011-09-18 20:40:53 +00003959int
Linus Torvalds1da177e2005-04-16 15:20:36 -07003960xfs_bmap_last_offset(
Christoph Hellwig27a3f8f2011-09-18 20:40:53 +00003961 struct xfs_trans *tp,
3962 struct xfs_inode *ip,
3963 xfs_fileoff_t *last_block,
3964 int whichfork)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003965{
Christoph Hellwig27a3f8f2011-09-18 20:40:53 +00003966 struct xfs_bmbt_irec rec;
3967 int is_empty;
3968 int error;
3969
3970 *last_block = 0;
3971
3972 if (XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL)
3973 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003974
3975 if (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE &&
Christoph Hellwig27a3f8f2011-09-18 20:40:53 +00003976 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003977 return XFS_ERROR(EIO);
Christoph Hellwig27a3f8f2011-09-18 20:40:53 +00003978
3979 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty);
3980 if (error || is_empty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003981 return error;
Christoph Hellwig27a3f8f2011-09-18 20:40:53 +00003982
3983 *last_block = rec.br_startoff + rec.br_blockcount;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003984 return 0;
3985}
3986
3987/*
3988 * Returns whether the selected fork of the inode has exactly one
3989 * block or not. For the data fork we check this matches di_size,
3990 * implying the file's range is 0..bsize-1.
3991 */
3992int /* 1=>1 block, 0=>otherwise */
3993xfs_bmap_one_block(
3994 xfs_inode_t *ip, /* incore inode */
3995 int whichfork) /* data or attr fork */
3996{
Christoph Hellwiga6f64d42007-08-16 16:23:40 +10003997 xfs_bmbt_rec_host_t *ep; /* ptr to fork's extent */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003998 xfs_ifork_t *ifp; /* inode fork pointer */
3999 int rval; /* return value */
4000 xfs_bmbt_irec_t s; /* internal version of extent */
4001
4002#ifndef DEBUG
Christoph Hellwigce7ae1512011-12-18 20:00:11 +00004003 if (whichfork == XFS_DATA_FORK)
4004 return XFS_ISIZE(ip) == ip->i_mount->m_sb.sb_blocksize;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004005#endif /* !DEBUG */
4006 if (XFS_IFORK_NEXTENTS(ip, whichfork) != 1)
4007 return 0;
4008 if (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS)
4009 return 0;
4010 ifp = XFS_IFORK_PTR(ip, whichfork);
4011 ASSERT(ifp->if_flags & XFS_IFEXTENTS);
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11004012 ep = xfs_iext_get_ext(ifp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004013 xfs_bmbt_get_all(ep, &s);
4014 rval = s.br_startoff == 0 && s.br_blockcount == 1;
4015 if (rval && whichfork == XFS_DATA_FORK)
Christoph Hellwigce7ae1512011-12-18 20:00:11 +00004016 ASSERT(XFS_ISIZE(ip) == ip->i_mount->m_sb.sb_blocksize);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004017 return rval;
4018}
4019
Christoph Hellwig4e8938f2008-10-30 17:14:43 +11004020STATIC int
4021xfs_bmap_sanity_check(
4022 struct xfs_mount *mp,
4023 struct xfs_buf *bp,
4024 int level)
4025{
4026 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp);
4027
Christoph Hellwig69ef9212011-07-08 14:36:05 +02004028 if (block->bb_magic != cpu_to_be32(XFS_BMAP_MAGIC) ||
Christoph Hellwig4e8938f2008-10-30 17:14:43 +11004029 be16_to_cpu(block->bb_level) != level ||
4030 be16_to_cpu(block->bb_numrecs) == 0 ||
4031 be16_to_cpu(block->bb_numrecs) > mp->m_bmap_dmxr[level != 0])
4032 return 0;
4033 return 1;
4034}
4035
Linus Torvalds1da177e2005-04-16 15:20:36 -07004036/*
4037 * Read in the extents to if_extents.
4038 * All inode fields are set up by caller, we just traverse the btree
4039 * and copy the records in. If the file system cannot contain unwritten
4040 * extents, the records are checked for no "state" flags.
4041 */
4042int /* error */
4043xfs_bmap_read_extents(
4044 xfs_trans_t *tp, /* transaction pointer */
4045 xfs_inode_t *ip, /* incore inode */
4046 int whichfork) /* data or attr fork */
4047{
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11004048 struct xfs_btree_block *block; /* current btree block */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004049 xfs_fsblock_t bno; /* block # of "block" */
4050 xfs_buf_t *bp; /* buffer for "block" */
4051 int error; /* error return value */
4052 xfs_exntfmt_t exntf; /* XFS_EXTFMT_NOSTATE, if checking */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004053 xfs_extnum_t i, j; /* index into the extents list */
4054 xfs_ifork_t *ifp; /* fork structure */
4055 int level; /* btree level, for checking */
4056 xfs_mount_t *mp; /* file system mount structure */
Christoph Hellwig576039c2006-09-28 10:58:06 +10004057 __be64 *pp; /* pointer to block address */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004058 /* REFERENCED */
4059 xfs_extnum_t room; /* number of entries there's room for */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004060
4061 bno = NULLFSBLOCK;
4062 mp = ip->i_mount;
4063 ifp = XFS_IFORK_PTR(ip, whichfork);
4064 exntf = (whichfork != XFS_DATA_FORK) ? XFS_EXTFMT_NOSTATE :
4065 XFS_EXTFMT_INODE(ip);
4066 block = ifp->if_broot;
4067 /*
4068 * Root level must use BMAP_BROOT_PTR_ADDR macro to get ptr out.
4069 */
Christoph Hellwig16259e72005-11-02 15:11:25 +11004070 level = be16_to_cpu(block->bb_level);
4071 ASSERT(level > 0);
Christoph Hellwig60197e82008-10-30 17:11:19 +11004072 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes);
Christoph Hellwig576039c2006-09-28 10:58:06 +10004073 bno = be64_to_cpu(*pp);
4074 ASSERT(bno != NULLDFSBNO);
4075 ASSERT(XFS_FSB_TO_AGNO(mp, bno) < mp->m_sb.sb_agcount);
4076 ASSERT(XFS_FSB_TO_AGBNO(mp, bno) < mp->m_sb.sb_agblocks);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004077 /*
4078 * Go down the tree until leaf level is reached, following the first
4079 * pointer (leftmost) at each level.
4080 */
4081 while (level-- > 0) {
Dave Chinner3d3e6f62012-11-12 22:54:08 +11004082 error = xfs_btree_read_bufl(mp, tp, bno, 0, &bp,
4083 XFS_BMAP_BTREE_REF, xfs_bmbt_read_verify);
4084 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004085 return error;
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11004086 block = XFS_BUF_TO_BLOCK(bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004087 XFS_WANT_CORRUPTED_GOTO(
Christoph Hellwig4e8938f2008-10-30 17:14:43 +11004088 xfs_bmap_sanity_check(mp, bp, level),
Linus Torvalds1da177e2005-04-16 15:20:36 -07004089 error0);
4090 if (level == 0)
4091 break;
Christoph Hellwig136341b2008-10-30 17:11:40 +11004092 pp = XFS_BMBT_PTR_ADDR(mp, block, 1, mp->m_bmap_dmxr[1]);
Christoph Hellwig576039c2006-09-28 10:58:06 +10004093 bno = be64_to_cpu(*pp);
4094 XFS_WANT_CORRUPTED_GOTO(XFS_FSB_SANITY_CHECK(mp, bno), error0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004095 xfs_trans_brelse(tp, bp);
4096 }
4097 /*
4098 * Here with bp and block set to the leftmost leaf node in the tree.
4099 */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11004100 room = ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004101 i = 0;
4102 /*
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11004103 * Loop over all leaf nodes. Copy information to the extent records.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004104 */
4105 for (;;) {
Christoph Hellwiga6f64d42007-08-16 16:23:40 +10004106 xfs_bmbt_rec_t *frp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004107 xfs_fsblock_t nextbno;
4108 xfs_extnum_t num_recs;
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11004109 xfs_extnum_t start;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004110
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11004111 num_recs = xfs_btree_get_numrecs(block);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004112 if (unlikely(i + num_recs > room)) {
4113 ASSERT(i + num_recs <= room);
Dave Chinner65333b42011-03-07 10:03:35 +11004114 xfs_warn(ip->i_mount,
Nathan Scott3762ec62006-01-12 10:29:53 +11004115 "corrupt dinode %Lu, (btree extents).",
Linus Torvalds1da177e2005-04-16 15:20:36 -07004116 (unsigned long long) ip->i_ino);
Dave Chinner65333b42011-03-07 10:03:35 +11004117 XFS_CORRUPTION_ERROR("xfs_bmap_read_extents(1)",
4118 XFS_ERRLEVEL_LOW, ip->i_mount, block);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004119 goto error0;
4120 }
4121 XFS_WANT_CORRUPTED_GOTO(
Christoph Hellwig4e8938f2008-10-30 17:14:43 +11004122 xfs_bmap_sanity_check(mp, bp, 0),
Linus Torvalds1da177e2005-04-16 15:20:36 -07004123 error0);
4124 /*
4125 * Read-ahead the next leaf block, if any.
4126 */
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11004127 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004128 if (nextbno != NULLFSBLOCK)
Dave Chinner3d3e6f62012-11-12 22:54:08 +11004129 xfs_btree_reada_bufl(mp, nextbno, 1,
4130 xfs_bmbt_read_verify);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004131 /*
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11004132 * Copy records into the extent records.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004133 */
Christoph Hellwig136341b2008-10-30 17:11:40 +11004134 frp = XFS_BMBT_REC_ADDR(mp, block, 1);
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11004135 start = i;
4136 for (j = 0; j < num_recs; j++, i++, frp++) {
Christoph Hellwiga6f64d42007-08-16 16:23:40 +10004137 xfs_bmbt_rec_host_t *trp = xfs_iext_get_ext(ifp, i);
Christoph Hellwigcd8b0a92007-08-16 16:24:15 +10004138 trp->l0 = be64_to_cpu(frp->l0);
4139 trp->l1 = be64_to_cpu(frp->l1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004140 }
4141 if (exntf == XFS_EXTFMT_NOSTATE) {
4142 /*
4143 * Check all attribute bmap btree records and
4144 * any "older" data bmap btree records for a
4145 * set bit in the "extent flag" position.
4146 */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11004147 if (unlikely(xfs_check_nostate_extents(ifp,
4148 start, num_recs))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004149 XFS_ERROR_REPORT("xfs_bmap_read_extents(2)",
4150 XFS_ERRLEVEL_LOW,
4151 ip->i_mount);
4152 goto error0;
4153 }
4154 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004155 xfs_trans_brelse(tp, bp);
4156 bno = nextbno;
4157 /*
4158 * If we've reached the end, stop.
4159 */
4160 if (bno == NULLFSBLOCK)
4161 break;
Dave Chinner3d3e6f62012-11-12 22:54:08 +11004162 error = xfs_btree_read_bufl(mp, tp, bno, 0, &bp,
4163 XFS_BMAP_BTREE_REF, xfs_bmbt_read_verify);
4164 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004165 return error;
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11004166 block = XFS_BUF_TO_BLOCK(bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004167 }
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11004168 ASSERT(i == (ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004169 ASSERT(i == XFS_IFORK_NEXTENTS(ip, whichfork));
Eric Sandeen3a59c942007-07-11 11:09:47 +10004170 XFS_BMAP_TRACE_EXLIST(ip, i, whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004171 return 0;
4172error0:
4173 xfs_trans_brelse(tp, bp);
4174 return XFS_ERROR(EFSCORRUPTED);
4175}
4176
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00004177#ifdef DEBUG
Linus Torvalds1da177e2005-04-16 15:20:36 -07004178/*
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11004179 * Add bmap trace insert entries for all the contents of the extent records.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180 */
4181void
4182xfs_bmap_trace_exlist(
Linus Torvalds1da177e2005-04-16 15:20:36 -07004183 xfs_inode_t *ip, /* incore inode pointer */
4184 xfs_extnum_t cnt, /* count of entries in the list */
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00004185 int whichfork, /* data or attr fork */
4186 unsigned long caller_ip)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004187{
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11004188 xfs_extnum_t idx; /* extent record index */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004189 xfs_ifork_t *ifp; /* inode fork pointer */
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00004190 int state = 0;
4191
4192 if (whichfork == XFS_ATTR_FORK)
4193 state |= BMAP_ATTRFORK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004194
4195 ifp = XFS_IFORK_PTR(ip, whichfork);
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11004196 ASSERT(cnt == (ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t)));
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00004197 for (idx = 0; idx < cnt; idx++)
4198 trace_xfs_extlist(ip, idx, whichfork, caller_ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004199}
Linus Torvalds1da177e2005-04-16 15:20:36 -07004200
Linus Torvalds1da177e2005-04-16 15:20:36 -07004201/*
4202 * Validate that the bmbt_irecs being returned from bmapi are valid
4203 * given the callers original parameters. Specifically check the
4204 * ranges of the returned irecs to ensure that they only extent beyond
4205 * the given parameters if the XFS_BMAPI_ENTIRE flag was set.
4206 */
4207STATIC void
4208xfs_bmap_validate_ret(
4209 xfs_fileoff_t bno,
4210 xfs_filblks_t len,
4211 int flags,
4212 xfs_bmbt_irec_t *mval,
4213 int nmap,
4214 int ret_nmap)
4215{
4216 int i; /* index to map values */
4217
4218 ASSERT(ret_nmap <= nmap);
4219
4220 for (i = 0; i < ret_nmap; i++) {
4221 ASSERT(mval[i].br_blockcount > 0);
4222 if (!(flags & XFS_BMAPI_ENTIRE)) {
4223 ASSERT(mval[i].br_startoff >= bno);
4224 ASSERT(mval[i].br_blockcount <= len);
4225 ASSERT(mval[i].br_startoff + mval[i].br_blockcount <=
4226 bno + len);
4227 } else {
4228 ASSERT(mval[i].br_startoff < bno + len);
4229 ASSERT(mval[i].br_startoff + mval[i].br_blockcount >
4230 bno);
4231 }
4232 ASSERT(i == 0 ||
4233 mval[i - 1].br_startoff + mval[i - 1].br_blockcount ==
4234 mval[i].br_startoff);
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004235 ASSERT(mval[i].br_startblock != DELAYSTARTBLOCK &&
4236 mval[i].br_startblock != HOLESTARTBLOCK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004237 ASSERT(mval[i].br_state == XFS_EXT_NORM ||
4238 mval[i].br_state == XFS_EXT_UNWRITTEN);
4239 }
4240}
4241#endif /* DEBUG */
4242
4243
4244/*
Dave Chinneraef9a892011-09-18 20:40:44 +00004245 * Trim the returned map to the required bounds
4246 */
4247STATIC void
4248xfs_bmapi_trim_map(
4249 struct xfs_bmbt_irec *mval,
4250 struct xfs_bmbt_irec *got,
4251 xfs_fileoff_t *bno,
4252 xfs_filblks_t len,
4253 xfs_fileoff_t obno,
4254 xfs_fileoff_t end,
4255 int n,
4256 int flags)
4257{
4258 if ((flags & XFS_BMAPI_ENTIRE) ||
4259 got->br_startoff + got->br_blockcount <= obno) {
4260 *mval = *got;
4261 if (isnullstartblock(got->br_startblock))
4262 mval->br_startblock = DELAYSTARTBLOCK;
4263 return;
4264 }
4265
4266 if (obno > *bno)
4267 *bno = obno;
4268 ASSERT((*bno >= obno) || (n == 0));
4269 ASSERT(*bno < end);
4270 mval->br_startoff = *bno;
4271 if (isnullstartblock(got->br_startblock))
4272 mval->br_startblock = DELAYSTARTBLOCK;
4273 else
4274 mval->br_startblock = got->br_startblock +
4275 (*bno - got->br_startoff);
4276 /*
4277 * Return the minimum of what we got and what we asked for for
4278 * the length. We can use the len variable here because it is
4279 * modified below and we could have been there before coming
4280 * here if the first part of the allocation didn't overlap what
4281 * was asked for.
4282 */
4283 mval->br_blockcount = XFS_FILBLKS_MIN(end - *bno,
4284 got->br_blockcount - (*bno - got->br_startoff));
4285 mval->br_state = got->br_state;
4286 ASSERT(mval->br_blockcount <= len);
4287 return;
4288}
4289
4290/*
4291 * Update and validate the extent map to return
4292 */
4293STATIC void
4294xfs_bmapi_update_map(
4295 struct xfs_bmbt_irec **map,
4296 xfs_fileoff_t *bno,
4297 xfs_filblks_t *len,
4298 xfs_fileoff_t obno,
4299 xfs_fileoff_t end,
4300 int *n,
4301 int flags)
4302{
4303 xfs_bmbt_irec_t *mval = *map;
4304
4305 ASSERT((flags & XFS_BMAPI_ENTIRE) ||
4306 ((mval->br_startoff + mval->br_blockcount) <= end));
4307 ASSERT((flags & XFS_BMAPI_ENTIRE) || (mval->br_blockcount <= *len) ||
4308 (mval->br_startoff < obno));
4309
4310 *bno = mval->br_startoff + mval->br_blockcount;
4311 *len = end - *bno;
4312 if (*n > 0 && mval->br_startoff == mval[-1].br_startoff) {
4313 /* update previous map with new information */
4314 ASSERT(mval->br_startblock == mval[-1].br_startblock);
4315 ASSERT(mval->br_blockcount > mval[-1].br_blockcount);
4316 ASSERT(mval->br_state == mval[-1].br_state);
4317 mval[-1].br_blockcount = mval->br_blockcount;
4318 mval[-1].br_state = mval->br_state;
4319 } else if (*n > 0 && mval->br_startblock != DELAYSTARTBLOCK &&
4320 mval[-1].br_startblock != DELAYSTARTBLOCK &&
4321 mval[-1].br_startblock != HOLESTARTBLOCK &&
4322 mval->br_startblock == mval[-1].br_startblock +
4323 mval[-1].br_blockcount &&
4324 ((flags & XFS_BMAPI_IGSTATE) ||
4325 mval[-1].br_state == mval->br_state)) {
4326 ASSERT(mval->br_startoff ==
4327 mval[-1].br_startoff + mval[-1].br_blockcount);
4328 mval[-1].br_blockcount += mval->br_blockcount;
4329 } else if (*n > 0 &&
4330 mval->br_startblock == DELAYSTARTBLOCK &&
4331 mval[-1].br_startblock == DELAYSTARTBLOCK &&
4332 mval->br_startoff ==
4333 mval[-1].br_startoff + mval[-1].br_blockcount) {
4334 mval[-1].br_blockcount += mval->br_blockcount;
4335 mval[-1].br_state = mval->br_state;
4336 } else if (!((*n == 0) &&
4337 ((mval->br_startoff + mval->br_blockcount) <=
4338 obno))) {
4339 mval++;
4340 (*n)++;
4341 }
4342 *map = mval;
4343}
4344
4345/*
Dave Chinner5c8ed202011-09-18 20:40:45 +00004346 * Map file blocks to filesystem blocks without allocation.
4347 */
4348int
4349xfs_bmapi_read(
4350 struct xfs_inode *ip,
4351 xfs_fileoff_t bno,
4352 xfs_filblks_t len,
4353 struct xfs_bmbt_irec *mval,
4354 int *nmap,
4355 int flags)
4356{
4357 struct xfs_mount *mp = ip->i_mount;
4358 struct xfs_ifork *ifp;
4359 struct xfs_bmbt_irec got;
4360 struct xfs_bmbt_irec prev;
4361 xfs_fileoff_t obno;
4362 xfs_fileoff_t end;
4363 xfs_extnum_t lastx;
4364 int error;
4365 int eof;
4366 int n = 0;
4367 int whichfork = (flags & XFS_BMAPI_ATTRFORK) ?
4368 XFS_ATTR_FORK : XFS_DATA_FORK;
4369
4370 ASSERT(*nmap >= 1);
4371 ASSERT(!(flags & ~(XFS_BMAPI_ATTRFORK|XFS_BMAPI_ENTIRE|
4372 XFS_BMAPI_IGSTATE)));
4373
4374 if (unlikely(XFS_TEST_ERROR(
4375 (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS &&
4376 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE),
4377 mp, XFS_ERRTAG_BMAPIFORMAT, XFS_RANDOM_BMAPIFORMAT))) {
4378 XFS_ERROR_REPORT("xfs_bmapi_read", XFS_ERRLEVEL_LOW, mp);
4379 return XFS_ERROR(EFSCORRUPTED);
4380 }
4381
4382 if (XFS_FORCED_SHUTDOWN(mp))
4383 return XFS_ERROR(EIO);
4384
4385 XFS_STATS_INC(xs_blk_mapr);
4386
4387 ifp = XFS_IFORK_PTR(ip, whichfork);
Dave Chinner5c8ed202011-09-18 20:40:45 +00004388
4389 if (!(ifp->if_flags & XFS_IFEXTENTS)) {
4390 error = xfs_iread_extents(NULL, ip, whichfork);
4391 if (error)
4392 return error;
4393 }
4394
4395 xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, &prev);
4396 end = bno + len;
4397 obno = bno;
4398
4399 while (bno < end && n < *nmap) {
4400 /* Reading past eof, act as though there's a hole up to end. */
4401 if (eof)
4402 got.br_startoff = end;
4403 if (got.br_startoff > bno) {
4404 /* Reading in a hole. */
4405 mval->br_startoff = bno;
4406 mval->br_startblock = HOLESTARTBLOCK;
4407 mval->br_blockcount =
4408 XFS_FILBLKS_MIN(len, got.br_startoff - bno);
4409 mval->br_state = XFS_EXT_NORM;
4410 bno += mval->br_blockcount;
4411 len -= mval->br_blockcount;
4412 mval++;
4413 n++;
4414 continue;
4415 }
4416
4417 /* set up the extent map to return. */
4418 xfs_bmapi_trim_map(mval, &got, &bno, len, obno, end, n, flags);
4419 xfs_bmapi_update_map(&mval, &bno, &len, obno, end, &n, flags);
4420
4421 /* If we're done, stop now. */
4422 if (bno >= end || n >= *nmap)
4423 break;
4424
4425 /* Else go on to the next record. */
4426 if (++lastx < ifp->if_bytes / sizeof(xfs_bmbt_rec_t))
4427 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, lastx), &got);
4428 else
4429 eof = 1;
4430 }
4431 *nmap = n;
4432 return 0;
4433}
4434
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004435STATIC int
4436xfs_bmapi_reserve_delalloc(
4437 struct xfs_inode *ip,
4438 xfs_fileoff_t aoff,
4439 xfs_filblks_t len,
4440 struct xfs_bmbt_irec *got,
4441 struct xfs_bmbt_irec *prev,
4442 xfs_extnum_t *lastx,
4443 int eof)
4444{
4445 struct xfs_mount *mp = ip->i_mount;
4446 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, XFS_DATA_FORK);
4447 xfs_extlen_t alen;
4448 xfs_extlen_t indlen;
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004449 char rt = XFS_IS_REALTIME_INODE(ip);
4450 xfs_extlen_t extsz;
4451 int error;
4452
4453 alen = XFS_FILBLKS_MIN(len, MAXEXTLEN);
4454 if (!eof)
4455 alen = XFS_FILBLKS_MIN(alen, got->br_startoff - aoff);
4456
4457 /* Figure out the extent size, adjust alen */
4458 extsz = xfs_get_extsz_hint(ip);
4459 if (extsz) {
4460 /*
4461 * Make sure we don't exceed a single extent length when we
4462 * align the extent by reducing length we are going to
4463 * allocate by the maximum amount extent size aligment may
4464 * require.
4465 */
4466 alen = XFS_FILBLKS_MIN(len, MAXEXTLEN - (2 * extsz - 1));
4467 error = xfs_bmap_extsize_align(mp, got, prev, extsz, rt, eof,
4468 1, 0, &aoff, &alen);
4469 ASSERT(!error);
4470 }
4471
4472 if (rt)
4473 extsz = alen / mp->m_sb.sb_rextsize;
4474
4475 /*
4476 * Make a transaction-less quota reservation for delayed allocation
4477 * blocks. This number gets adjusted later. We return if we haven't
4478 * allocated blocks already inside this loop.
4479 */
4480 error = xfs_trans_reserve_quota_nblks(NULL, ip, (long)alen, 0,
4481 rt ? XFS_QMOPT_RES_RTBLKS : XFS_QMOPT_RES_REGBLKS);
4482 if (error)
4483 return error;
4484
4485 /*
4486 * Split changing sb for alen and indlen since they could be coming
4487 * from different places.
4488 */
4489 indlen = (xfs_extlen_t)xfs_bmap_worst_indlen(ip, alen);
4490 ASSERT(indlen > 0);
4491
4492 if (rt) {
4493 error = xfs_mod_incore_sb(mp, XFS_SBS_FREXTENTS,
4494 -((int64_t)extsz), 0);
4495 } else {
4496 error = xfs_icsb_modify_counters(mp, XFS_SBS_FDBLOCKS,
4497 -((int64_t)alen), 0);
4498 }
4499
4500 if (error)
4501 goto out_unreserve_quota;
4502
4503 error = xfs_icsb_modify_counters(mp, XFS_SBS_FDBLOCKS,
4504 -((int64_t)indlen), 0);
4505 if (error)
4506 goto out_unreserve_blocks;
4507
4508
4509 ip->i_delayed_blks += alen;
4510
4511 got->br_startoff = aoff;
4512 got->br_startblock = nullstartblock(indlen);
4513 got->br_blockcount = alen;
4514 got->br_state = XFS_EXT_NORM;
Christoph Hellwig1fd044d2011-09-18 20:40:49 +00004515 xfs_bmap_add_extent_hole_delay(ip, lastx, got);
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004516
4517 /*
Christoph Hellwig1fd044d2011-09-18 20:40:49 +00004518 * Update our extent pointer, given that xfs_bmap_add_extent_hole_delay
4519 * might have merged it into one of the neighbouring ones.
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004520 */
4521 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *lastx), got);
4522
4523 ASSERT(got->br_startoff <= aoff);
4524 ASSERT(got->br_startoff + got->br_blockcount >= aoff + alen);
4525 ASSERT(isnullstartblock(got->br_startblock));
4526 ASSERT(got->br_state == XFS_EXT_NORM);
4527 return 0;
4528
4529out_unreserve_blocks:
4530 if (rt)
4531 xfs_mod_incore_sb(mp, XFS_SBS_FREXTENTS, extsz, 0);
4532 else
4533 xfs_icsb_modify_counters(mp, XFS_SBS_FDBLOCKS, alen, 0);
4534out_unreserve_quota:
4535 if (XFS_IS_QUOTA_ON(mp))
Dave Chinnerea562ed2012-05-08 20:48:53 +10004536 xfs_trans_unreserve_quota_nblks(NULL, ip, (long)alen, 0, rt ?
Christoph Hellwigb64dfe42011-09-18 20:40:47 +00004537 XFS_QMOPT_RES_RTBLKS : XFS_QMOPT_RES_REGBLKS);
4538 return error;
4539}
4540
Dave Chinner5c8ed202011-09-18 20:40:45 +00004541/*
Christoph Hellwig44032802011-09-18 20:40:48 +00004542 * Map file blocks to filesystem blocks, adding delayed allocations as needed.
4543 */
4544int
4545xfs_bmapi_delay(
4546 struct xfs_inode *ip, /* incore inode */
4547 xfs_fileoff_t bno, /* starting file offs. mapped */
4548 xfs_filblks_t len, /* length to map in file */
4549 struct xfs_bmbt_irec *mval, /* output: map values */
4550 int *nmap, /* i/o: mval size/count */
4551 int flags) /* XFS_BMAPI_... */
4552{
4553 struct xfs_mount *mp = ip->i_mount;
4554 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, XFS_DATA_FORK);
4555 struct xfs_bmbt_irec got; /* current file extent record */
4556 struct xfs_bmbt_irec prev; /* previous file extent record */
4557 xfs_fileoff_t obno; /* old block number (offset) */
4558 xfs_fileoff_t end; /* end of mapped file region */
4559 xfs_extnum_t lastx; /* last useful extent number */
4560 int eof; /* we've hit the end of extents */
4561 int n = 0; /* current extent index */
4562 int error = 0;
4563
4564 ASSERT(*nmap >= 1);
4565 ASSERT(*nmap <= XFS_BMAP_MAX_NMAP);
4566 ASSERT(!(flags & ~XFS_BMAPI_ENTIRE));
4567
4568 if (unlikely(XFS_TEST_ERROR(
4569 (XFS_IFORK_FORMAT(ip, XFS_DATA_FORK) != XFS_DINODE_FMT_EXTENTS &&
4570 XFS_IFORK_FORMAT(ip, XFS_DATA_FORK) != XFS_DINODE_FMT_BTREE),
4571 mp, XFS_ERRTAG_BMAPIFORMAT, XFS_RANDOM_BMAPIFORMAT))) {
4572 XFS_ERROR_REPORT("xfs_bmapi_delay", XFS_ERRLEVEL_LOW, mp);
4573 return XFS_ERROR(EFSCORRUPTED);
4574 }
4575
4576 if (XFS_FORCED_SHUTDOWN(mp))
4577 return XFS_ERROR(EIO);
4578
4579 XFS_STATS_INC(xs_blk_mapw);
4580
4581 if (!(ifp->if_flags & XFS_IFEXTENTS)) {
4582 error = xfs_iread_extents(NULL, ip, XFS_DATA_FORK);
4583 if (error)
4584 return error;
4585 }
4586
4587 xfs_bmap_search_extents(ip, bno, XFS_DATA_FORK, &eof, &lastx, &got, &prev);
4588 end = bno + len;
4589 obno = bno;
4590
4591 while (bno < end && n < *nmap) {
4592 if (eof || got.br_startoff > bno) {
4593 error = xfs_bmapi_reserve_delalloc(ip, bno, len, &got,
4594 &prev, &lastx, eof);
4595 if (error) {
4596 if (n == 0) {
4597 *nmap = 0;
4598 return error;
4599 }
4600 break;
4601 }
4602 }
4603
4604 /* set up the extent map to return. */
4605 xfs_bmapi_trim_map(mval, &got, &bno, len, obno, end, n, flags);
4606 xfs_bmapi_update_map(&mval, &bno, &len, obno, end, &n, flags);
4607
4608 /* If we're done, stop now. */
4609 if (bno >= end || n >= *nmap)
4610 break;
4611
4612 /* Else go on to the next record. */
4613 prev = got;
4614 if (++lastx < ifp->if_bytes / sizeof(xfs_bmbt_rec_t))
4615 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, lastx), &got);
4616 else
4617 eof = 1;
4618 }
4619
4620 *nmap = n;
4621 return 0;
4622}
4623
4624
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004625STATIC int
Dave Chinnere04426b2012-10-05 11:06:59 +10004626__xfs_bmapi_allocate(
4627 struct xfs_bmalloca *bma)
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004628{
4629 struct xfs_mount *mp = bma->ip->i_mount;
Dave Chinnere04426b2012-10-05 11:06:59 +10004630 int whichfork = (bma->flags & XFS_BMAPI_ATTRFORK) ?
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004631 XFS_ATTR_FORK : XFS_DATA_FORK;
4632 struct xfs_ifork *ifp = XFS_IFORK_PTR(bma->ip, whichfork);
Christoph Hellwigc315c902011-09-18 20:41:02 +00004633 int tmp_logflags = 0;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004634 int error;
4635 int rt;
4636
Dave Chinnera99ebf42011-12-01 11:24:20 +00004637 ASSERT(bma->length > 0);
4638
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004639 rt = (whichfork == XFS_DATA_FORK) && XFS_IS_REALTIME_INODE(bma->ip);
4640
4641 /*
4642 * For the wasdelay case, we could also just allocate the stuff asked
4643 * for in this bmap call but that wouldn't be as good.
4644 */
4645 if (bma->wasdel) {
Dave Chinner963c30c2011-09-18 20:40:59 +00004646 bma->length = (xfs_extlen_t)bma->got.br_blockcount;
4647 bma->offset = bma->got.br_startoff;
Dave Chinnere0c3da52011-09-18 20:41:01 +00004648 if (bma->idx != NULLEXTNUM && bma->idx) {
4649 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx - 1),
Dave Chinnerbaf41a52011-09-18 20:40:56 +00004650 &bma->prev);
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004651 }
4652 } else {
Dave Chinner963c30c2011-09-18 20:40:59 +00004653 bma->length = XFS_FILBLKS_MIN(bma->length, MAXEXTLEN);
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004654 if (!bma->eof)
Dave Chinner963c30c2011-09-18 20:40:59 +00004655 bma->length = XFS_FILBLKS_MIN(bma->length,
Dave Chinner3a756672011-09-18 20:40:58 +00004656 bma->got.br_startoff - bma->offset);
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004657 }
4658
4659 /*
4660 * Indicate if this is the first user data in the file, or just any
4661 * user data.
4662 */
Dave Chinnere04426b2012-10-05 11:06:59 +10004663 if (!(bma->flags & XFS_BMAPI_METADATA)) {
Dave Chinner963c30c2011-09-18 20:40:59 +00004664 bma->userdata = (bma->offset == 0) ?
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004665 XFS_ALLOC_INITIAL_USER_DATA : XFS_ALLOC_USERDATA;
4666 }
4667
Dave Chinnere04426b2012-10-05 11:06:59 +10004668 bma->minlen = (bma->flags & XFS_BMAPI_CONTIG) ? bma->length : 1;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004669
4670 /*
4671 * Only want to do the alignment at the eof if it is userdata and
4672 * allocation length is larger than a stripe unit.
4673 */
Dave Chinner963c30c2011-09-18 20:40:59 +00004674 if (mp->m_dalign && bma->length >= mp->m_dalign &&
Dave Chinnere04426b2012-10-05 11:06:59 +10004675 !(bma->flags & XFS_BMAPI_METADATA) && whichfork == XFS_DATA_FORK) {
Dave Chinner1b164472011-09-18 20:40:55 +00004676 error = xfs_bmap_isaeof(bma, whichfork);
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004677 if (error)
4678 return error;
4679 }
4680
Dave Chinnere04426b2012-10-05 11:06:59 +10004681 if (bma->flags & XFS_BMAPI_STACK_SWITCH)
Dave Chinner24558812012-10-05 11:06:58 +10004682 bma->stack_switch = 1;
4683
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004684 error = xfs_bmap_alloc(bma);
4685 if (error)
4686 return error;
4687
Dave Chinner0937e0f2011-09-18 20:40:57 +00004688 if (bma->flist->xbf_low)
4689 bma->minleft = 0;
Dave Chinner29c8d172011-09-18 20:41:00 +00004690 if (bma->cur)
4691 bma->cur->bc_private.b.firstblock = *bma->firstblock;
Dave Chinner963c30c2011-09-18 20:40:59 +00004692 if (bma->blkno == NULLFSBLOCK)
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004693 return 0;
Dave Chinner29c8d172011-09-18 20:41:00 +00004694 if ((ifp->if_flags & XFS_IFBROOT) && !bma->cur) {
4695 bma->cur = xfs_bmbt_init_cursor(mp, bma->tp, bma->ip, whichfork);
4696 bma->cur->bc_private.b.firstblock = *bma->firstblock;
4697 bma->cur->bc_private.b.flist = bma->flist;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004698 }
4699 /*
4700 * Bump the number of extents we've allocated
4701 * in this call.
4702 */
Dave Chinnere0c3da52011-09-18 20:41:01 +00004703 bma->nallocs++;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004704
Dave Chinner29c8d172011-09-18 20:41:00 +00004705 if (bma->cur)
4706 bma->cur->bc_private.b.flags =
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004707 bma->wasdel ? XFS_BTCUR_BPRV_WASDEL : 0;
4708
Dave Chinner963c30c2011-09-18 20:40:59 +00004709 bma->got.br_startoff = bma->offset;
4710 bma->got.br_startblock = bma->blkno;
4711 bma->got.br_blockcount = bma->length;
Dave Chinnerbaf41a52011-09-18 20:40:56 +00004712 bma->got.br_state = XFS_EXT_NORM;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004713
4714 /*
4715 * A wasdelay extent has been initialized, so shouldn't be flagged
4716 * as unwritten.
4717 */
Dave Chinnere04426b2012-10-05 11:06:59 +10004718 if (!bma->wasdel && (bma->flags & XFS_BMAPI_PREALLOC) &&
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004719 xfs_sb_version_hasextflgbit(&mp->m_sb))
Dave Chinnerbaf41a52011-09-18 20:40:56 +00004720 bma->got.br_state = XFS_EXT_UNWRITTEN;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004721
Christoph Hellwigc6534242011-09-18 20:41:05 +00004722 if (bma->wasdel)
Christoph Hellwig572a4cf2011-09-18 20:41:04 +00004723 error = xfs_bmap_add_extent_delay_real(bma);
Christoph Hellwigc6534242011-09-18 20:41:05 +00004724 else
4725 error = xfs_bmap_add_extent_hole_real(bma, whichfork);
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00004726
Christoph Hellwigc315c902011-09-18 20:41:02 +00004727 bma->logflags |= tmp_logflags;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004728 if (error)
4729 return error;
4730
4731 /*
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00004732 * Update our extent pointer, given that xfs_bmap_add_extent_delay_real
4733 * or xfs_bmap_add_extent_hole_real might have merged it into one of
4734 * the neighbouring ones.
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004735 */
Dave Chinnere0c3da52011-09-18 20:41:01 +00004736 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx), &bma->got);
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004737
Dave Chinner963c30c2011-09-18 20:40:59 +00004738 ASSERT(bma->got.br_startoff <= bma->offset);
4739 ASSERT(bma->got.br_startoff + bma->got.br_blockcount >=
4740 bma->offset + bma->length);
Dave Chinnerbaf41a52011-09-18 20:40:56 +00004741 ASSERT(bma->got.br_state == XFS_EXT_NORM ||
4742 bma->got.br_state == XFS_EXT_UNWRITTEN);
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004743 return 0;
4744}
4745
Dave Chinnere04426b2012-10-05 11:06:59 +10004746static void
4747xfs_bmapi_allocate_worker(
4748 struct work_struct *work)
4749{
4750 struct xfs_bmalloca *args = container_of(work,
4751 struct xfs_bmalloca, work);
4752 unsigned long pflags;
4753
4754 /* we are in a transaction context here */
4755 current_set_flags_nested(&pflags, PF_FSTRANS);
4756
4757 args->result = __xfs_bmapi_allocate(args);
4758 complete(args->done);
4759
4760 current_restore_flags_nested(&pflags, PF_FSTRANS);
4761}
4762
4763/*
4764 * Some allocation requests often come in with little stack to work on. Push
4765 * them off to a worker thread so there is lots of stack to use. Otherwise just
4766 * call directly to avoid the context switch overhead here.
4767 */
4768int
4769xfs_bmapi_allocate(
4770 struct xfs_bmalloca *args)
4771{
4772 DECLARE_COMPLETION_ONSTACK(done);
4773
4774 if (!args->stack_switch)
4775 return __xfs_bmapi_allocate(args);
4776
4777
4778 args->done = &done;
4779 INIT_WORK_ONSTACK(&args->work, xfs_bmapi_allocate_worker);
4780 queue_work(xfs_alloc_wq, &args->work);
4781 wait_for_completion(&done);
4782 return args->result;
4783}
4784
Dave Chinnerb447fe52011-09-18 20:40:51 +00004785STATIC int
4786xfs_bmapi_convert_unwritten(
4787 struct xfs_bmalloca *bma,
4788 struct xfs_bmbt_irec *mval,
4789 xfs_filblks_t len,
Christoph Hellwigc315c902011-09-18 20:41:02 +00004790 int flags)
Dave Chinnerb447fe52011-09-18 20:40:51 +00004791{
4792 int whichfork = (flags & XFS_BMAPI_ATTRFORK) ?
4793 XFS_ATTR_FORK : XFS_DATA_FORK;
4794 struct xfs_ifork *ifp = XFS_IFORK_PTR(bma->ip, whichfork);
Christoph Hellwigc315c902011-09-18 20:41:02 +00004795 int tmp_logflags = 0;
Dave Chinnerb447fe52011-09-18 20:40:51 +00004796 int error;
4797
Dave Chinnerb447fe52011-09-18 20:40:51 +00004798 /* check if we need to do unwritten->real conversion */
4799 if (mval->br_state == XFS_EXT_UNWRITTEN &&
4800 (flags & XFS_BMAPI_PREALLOC))
4801 return 0;
4802
4803 /* check if we need to do real->unwritten conversion */
4804 if (mval->br_state == XFS_EXT_NORM &&
4805 (flags & (XFS_BMAPI_PREALLOC | XFS_BMAPI_CONVERT)) !=
4806 (XFS_BMAPI_PREALLOC | XFS_BMAPI_CONVERT))
4807 return 0;
4808
4809 /*
4810 * Modify (by adding) the state flag, if writing.
4811 */
4812 ASSERT(mval->br_blockcount <= len);
Dave Chinner29c8d172011-09-18 20:41:00 +00004813 if ((ifp->if_flags & XFS_IFBROOT) && !bma->cur) {
4814 bma->cur = xfs_bmbt_init_cursor(bma->ip->i_mount, bma->tp,
Dave Chinnerb447fe52011-09-18 20:40:51 +00004815 bma->ip, whichfork);
Dave Chinner29c8d172011-09-18 20:41:00 +00004816 bma->cur->bc_private.b.firstblock = *bma->firstblock;
4817 bma->cur->bc_private.b.flist = bma->flist;
Dave Chinnerb447fe52011-09-18 20:40:51 +00004818 }
4819 mval->br_state = (mval->br_state == XFS_EXT_UNWRITTEN)
4820 ? XFS_EXT_NORM : XFS_EXT_UNWRITTEN;
4821
Dave Chinnere0c3da52011-09-18 20:41:01 +00004822 error = xfs_bmap_add_extent_unwritten_real(bma->tp, bma->ip, &bma->idx,
Christoph Hellwigc315c902011-09-18 20:41:02 +00004823 &bma->cur, mval, bma->firstblock, bma->flist,
4824 &tmp_logflags);
4825 bma->logflags |= tmp_logflags;
Dave Chinnerb447fe52011-09-18 20:40:51 +00004826 if (error)
4827 return error;
4828
4829 /*
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00004830 * Update our extent pointer, given that
4831 * xfs_bmap_add_extent_unwritten_real might have merged it into one
4832 * of the neighbouring ones.
Dave Chinnerb447fe52011-09-18 20:40:51 +00004833 */
Dave Chinnere0c3da52011-09-18 20:41:01 +00004834 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx), &bma->got);
Dave Chinnerb447fe52011-09-18 20:40:51 +00004835
4836 /*
4837 * We may have combined previously unwritten space with written space,
4838 * so generate another request.
4839 */
4840 if (mval->br_blockcount < len)
4841 return EAGAIN;
4842 return 0;
4843}
4844
Christoph Hellwig44032802011-09-18 20:40:48 +00004845/*
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004846 * Map file blocks to filesystem blocks, and allocate blocks or convert the
4847 * extent state if necessary. Details behaviour is controlled by the flags
4848 * parameter. Only allocates blocks from a single allocation group, to avoid
4849 * locking problems.
4850 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07004851 * The returned value in "firstblock" from the first call in a transaction
4852 * must be remembered and presented to subsequent calls in "firstblock".
4853 * An upper bound for the number of blocks to be allocated is supplied to
4854 * the first call in "total"; if no allocation group has that many free
4855 * blocks then the call will fail (return NULLFSBLOCK in "firstblock").
4856 */
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004857int
4858xfs_bmapi_write(
4859 struct xfs_trans *tp, /* transaction pointer */
4860 struct xfs_inode *ip, /* incore inode */
4861 xfs_fileoff_t bno, /* starting file offs. mapped */
4862 xfs_filblks_t len, /* length to map in file */
4863 int flags, /* XFS_BMAPI_... */
4864 xfs_fsblock_t *firstblock, /* first allocated block
4865 controls a.g. for allocs */
4866 xfs_extlen_t total, /* total blocks needed */
4867 struct xfs_bmbt_irec *mval, /* output: map values */
4868 int *nmap, /* i/o: mval size/count */
4869 struct xfs_bmap_free *flist) /* i/o: list extents to free */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004870{
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004871 struct xfs_mount *mp = ip->i_mount;
4872 struct xfs_ifork *ifp;
4873 struct xfs_bmalloca bma = { 0 }; /* args for xfs_bmap_alloc */
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004874 xfs_fileoff_t end; /* end of mapped file region */
4875 int eof; /* after the end of extents */
4876 int error; /* error return */
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004877 int n; /* current extent index */
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004878 xfs_fileoff_t obno; /* old block number (offset) */
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004879 int whichfork; /* data or attr fork */
4880 char inhole; /* current location is hole in file */
4881 char wasdelay; /* old extent was delayed */
4882
Linus Torvalds1da177e2005-04-16 15:20:36 -07004883#ifdef DEBUG
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004884 xfs_fileoff_t orig_bno; /* original block number value */
4885 int orig_flags; /* original flags arg value */
4886 xfs_filblks_t orig_len; /* original value of len arg */
4887 struct xfs_bmbt_irec *orig_mval; /* original value of mval */
4888 int orig_nmap; /* original value of *nmap */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004889
4890 orig_bno = bno;
4891 orig_len = len;
4892 orig_flags = flags;
4893 orig_mval = mval;
4894 orig_nmap = *nmap;
4895#endif
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004896
Linus Torvalds1da177e2005-04-16 15:20:36 -07004897 ASSERT(*nmap >= 1);
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004898 ASSERT(*nmap <= XFS_BMAP_MAX_NMAP);
4899 ASSERT(!(flags & XFS_BMAPI_IGSTATE));
4900 ASSERT(tp != NULL);
Dave Chinnera99ebf42011-12-01 11:24:20 +00004901 ASSERT(len > 0);
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004902
Linus Torvalds1da177e2005-04-16 15:20:36 -07004903 whichfork = (flags & XFS_BMAPI_ATTRFORK) ?
4904 XFS_ATTR_FORK : XFS_DATA_FORK;
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004905
Linus Torvalds1da177e2005-04-16 15:20:36 -07004906 if (unlikely(XFS_TEST_ERROR(
4907 (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS &&
4908 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE &&
4909 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_LOCAL),
4910 mp, XFS_ERRTAG_BMAPIFORMAT, XFS_RANDOM_BMAPIFORMAT))) {
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004911 XFS_ERROR_REPORT("xfs_bmapi_write", XFS_ERRLEVEL_LOW, mp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004912 return XFS_ERROR(EFSCORRUPTED);
4913 }
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004914
Linus Torvalds1da177e2005-04-16 15:20:36 -07004915 if (XFS_FORCED_SHUTDOWN(mp))
4916 return XFS_ERROR(EIO);
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004917
Linus Torvalds1da177e2005-04-16 15:20:36 -07004918 ifp = XFS_IFORK_PTR(ip, whichfork);
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004919
4920 XFS_STATS_INC(xs_blk_mapw);
4921
Linus Torvalds1da177e2005-04-16 15:20:36 -07004922 if (XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL) {
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004923 error = xfs_bmap_local_to_extents(tp, ip, firstblock, total,
Christoph Hellwigc315c902011-09-18 20:41:02 +00004924 &bma.logflags, whichfork);
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004925 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004926 goto error0;
4927 }
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004928
4929 if (*firstblock == NULLFSBLOCK) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004930 if (XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_BTREE)
Dave Chinner0937e0f2011-09-18 20:40:57 +00004931 bma.minleft = be16_to_cpu(ifp->if_broot->bb_level) + 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004932 else
Dave Chinner0937e0f2011-09-18 20:40:57 +00004933 bma.minleft = 1;
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004934 } else {
Dave Chinner0937e0f2011-09-18 20:40:57 +00004935 bma.minleft = 0;
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004936 }
4937
4938 if (!(ifp->if_flags & XFS_IFEXTENTS)) {
4939 error = xfs_iread_extents(tp, ip, whichfork);
4940 if (error)
4941 goto error0;
4942 }
4943
Dave Chinnere0c3da52011-09-18 20:41:01 +00004944 xfs_bmap_search_extents(ip, bno, whichfork, &eof, &bma.idx, &bma.got,
Dave Chinnerbaf41a52011-09-18 20:40:56 +00004945 &bma.prev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004946 n = 0;
4947 end = bno + len;
4948 obno = bno;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004949
4950 bma.tp = tp;
4951 bma.ip = ip;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004952 bma.total = total;
4953 bma.userdata = 0;
Dave Chinner0937e0f2011-09-18 20:40:57 +00004954 bma.flist = flist;
4955 bma.firstblock = firstblock;
Christoph Hellwigb4e91812010-06-23 18:11:15 +10004956
Linus Torvalds1da177e2005-04-16 15:20:36 -07004957 while (bno < end && n < *nmap) {
Dave Chinnerbaf41a52011-09-18 20:40:56 +00004958 inhole = eof || bma.got.br_startoff > bno;
4959 wasdelay = !inhole && isnullstartblock(bma.got.br_startblock);
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004960
Linus Torvalds1da177e2005-04-16 15:20:36 -07004961 /*
4962 * First, deal with the hole before the allocated space
4963 * that we found, if any.
4964 */
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004965 if (inhole || wasdelay) {
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004966 bma.eof = eof;
4967 bma.conv = !!(flags & XFS_BMAPI_CONVERT);
4968 bma.wasdel = wasdelay;
Dave Chinner3a756672011-09-18 20:40:58 +00004969 bma.offset = bno;
Dave Chinnere04426b2012-10-05 11:06:59 +10004970 bma.flags = flags;
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004971
Dave Chinnera99ebf42011-12-01 11:24:20 +00004972 /*
4973 * There's a 32/64 bit type mismatch between the
4974 * allocation length request (which can be 64 bits in
4975 * length) and the bma length request, which is
4976 * xfs_extlen_t and therefore 32 bits. Hence we have to
4977 * check for 32-bit overflows and handle them here.
4978 */
4979 if (len > (xfs_filblks_t)MAXEXTLEN)
4980 bma.length = MAXEXTLEN;
4981 else
4982 bma.length = len;
4983
4984 ASSERT(len > 0);
4985 ASSERT(bma.length > 0);
Dave Chinnere04426b2012-10-05 11:06:59 +10004986 error = xfs_bmapi_allocate(&bma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004987 if (error)
4988 goto error0;
Dave Chinner3a756672011-09-18 20:40:58 +00004989 if (bma.blkno == NULLFSBLOCK)
Dave Chinner7e47a4e2011-09-18 20:40:50 +00004990 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004991 }
Christoph Hellwig44032802011-09-18 20:40:48 +00004992
Dave Chinneraef9a892011-09-18 20:40:44 +00004993 /* Deal with the allocated space we found. */
Dave Chinnerbaf41a52011-09-18 20:40:56 +00004994 xfs_bmapi_trim_map(mval, &bma.got, &bno, len, obno,
4995 end, n, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004996
Dave Chinnerb447fe52011-09-18 20:40:51 +00004997 /* Execute unwritten extent conversion if necessary */
Christoph Hellwigc315c902011-09-18 20:41:02 +00004998 error = xfs_bmapi_convert_unwritten(&bma, mval, len, flags);
Dave Chinnerc0dc7822011-09-18 20:40:52 +00004999 if (error == EAGAIN)
5000 continue;
5001 if (error)
5002 goto error0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005003
Dave Chinneraef9a892011-09-18 20:40:44 +00005004 /* update the extent map to return */
5005 xfs_bmapi_update_map(&mval, &bno, &len, obno, end, &n, flags);
5006
Linus Torvalds1da177e2005-04-16 15:20:36 -07005007 /*
5008 * If we're done, stop now. Stop when we've allocated
5009 * XFS_BMAP_MAX_NMAP extents no matter what. Otherwise
5010 * the transaction may get too big.
5011 */
Dave Chinnere0c3da52011-09-18 20:41:01 +00005012 if (bno >= end || n >= *nmap || bma.nallocs >= *nmap)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005013 break;
Dave Chinnerc0dc7822011-09-18 20:40:52 +00005014
5015 /* Else go on to the next record. */
Dave Chinnerbaf41a52011-09-18 20:40:56 +00005016 bma.prev = bma.got;
Dave Chinnere0c3da52011-09-18 20:41:01 +00005017 if (++bma.idx < ifp->if_bytes / sizeof(xfs_bmbt_rec_t)) {
5018 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma.idx),
5019 &bma.got);
5020 } else
Christoph Hellwig5690f922011-05-11 15:04:07 +00005021 eof = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005022 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005023 *nmap = n;
Dave Chinnerc0dc7822011-09-18 20:40:52 +00005024
Linus Torvalds1da177e2005-04-16 15:20:36 -07005025 /*
5026 * Transform from btree to extents, give it cur.
5027 */
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00005028 if (xfs_bmap_wants_extents(ip, whichfork)) {
Christoph Hellwigc315c902011-09-18 20:41:02 +00005029 int tmp_logflags = 0;
5030
Dave Chinner29c8d172011-09-18 20:41:00 +00005031 ASSERT(bma.cur);
5032 error = xfs_bmap_btree_to_extents(tp, ip, bma.cur,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005033 &tmp_logflags, whichfork);
Christoph Hellwigc315c902011-09-18 20:41:02 +00005034 bma.logflags |= tmp_logflags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005035 if (error)
5036 goto error0;
5037 }
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00005038
Linus Torvalds1da177e2005-04-16 15:20:36 -07005039 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE ||
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00005040 XFS_IFORK_NEXTENTS(ip, whichfork) >
5041 XFS_IFORK_MAXEXT(ip, whichfork));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005042 error = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005043error0:
5044 /*
5045 * Log everything. Do this after conversion, there's no point in
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005046 * logging the extent records if we've converted to btree format.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005047 */
Christoph Hellwigc315c902011-09-18 20:41:02 +00005048 if ((bma.logflags & xfs_ilog_fext(whichfork)) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07005049 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS)
Christoph Hellwigc315c902011-09-18 20:41:02 +00005050 bma.logflags &= ~xfs_ilog_fext(whichfork);
5051 else if ((bma.logflags & xfs_ilog_fbroot(whichfork)) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07005052 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE)
Christoph Hellwigc315c902011-09-18 20:41:02 +00005053 bma.logflags &= ~xfs_ilog_fbroot(whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005054 /*
5055 * Log whatever the flags say, even if error. Otherwise we might miss
5056 * detecting a case where the data is changed, there's an error,
5057 * and it's not logged so we don't shutdown when we should.
5058 */
Christoph Hellwigc315c902011-09-18 20:41:02 +00005059 if (bma.logflags)
5060 xfs_trans_log_inode(tp, ip, bma.logflags);
Dave Chinnerc0dc7822011-09-18 20:40:52 +00005061
Dave Chinner29c8d172011-09-18 20:41:00 +00005062 if (bma.cur) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005063 if (!error) {
5064 ASSERT(*firstblock == NULLFSBLOCK ||
5065 XFS_FSB_TO_AGNO(mp, *firstblock) ==
5066 XFS_FSB_TO_AGNO(mp,
Dave Chinner29c8d172011-09-18 20:41:00 +00005067 bma.cur->bc_private.b.firstblock) ||
Linus Torvalds1da177e2005-04-16 15:20:36 -07005068 (flist->xbf_low &&
5069 XFS_FSB_TO_AGNO(mp, *firstblock) <
5070 XFS_FSB_TO_AGNO(mp,
Dave Chinner29c8d172011-09-18 20:41:00 +00005071 bma.cur->bc_private.b.firstblock)));
5072 *firstblock = bma.cur->bc_private.b.firstblock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005073 }
Dave Chinner29c8d172011-09-18 20:41:00 +00005074 xfs_btree_del_cursor(bma.cur,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005075 error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR);
5076 }
5077 if (!error)
5078 xfs_bmap_validate_ret(orig_bno, orig_len, orig_flags, orig_mval,
5079 orig_nmap, *nmap);
5080 return error;
5081}
5082
5083/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07005084 * Unmap (remove) blocks from a file.
5085 * If nexts is nonzero then the number of extents to remove is limited to
5086 * that value. If not all extents in the block range can be removed then
5087 * *done is set.
5088 */
5089int /* error */
5090xfs_bunmapi(
5091 xfs_trans_t *tp, /* transaction pointer */
5092 struct xfs_inode *ip, /* incore inode */
5093 xfs_fileoff_t bno, /* starting offset to unmap */
5094 xfs_filblks_t len, /* length to unmap in file */
5095 int flags, /* misc flags */
5096 xfs_extnum_t nexts, /* number of extents max */
5097 xfs_fsblock_t *firstblock, /* first allocated block
5098 controls a.g. for allocs */
5099 xfs_bmap_free_t *flist, /* i/o: list extents to free */
5100 int *done) /* set if not done yet */
5101{
5102 xfs_btree_cur_t *cur; /* bmap btree cursor */
5103 xfs_bmbt_irec_t del; /* extent being deleted */
5104 int eof; /* is deleting at eof */
Christoph Hellwiga6f64d42007-08-16 16:23:40 +10005105 xfs_bmbt_rec_host_t *ep; /* extent record pointer */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005106 int error; /* error return value */
5107 xfs_extnum_t extno; /* extent number in list */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005108 xfs_bmbt_irec_t got; /* current extent record */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005109 xfs_ifork_t *ifp; /* inode fork pointer */
5110 int isrt; /* freeing in rt area */
5111 xfs_extnum_t lastx; /* last extent index used */
5112 int logflags; /* transaction logging flags */
5113 xfs_extlen_t mod; /* rt extent offset */
5114 xfs_mount_t *mp; /* mount structure */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005115 xfs_extnum_t nextents; /* number of file extents */
5116 xfs_bmbt_irec_t prev; /* previous extent record */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005117 xfs_fileoff_t start; /* first file offset deleted */
5118 int tmp_logflags; /* partial logging flags */
5119 int wasdel; /* was a delayed alloc extent */
5120 int whichfork; /* data or attribute fork */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005121 xfs_fsblock_t sum;
5122
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00005123 trace_xfs_bunmap(ip, bno, len, flags, _RET_IP_);
5124
Linus Torvalds1da177e2005-04-16 15:20:36 -07005125 whichfork = (flags & XFS_BMAPI_ATTRFORK) ?
5126 XFS_ATTR_FORK : XFS_DATA_FORK;
5127 ifp = XFS_IFORK_PTR(ip, whichfork);
5128 if (unlikely(
5129 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS &&
5130 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE)) {
5131 XFS_ERROR_REPORT("xfs_bunmapi", XFS_ERRLEVEL_LOW,
5132 ip->i_mount);
5133 return XFS_ERROR(EFSCORRUPTED);
5134 }
5135 mp = ip->i_mount;
5136 if (XFS_FORCED_SHUTDOWN(mp))
5137 return XFS_ERROR(EIO);
Christoph Hellwig54893272011-05-11 15:04:03 +00005138
Linus Torvalds1da177e2005-04-16 15:20:36 -07005139 ASSERT(len > 0);
5140 ASSERT(nexts >= 0);
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00005141
Linus Torvalds1da177e2005-04-16 15:20:36 -07005142 if (!(ifp->if_flags & XFS_IFEXTENTS) &&
5143 (error = xfs_iread_extents(tp, ip, whichfork)))
5144 return error;
5145 nextents = ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t);
5146 if (nextents == 0) {
5147 *done = 1;
5148 return 0;
5149 }
5150 XFS_STATS_INC(xs_blk_unmap);
Nathan Scottdd9f4382006-01-11 15:28:28 +11005151 isrt = (whichfork == XFS_DATA_FORK) && XFS_IS_REALTIME_INODE(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005152 start = bno;
5153 bno = start + len - 1;
5154 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got,
5155 &prev);
Christoph Hellwigb4e91812010-06-23 18:11:15 +10005156
Linus Torvalds1da177e2005-04-16 15:20:36 -07005157 /*
5158 * Check to see if the given block number is past the end of the
5159 * file, back up to the last block if so...
5160 */
5161 if (eof) {
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005162 ep = xfs_iext_get_ext(ifp, --lastx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005163 xfs_bmbt_get_all(ep, &got);
5164 bno = got.br_startoff + got.br_blockcount - 1;
5165 }
5166 logflags = 0;
5167 if (ifp->if_flags & XFS_IFBROOT) {
5168 ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_BTREE);
Christoph Hellwig561f7d12008-10-30 16:53:59 +11005169 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005170 cur->bc_private.b.firstblock = *firstblock;
5171 cur->bc_private.b.flist = flist;
5172 cur->bc_private.b.flags = 0;
5173 } else
5174 cur = NULL;
Kamal Dasu5575acc2012-02-23 00:41:39 +00005175
5176 if (isrt) {
5177 /*
5178 * Synchronize by locking the bitmap inode.
5179 */
5180 xfs_ilock(mp->m_rbmip, XFS_ILOCK_EXCL);
5181 xfs_trans_ijoin(tp, mp->m_rbmip, XFS_ILOCK_EXCL);
5182 }
5183
Linus Torvalds1da177e2005-04-16 15:20:36 -07005184 extno = 0;
5185 while (bno != (xfs_fileoff_t)-1 && bno >= start && lastx >= 0 &&
5186 (nexts == 0 || extno < nexts)) {
5187 /*
5188 * Is the found extent after a hole in which bno lives?
5189 * Just back up to the previous extent, if so.
5190 */
5191 if (got.br_startoff > bno) {
5192 if (--lastx < 0)
5193 break;
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005194 ep = xfs_iext_get_ext(ifp, lastx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005195 xfs_bmbt_get_all(ep, &got);
5196 }
5197 /*
5198 * Is the last block of this extent before the range
5199 * we're supposed to delete? If so, we're done.
5200 */
5201 bno = XFS_FILEOFF_MIN(bno,
5202 got.br_startoff + got.br_blockcount - 1);
5203 if (bno < start)
5204 break;
5205 /*
5206 * Then deal with the (possibly delayed) allocated space
5207 * we found.
5208 */
5209 ASSERT(ep != NULL);
5210 del = got;
Eric Sandeen9d87c312009-01-14 23:22:07 -06005211 wasdel = isnullstartblock(del.br_startblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005212 if (got.br_startoff < start) {
5213 del.br_startoff = start;
5214 del.br_blockcount -= start - got.br_startoff;
5215 if (!wasdel)
5216 del.br_startblock += start - got.br_startoff;
5217 }
5218 if (del.br_startoff + del.br_blockcount > bno + 1)
5219 del.br_blockcount = bno + 1 - del.br_startoff;
5220 sum = del.br_startblock + del.br_blockcount;
5221 if (isrt &&
5222 (mod = do_mod(sum, mp->m_sb.sb_rextsize))) {
5223 /*
5224 * Realtime extent not lined up at the end.
5225 * The extent could have been split into written
5226 * and unwritten pieces, or we could just be
5227 * unmapping part of it. But we can't really
5228 * get rid of part of a realtime extent.
5229 */
5230 if (del.br_state == XFS_EXT_UNWRITTEN ||
Eric Sandeen62118702008-03-06 13:44:28 +11005231 !xfs_sb_version_hasextflgbit(&mp->m_sb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005232 /*
5233 * This piece is unwritten, or we're not
5234 * using unwritten extents. Skip over it.
5235 */
5236 ASSERT(bno >= mod);
5237 bno -= mod > del.br_blockcount ?
5238 del.br_blockcount : mod;
5239 if (bno < got.br_startoff) {
5240 if (--lastx >= 0)
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005241 xfs_bmbt_get_all(xfs_iext_get_ext(
5242 ifp, lastx), &got);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005243 }
5244 continue;
5245 }
5246 /*
5247 * It's written, turn it unwritten.
5248 * This is better than zeroing it.
5249 */
5250 ASSERT(del.br_state == XFS_EXT_NORM);
5251 ASSERT(xfs_trans_get_block_res(tp) > 0);
5252 /*
5253 * If this spans a realtime extent boundary,
5254 * chop it back to the start of the one we end at.
5255 */
5256 if (del.br_blockcount > mod) {
5257 del.br_startoff += del.br_blockcount - mod;
5258 del.br_startblock += del.br_blockcount - mod;
5259 del.br_blockcount = mod;
5260 }
5261 del.br_state = XFS_EXT_UNWRITTEN;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00005262 error = xfs_bmap_add_extent_unwritten_real(tp, ip,
5263 &lastx, &cur, &del, firstblock, flist,
5264 &logflags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005265 if (error)
5266 goto error0;
5267 goto nodelete;
5268 }
5269 if (isrt && (mod = do_mod(del.br_startblock, mp->m_sb.sb_rextsize))) {
5270 /*
5271 * Realtime extent is lined up at the end but not
5272 * at the front. We'll get rid of full extents if
5273 * we can.
5274 */
5275 mod = mp->m_sb.sb_rextsize - mod;
5276 if (del.br_blockcount > mod) {
5277 del.br_blockcount -= mod;
5278 del.br_startoff += mod;
5279 del.br_startblock += mod;
5280 } else if ((del.br_startoff == start &&
5281 (del.br_state == XFS_EXT_UNWRITTEN ||
5282 xfs_trans_get_block_res(tp) == 0)) ||
Eric Sandeen62118702008-03-06 13:44:28 +11005283 !xfs_sb_version_hasextflgbit(&mp->m_sb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005284 /*
5285 * Can't make it unwritten. There isn't
5286 * a full extent here so just skip it.
5287 */
5288 ASSERT(bno >= del.br_blockcount);
5289 bno -= del.br_blockcount;
Christoph Hellwigf1c63b72011-05-11 15:04:09 +00005290 if (got.br_startoff > bno) {
5291 if (--lastx >= 0) {
5292 ep = xfs_iext_get_ext(ifp,
5293 lastx);
5294 xfs_bmbt_get_all(ep, &got);
5295 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005296 }
5297 continue;
5298 } else if (del.br_state == XFS_EXT_UNWRITTEN) {
5299 /*
5300 * This one is already unwritten.
5301 * It must have a written left neighbor.
5302 * Unwrite the killed part of that one and
5303 * try again.
5304 */
5305 ASSERT(lastx > 0);
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005306 xfs_bmbt_get_all(xfs_iext_get_ext(ifp,
5307 lastx - 1), &prev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005308 ASSERT(prev.br_state == XFS_EXT_NORM);
Eric Sandeen9d87c312009-01-14 23:22:07 -06005309 ASSERT(!isnullstartblock(prev.br_startblock));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005310 ASSERT(del.br_startblock ==
5311 prev.br_startblock + prev.br_blockcount);
5312 if (prev.br_startoff < start) {
5313 mod = start - prev.br_startoff;
5314 prev.br_blockcount -= mod;
5315 prev.br_startblock += mod;
5316 prev.br_startoff = start;
5317 }
5318 prev.br_state = XFS_EXT_UNWRITTEN;
Christoph Hellwigec90c552011-05-23 08:52:53 +00005319 lastx--;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00005320 error = xfs_bmap_add_extent_unwritten_real(tp,
5321 ip, &lastx, &cur, &prev,
5322 firstblock, flist, &logflags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005323 if (error)
5324 goto error0;
5325 goto nodelete;
5326 } else {
5327 ASSERT(del.br_state == XFS_EXT_NORM);
5328 del.br_state = XFS_EXT_UNWRITTEN;
Christoph Hellwiga5bd606b2011-09-18 20:40:54 +00005329 error = xfs_bmap_add_extent_unwritten_real(tp,
5330 ip, &lastx, &cur, &del,
5331 firstblock, flist, &logflags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005332 if (error)
5333 goto error0;
5334 goto nodelete;
5335 }
5336 }
5337 if (wasdel) {
Eric Sandeen9d87c312009-01-14 23:22:07 -06005338 ASSERT(startblockval(del.br_startblock) > 0);
Nathan Scottdd9f4382006-01-11 15:28:28 +11005339 /* Update realtime/data freespace, unreserve quota */
Nathan Scott06d10dd2005-06-21 15:48:47 +10005340 if (isrt) {
5341 xfs_filblks_t rtexts;
5342
5343 rtexts = XFS_FSB_TO_B(mp, del.br_blockcount);
5344 do_div(rtexts, mp->m_sb.sb_rextsize);
5345 xfs_mod_incore_sb(mp, XFS_SBS_FREXTENTS,
Christoph Hellwig54893272011-05-11 15:04:03 +00005346 (int64_t)rtexts, 0);
Christoph Hellwig7d095252009-06-08 15:33:32 +02005347 (void)xfs_trans_reserve_quota_nblks(NULL,
5348 ip, -((long)del.br_blockcount), 0,
Nathan Scott06d10dd2005-06-21 15:48:47 +10005349 XFS_QMOPT_RES_RTBLKS);
5350 } else {
Christoph Hellwig96540c72010-09-30 02:25:55 +00005351 xfs_icsb_modify_counters(mp, XFS_SBS_FDBLOCKS,
Christoph Hellwig54893272011-05-11 15:04:03 +00005352 (int64_t)del.br_blockcount, 0);
Christoph Hellwig7d095252009-06-08 15:33:32 +02005353 (void)xfs_trans_reserve_quota_nblks(NULL,
5354 ip, -((long)del.br_blockcount), 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005355 XFS_QMOPT_RES_REGBLKS);
Nathan Scott06d10dd2005-06-21 15:48:47 +10005356 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005357 ip->i_delayed_blks -= del.br_blockcount;
5358 if (cur)
5359 cur->bc_private.b.flags |=
5360 XFS_BTCUR_BPRV_WASDEL;
5361 } else if (cur)
5362 cur->bc_private.b.flags &= ~XFS_BTCUR_BPRV_WASDEL;
5363 /*
5364 * If it's the case where the directory code is running
5365 * with no block reservation, and the deleted block is in
5366 * the middle of its extent, and the resulting insert
5367 * of an extent would cause transformation to btree format,
5368 * then reject it. The calling code will then swap
5369 * blocks around instead.
5370 * We have to do this now, rather than waiting for the
5371 * conversion to btree format, since the transaction
5372 * will be dirty.
5373 */
5374 if (!wasdel && xfs_trans_get_block_res(tp) == 0 &&
5375 XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS &&
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00005376 XFS_IFORK_NEXTENTS(ip, whichfork) >= /* Note the >= */
5377 XFS_IFORK_MAXEXT(ip, whichfork) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07005378 del.br_startoff > got.br_startoff &&
5379 del.br_startoff + del.br_blockcount <
5380 got.br_startoff + got.br_blockcount) {
5381 error = XFS_ERROR(ENOSPC);
5382 goto error0;
5383 }
Christoph Hellwigec90c552011-05-23 08:52:53 +00005384 error = xfs_bmap_del_extent(ip, tp, &lastx, flist, cur, &del,
Christoph Hellwig54893272011-05-11 15:04:03 +00005385 &tmp_logflags, whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005386 logflags |= tmp_logflags;
5387 if (error)
5388 goto error0;
5389 bno = del.br_startoff - 1;
5390nodelete:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005391 /*
5392 * If not done go on to the next (previous) record.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005393 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005394 if (bno != (xfs_fileoff_t)-1 && bno >= start) {
Christoph Hellwig00239ac2011-05-11 15:04:08 +00005395 if (lastx >= 0) {
5396 ep = xfs_iext_get_ext(ifp, lastx);
5397 if (xfs_bmbt_get_startoff(ep) > bno) {
5398 if (--lastx >= 0)
5399 ep = xfs_iext_get_ext(ifp,
5400 lastx);
5401 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005402 xfs_bmbt_get_all(ep, &got);
Christoph Hellwig00239ac2011-05-11 15:04:08 +00005403 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005404 extno++;
5405 }
5406 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005407 *done = bno == (xfs_fileoff_t)-1 || bno < start || lastx < 0;
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00005408
Linus Torvalds1da177e2005-04-16 15:20:36 -07005409 /*
5410 * Convert to a btree if necessary.
5411 */
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00005412 if (xfs_bmap_needs_btree(ip, whichfork)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005413 ASSERT(cur == NULL);
5414 error = xfs_bmap_extents_to_btree(tp, ip, firstblock, flist,
5415 &cur, 0, &tmp_logflags, whichfork);
5416 logflags |= tmp_logflags;
5417 if (error)
5418 goto error0;
5419 }
5420 /*
5421 * transform from btree to extents, give it cur
5422 */
Christoph Hellwig8096b1e2011-12-18 20:00:07 +00005423 else if (xfs_bmap_wants_extents(ip, whichfork)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005424 ASSERT(cur != NULL);
5425 error = xfs_bmap_btree_to_extents(tp, ip, cur, &tmp_logflags,
5426 whichfork);
5427 logflags |= tmp_logflags;
5428 if (error)
5429 goto error0;
5430 }
5431 /*
5432 * transform from extents to local?
5433 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005434 error = 0;
5435error0:
5436 /*
5437 * Log everything. Do this after conversion, there's no point in
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005438 * logging the extent records if we've converted to btree format.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005439 */
Eric Sandeen9d87c312009-01-14 23:22:07 -06005440 if ((logflags & xfs_ilog_fext(whichfork)) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07005441 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS)
Eric Sandeen9d87c312009-01-14 23:22:07 -06005442 logflags &= ~xfs_ilog_fext(whichfork);
5443 else if ((logflags & xfs_ilog_fbroot(whichfork)) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07005444 XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE)
Eric Sandeen9d87c312009-01-14 23:22:07 -06005445 logflags &= ~xfs_ilog_fbroot(whichfork);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005446 /*
5447 * Log inode even in the error case, if the transaction
5448 * is dirty we'll need to shut down the filesystem.
5449 */
5450 if (logflags)
5451 xfs_trans_log_inode(tp, ip, logflags);
5452 if (cur) {
5453 if (!error) {
5454 *firstblock = cur->bc_private.b.firstblock;
5455 cur->bc_private.b.allocated = 0;
5456 }
5457 xfs_btree_del_cursor(cur,
5458 error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR);
5459 }
5460 return error;
5461}
5462
5463/*
Vlad Apostolov3bacbcd2007-08-16 15:20:25 +10005464 * returns 1 for success, 0 if we failed to map the extent.
5465 */
5466STATIC int
5467xfs_getbmapx_fix_eof_hole(
5468 xfs_inode_t *ip, /* xfs incore inode pointer */
Eric Sandeen8a7141a2008-11-28 14:23:35 +11005469 struct getbmapx *out, /* output structure */
Vlad Apostolov3bacbcd2007-08-16 15:20:25 +10005470 int prealloced, /* this is a file with
Eric Sandeen8a7141a2008-11-28 14:23:35 +11005471 * preallocated data space */
Vlad Apostolov3bacbcd2007-08-16 15:20:25 +10005472 __int64_t end, /* last block requested */
5473 xfs_fsblock_t startblock)
5474{
5475 __int64_t fixlen;
5476 xfs_mount_t *mp; /* file system mount point */
Eric Sandeen5af317c2008-11-28 14:23:35 +11005477 xfs_ifork_t *ifp; /* inode fork pointer */
5478 xfs_extnum_t lastx; /* last extent pointer */
5479 xfs_fileoff_t fileblock;
Vlad Apostolov3bacbcd2007-08-16 15:20:25 +10005480
5481 if (startblock == HOLESTARTBLOCK) {
5482 mp = ip->i_mount;
5483 out->bmv_block = -1;
Christoph Hellwigce7ae1512011-12-18 20:00:11 +00005484 fixlen = XFS_FSB_TO_BB(mp, XFS_B_TO_FSB(mp, XFS_ISIZE(ip)));
Vlad Apostolov3bacbcd2007-08-16 15:20:25 +10005485 fixlen -= out->bmv_offset;
5486 if (prealloced && out->bmv_offset + out->bmv_length == end) {
5487 /* Came to hole at EOF. Trim it. */
5488 if (fixlen <= 0)
5489 return 0;
5490 out->bmv_length = fixlen;
5491 }
5492 } else {
Eric Sandeen5af317c2008-11-28 14:23:35 +11005493 if (startblock == DELAYSTARTBLOCK)
5494 out->bmv_block = -2;
5495 else
Eric Sandeen9d87c312009-01-14 23:22:07 -06005496 out->bmv_block = xfs_fsb_to_db(ip, startblock);
Eric Sandeen5af317c2008-11-28 14:23:35 +11005497 fileblock = XFS_BB_TO_FSB(ip->i_mount, out->bmv_offset);
5498 ifp = XFS_IFORK_PTR(ip, XFS_DATA_FORK);
5499 if (xfs_iext_bno_to_ext(ifp, fileblock, &lastx) &&
5500 (lastx == (ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t))-1))
5501 out->bmv_oflags |= BMV_OF_LAST;
Vlad Apostolov3bacbcd2007-08-16 15:20:25 +10005502 }
5503
5504 return 1;
5505}
5506
5507/*
Eric Sandeen8a7141a2008-11-28 14:23:35 +11005508 * Get inode's extents as described in bmv, and format for output.
5509 * Calls formatter to fill the user's buffer until all extents
5510 * are mapped, until the passed-in bmv->bmv_count slots have
5511 * been filled, or until the formatter short-circuits the loop,
5512 * if it is tracking filled-in extents on its own.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005513 */
5514int /* error code */
5515xfs_getbmap(
Christoph Hellwig993386c2007-08-28 16:12:30 +10005516 xfs_inode_t *ip,
Eric Sandeen8a7141a2008-11-28 14:23:35 +11005517 struct getbmapx *bmv, /* user bmap structure */
5518 xfs_bmap_format_t formatter, /* format to user */
5519 void *arg) /* formatter arg */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005520{
5521 __int64_t bmvend; /* last block requested */
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005522 int error = 0; /* return value */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005523 __int64_t fixlen; /* length for -1 case */
5524 int i; /* extent number */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005525 int lock; /* lock state */
5526 xfs_bmbt_irec_t *map; /* buffer for user's data */
5527 xfs_mount_t *mp; /* file system mount point */
5528 int nex; /* # of user extents can do */
5529 int nexleft; /* # of user extents left */
5530 int subnex; /* # of bmapi's can do */
5531 int nmap; /* number of map entries */
Christoph Hellwig6321e3e2009-02-24 08:39:02 -05005532 struct getbmapx *out; /* output structure */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005533 int whichfork; /* data or attr fork */
5534 int prealloced; /* this is a file with
5535 * preallocated data space */
Eric Sandeen8a7141a2008-11-28 14:23:35 +11005536 int iflags; /* interface flags */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005537 int bmapi_flags; /* flags for xfs_bmapi */
Christoph Hellwig6321e3e2009-02-24 08:39:02 -05005538 int cur_ext = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005539
Linus Torvalds1da177e2005-04-16 15:20:36 -07005540 mp = ip->i_mount;
Eric Sandeen8a7141a2008-11-28 14:23:35 +11005541 iflags = bmv->bmv_iflags;
Eric Sandeen8a7141a2008-11-28 14:23:35 +11005542 whichfork = iflags & BMV_IF_ATTRFORK ? XFS_ATTR_FORK : XFS_DATA_FORK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005543
Linus Torvalds1da177e2005-04-16 15:20:36 -07005544 if (whichfork == XFS_ATTR_FORK) {
5545 if (XFS_IFORK_Q(ip)) {
5546 if (ip->i_d.di_aformat != XFS_DINODE_FMT_EXTENTS &&
5547 ip->i_d.di_aformat != XFS_DINODE_FMT_BTREE &&
5548 ip->i_d.di_aformat != XFS_DINODE_FMT_LOCAL)
5549 return XFS_ERROR(EINVAL);
5550 } else if (unlikely(
5551 ip->i_d.di_aformat != 0 &&
5552 ip->i_d.di_aformat != XFS_DINODE_FMT_EXTENTS)) {
5553 XFS_ERROR_REPORT("xfs_getbmap", XFS_ERRLEVEL_LOW,
5554 ip->i_mount);
5555 return XFS_ERROR(EFSCORRUPTED);
5556 }
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005557
5558 prealloced = 0;
5559 fixlen = 1LL << 32;
5560 } else {
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005561 if (ip->i_d.di_format != XFS_DINODE_FMT_EXTENTS &&
5562 ip->i_d.di_format != XFS_DINODE_FMT_BTREE &&
5563 ip->i_d.di_format != XFS_DINODE_FMT_LOCAL)
5564 return XFS_ERROR(EINVAL);
5565
David Chinner957d0eb2007-06-18 16:50:37 +10005566 if (xfs_get_extsz_hint(ip) ||
Nathan Scottdd9f4382006-01-11 15:28:28 +11005567 ip->i_d.di_flags & (XFS_DIFLAG_PREALLOC|XFS_DIFLAG_APPEND)){
Linus Torvalds1da177e2005-04-16 15:20:36 -07005568 prealloced = 1;
Dave Chinner32972382012-06-08 15:44:54 +10005569 fixlen = mp->m_super->s_maxbytes;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005570 } else {
5571 prealloced = 0;
Christoph Hellwigce7ae1512011-12-18 20:00:11 +00005572 fixlen = XFS_ISIZE(ip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005573 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005574 }
5575
5576 if (bmv->bmv_length == -1) {
5577 fixlen = XFS_FSB_TO_BB(mp, XFS_B_TO_FSB(mp, fixlen));
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005578 bmv->bmv_length =
5579 max_t(__int64_t, fixlen - bmv->bmv_offset, 0);
5580 } else if (bmv->bmv_length == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005581 bmv->bmv_entries = 0;
5582 return 0;
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005583 } else if (bmv->bmv_length < 0) {
5584 return XFS_ERROR(EINVAL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005585 }
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005586
Linus Torvalds1da177e2005-04-16 15:20:36 -07005587 nex = bmv->bmv_count - 1;
5588 if (nex <= 0)
5589 return XFS_ERROR(EINVAL);
5590 bmvend = bmv->bmv_offset + bmv->bmv_length;
5591
Christoph Hellwig6321e3e2009-02-24 08:39:02 -05005592
5593 if (bmv->bmv_count > ULONG_MAX / sizeof(struct getbmapx))
5594 return XFS_ERROR(ENOMEM);
5595 out = kmem_zalloc(bmv->bmv_count * sizeof(struct getbmapx), KM_MAYFAIL);
Dave Chinnerf0742112012-03-07 04:50:22 +00005596 if (!out) {
5597 out = kmem_zalloc_large(bmv->bmv_count *
5598 sizeof(struct getbmapx));
5599 if (!out)
5600 return XFS_ERROR(ENOMEM);
5601 }
Christoph Hellwig6321e3e2009-02-24 08:39:02 -05005602
Linus Torvalds1da177e2005-04-16 15:20:36 -07005603 xfs_ilock(ip, XFS_IOLOCK_SHARED);
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005604 if (whichfork == XFS_DATA_FORK && !(iflags & BMV_IF_DELALLOC)) {
Christoph Hellwigce7ae1512011-12-18 20:00:11 +00005605 if (ip->i_delayed_blks || XFS_ISIZE(ip) > ip->i_d.di_size) {
Dave Chinner4bc1ea62012-11-12 22:53:56 +11005606 error = -filemap_write_and_wait(VFS_I(ip)->i_mapping);
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005607 if (error)
5608 goto out_unlock_iolock;
Niv Sardie12070a2008-03-06 13:43:03 +11005609 }
Dave Chinner309c8482010-11-30 15:16:02 +11005610 /*
5611 * even after flushing the inode, there can still be delalloc
5612 * blocks on the inode beyond EOF due to speculative
5613 * preallocation. These are not removed until the release
5614 * function is called or the inode is inactivated. Hence we
5615 * cannot assert here that ip->i_delayed_blks == 0.
5616 */
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005617 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005618
5619 lock = xfs_ilock_map_shared(ip);
5620
5621 /*
5622 * Don't let nex be bigger than the number of extents
5623 * we can have assuming alternating holes and real extents.
5624 */
5625 if (nex > XFS_IFORK_NEXTENTS(ip, whichfork) * 2 + 1)
5626 nex = XFS_IFORK_NEXTENTS(ip, whichfork) * 2 + 1;
5627
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005628 bmapi_flags = xfs_bmapi_aflag(whichfork);
5629 if (!(iflags & BMV_IF_PREALLOC))
5630 bmapi_flags |= XFS_BMAPI_IGSTATE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005631
5632 /*
5633 * Allocate enough space to handle "subnex" maps at a time.
5634 */
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005635 error = ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005636 subnex = 16;
Christoph Hellwigca35dcd2009-07-18 18:14:54 -04005637 map = kmem_alloc(subnex * sizeof(*map), KM_MAYFAIL | KM_NOFS);
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005638 if (!map)
5639 goto out_unlock_ilock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005640
5641 bmv->bmv_entries = 0;
5642
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005643 if (XFS_IFORK_NEXTENTS(ip, whichfork) == 0 &&
5644 (whichfork == XFS_ATTR_FORK || !(iflags & BMV_IF_DELALLOC))) {
5645 error = 0;
5646 goto out_free_map;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005647 }
5648
5649 nexleft = nex;
5650
5651 do {
5652 nmap = (nexleft > subnex) ? subnex : nexleft;
Dave Chinner5c8ed202011-09-18 20:40:45 +00005653 error = xfs_bmapi_read(ip, XFS_BB_TO_FSBT(mp, bmv->bmv_offset),
5654 XFS_BB_TO_FSB(mp, bmv->bmv_length),
5655 map, &nmap, bmapi_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005656 if (error)
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005657 goto out_free_map;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005658 ASSERT(nmap <= subnex);
5659
5660 for (i = 0; i < nmap && nexleft && bmv->bmv_length; i++) {
Christoph Hellwig6321e3e2009-02-24 08:39:02 -05005661 out[cur_ext].bmv_oflags = 0;
Eric Sandeen5af317c2008-11-28 14:23:35 +11005662 if (map[i].br_state == XFS_EXT_UNWRITTEN)
Christoph Hellwig6321e3e2009-02-24 08:39:02 -05005663 out[cur_ext].bmv_oflags |= BMV_OF_PREALLOC;
Eric Sandeen5af317c2008-11-28 14:23:35 +11005664 else if (map[i].br_startblock == DELAYSTARTBLOCK)
Christoph Hellwig6321e3e2009-02-24 08:39:02 -05005665 out[cur_ext].bmv_oflags |= BMV_OF_DELALLOC;
5666 out[cur_ext].bmv_offset =
5667 XFS_FSB_TO_BB(mp, map[i].br_startoff);
5668 out[cur_ext].bmv_length =
5669 XFS_FSB_TO_BB(mp, map[i].br_blockcount);
5670 out[cur_ext].bmv_unused1 = 0;
5671 out[cur_ext].bmv_unused2 = 0;
Dave Chinner58e20772012-04-29 21:16:17 +10005672
5673 /*
5674 * delayed allocation extents that start beyond EOF can
5675 * occur due to speculative EOF allocation when the
5676 * delalloc extent is larger than the largest freespace
5677 * extent at conversion time. These extents cannot be
5678 * converted by data writeback, so can exist here even
5679 * if we are not supposed to be finding delalloc
5680 * extents.
5681 */
5682 if (map[i].br_startblock == DELAYSTARTBLOCK &&
5683 map[i].br_startoff <= XFS_B_TO_FSB(mp, XFS_ISIZE(ip)))
5684 ASSERT((iflags & BMV_IF_DELALLOC) != 0);
5685
Yingping Lu9af0a702005-11-02 15:09:54 +11005686 if (map[i].br_startblock == HOLESTARTBLOCK &&
Vlad Apostolov3bacbcd2007-08-16 15:20:25 +10005687 whichfork == XFS_ATTR_FORK) {
5688 /* came to the end of attribute fork */
Christoph Hellwig6321e3e2009-02-24 08:39:02 -05005689 out[cur_ext].bmv_oflags |= BMV_OF_LAST;
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005690 goto out_free_map;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005691 }
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005692
Christoph Hellwig6321e3e2009-02-24 08:39:02 -05005693 if (!xfs_getbmapx_fix_eof_hole(ip, &out[cur_ext],
5694 prealloced, bmvend,
5695 map[i].br_startblock))
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005696 goto out_free_map;
5697
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005698 bmv->bmv_offset =
Christoph Hellwig6321e3e2009-02-24 08:39:02 -05005699 out[cur_ext].bmv_offset +
5700 out[cur_ext].bmv_length;
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005701 bmv->bmv_length =
5702 max_t(__int64_t, 0, bmvend - bmv->bmv_offset);
Tao Ma9af25462010-08-30 02:44:03 +00005703
5704 /*
5705 * In case we don't want to return the hole,
5706 * don't increase cur_ext so that we can reuse
5707 * it in the next loop.
5708 */
5709 if ((iflags & BMV_IF_NO_HOLES) &&
5710 map[i].br_startblock == HOLESTARTBLOCK) {
5711 memset(&out[cur_ext], 0, sizeof(out[cur_ext]));
5712 continue;
5713 }
5714
5715 nexleft--;
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005716 bmv->bmv_entries++;
Christoph Hellwig6321e3e2009-02-24 08:39:02 -05005717 cur_ext++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005718 }
5719 } while (nmap && nexleft && bmv->bmv_length);
5720
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005721 out_free_map:
Denys Vlasenkof0e2d932008-05-19 16:31:57 +10005722 kmem_free(map);
Christoph Hellwig4be4a002009-04-29 10:50:48 -04005723 out_unlock_ilock:
5724 xfs_iunlock_map_shared(ip, lock);
5725 out_unlock_iolock:
5726 xfs_iunlock(ip, XFS_IOLOCK_SHARED);
Christoph Hellwig6321e3e2009-02-24 08:39:02 -05005727
5728 for (i = 0; i < cur_ext; i++) {
5729 int full = 0; /* user array is full */
5730
5731 /* format results & advance arg */
5732 error = formatter(&arg, &out[i], &full);
5733 if (error || full)
5734 break;
5735 }
5736
Dave Chinnerf0742112012-03-07 04:50:22 +00005737 if (is_vmalloc_addr(out))
5738 kmem_free_large(out);
5739 else
5740 kmem_free(out);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005741 return error;
5742}
5743
Linus Torvalds1da177e2005-04-16 15:20:36 -07005744#ifdef DEBUG
Christoph Hellwigecd7f082010-07-22 12:52:08 +10005745STATIC struct xfs_buf *
Linus Torvalds1da177e2005-04-16 15:20:36 -07005746xfs_bmap_get_bp(
Christoph Hellwigecd7f082010-07-22 12:52:08 +10005747 struct xfs_btree_cur *cur,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005748 xfs_fsblock_t bno)
5749{
Christoph Hellwigecd7f082010-07-22 12:52:08 +10005750 struct xfs_log_item_desc *lidp;
5751 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005752
5753 if (!cur)
Christoph Hellwigecd7f082010-07-22 12:52:08 +10005754 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005755
Christoph Hellwigecd7f082010-07-22 12:52:08 +10005756 for (i = 0; i < XFS_BTREE_MAXLEVELS; i++) {
5757 if (!cur->bc_bufs[i])
5758 break;
5759 if (XFS_BUF_ADDR(cur->bc_bufs[i]) == bno)
5760 return cur->bc_bufs[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07005761 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005762
Christoph Hellwigecd7f082010-07-22 12:52:08 +10005763 /* Chase down all the log items to see if the bp is there */
5764 list_for_each_entry(lidp, &cur->bc_tp->t_items, lid_trans) {
Christoph Hellwige98c4142010-06-23 18:11:15 +10005765 struct xfs_buf_log_item *bip;
Christoph Hellwigecd7f082010-07-22 12:52:08 +10005766 bip = (struct xfs_buf_log_item *)lidp->lid_item;
5767 if (bip->bli_item.li_type == XFS_LI_BUF &&
5768 XFS_BUF_ADDR(bip->bli_buf) == bno)
5769 return bip->bli_buf;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005770 }
Christoph Hellwige98c4142010-06-23 18:11:15 +10005771
Christoph Hellwigecd7f082010-07-22 12:52:08 +10005772 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005773}
5774
Hannes Eder3180e662009-03-04 19:34:10 +01005775STATIC void
Linus Torvalds1da177e2005-04-16 15:20:36 -07005776xfs_check_block(
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11005777 struct xfs_btree_block *block,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005778 xfs_mount_t *mp,
5779 int root,
5780 short sz)
5781{
5782 int i, j, dmxr;
Christoph Hellwig576039c2006-09-28 10:58:06 +10005783 __be64 *pp, *thispa; /* pointer to block address */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005784 xfs_bmbt_key_t *prevp, *keyp;
5785
Christoph Hellwig16259e72005-11-02 15:11:25 +11005786 ASSERT(be16_to_cpu(block->bb_level) > 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005787
5788 prevp = NULL;
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11005789 for( i = 1; i <= xfs_btree_get_numrecs(block); i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005790 dmxr = mp->m_bmap_dmxr[0];
Christoph Hellwig136341b2008-10-30 17:11:40 +11005791 keyp = XFS_BMBT_KEY_ADDR(mp, block, i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005792
5793 if (prevp) {
Christoph Hellwig4a26e662008-10-30 16:58:32 +11005794 ASSERT(be64_to_cpu(prevp->br_startoff) <
5795 be64_to_cpu(keyp->br_startoff));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005796 }
5797 prevp = keyp;
5798
5799 /*
5800 * Compare the block numbers to see if there are dups.
5801 */
Christoph Hellwig136341b2008-10-30 17:11:40 +11005802 if (root)
Christoph Hellwig60197e82008-10-30 17:11:19 +11005803 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, i, sz);
Christoph Hellwig136341b2008-10-30 17:11:40 +11005804 else
5805 pp = XFS_BMBT_PTR_ADDR(mp, block, i, dmxr);
5806
Christoph Hellwig16259e72005-11-02 15:11:25 +11005807 for (j = i+1; j <= be16_to_cpu(block->bb_numrecs); j++) {
Christoph Hellwig136341b2008-10-30 17:11:40 +11005808 if (root)
Christoph Hellwig60197e82008-10-30 17:11:19 +11005809 thispa = XFS_BMAP_BROOT_PTR_ADDR(mp, block, j, sz);
Christoph Hellwig136341b2008-10-30 17:11:40 +11005810 else
5811 thispa = XFS_BMBT_PTR_ADDR(mp, block, j, dmxr);
Christoph Hellwig576039c2006-09-28 10:58:06 +10005812 if (*thispa == *pp) {
Dave Chinner0b932cc2011-03-07 10:08:35 +11005813 xfs_warn(mp, "%s: thispa(%d) == pp(%d) %Ld",
Harvey Harrison34a622b2008-04-10 12:19:21 +10005814 __func__, j, i,
Christoph Hellwig576039c2006-09-28 10:58:06 +10005815 (unsigned long long)be64_to_cpu(*thispa));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005816 panic("%s: ptrs are equal in node\n",
Harvey Harrison34a622b2008-04-10 12:19:21 +10005817 __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005818 }
5819 }
5820 }
5821}
5822
5823/*
5824 * Check that the extents for the inode ip are in the right order in all
5825 * btree leaves.
5826 */
5827
5828STATIC void
5829xfs_bmap_check_leaf_extents(
5830 xfs_btree_cur_t *cur, /* btree cursor or null */
5831 xfs_inode_t *ip, /* incore inode pointer */
5832 int whichfork) /* data or attr fork */
5833{
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11005834 struct xfs_btree_block *block; /* current btree block */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005835 xfs_fsblock_t bno; /* block # of "block" */
5836 xfs_buf_t *bp; /* buffer for "block" */
5837 int error; /* error return value */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005838 xfs_extnum_t i=0, j; /* index into the extents list */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005839 xfs_ifork_t *ifp; /* fork structure */
5840 int level; /* btree level, for checking */
5841 xfs_mount_t *mp; /* file system mount structure */
Christoph Hellwig576039c2006-09-28 10:58:06 +10005842 __be64 *pp; /* pointer to block address */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005843 xfs_bmbt_rec_t *ep; /* pointer to current extent */
Lachlan McIlroy2abdb8c2008-03-27 18:01:14 +11005844 xfs_bmbt_rec_t last = {0, 0}; /* last extent in prev block */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005845 xfs_bmbt_rec_t *nextp; /* pointer to next extent */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005846 int bp_release = 0;
5847
5848 if (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE) {
5849 return;
5850 }
5851
5852 bno = NULLFSBLOCK;
5853 mp = ip->i_mount;
5854 ifp = XFS_IFORK_PTR(ip, whichfork);
5855 block = ifp->if_broot;
5856 /*
5857 * Root level must use BMAP_BROOT_PTR_ADDR macro to get ptr out.
5858 */
Christoph Hellwig16259e72005-11-02 15:11:25 +11005859 level = be16_to_cpu(block->bb_level);
5860 ASSERT(level > 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005861 xfs_check_block(block, mp, 1, ifp->if_broot_bytes);
Christoph Hellwig60197e82008-10-30 17:11:19 +11005862 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes);
Christoph Hellwig576039c2006-09-28 10:58:06 +10005863 bno = be64_to_cpu(*pp);
5864
5865 ASSERT(bno != NULLDFSBNO);
5866 ASSERT(XFS_FSB_TO_AGNO(mp, bno) < mp->m_sb.sb_agcount);
5867 ASSERT(XFS_FSB_TO_AGBNO(mp, bno) < mp->m_sb.sb_agblocks);
5868
Linus Torvalds1da177e2005-04-16 15:20:36 -07005869 /*
5870 * Go down the tree until leaf level is reached, following the first
5871 * pointer (leftmost) at each level.
5872 */
5873 while (level-- > 0) {
5874 /* See if buf is in cur first */
Dave Chinner3d3e6f62012-11-12 22:54:08 +11005875 bp_release = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005876 bp = xfs_bmap_get_bp(cur, XFS_FSB_TO_DADDR(mp, bno));
Dave Chinner3d3e6f62012-11-12 22:54:08 +11005877 if (!bp) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005878 bp_release = 1;
Dave Chinner3d3e6f62012-11-12 22:54:08 +11005879 error = xfs_btree_read_bufl(mp, NULL, bno, 0, &bp,
5880 XFS_BMAP_BTREE_REF,
5881 xfs_bmbt_read_verify);
5882 if (error)
5883 goto error_norelse;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005884 }
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11005885 block = XFS_BUF_TO_BLOCK(bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005886 XFS_WANT_CORRUPTED_GOTO(
Christoph Hellwig4e8938f2008-10-30 17:14:43 +11005887 xfs_bmap_sanity_check(mp, bp, level),
Linus Torvalds1da177e2005-04-16 15:20:36 -07005888 error0);
5889 if (level == 0)
5890 break;
5891
5892 /*
5893 * Check this block for basic sanity (increasing keys and
5894 * no duplicate blocks).
5895 */
5896
5897 xfs_check_block(block, mp, 0, 0);
Christoph Hellwig136341b2008-10-30 17:11:40 +11005898 pp = XFS_BMBT_PTR_ADDR(mp, block, 1, mp->m_bmap_dmxr[1]);
Christoph Hellwig576039c2006-09-28 10:58:06 +10005899 bno = be64_to_cpu(*pp);
5900 XFS_WANT_CORRUPTED_GOTO(XFS_FSB_SANITY_CHECK(mp, bno), error0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005901 if (bp_release) {
5902 bp_release = 0;
5903 xfs_trans_brelse(NULL, bp);
5904 }
5905 }
5906
5907 /*
5908 * Here with bp and block set to the leftmost leaf node in the tree.
5909 */
5910 i = 0;
5911
5912 /*
5913 * Loop over all leaf nodes checking that all extents are in the right order.
5914 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005915 for (;;) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005916 xfs_fsblock_t nextbno;
5917 xfs_extnum_t num_recs;
5918
5919
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11005920 num_recs = xfs_btree_get_numrecs(block);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005921
5922 /*
5923 * Read-ahead the next leaf block, if any.
5924 */
5925
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11005926 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005927
5928 /*
5929 * Check all the extents to make sure they are OK.
5930 * If we had a previous block, the last entry should
5931 * conform with the first entry in this one.
5932 */
5933
Christoph Hellwig136341b2008-10-30 17:11:40 +11005934 ep = XFS_BMBT_REC_ADDR(mp, block, 1);
Lachlan McIlroy2abdb8c2008-03-27 18:01:14 +11005935 if (i) {
Christoph Hellwig4a26e662008-10-30 16:58:32 +11005936 ASSERT(xfs_bmbt_disk_get_startoff(&last) +
5937 xfs_bmbt_disk_get_blockcount(&last) <=
5938 xfs_bmbt_disk_get_startoff(ep));
Lachlan McIlroy2abdb8c2008-03-27 18:01:14 +11005939 }
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005940 for (j = 1; j < num_recs; j++) {
Christoph Hellwig136341b2008-10-30 17:11:40 +11005941 nextp = XFS_BMBT_REC_ADDR(mp, block, j + 1);
Christoph Hellwig4a26e662008-10-30 16:58:32 +11005942 ASSERT(xfs_bmbt_disk_get_startoff(ep) +
5943 xfs_bmbt_disk_get_blockcount(ep) <=
5944 xfs_bmbt_disk_get_startoff(nextp));
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11005945 ep = nextp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005946 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005947
Lachlan McIlroy2abdb8c2008-03-27 18:01:14 +11005948 last = *ep;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005949 i += num_recs;
5950 if (bp_release) {
5951 bp_release = 0;
5952 xfs_trans_brelse(NULL, bp);
5953 }
5954 bno = nextbno;
5955 /*
5956 * If we've reached the end, stop.
5957 */
5958 if (bno == NULLFSBLOCK)
5959 break;
5960
Dave Chinner3d3e6f62012-11-12 22:54:08 +11005961 bp_release = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005962 bp = xfs_bmap_get_bp(cur, XFS_FSB_TO_DADDR(mp, bno));
Dave Chinner3d3e6f62012-11-12 22:54:08 +11005963 if (!bp) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005964 bp_release = 1;
Dave Chinner3d3e6f62012-11-12 22:54:08 +11005965 error = xfs_btree_read_bufl(mp, NULL, bno, 0, &bp,
5966 XFS_BMAP_BTREE_REF,
5967 xfs_bmbt_read_verify);
5968 if (error)
5969 goto error_norelse;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005970 }
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11005971 block = XFS_BUF_TO_BLOCK(bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005972 }
5973 if (bp_release) {
5974 bp_release = 0;
5975 xfs_trans_brelse(NULL, bp);
5976 }
5977 return;
5978
5979error0:
Dave Chinner0b932cc2011-03-07 10:08:35 +11005980 xfs_warn(mp, "%s: at error0", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005981 if (bp_release)
5982 xfs_trans_brelse(NULL, bp);
5983error_norelse:
Dave Chinner0b932cc2011-03-07 10:08:35 +11005984 xfs_warn(mp, "%s: BAD after btree leaves for %d extents",
Harvey Harrison34a622b2008-04-10 12:19:21 +10005985 __func__, i);
5986 panic("%s: CORRUPTED BTREE OR SOMETHING", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005987 return;
5988}
5989#endif
5990
5991/*
5992 * Count fsblocks of the given fork.
5993 */
5994int /* error */
5995xfs_bmap_count_blocks(
5996 xfs_trans_t *tp, /* transaction pointer */
5997 xfs_inode_t *ip, /* incore inode */
5998 int whichfork, /* data or attr fork */
5999 int *count) /* out: count of blocks */
6000{
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11006001 struct xfs_btree_block *block; /* current btree block */
Linus Torvalds1da177e2005-04-16 15:20:36 -07006002 xfs_fsblock_t bno; /* block # of "block" */
6003 xfs_ifork_t *ifp; /* fork structure */
6004 int level; /* btree level, for checking */
6005 xfs_mount_t *mp; /* file system mount structure */
Christoph Hellwig576039c2006-09-28 10:58:06 +10006006 __be64 *pp; /* pointer to block address */
Linus Torvalds1da177e2005-04-16 15:20:36 -07006007
6008 bno = NULLFSBLOCK;
6009 mp = ip->i_mount;
6010 ifp = XFS_IFORK_PTR(ip, whichfork);
6011 if ( XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS ) {
Ruben Porrasc94312d2008-08-13 16:52:25 +10006012 xfs_bmap_count_leaves(ifp, 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006013 ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t),
Ruben Porrasc94312d2008-08-13 16:52:25 +10006014 count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006015 return 0;
6016 }
6017
6018 /*
6019 * Root level must use BMAP_BROOT_PTR_ADDR macro to get ptr out.
6020 */
6021 block = ifp->if_broot;
Christoph Hellwig16259e72005-11-02 15:11:25 +11006022 level = be16_to_cpu(block->bb_level);
6023 ASSERT(level > 0);
Christoph Hellwig60197e82008-10-30 17:11:19 +11006024 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes);
Christoph Hellwig576039c2006-09-28 10:58:06 +10006025 bno = be64_to_cpu(*pp);
6026 ASSERT(bno != NULLDFSBNO);
6027 ASSERT(XFS_FSB_TO_AGNO(mp, bno) < mp->m_sb.sb_agcount);
6028 ASSERT(XFS_FSB_TO_AGBNO(mp, bno) < mp->m_sb.sb_agblocks);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006029
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11006030 if (unlikely(xfs_bmap_count_tree(mp, tp, ifp, bno, level, count) < 0)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07006031 XFS_ERROR_REPORT("xfs_bmap_count_blocks(2)", XFS_ERRLEVEL_LOW,
6032 mp);
6033 return XFS_ERROR(EFSCORRUPTED);
6034 }
6035
6036 return 0;
6037}
6038
6039/*
6040 * Recursively walks each level of a btree
6041 * to count total fsblocks is use.
6042 */
David Chinnera8272ce2007-11-23 16:28:09 +11006043STATIC int /* error */
Linus Torvalds1da177e2005-04-16 15:20:36 -07006044xfs_bmap_count_tree(
6045 xfs_mount_t *mp, /* file system mount point */
6046 xfs_trans_t *tp, /* transaction pointer */
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11006047 xfs_ifork_t *ifp, /* inode fork pointer */
Linus Torvalds1da177e2005-04-16 15:20:36 -07006048 xfs_fsblock_t blockno, /* file system block number */
6049 int levelin, /* level in btree */
6050 int *count) /* Count of blocks */
6051{
6052 int error;
6053 xfs_buf_t *bp, *nbp;
6054 int level = levelin;
Christoph Hellwig576039c2006-09-28 10:58:06 +10006055 __be64 *pp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006056 xfs_fsblock_t bno = blockno;
6057 xfs_fsblock_t nextbno;
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11006058 struct xfs_btree_block *block, *nextblock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006059 int numrecs;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006060
Dave Chinner3d3e6f62012-11-12 22:54:08 +11006061 error = xfs_btree_read_bufl(mp, tp, bno, 0, &bp, XFS_BMAP_BTREE_REF,
6062 xfs_bmbt_read_verify);
6063 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006064 return error;
6065 *count += 1;
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11006066 block = XFS_BUF_TO_BLOCK(bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006067
6068 if (--level) {
Malcolm Parsons9da096f2009-03-29 09:55:42 +02006069 /* Not at node above leaves, count this level of nodes */
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11006070 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006071 while (nextbno != NULLFSBLOCK) {
Dave Chinner3d3e6f62012-11-12 22:54:08 +11006072 error = xfs_btree_read_bufl(mp, tp, nextbno, 0, &nbp,
6073 XFS_BMAP_BTREE_REF,
6074 xfs_bmbt_read_verify);
6075 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006076 return error;
6077 *count += 1;
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11006078 nextblock = XFS_BUF_TO_BLOCK(nbp);
6079 nextbno = be64_to_cpu(nextblock->bb_u.l.bb_rightsib);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006080 xfs_trans_brelse(tp, nbp);
6081 }
6082
6083 /* Dive to the next level */
Christoph Hellwig136341b2008-10-30 17:11:40 +11006084 pp = XFS_BMBT_PTR_ADDR(mp, block, 1, mp->m_bmap_dmxr[1]);
Christoph Hellwig576039c2006-09-28 10:58:06 +10006085 bno = be64_to_cpu(*pp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006086 if (unlikely((error =
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11006087 xfs_bmap_count_tree(mp, tp, ifp, bno, level, count)) < 0)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07006088 xfs_trans_brelse(tp, bp);
6089 XFS_ERROR_REPORT("xfs_bmap_count_tree(1)",
6090 XFS_ERRLEVEL_LOW, mp);
6091 return XFS_ERROR(EFSCORRUPTED);
6092 }
6093 xfs_trans_brelse(tp, bp);
6094 } else {
6095 /* count all level 1 nodes and their leaves */
6096 for (;;) {
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11006097 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib);
Christoph Hellwig16259e72005-11-02 15:11:25 +11006098 numrecs = be16_to_cpu(block->bb_numrecs);
Christoph Hellwig136341b2008-10-30 17:11:40 +11006099 xfs_bmap_disk_count_leaves(mp, block, numrecs, count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006100 xfs_trans_brelse(tp, bp);
6101 if (nextbno == NULLFSBLOCK)
6102 break;
6103 bno = nextbno;
Dave Chinner3d3e6f62012-11-12 22:54:08 +11006104 error = xfs_btree_read_bufl(mp, tp, bno, 0, &bp,
6105 XFS_BMAP_BTREE_REF,
6106 xfs_bmbt_read_verify);
6107 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006108 return error;
6109 *count += 1;
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11006110 block = XFS_BUF_TO_BLOCK(bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006111 }
6112 }
6113 return 0;
6114}
6115
6116/*
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11006117 * Count leaf blocks given a range of extent records.
Linus Torvalds1da177e2005-04-16 15:20:36 -07006118 */
Ruben Porrasc94312d2008-08-13 16:52:25 +10006119STATIC void
Linus Torvalds1da177e2005-04-16 15:20:36 -07006120xfs_bmap_count_leaves(
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11006121 xfs_ifork_t *ifp,
6122 xfs_extnum_t idx,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006123 int numrecs,
6124 int *count)
6125{
6126 int b;
6127
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11006128 for (b = 0; b < numrecs; b++) {
Christoph Hellwiga6f64d42007-08-16 16:23:40 +10006129 xfs_bmbt_rec_host_t *frp = xfs_iext_get_ext(ifp, idx + b);
Yingping Lu91e11082005-11-02 15:10:24 +11006130 *count += xfs_bmbt_get_blockcount(frp);
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11006131 }
Yingping Lu91e11082005-11-02 15:10:24 +11006132}
6133
6134/*
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11006135 * Count leaf blocks given a range of extent records originally
6136 * in btree format.
Yingping Lu91e11082005-11-02 15:10:24 +11006137 */
Ruben Porrasc94312d2008-08-13 16:52:25 +10006138STATIC void
Yingping Lu91e11082005-11-02 15:10:24 +11006139xfs_bmap_disk_count_leaves(
Christoph Hellwig136341b2008-10-30 17:11:40 +11006140 struct xfs_mount *mp,
Christoph Hellwig7cc95a82008-10-30 17:14:34 +11006141 struct xfs_btree_block *block,
Yingping Lu91e11082005-11-02 15:10:24 +11006142 int numrecs,
6143 int *count)
6144{
6145 int b;
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11006146 xfs_bmbt_rec_t *frp;
Yingping Lu91e11082005-11-02 15:10:24 +11006147
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11006148 for (b = 1; b <= numrecs; b++) {
Christoph Hellwig136341b2008-10-30 17:11:40 +11006149 frp = XFS_BMBT_REC_ADDR(mp, block, b);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006150 *count += xfs_bmbt_disk_get_blockcount(frp);
Mandy Kirkconnell4eea22f2006-03-14 13:29:52 +11006151 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006152}
Dave Chinnerc726de42010-11-30 15:14:39 +11006153
6154/*
6155 * dead simple method of punching delalyed allocation blocks from a range in
6156 * the inode. Walks a block at a time so will be slow, but is only executed in
6157 * rare error cases so the overhead is not critical. This will alays punch out
6158 * both the start and end blocks, even if the ranges only partially overlap
6159 * them, so it is up to the caller to ensure that partial blocks are not
6160 * passed in.
6161 */
6162int
6163xfs_bmap_punch_delalloc_range(
6164 struct xfs_inode *ip,
6165 xfs_fileoff_t start_fsb,
6166 xfs_fileoff_t length)
6167{
6168 xfs_fileoff_t remaining = length;
6169 int error = 0;
6170
6171 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL));
6172
6173 do {
6174 int done;
6175 xfs_bmbt_irec_t imap;
6176 int nimaps = 1;
6177 xfs_fsblock_t firstblock;
6178 xfs_bmap_free_t flist;
6179
6180 /*
6181 * Map the range first and check that it is a delalloc extent
6182 * before trying to unmap the range. Otherwise we will be
6183 * trying to remove a real extent (which requires a
6184 * transaction) or a hole, which is probably a bad idea...
6185 */
Dave Chinner5c8ed202011-09-18 20:40:45 +00006186 error = xfs_bmapi_read(ip, start_fsb, 1, &imap, &nimaps,
6187 XFS_BMAPI_ENTIRE);
Dave Chinnerc726de42010-11-30 15:14:39 +11006188
6189 if (error) {
6190 /* something screwed, just bail */
6191 if (!XFS_FORCED_SHUTDOWN(ip->i_mount)) {
Dave Chinner53487782011-03-07 10:05:35 +11006192 xfs_alert(ip->i_mount,
Dave Chinnerc726de42010-11-30 15:14:39 +11006193 "Failed delalloc mapping lookup ino %lld fsb %lld.",
6194 ip->i_ino, start_fsb);
6195 }
6196 break;
6197 }
6198 if (!nimaps) {
6199 /* nothing there */
6200 goto next_block;
6201 }
6202 if (imap.br_startblock != DELAYSTARTBLOCK) {
6203 /* been converted, ignore */
6204 goto next_block;
6205 }
6206 WARN_ON(imap.br_blockcount == 0);
6207
6208 /*
6209 * Note: while we initialise the firstblock/flist pair, they
6210 * should never be used because blocks should never be
6211 * allocated or freed for a delalloc extent and hence we need
6212 * don't cancel or finish them after the xfs_bunmapi() call.
6213 */
6214 xfs_bmap_init(&flist, &firstblock);
6215 error = xfs_bunmapi(NULL, ip, start_fsb, 1, 0, 1, &firstblock,
6216 &flist, &done);
6217 if (error)
6218 break;
6219
6220 ASSERT(!flist.xbf_count && !flist.xbf_first);
6221next_block:
6222 start_fsb++;
6223 remaining--;
6224 } while(remaining > 0);
6225
6226 return error;
6227}
Dave Chinnerfd500922012-04-23 15:59:01 +10006228
6229/*
6230 * Convert the given file system block to a disk block. We have to treat it
6231 * differently based on whether the file is a real time file or not, because the
6232 * bmap code does.
6233 */
6234xfs_daddr_t
6235xfs_fsb_to_db(struct xfs_inode *ip, xfs_fsblock_t fsb)
6236{
6237 return (XFS_IS_REALTIME_INODE(ip) ? \
6238 (xfs_daddr_t)XFS_FSB_TO_BB((ip)->i_mount, (fsb)) : \
6239 XFS_FSB_TO_DADDR((ip)->i_mount, (fsb)));
6240}