| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 2 | * Copyright (c) 2000-2006 Silicon Graphics, Inc. | 
| Nathan Scott | 7b71876 | 2005-11-02 14:58:39 +1100 | [diff] [blame] | 3 | * All Rights Reserved. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | * | 
| Nathan Scott | 7b71876 | 2005-11-02 14:58:39 +1100 | [diff] [blame] | 5 | * This program is free software; you can redistribute it and/or | 
|  | 6 | * modify it under the terms of the GNU General Public License as | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | * published by the Free Software Foundation. | 
|  | 8 | * | 
| Nathan Scott | 7b71876 | 2005-11-02 14:58:39 +1100 | [diff] [blame] | 9 | * This program is distributed in the hope that it would be useful, | 
|  | 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
|  | 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
|  | 12 | * GNU General Public License for more details. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | * | 
| Nathan Scott | 7b71876 | 2005-11-02 14:58:39 +1100 | [diff] [blame] | 14 | * You should have received a copy of the GNU General Public License | 
|  | 15 | * along with this program; if not, write the Free Software Foundation, | 
|  | 16 | * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | #include "xfs.h" | 
| Nathan Scott | a844f45 | 2005-11-02 14:38:42 +1100 | [diff] [blame] | 19 | #include "xfs_fs.h" | 
| Dave Chinner | 70a9883 | 2013-10-23 10:36:05 +1100 | [diff] [blame] | 20 | #include "xfs_shared.h" | 
| Dave Chinner | 239880e | 2013-10-23 10:50:10 +1100 | [diff] [blame] | 21 | #include "xfs_format.h" | 
|  | 22 | #include "xfs_log_format.h" | 
|  | 23 | #include "xfs_trans_resv.h" | 
| Nathan Scott | a844f45 | 2005-11-02 14:38:42 +1100 | [diff] [blame] | 24 | #include "xfs_bit.h" | 
| Nathan Scott | a844f45 | 2005-11-02 14:38:42 +1100 | [diff] [blame] | 25 | #include "xfs_inum.h" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 26 | #include "xfs_sb.h" | 
|  | 27 | #include "xfs_ag.h" | 
| Dave Chinner | f5ea110 | 2013-04-24 18:58:02 +1000 | [diff] [blame] | 28 | #include "xfs_mount.h" | 
| Dave Chinner | 5706278 | 2013-10-15 09:17:51 +1100 | [diff] [blame] | 29 | #include "xfs_da_format.h" | 
| Nathan Scott | a844f45 | 2005-11-02 14:38:42 +1100 | [diff] [blame] | 30 | #include "xfs_da_btree.h" | 
| Dave Chinner | 2b9ab5a | 2013-08-12 20:49:37 +1000 | [diff] [blame] | 31 | #include "xfs_dir2.h" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 32 | #include "xfs_inode.h" | 
| Nathan Scott | a844f45 | 2005-11-02 14:38:42 +1100 | [diff] [blame] | 33 | #include "xfs_btree.h" | 
| Dave Chinner | 239880e | 2013-10-23 10:50:10 +1100 | [diff] [blame] | 34 | #include "xfs_trans.h" | 
| Nathan Scott | a844f45 | 2005-11-02 14:38:42 +1100 | [diff] [blame] | 35 | #include "xfs_inode_item.h" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 36 | #include "xfs_extfree_item.h" | 
|  | 37 | #include "xfs_alloc.h" | 
|  | 38 | #include "xfs_bmap.h" | 
| Dave Chinner | 6898811 | 2013-08-12 20:49:42 +1000 | [diff] [blame] | 39 | #include "xfs_bmap_util.h" | 
| Dave Chinner | a4fbe6a | 2013-10-23 10:51:50 +1100 | [diff] [blame] | 40 | #include "xfs_bmap_btree.h" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 41 | #include "xfs_rtalloc.h" | 
|  | 42 | #include "xfs_error.h" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 43 | #include "xfs_quota.h" | 
|  | 44 | #include "xfs_trans_space.h" | 
|  | 45 | #include "xfs_buf_item.h" | 
| Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 46 | #include "xfs_trace.h" | 
| Dave Chinner | 19de735 | 2013-04-03 16:11:18 +1100 | [diff] [blame] | 47 | #include "xfs_symlink.h" | 
| Dave Chinner | a4fbe6a | 2013-10-23 10:51:50 +1100 | [diff] [blame] | 48 | #include "xfs_attr_leaf.h" | 
|  | 49 | #include "xfs_dinode.h" | 
|  | 50 | #include "xfs_filestream.h" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 51 |  | 
|  | 52 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 53 | kmem_zone_t		*xfs_bmap_free_item_zone; | 
|  | 54 |  | 
|  | 55 | /* | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 56 | * Miscellaneous helper functions | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 57 | */ | 
|  | 58 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 59 | /* | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 60 | * Compute and fill in the value of the maximum depth of a bmap btree | 
|  | 61 | * in this filesystem.  Done once, during mount. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | */ | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 63 | void | 
|  | 64 | xfs_bmap_compute_maxlevels( | 
|  | 65 | xfs_mount_t	*mp,		/* file system mount structure */ | 
|  | 66 | int		whichfork)	/* data or attr fork */ | 
|  | 67 | { | 
|  | 68 | int		level;		/* btree level */ | 
|  | 69 | uint		maxblocks;	/* max blocks at this level */ | 
|  | 70 | uint		maxleafents;	/* max leaf entries possible */ | 
|  | 71 | int		maxrootrecs;	/* max records in root block */ | 
|  | 72 | int		minleafrecs;	/* min records in leaf block */ | 
|  | 73 | int		minnoderecs;	/* min records in node block */ | 
|  | 74 | int		sz;		/* root block size */ | 
|  | 75 |  | 
|  | 76 | /* | 
|  | 77 | * The maximum number of extents in a file, hence the maximum | 
|  | 78 | * number of leaf entries, is controlled by the type of di_nextents | 
|  | 79 | * (a signed 32-bit number, xfs_extnum_t), or by di_anextents | 
|  | 80 | * (a signed 16-bit number, xfs_aextnum_t). | 
|  | 81 | * | 
|  | 82 | * Note that we can no longer assume that if we are in ATTR1 that | 
|  | 83 | * the fork offset of all the inodes will be | 
|  | 84 | * (xfs_default_attroffset(ip) >> 3) because we could have mounted | 
|  | 85 | * with ATTR2 and then mounted back with ATTR1, keeping the | 
|  | 86 | * di_forkoff's fixed but probably at various positions. Therefore, | 
|  | 87 | * for both ATTR1 and ATTR2 we have to assume the worst case scenario | 
|  | 88 | * of a minimum size available. | 
|  | 89 | */ | 
|  | 90 | if (whichfork == XFS_DATA_FORK) { | 
|  | 91 | maxleafents = MAXEXTNUM; | 
|  | 92 | sz = XFS_BMDR_SPACE_CALC(MINDBTPTRS); | 
|  | 93 | } else { | 
|  | 94 | maxleafents = MAXAEXTNUM; | 
|  | 95 | sz = XFS_BMDR_SPACE_CALC(MINABTPTRS); | 
|  | 96 | } | 
|  | 97 | maxrootrecs = xfs_bmdr_maxrecs(mp, sz, 0); | 
|  | 98 | minleafrecs = mp->m_bmap_dmnr[0]; | 
|  | 99 | minnoderecs = mp->m_bmap_dmnr[1]; | 
|  | 100 | maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; | 
|  | 101 | for (level = 1; maxblocks > 1; level++) { | 
|  | 102 | if (maxblocks <= maxrootrecs) | 
|  | 103 | maxblocks = 1; | 
|  | 104 | else | 
|  | 105 | maxblocks = (maxblocks + minnoderecs - 1) / minnoderecs; | 
|  | 106 | } | 
|  | 107 | mp->m_bm_maxlevels[whichfork] = level; | 
|  | 108 | } | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 109 |  | 
| Christoph Hellwig | fe033cc | 2008-10-30 16:56:09 +1100 | [diff] [blame] | 110 | STATIC int				/* error */ | 
|  | 111 | xfs_bmbt_lookup_eq( | 
|  | 112 | struct xfs_btree_cur	*cur, | 
|  | 113 | xfs_fileoff_t		off, | 
|  | 114 | xfs_fsblock_t		bno, | 
|  | 115 | xfs_filblks_t		len, | 
|  | 116 | int			*stat)	/* success/failure */ | 
|  | 117 | { | 
|  | 118 | cur->bc_rec.b.br_startoff = off; | 
|  | 119 | cur->bc_rec.b.br_startblock = bno; | 
|  | 120 | cur->bc_rec.b.br_blockcount = len; | 
|  | 121 | return xfs_btree_lookup(cur, XFS_LOOKUP_EQ, stat); | 
|  | 122 | } | 
|  | 123 |  | 
|  | 124 | STATIC int				/* error */ | 
|  | 125 | xfs_bmbt_lookup_ge( | 
|  | 126 | struct xfs_btree_cur	*cur, | 
|  | 127 | xfs_fileoff_t		off, | 
|  | 128 | xfs_fsblock_t		bno, | 
|  | 129 | xfs_filblks_t		len, | 
|  | 130 | int			*stat)	/* success/failure */ | 
|  | 131 | { | 
|  | 132 | cur->bc_rec.b.br_startoff = off; | 
|  | 133 | cur->bc_rec.b.br_startblock = bno; | 
|  | 134 | cur->bc_rec.b.br_blockcount = len; | 
|  | 135 | return xfs_btree_lookup(cur, XFS_LOOKUP_GE, stat); | 
|  | 136 | } | 
|  | 137 |  | 
| Christoph Hellwig | 278d0ca | 2008-10-30 16:56:32 +1100 | [diff] [blame] | 138 | /* | 
| Christoph Hellwig | 8096b1e | 2011-12-18 20:00:07 +0000 | [diff] [blame] | 139 | * Check if the inode needs to be converted to btree format. | 
|  | 140 | */ | 
|  | 141 | static inline bool xfs_bmap_needs_btree(struct xfs_inode *ip, int whichfork) | 
|  | 142 | { | 
|  | 143 | return XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS && | 
|  | 144 | XFS_IFORK_NEXTENTS(ip, whichfork) > | 
|  | 145 | XFS_IFORK_MAXEXT(ip, whichfork); | 
|  | 146 | } | 
|  | 147 |  | 
|  | 148 | /* | 
|  | 149 | * Check if the inode should be converted to extent format. | 
|  | 150 | */ | 
|  | 151 | static inline bool xfs_bmap_wants_extents(struct xfs_inode *ip, int whichfork) | 
|  | 152 | { | 
|  | 153 | return XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_BTREE && | 
|  | 154 | XFS_IFORK_NEXTENTS(ip, whichfork) <= | 
|  | 155 | XFS_IFORK_MAXEXT(ip, whichfork); | 
|  | 156 | } | 
|  | 157 |  | 
|  | 158 | /* | 
|  | 159 | * Update the record referred to by cur to the value given | 
| Christoph Hellwig | 278d0ca | 2008-10-30 16:56:32 +1100 | [diff] [blame] | 160 | * by [off, bno, len, state]. | 
|  | 161 | * This either works (return 0) or gets an EFSCORRUPTED error. | 
|  | 162 | */ | 
|  | 163 | STATIC int | 
|  | 164 | xfs_bmbt_update( | 
|  | 165 | struct xfs_btree_cur	*cur, | 
|  | 166 | xfs_fileoff_t		off, | 
|  | 167 | xfs_fsblock_t		bno, | 
|  | 168 | xfs_filblks_t		len, | 
|  | 169 | xfs_exntst_t		state) | 
|  | 170 | { | 
|  | 171 | union xfs_btree_rec	rec; | 
|  | 172 |  | 
|  | 173 | xfs_bmbt_disk_set_allf(&rec.bmbt, off, bno, len, state); | 
|  | 174 | return xfs_btree_update(cur, &rec); | 
|  | 175 | } | 
| Christoph Hellwig | fe033cc | 2008-10-30 16:56:09 +1100 | [diff] [blame] | 176 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 177 | /* | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 178 | * Compute the worst-case number of indirect blocks that will be used | 
|  | 179 | * for ip's delayed extent of length "len". | 
|  | 180 | */ | 
|  | 181 | STATIC xfs_filblks_t | 
|  | 182 | xfs_bmap_worst_indlen( | 
|  | 183 | xfs_inode_t	*ip,		/* incore inode pointer */ | 
|  | 184 | xfs_filblks_t	len)		/* delayed extent length */ | 
|  | 185 | { | 
|  | 186 | int		level;		/* btree level number */ | 
|  | 187 | int		maxrecs;	/* maximum record count at this level */ | 
|  | 188 | xfs_mount_t	*mp;		/* mount structure */ | 
|  | 189 | xfs_filblks_t	rval;		/* return value */ | 
|  | 190 |  | 
|  | 191 | mp = ip->i_mount; | 
|  | 192 | maxrecs = mp->m_bmap_dmxr[0]; | 
|  | 193 | for (level = 0, rval = 0; | 
|  | 194 | level < XFS_BM_MAXLEVELS(mp, XFS_DATA_FORK); | 
|  | 195 | level++) { | 
|  | 196 | len += maxrecs - 1; | 
|  | 197 | do_div(len, maxrecs); | 
|  | 198 | rval += len; | 
|  | 199 | if (len == 1) | 
|  | 200 | return rval + XFS_BM_MAXLEVELS(mp, XFS_DATA_FORK) - | 
|  | 201 | level - 1; | 
|  | 202 | if (level == 0) | 
|  | 203 | maxrecs = mp->m_bmap_dmxr[1]; | 
|  | 204 | } | 
|  | 205 | return rval; | 
|  | 206 | } | 
|  | 207 |  | 
|  | 208 | /* | 
|  | 209 | * Calculate the default attribute fork offset for newly created inodes. | 
|  | 210 | */ | 
|  | 211 | uint | 
|  | 212 | xfs_default_attroffset( | 
|  | 213 | struct xfs_inode	*ip) | 
|  | 214 | { | 
|  | 215 | struct xfs_mount	*mp = ip->i_mount; | 
|  | 216 | uint			offset; | 
|  | 217 |  | 
|  | 218 | if (mp->m_sb.sb_inodesize == 256) { | 
| Christoph Hellwig | 56cea2d | 2013-03-12 23:30:36 +1100 | [diff] [blame] | 219 | offset = XFS_LITINO(mp, ip->i_d.di_version) - | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 220 | XFS_BMDR_SPACE_CALC(MINABTPTRS); | 
|  | 221 | } else { | 
|  | 222 | offset = XFS_BMDR_SPACE_CALC(6 * MINABTPTRS); | 
|  | 223 | } | 
|  | 224 |  | 
| Christoph Hellwig | 56cea2d | 2013-03-12 23:30:36 +1100 | [diff] [blame] | 225 | ASSERT(offset < XFS_LITINO(mp, ip->i_d.di_version)); | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 226 | return offset; | 
|  | 227 | } | 
|  | 228 |  | 
|  | 229 | /* | 
|  | 230 | * Helper routine to reset inode di_forkoff field when switching | 
|  | 231 | * attribute fork from local to extent format - we reset it where | 
|  | 232 | * possible to make space available for inline data fork extents. | 
|  | 233 | */ | 
|  | 234 | STATIC void | 
|  | 235 | xfs_bmap_forkoff_reset( | 
|  | 236 | xfs_mount_t	*mp, | 
|  | 237 | xfs_inode_t	*ip, | 
|  | 238 | int		whichfork) | 
|  | 239 | { | 
|  | 240 | if (whichfork == XFS_ATTR_FORK && | 
|  | 241 | ip->i_d.di_format != XFS_DINODE_FMT_DEV && | 
|  | 242 | ip->i_d.di_format != XFS_DINODE_FMT_UUID && | 
|  | 243 | ip->i_d.di_format != XFS_DINODE_FMT_BTREE) { | 
|  | 244 | uint	dfl_forkoff = xfs_default_attroffset(ip) >> 3; | 
|  | 245 |  | 
|  | 246 | if (dfl_forkoff > ip->i_d.di_forkoff) | 
|  | 247 | ip->i_d.di_forkoff = dfl_forkoff; | 
|  | 248 | } | 
|  | 249 | } | 
|  | 250 |  | 
|  | 251 | /* | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 252 | * Debug/sanity checking code | 
|  | 253 | */ | 
|  | 254 |  | 
|  | 255 | STATIC int | 
|  | 256 | xfs_bmap_sanity_check( | 
|  | 257 | struct xfs_mount	*mp, | 
|  | 258 | struct xfs_buf		*bp, | 
|  | 259 | int			level) | 
|  | 260 | { | 
|  | 261 | struct xfs_btree_block  *block = XFS_BUF_TO_BLOCK(bp); | 
|  | 262 |  | 
| Christoph Hellwig | ee1a47a | 2013-04-21 14:53:46 -0500 | [diff] [blame] | 263 | if (block->bb_magic != cpu_to_be32(XFS_BMAP_CRC_MAGIC) && | 
|  | 264 | block->bb_magic != cpu_to_be32(XFS_BMAP_MAGIC)) | 
|  | 265 | return 0; | 
|  | 266 |  | 
|  | 267 | if (be16_to_cpu(block->bb_level) != level || | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 268 | be16_to_cpu(block->bb_numrecs) == 0 || | 
|  | 269 | be16_to_cpu(block->bb_numrecs) > mp->m_bmap_dmxr[level != 0]) | 
|  | 270 | return 0; | 
| Christoph Hellwig | ee1a47a | 2013-04-21 14:53:46 -0500 | [diff] [blame] | 271 |  | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 272 | return 1; | 
|  | 273 | } | 
|  | 274 |  | 
|  | 275 | #ifdef DEBUG | 
|  | 276 | STATIC struct xfs_buf * | 
|  | 277 | xfs_bmap_get_bp( | 
|  | 278 | struct xfs_btree_cur	*cur, | 
|  | 279 | xfs_fsblock_t		bno) | 
|  | 280 | { | 
|  | 281 | struct xfs_log_item_desc *lidp; | 
|  | 282 | int			i; | 
|  | 283 |  | 
|  | 284 | if (!cur) | 
|  | 285 | return NULL; | 
|  | 286 |  | 
|  | 287 | for (i = 0; i < XFS_BTREE_MAXLEVELS; i++) { | 
|  | 288 | if (!cur->bc_bufs[i]) | 
|  | 289 | break; | 
|  | 290 | if (XFS_BUF_ADDR(cur->bc_bufs[i]) == bno) | 
|  | 291 | return cur->bc_bufs[i]; | 
|  | 292 | } | 
|  | 293 |  | 
|  | 294 | /* Chase down all the log items to see if the bp is there */ | 
|  | 295 | list_for_each_entry(lidp, &cur->bc_tp->t_items, lid_trans) { | 
|  | 296 | struct xfs_buf_log_item	*bip; | 
|  | 297 | bip = (struct xfs_buf_log_item *)lidp->lid_item; | 
|  | 298 | if (bip->bli_item.li_type == XFS_LI_BUF && | 
|  | 299 | XFS_BUF_ADDR(bip->bli_buf) == bno) | 
|  | 300 | return bip->bli_buf; | 
|  | 301 | } | 
|  | 302 |  | 
|  | 303 | return NULL; | 
|  | 304 | } | 
|  | 305 |  | 
|  | 306 | STATIC void | 
|  | 307 | xfs_check_block( | 
|  | 308 | struct xfs_btree_block	*block, | 
|  | 309 | xfs_mount_t		*mp, | 
|  | 310 | int			root, | 
|  | 311 | short			sz) | 
|  | 312 | { | 
|  | 313 | int			i, j, dmxr; | 
|  | 314 | __be64			*pp, *thispa;	/* pointer to block address */ | 
|  | 315 | xfs_bmbt_key_t		*prevp, *keyp; | 
|  | 316 |  | 
|  | 317 | ASSERT(be16_to_cpu(block->bb_level) > 0); | 
|  | 318 |  | 
|  | 319 | prevp = NULL; | 
|  | 320 | for( i = 1; i <= xfs_btree_get_numrecs(block); i++) { | 
|  | 321 | dmxr = mp->m_bmap_dmxr[0]; | 
|  | 322 | keyp = XFS_BMBT_KEY_ADDR(mp, block, i); | 
|  | 323 |  | 
|  | 324 | if (prevp) { | 
|  | 325 | ASSERT(be64_to_cpu(prevp->br_startoff) < | 
|  | 326 | be64_to_cpu(keyp->br_startoff)); | 
|  | 327 | } | 
|  | 328 | prevp = keyp; | 
|  | 329 |  | 
|  | 330 | /* | 
|  | 331 | * Compare the block numbers to see if there are dups. | 
|  | 332 | */ | 
|  | 333 | if (root) | 
|  | 334 | pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, i, sz); | 
|  | 335 | else | 
|  | 336 | pp = XFS_BMBT_PTR_ADDR(mp, block, i, dmxr); | 
|  | 337 |  | 
|  | 338 | for (j = i+1; j <= be16_to_cpu(block->bb_numrecs); j++) { | 
|  | 339 | if (root) | 
|  | 340 | thispa = XFS_BMAP_BROOT_PTR_ADDR(mp, block, j, sz); | 
|  | 341 | else | 
|  | 342 | thispa = XFS_BMBT_PTR_ADDR(mp, block, j, dmxr); | 
|  | 343 | if (*thispa == *pp) { | 
|  | 344 | xfs_warn(mp, "%s: thispa(%d) == pp(%d) %Ld", | 
|  | 345 | __func__, j, i, | 
|  | 346 | (unsigned long long)be64_to_cpu(*thispa)); | 
|  | 347 | panic("%s: ptrs are equal in node\n", | 
|  | 348 | __func__); | 
|  | 349 | } | 
|  | 350 | } | 
|  | 351 | } | 
|  | 352 | } | 
|  | 353 |  | 
|  | 354 | /* | 
|  | 355 | * Check that the extents for the inode ip are in the right order in all | 
|  | 356 | * btree leaves. | 
|  | 357 | */ | 
|  | 358 |  | 
|  | 359 | STATIC void | 
|  | 360 | xfs_bmap_check_leaf_extents( | 
|  | 361 | xfs_btree_cur_t		*cur,	/* btree cursor or null */ | 
|  | 362 | xfs_inode_t		*ip,		/* incore inode pointer */ | 
|  | 363 | int			whichfork)	/* data or attr fork */ | 
|  | 364 | { | 
|  | 365 | struct xfs_btree_block	*block;	/* current btree block */ | 
|  | 366 | xfs_fsblock_t		bno;	/* block # of "block" */ | 
|  | 367 | xfs_buf_t		*bp;	/* buffer for "block" */ | 
|  | 368 | int			error;	/* error return value */ | 
|  | 369 | xfs_extnum_t		i=0, j;	/* index into the extents list */ | 
|  | 370 | xfs_ifork_t		*ifp;	/* fork structure */ | 
|  | 371 | int			level;	/* btree level, for checking */ | 
|  | 372 | xfs_mount_t		*mp;	/* file system mount structure */ | 
|  | 373 | __be64			*pp;	/* pointer to block address */ | 
|  | 374 | xfs_bmbt_rec_t		*ep;	/* pointer to current extent */ | 
|  | 375 | xfs_bmbt_rec_t		last = {0, 0}; /* last extent in prev block */ | 
|  | 376 | xfs_bmbt_rec_t		*nextp;	/* pointer to next extent */ | 
|  | 377 | int			bp_release = 0; | 
|  | 378 |  | 
|  | 379 | if (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE) { | 
|  | 380 | return; | 
|  | 381 | } | 
|  | 382 |  | 
|  | 383 | bno = NULLFSBLOCK; | 
|  | 384 | mp = ip->i_mount; | 
|  | 385 | ifp = XFS_IFORK_PTR(ip, whichfork); | 
|  | 386 | block = ifp->if_broot; | 
|  | 387 | /* | 
|  | 388 | * Root level must use BMAP_BROOT_PTR_ADDR macro to get ptr out. | 
|  | 389 | */ | 
|  | 390 | level = be16_to_cpu(block->bb_level); | 
|  | 391 | ASSERT(level > 0); | 
|  | 392 | xfs_check_block(block, mp, 1, ifp->if_broot_bytes); | 
|  | 393 | pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes); | 
|  | 394 | bno = be64_to_cpu(*pp); | 
|  | 395 |  | 
|  | 396 | ASSERT(bno != NULLDFSBNO); | 
|  | 397 | ASSERT(XFS_FSB_TO_AGNO(mp, bno) < mp->m_sb.sb_agcount); | 
|  | 398 | ASSERT(XFS_FSB_TO_AGBNO(mp, bno) < mp->m_sb.sb_agblocks); | 
|  | 399 |  | 
|  | 400 | /* | 
|  | 401 | * Go down the tree until leaf level is reached, following the first | 
|  | 402 | * pointer (leftmost) at each level. | 
|  | 403 | */ | 
|  | 404 | while (level-- > 0) { | 
|  | 405 | /* See if buf is in cur first */ | 
|  | 406 | bp_release = 0; | 
|  | 407 | bp = xfs_bmap_get_bp(cur, XFS_FSB_TO_DADDR(mp, bno)); | 
|  | 408 | if (!bp) { | 
|  | 409 | bp_release = 1; | 
|  | 410 | error = xfs_btree_read_bufl(mp, NULL, bno, 0, &bp, | 
|  | 411 | XFS_BMAP_BTREE_REF, | 
|  | 412 | &xfs_bmbt_buf_ops); | 
|  | 413 | if (error) | 
|  | 414 | goto error_norelse; | 
|  | 415 | } | 
|  | 416 | block = XFS_BUF_TO_BLOCK(bp); | 
|  | 417 | XFS_WANT_CORRUPTED_GOTO( | 
|  | 418 | xfs_bmap_sanity_check(mp, bp, level), | 
|  | 419 | error0); | 
|  | 420 | if (level == 0) | 
|  | 421 | break; | 
|  | 422 |  | 
|  | 423 | /* | 
|  | 424 | * Check this block for basic sanity (increasing keys and | 
|  | 425 | * no duplicate blocks). | 
|  | 426 | */ | 
|  | 427 |  | 
|  | 428 | xfs_check_block(block, mp, 0, 0); | 
|  | 429 | pp = XFS_BMBT_PTR_ADDR(mp, block, 1, mp->m_bmap_dmxr[1]); | 
|  | 430 | bno = be64_to_cpu(*pp); | 
|  | 431 | XFS_WANT_CORRUPTED_GOTO(XFS_FSB_SANITY_CHECK(mp, bno), error0); | 
|  | 432 | if (bp_release) { | 
|  | 433 | bp_release = 0; | 
|  | 434 | xfs_trans_brelse(NULL, bp); | 
|  | 435 | } | 
|  | 436 | } | 
|  | 437 |  | 
|  | 438 | /* | 
|  | 439 | * Here with bp and block set to the leftmost leaf node in the tree. | 
|  | 440 | */ | 
|  | 441 | i = 0; | 
|  | 442 |  | 
|  | 443 | /* | 
|  | 444 | * Loop over all leaf nodes checking that all extents are in the right order. | 
|  | 445 | */ | 
|  | 446 | for (;;) { | 
|  | 447 | xfs_fsblock_t	nextbno; | 
|  | 448 | xfs_extnum_t	num_recs; | 
|  | 449 |  | 
|  | 450 |  | 
|  | 451 | num_recs = xfs_btree_get_numrecs(block); | 
|  | 452 |  | 
|  | 453 | /* | 
|  | 454 | * Read-ahead the next leaf block, if any. | 
|  | 455 | */ | 
|  | 456 |  | 
|  | 457 | nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); | 
|  | 458 |  | 
|  | 459 | /* | 
|  | 460 | * Check all the extents to make sure they are OK. | 
|  | 461 | * If we had a previous block, the last entry should | 
|  | 462 | * conform with the first entry in this one. | 
|  | 463 | */ | 
|  | 464 |  | 
|  | 465 | ep = XFS_BMBT_REC_ADDR(mp, block, 1); | 
|  | 466 | if (i) { | 
|  | 467 | ASSERT(xfs_bmbt_disk_get_startoff(&last) + | 
|  | 468 | xfs_bmbt_disk_get_blockcount(&last) <= | 
|  | 469 | xfs_bmbt_disk_get_startoff(ep)); | 
|  | 470 | } | 
|  | 471 | for (j = 1; j < num_recs; j++) { | 
|  | 472 | nextp = XFS_BMBT_REC_ADDR(mp, block, j + 1); | 
|  | 473 | ASSERT(xfs_bmbt_disk_get_startoff(ep) + | 
|  | 474 | xfs_bmbt_disk_get_blockcount(ep) <= | 
|  | 475 | xfs_bmbt_disk_get_startoff(nextp)); | 
|  | 476 | ep = nextp; | 
|  | 477 | } | 
|  | 478 |  | 
|  | 479 | last = *ep; | 
|  | 480 | i += num_recs; | 
|  | 481 | if (bp_release) { | 
|  | 482 | bp_release = 0; | 
|  | 483 | xfs_trans_brelse(NULL, bp); | 
|  | 484 | } | 
|  | 485 | bno = nextbno; | 
|  | 486 | /* | 
|  | 487 | * If we've reached the end, stop. | 
|  | 488 | */ | 
|  | 489 | if (bno == NULLFSBLOCK) | 
|  | 490 | break; | 
|  | 491 |  | 
|  | 492 | bp_release = 0; | 
|  | 493 | bp = xfs_bmap_get_bp(cur, XFS_FSB_TO_DADDR(mp, bno)); | 
|  | 494 | if (!bp) { | 
|  | 495 | bp_release = 1; | 
|  | 496 | error = xfs_btree_read_bufl(mp, NULL, bno, 0, &bp, | 
|  | 497 | XFS_BMAP_BTREE_REF, | 
|  | 498 | &xfs_bmbt_buf_ops); | 
|  | 499 | if (error) | 
|  | 500 | goto error_norelse; | 
|  | 501 | } | 
|  | 502 | block = XFS_BUF_TO_BLOCK(bp); | 
|  | 503 | } | 
|  | 504 | if (bp_release) { | 
|  | 505 | bp_release = 0; | 
|  | 506 | xfs_trans_brelse(NULL, bp); | 
|  | 507 | } | 
|  | 508 | return; | 
|  | 509 |  | 
|  | 510 | error0: | 
|  | 511 | xfs_warn(mp, "%s: at error0", __func__); | 
|  | 512 | if (bp_release) | 
|  | 513 | xfs_trans_brelse(NULL, bp); | 
|  | 514 | error_norelse: | 
|  | 515 | xfs_warn(mp, "%s: BAD after btree leaves for %d extents", | 
|  | 516 | __func__, i); | 
|  | 517 | panic("%s: CORRUPTED BTREE OR SOMETHING", __func__); | 
|  | 518 | return; | 
|  | 519 | } | 
|  | 520 |  | 
|  | 521 | /* | 
|  | 522 | * Add bmap trace insert entries for all the contents of the extent records. | 
|  | 523 | */ | 
|  | 524 | void | 
|  | 525 | xfs_bmap_trace_exlist( | 
|  | 526 | xfs_inode_t	*ip,		/* incore inode pointer */ | 
|  | 527 | xfs_extnum_t	cnt,		/* count of entries in the list */ | 
|  | 528 | int		whichfork,	/* data or attr fork */ | 
|  | 529 | unsigned long	caller_ip) | 
|  | 530 | { | 
|  | 531 | xfs_extnum_t	idx;		/* extent record index */ | 
|  | 532 | xfs_ifork_t	*ifp;		/* inode fork pointer */ | 
|  | 533 | int		state = 0; | 
|  | 534 |  | 
|  | 535 | if (whichfork == XFS_ATTR_FORK) | 
|  | 536 | state |= BMAP_ATTRFORK; | 
|  | 537 |  | 
|  | 538 | ifp = XFS_IFORK_PTR(ip, whichfork); | 
|  | 539 | ASSERT(cnt == (ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t))); | 
|  | 540 | for (idx = 0; idx < cnt; idx++) | 
|  | 541 | trace_xfs_extlist(ip, idx, whichfork, caller_ip); | 
|  | 542 | } | 
|  | 543 |  | 
|  | 544 | /* | 
|  | 545 | * Validate that the bmbt_irecs being returned from bmapi are valid | 
| Zhi Yong Wu | a97f4df | 2013-08-12 03:14:53 +0000 | [diff] [blame] | 546 | * given the caller's original parameters.  Specifically check the | 
|  | 547 | * ranges of the returned irecs to ensure that they only extend beyond | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 548 | * the given parameters if the XFS_BMAPI_ENTIRE flag was set. | 
|  | 549 | */ | 
|  | 550 | STATIC void | 
|  | 551 | xfs_bmap_validate_ret( | 
|  | 552 | xfs_fileoff_t		bno, | 
|  | 553 | xfs_filblks_t		len, | 
|  | 554 | int			flags, | 
|  | 555 | xfs_bmbt_irec_t		*mval, | 
|  | 556 | int			nmap, | 
|  | 557 | int			ret_nmap) | 
|  | 558 | { | 
|  | 559 | int			i;		/* index to map values */ | 
|  | 560 |  | 
|  | 561 | ASSERT(ret_nmap <= nmap); | 
|  | 562 |  | 
|  | 563 | for (i = 0; i < ret_nmap; i++) { | 
|  | 564 | ASSERT(mval[i].br_blockcount > 0); | 
|  | 565 | if (!(flags & XFS_BMAPI_ENTIRE)) { | 
|  | 566 | ASSERT(mval[i].br_startoff >= bno); | 
|  | 567 | ASSERT(mval[i].br_blockcount <= len); | 
|  | 568 | ASSERT(mval[i].br_startoff + mval[i].br_blockcount <= | 
|  | 569 | bno + len); | 
|  | 570 | } else { | 
|  | 571 | ASSERT(mval[i].br_startoff < bno + len); | 
|  | 572 | ASSERT(mval[i].br_startoff + mval[i].br_blockcount > | 
|  | 573 | bno); | 
|  | 574 | } | 
|  | 575 | ASSERT(i == 0 || | 
|  | 576 | mval[i - 1].br_startoff + mval[i - 1].br_blockcount == | 
|  | 577 | mval[i].br_startoff); | 
|  | 578 | ASSERT(mval[i].br_startblock != DELAYSTARTBLOCK && | 
|  | 579 | mval[i].br_startblock != HOLESTARTBLOCK); | 
|  | 580 | ASSERT(mval[i].br_state == XFS_EXT_NORM || | 
|  | 581 | mval[i].br_state == XFS_EXT_UNWRITTEN); | 
|  | 582 | } | 
|  | 583 | } | 
|  | 584 |  | 
|  | 585 | #else | 
|  | 586 | #define xfs_bmap_check_leaf_extents(cur, ip, whichfork)		do { } while (0) | 
|  | 587 | #define	xfs_bmap_validate_ret(bno,len,flags,mval,onmap,nmap) | 
|  | 588 | #endif /* DEBUG */ | 
|  | 589 |  | 
|  | 590 | /* | 
|  | 591 | * bmap free list manipulation functions | 
|  | 592 | */ | 
|  | 593 |  | 
|  | 594 | /* | 
|  | 595 | * Add the extent to the list of extents to be free at transaction end. | 
|  | 596 | * The list is maintained sorted (by block number). | 
|  | 597 | */ | 
|  | 598 | void | 
|  | 599 | xfs_bmap_add_free( | 
|  | 600 | xfs_fsblock_t		bno,		/* fs block number of extent */ | 
|  | 601 | xfs_filblks_t		len,		/* length of extent */ | 
|  | 602 | xfs_bmap_free_t		*flist,		/* list of extents */ | 
|  | 603 | xfs_mount_t		*mp)		/* mount point structure */ | 
|  | 604 | { | 
|  | 605 | xfs_bmap_free_item_t	*cur;		/* current (next) element */ | 
|  | 606 | xfs_bmap_free_item_t	*new;		/* new element */ | 
|  | 607 | xfs_bmap_free_item_t	*prev;		/* previous element */ | 
|  | 608 | #ifdef DEBUG | 
|  | 609 | xfs_agnumber_t		agno; | 
|  | 610 | xfs_agblock_t		agbno; | 
|  | 611 |  | 
|  | 612 | ASSERT(bno != NULLFSBLOCK); | 
|  | 613 | ASSERT(len > 0); | 
|  | 614 | ASSERT(len <= MAXEXTLEN); | 
|  | 615 | ASSERT(!isnullstartblock(bno)); | 
|  | 616 | agno = XFS_FSB_TO_AGNO(mp, bno); | 
|  | 617 | agbno = XFS_FSB_TO_AGBNO(mp, bno); | 
|  | 618 | ASSERT(agno < mp->m_sb.sb_agcount); | 
|  | 619 | ASSERT(agbno < mp->m_sb.sb_agblocks); | 
|  | 620 | ASSERT(len < mp->m_sb.sb_agblocks); | 
|  | 621 | ASSERT(agbno + len <= mp->m_sb.sb_agblocks); | 
|  | 622 | #endif | 
|  | 623 | ASSERT(xfs_bmap_free_item_zone != NULL); | 
|  | 624 | new = kmem_zone_alloc(xfs_bmap_free_item_zone, KM_SLEEP); | 
|  | 625 | new->xbfi_startblock = bno; | 
|  | 626 | new->xbfi_blockcount = (xfs_extlen_t)len; | 
|  | 627 | for (prev = NULL, cur = flist->xbf_first; | 
|  | 628 | cur != NULL; | 
|  | 629 | prev = cur, cur = cur->xbfi_next) { | 
|  | 630 | if (cur->xbfi_startblock >= bno) | 
|  | 631 | break; | 
|  | 632 | } | 
|  | 633 | if (prev) | 
|  | 634 | prev->xbfi_next = new; | 
|  | 635 | else | 
|  | 636 | flist->xbf_first = new; | 
|  | 637 | new->xbfi_next = cur; | 
|  | 638 | flist->xbf_count++; | 
|  | 639 | } | 
|  | 640 |  | 
|  | 641 | /* | 
|  | 642 | * Remove the entry "free" from the free item list.  Prev points to the | 
|  | 643 | * previous entry, unless "free" is the head of the list. | 
|  | 644 | */ | 
| Dave Chinner | 6898811 | 2013-08-12 20:49:42 +1000 | [diff] [blame] | 645 | void | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 646 | xfs_bmap_del_free( | 
|  | 647 | xfs_bmap_free_t		*flist,	/* free item list header */ | 
|  | 648 | xfs_bmap_free_item_t	*prev,	/* previous item on list, if any */ | 
|  | 649 | xfs_bmap_free_item_t	*free)	/* list item to be freed */ | 
|  | 650 | { | 
|  | 651 | if (prev) | 
|  | 652 | prev->xbfi_next = free->xbfi_next; | 
|  | 653 | else | 
|  | 654 | flist->xbf_first = free->xbfi_next; | 
|  | 655 | flist->xbf_count--; | 
|  | 656 | kmem_zone_free(xfs_bmap_free_item_zone, free); | 
|  | 657 | } | 
|  | 658 |  | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 659 | /* | 
|  | 660 | * Free up any items left in the list. | 
|  | 661 | */ | 
|  | 662 | void | 
|  | 663 | xfs_bmap_cancel( | 
|  | 664 | xfs_bmap_free_t		*flist)	/* list of bmap_free_items */ | 
|  | 665 | { | 
|  | 666 | xfs_bmap_free_item_t	*free;	/* free list item */ | 
|  | 667 | xfs_bmap_free_item_t	*next; | 
|  | 668 |  | 
|  | 669 | if (flist->xbf_count == 0) | 
|  | 670 | return; | 
|  | 671 | ASSERT(flist->xbf_first != NULL); | 
|  | 672 | for (free = flist->xbf_first; free; free = next) { | 
|  | 673 | next = free->xbfi_next; | 
|  | 674 | xfs_bmap_del_free(flist, NULL, free); | 
|  | 675 | } | 
|  | 676 | ASSERT(flist->xbf_count == 0); | 
|  | 677 | } | 
|  | 678 |  | 
|  | 679 | /* | 
|  | 680 | * Inode fork format manipulation functions | 
|  | 681 | */ | 
|  | 682 |  | 
|  | 683 | /* | 
|  | 684 | * Transform a btree format file with only one leaf node, where the | 
|  | 685 | * extents list will fit in the inode, into an extents format file. | 
|  | 686 | * Since the file extents are already in-core, all we have to do is | 
|  | 687 | * give up the space for the btree root and pitch the leaf block. | 
|  | 688 | */ | 
|  | 689 | STATIC int				/* error */ | 
|  | 690 | xfs_bmap_btree_to_extents( | 
|  | 691 | xfs_trans_t		*tp,	/* transaction pointer */ | 
|  | 692 | xfs_inode_t		*ip,	/* incore inode pointer */ | 
|  | 693 | xfs_btree_cur_t		*cur,	/* btree cursor */ | 
|  | 694 | int			*logflagsp, /* inode logging flags */ | 
|  | 695 | int			whichfork)  /* data or attr fork */ | 
|  | 696 | { | 
|  | 697 | /* REFERENCED */ | 
|  | 698 | struct xfs_btree_block	*cblock;/* child btree block */ | 
|  | 699 | xfs_fsblock_t		cbno;	/* child block number */ | 
|  | 700 | xfs_buf_t		*cbp;	/* child block's buffer */ | 
|  | 701 | int			error;	/* error return value */ | 
|  | 702 | xfs_ifork_t		*ifp;	/* inode fork data */ | 
|  | 703 | xfs_mount_t		*mp;	/* mount point structure */ | 
|  | 704 | __be64			*pp;	/* ptr to block address */ | 
|  | 705 | struct xfs_btree_block	*rblock;/* root btree block */ | 
|  | 706 |  | 
|  | 707 | mp = ip->i_mount; | 
|  | 708 | ifp = XFS_IFORK_PTR(ip, whichfork); | 
|  | 709 | ASSERT(ifp->if_flags & XFS_IFEXTENTS); | 
|  | 710 | ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_BTREE); | 
|  | 711 | rblock = ifp->if_broot; | 
|  | 712 | ASSERT(be16_to_cpu(rblock->bb_level) == 1); | 
|  | 713 | ASSERT(be16_to_cpu(rblock->bb_numrecs) == 1); | 
|  | 714 | ASSERT(xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0) == 1); | 
|  | 715 | pp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, ifp->if_broot_bytes); | 
|  | 716 | cbno = be64_to_cpu(*pp); | 
|  | 717 | *logflagsp = 0; | 
|  | 718 | #ifdef DEBUG | 
|  | 719 | if ((error = xfs_btree_check_lptr(cur, cbno, 1))) | 
|  | 720 | return error; | 
|  | 721 | #endif | 
|  | 722 | error = xfs_btree_read_bufl(mp, tp, cbno, 0, &cbp, XFS_BMAP_BTREE_REF, | 
|  | 723 | &xfs_bmbt_buf_ops); | 
|  | 724 | if (error) | 
|  | 725 | return error; | 
|  | 726 | cblock = XFS_BUF_TO_BLOCK(cbp); | 
|  | 727 | if ((error = xfs_btree_check_block(cur, cblock, 0, cbp))) | 
|  | 728 | return error; | 
|  | 729 | xfs_bmap_add_free(cbno, 1, cur->bc_private.b.flist, mp); | 
|  | 730 | ip->i_d.di_nblocks--; | 
|  | 731 | xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, -1L); | 
|  | 732 | xfs_trans_binval(tp, cbp); | 
|  | 733 | if (cur->bc_bufs[0] == cbp) | 
|  | 734 | cur->bc_bufs[0] = NULL; | 
|  | 735 | xfs_iroot_realloc(ip, -1, whichfork); | 
|  | 736 | ASSERT(ifp->if_broot == NULL); | 
|  | 737 | ASSERT((ifp->if_flags & XFS_IFBROOT) == 0); | 
|  | 738 | XFS_IFORK_FMT_SET(ip, whichfork, XFS_DINODE_FMT_EXTENTS); | 
|  | 739 | *logflagsp = XFS_ILOG_CORE | xfs_ilog_fext(whichfork); | 
|  | 740 | return 0; | 
|  | 741 | } | 
|  | 742 |  | 
|  | 743 | /* | 
|  | 744 | * Convert an extents-format file into a btree-format file. | 
|  | 745 | * The new file will have a root block (in the inode) and a single child block. | 
|  | 746 | */ | 
|  | 747 | STATIC int					/* error */ | 
|  | 748 | xfs_bmap_extents_to_btree( | 
|  | 749 | xfs_trans_t		*tp,		/* transaction pointer */ | 
|  | 750 | xfs_inode_t		*ip,		/* incore inode pointer */ | 
|  | 751 | xfs_fsblock_t		*firstblock,	/* first-block-allocated */ | 
|  | 752 | xfs_bmap_free_t		*flist,		/* blocks freed in xaction */ | 
|  | 753 | xfs_btree_cur_t		**curp,		/* cursor returned to caller */ | 
|  | 754 | int			wasdel,		/* converting a delayed alloc */ | 
|  | 755 | int			*logflagsp,	/* inode logging flags */ | 
|  | 756 | int			whichfork)	/* data or attr fork */ | 
|  | 757 | { | 
|  | 758 | struct xfs_btree_block	*ablock;	/* allocated (child) bt block */ | 
|  | 759 | xfs_buf_t		*abp;		/* buffer for ablock */ | 
|  | 760 | xfs_alloc_arg_t		args;		/* allocation arguments */ | 
|  | 761 | xfs_bmbt_rec_t		*arp;		/* child record pointer */ | 
|  | 762 | struct xfs_btree_block	*block;		/* btree root block */ | 
|  | 763 | xfs_btree_cur_t		*cur;		/* bmap btree cursor */ | 
|  | 764 | xfs_bmbt_rec_host_t	*ep;		/* extent record pointer */ | 
|  | 765 | int			error;		/* error return value */ | 
|  | 766 | xfs_extnum_t		i, cnt;		/* extent record index */ | 
|  | 767 | xfs_ifork_t		*ifp;		/* inode fork pointer */ | 
|  | 768 | xfs_bmbt_key_t		*kp;		/* root block key pointer */ | 
|  | 769 | xfs_mount_t		*mp;		/* mount structure */ | 
|  | 770 | xfs_extnum_t		nextents;	/* number of file extents */ | 
|  | 771 | xfs_bmbt_ptr_t		*pp;		/* root block address pointer */ | 
|  | 772 |  | 
| Christoph Hellwig | ee1a47a | 2013-04-21 14:53:46 -0500 | [diff] [blame] | 773 | mp = ip->i_mount; | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 774 | ifp = XFS_IFORK_PTR(ip, whichfork); | 
|  | 775 | ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS); | 
|  | 776 |  | 
|  | 777 | /* | 
|  | 778 | * Make space in the inode incore. | 
|  | 779 | */ | 
|  | 780 | xfs_iroot_realloc(ip, 1, whichfork); | 
|  | 781 | ifp->if_flags |= XFS_IFBROOT; | 
|  | 782 |  | 
|  | 783 | /* | 
|  | 784 | * Fill in the root. | 
|  | 785 | */ | 
|  | 786 | block = ifp->if_broot; | 
| Christoph Hellwig | ee1a47a | 2013-04-21 14:53:46 -0500 | [diff] [blame] | 787 | if (xfs_sb_version_hascrc(&mp->m_sb)) | 
|  | 788 | xfs_btree_init_block_int(mp, block, XFS_BUF_DADDR_NULL, | 
|  | 789 | XFS_BMAP_CRC_MAGIC, 1, 1, ip->i_ino, | 
|  | 790 | XFS_BTREE_LONG_PTRS | XFS_BTREE_CRC_BLOCKS); | 
|  | 791 | else | 
|  | 792 | xfs_btree_init_block_int(mp, block, XFS_BUF_DADDR_NULL, | 
|  | 793 | XFS_BMAP_MAGIC, 1, 1, ip->i_ino, | 
|  | 794 | XFS_BTREE_LONG_PTRS); | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 795 |  | 
|  | 796 | /* | 
|  | 797 | * Need a cursor.  Can't allocate until bb_level is filled in. | 
|  | 798 | */ | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 799 | cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); | 
|  | 800 | cur->bc_private.b.firstblock = *firstblock; | 
|  | 801 | cur->bc_private.b.flist = flist; | 
|  | 802 | cur->bc_private.b.flags = wasdel ? XFS_BTCUR_BPRV_WASDEL : 0; | 
|  | 803 | /* | 
|  | 804 | * Convert to a btree with two levels, one record in root. | 
|  | 805 | */ | 
|  | 806 | XFS_IFORK_FMT_SET(ip, whichfork, XFS_DINODE_FMT_BTREE); | 
|  | 807 | memset(&args, 0, sizeof(args)); | 
|  | 808 | args.tp = tp; | 
|  | 809 | args.mp = mp; | 
|  | 810 | args.firstblock = *firstblock; | 
|  | 811 | if (*firstblock == NULLFSBLOCK) { | 
|  | 812 | args.type = XFS_ALLOCTYPE_START_BNO; | 
|  | 813 | args.fsbno = XFS_INO_TO_FSB(mp, ip->i_ino); | 
|  | 814 | } else if (flist->xbf_low) { | 
|  | 815 | args.type = XFS_ALLOCTYPE_START_BNO; | 
|  | 816 | args.fsbno = *firstblock; | 
|  | 817 | } else { | 
|  | 818 | args.type = XFS_ALLOCTYPE_NEAR_BNO; | 
|  | 819 | args.fsbno = *firstblock; | 
|  | 820 | } | 
|  | 821 | args.minlen = args.maxlen = args.prod = 1; | 
|  | 822 | args.wasdel = wasdel; | 
|  | 823 | *logflagsp = 0; | 
|  | 824 | if ((error = xfs_alloc_vextent(&args))) { | 
|  | 825 | xfs_iroot_realloc(ip, -1, whichfork); | 
|  | 826 | xfs_btree_del_cursor(cur, XFS_BTREE_ERROR); | 
|  | 827 | return error; | 
|  | 828 | } | 
|  | 829 | /* | 
|  | 830 | * Allocation can't fail, the space was reserved. | 
|  | 831 | */ | 
|  | 832 | ASSERT(args.fsbno != NULLFSBLOCK); | 
|  | 833 | ASSERT(*firstblock == NULLFSBLOCK || | 
|  | 834 | args.agno == XFS_FSB_TO_AGNO(mp, *firstblock) || | 
|  | 835 | (flist->xbf_low && | 
|  | 836 | args.agno > XFS_FSB_TO_AGNO(mp, *firstblock))); | 
|  | 837 | *firstblock = cur->bc_private.b.firstblock = args.fsbno; | 
|  | 838 | cur->bc_private.b.allocated++; | 
|  | 839 | ip->i_d.di_nblocks++; | 
|  | 840 | xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, 1L); | 
|  | 841 | abp = xfs_btree_get_bufl(mp, tp, args.fsbno, 0); | 
|  | 842 | /* | 
|  | 843 | * Fill in the child block. | 
|  | 844 | */ | 
|  | 845 | abp->b_ops = &xfs_bmbt_buf_ops; | 
|  | 846 | ablock = XFS_BUF_TO_BLOCK(abp); | 
| Christoph Hellwig | ee1a47a | 2013-04-21 14:53:46 -0500 | [diff] [blame] | 847 | if (xfs_sb_version_hascrc(&mp->m_sb)) | 
|  | 848 | xfs_btree_init_block_int(mp, ablock, abp->b_bn, | 
|  | 849 | XFS_BMAP_CRC_MAGIC, 0, 0, ip->i_ino, | 
|  | 850 | XFS_BTREE_LONG_PTRS | XFS_BTREE_CRC_BLOCKS); | 
|  | 851 | else | 
|  | 852 | xfs_btree_init_block_int(mp, ablock, abp->b_bn, | 
|  | 853 | XFS_BMAP_MAGIC, 0, 0, ip->i_ino, | 
|  | 854 | XFS_BTREE_LONG_PTRS); | 
|  | 855 |  | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 856 | arp = XFS_BMBT_REC_ADDR(mp, ablock, 1); | 
|  | 857 | nextents = ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t); | 
|  | 858 | for (cnt = i = 0; i < nextents; i++) { | 
|  | 859 | ep = xfs_iext_get_ext(ifp, i); | 
|  | 860 | if (!isnullstartblock(xfs_bmbt_get_startblock(ep))) { | 
|  | 861 | arp->l0 = cpu_to_be64(ep->l0); | 
|  | 862 | arp->l1 = cpu_to_be64(ep->l1); | 
|  | 863 | arp++; cnt++; | 
|  | 864 | } | 
|  | 865 | } | 
|  | 866 | ASSERT(cnt == XFS_IFORK_NEXTENTS(ip, whichfork)); | 
|  | 867 | xfs_btree_set_numrecs(ablock, cnt); | 
|  | 868 |  | 
|  | 869 | /* | 
|  | 870 | * Fill in the root key and pointer. | 
|  | 871 | */ | 
|  | 872 | kp = XFS_BMBT_KEY_ADDR(mp, block, 1); | 
|  | 873 | arp = XFS_BMBT_REC_ADDR(mp, ablock, 1); | 
|  | 874 | kp->br_startoff = cpu_to_be64(xfs_bmbt_disk_get_startoff(arp)); | 
|  | 875 | pp = XFS_BMBT_PTR_ADDR(mp, block, 1, xfs_bmbt_get_maxrecs(cur, | 
|  | 876 | be16_to_cpu(block->bb_level))); | 
|  | 877 | *pp = cpu_to_be64(args.fsbno); | 
|  | 878 |  | 
|  | 879 | /* | 
|  | 880 | * Do all this logging at the end so that | 
|  | 881 | * the root is at the right level. | 
|  | 882 | */ | 
|  | 883 | xfs_btree_log_block(cur, abp, XFS_BB_ALL_BITS); | 
|  | 884 | xfs_btree_log_recs(cur, abp, 1, be16_to_cpu(ablock->bb_numrecs)); | 
|  | 885 | ASSERT(*curp == NULL); | 
|  | 886 | *curp = cur; | 
|  | 887 | *logflagsp = XFS_ILOG_CORE | xfs_ilog_fbroot(whichfork); | 
|  | 888 | return 0; | 
|  | 889 | } | 
|  | 890 |  | 
|  | 891 | /* | 
|  | 892 | * Convert a local file to an extents file. | 
|  | 893 | * This code is out of bounds for data forks of regular files, | 
|  | 894 | * since the file data needs to get logged so things will stay consistent. | 
|  | 895 | * (The bmap-level manipulations are ok, though). | 
|  | 896 | */ | 
| Dave Chinner | f3508bc | 2013-07-10 07:04:00 +1000 | [diff] [blame] | 897 | void | 
|  | 898 | xfs_bmap_local_to_extents_empty( | 
|  | 899 | struct xfs_inode	*ip, | 
|  | 900 | int			whichfork) | 
|  | 901 | { | 
|  | 902 | struct xfs_ifork	*ifp = XFS_IFORK_PTR(ip, whichfork); | 
|  | 903 |  | 
|  | 904 | ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL); | 
|  | 905 | ASSERT(ifp->if_bytes == 0); | 
|  | 906 | ASSERT(XFS_IFORK_NEXTENTS(ip, whichfork) == 0); | 
|  | 907 |  | 
|  | 908 | xfs_bmap_forkoff_reset(ip->i_mount, ip, whichfork); | 
|  | 909 | ifp->if_flags &= ~XFS_IFINLINE; | 
|  | 910 | ifp->if_flags |= XFS_IFEXTENTS; | 
|  | 911 | XFS_IFORK_FMT_SET(ip, whichfork, XFS_DINODE_FMT_EXTENTS); | 
|  | 912 | } | 
|  | 913 |  | 
|  | 914 |  | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 915 | STATIC int				/* error */ | 
|  | 916 | xfs_bmap_local_to_extents( | 
|  | 917 | xfs_trans_t	*tp,		/* transaction pointer */ | 
|  | 918 | xfs_inode_t	*ip,		/* incore inode pointer */ | 
|  | 919 | xfs_fsblock_t	*firstblock,	/* first block allocated in xaction */ | 
|  | 920 | xfs_extlen_t	total,		/* total blocks needed by transaction */ | 
|  | 921 | int		*logflagsp,	/* inode logging flags */ | 
|  | 922 | int		whichfork, | 
| Christoph Hellwig | ee1a47a | 2013-04-21 14:53:46 -0500 | [diff] [blame] | 923 | void		(*init_fn)(struct xfs_trans *tp, | 
|  | 924 | struct xfs_buf *bp, | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 925 | struct xfs_inode *ip, | 
|  | 926 | struct xfs_ifork *ifp)) | 
|  | 927 | { | 
| Dave Chinner | f3508bc | 2013-07-10 07:04:00 +1000 | [diff] [blame] | 928 | int		error = 0; | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 929 | int		flags;		/* logging flags returned */ | 
|  | 930 | xfs_ifork_t	*ifp;		/* inode fork pointer */ | 
| Dave Chinner | f3508bc | 2013-07-10 07:04:00 +1000 | [diff] [blame] | 931 | xfs_alloc_arg_t	args;		/* allocation arguments */ | 
|  | 932 | xfs_buf_t	*bp;		/* buffer for extent block */ | 
|  | 933 | xfs_bmbt_rec_host_t *ep;	/* extent record pointer */ | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 934 |  | 
|  | 935 | /* | 
|  | 936 | * We don't want to deal with the case of keeping inode data inline yet. | 
|  | 937 | * So sending the data fork of a regular inode is invalid. | 
|  | 938 | */ | 
|  | 939 | ASSERT(!(S_ISREG(ip->i_d.di_mode) && whichfork == XFS_DATA_FORK)); | 
|  | 940 | ifp = XFS_IFORK_PTR(ip, whichfork); | 
|  | 941 | ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL); | 
| Dave Chinner | f3508bc | 2013-07-10 07:04:00 +1000 | [diff] [blame] | 942 |  | 
|  | 943 | if (!ifp->if_bytes) { | 
|  | 944 | xfs_bmap_local_to_extents_empty(ip, whichfork); | 
|  | 945 | flags = XFS_ILOG_CORE; | 
|  | 946 | goto done; | 
|  | 947 | } | 
|  | 948 |  | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 949 | flags = 0; | 
|  | 950 | error = 0; | 
| Dave Chinner | f3508bc | 2013-07-10 07:04:00 +1000 | [diff] [blame] | 951 | ASSERT((ifp->if_flags & (XFS_IFINLINE|XFS_IFEXTENTS|XFS_IFEXTIREC)) == | 
|  | 952 | XFS_IFINLINE); | 
|  | 953 | memset(&args, 0, sizeof(args)); | 
|  | 954 | args.tp = tp; | 
|  | 955 | args.mp = ip->i_mount; | 
|  | 956 | args.firstblock = *firstblock; | 
|  | 957 | /* | 
|  | 958 | * Allocate a block.  We know we need only one, since the | 
|  | 959 | * file currently fits in an inode. | 
|  | 960 | */ | 
|  | 961 | if (*firstblock == NULLFSBLOCK) { | 
|  | 962 | args.fsbno = XFS_INO_TO_FSB(args.mp, ip->i_ino); | 
|  | 963 | args.type = XFS_ALLOCTYPE_START_BNO; | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 964 | } else { | 
| Dave Chinner | f3508bc | 2013-07-10 07:04:00 +1000 | [diff] [blame] | 965 | args.fsbno = *firstblock; | 
|  | 966 | args.type = XFS_ALLOCTYPE_NEAR_BNO; | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 967 | } | 
| Dave Chinner | f3508bc | 2013-07-10 07:04:00 +1000 | [diff] [blame] | 968 | args.total = total; | 
|  | 969 | args.minlen = args.maxlen = args.prod = 1; | 
|  | 970 | error = xfs_alloc_vextent(&args); | 
|  | 971 | if (error) | 
|  | 972 | goto done; | 
|  | 973 |  | 
|  | 974 | /* Can't fail, the space was reserved. */ | 
|  | 975 | ASSERT(args.fsbno != NULLFSBLOCK); | 
|  | 976 | ASSERT(args.len == 1); | 
|  | 977 | *firstblock = args.fsbno; | 
|  | 978 | bp = xfs_btree_get_bufl(args.mp, tp, args.fsbno, 0); | 
|  | 979 |  | 
|  | 980 | /* initialise the block and copy the data */ | 
|  | 981 | init_fn(tp, bp, ip, ifp); | 
|  | 982 |  | 
|  | 983 | /* account for the change in fork size and log everything */ | 
|  | 984 | xfs_trans_log_buf(tp, bp, 0, ifp->if_bytes - 1); | 
|  | 985 | xfs_idata_realloc(ip, -ifp->if_bytes, whichfork); | 
|  | 986 | xfs_bmap_local_to_extents_empty(ip, whichfork); | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 987 | flags |= XFS_ILOG_CORE; | 
| Dave Chinner | f3508bc | 2013-07-10 07:04:00 +1000 | [diff] [blame] | 988 |  | 
|  | 989 | xfs_iext_add(ifp, 0, 1); | 
|  | 990 | ep = xfs_iext_get_ext(ifp, 0); | 
|  | 991 | xfs_bmbt_set_allf(ep, 0, args.fsbno, 1, XFS_EXT_NORM); | 
|  | 992 | trace_xfs_bmap_post_update(ip, 0, | 
|  | 993 | whichfork == XFS_ATTR_FORK ? BMAP_ATTRFORK : 0, | 
|  | 994 | _THIS_IP_); | 
|  | 995 | XFS_IFORK_NEXT_SET(ip, whichfork, 1); | 
|  | 996 | ip->i_d.di_nblocks = 1; | 
|  | 997 | xfs_trans_mod_dquot_byino(tp, ip, | 
|  | 998 | XFS_TRANS_DQ_BCOUNT, 1L); | 
|  | 999 | flags |= xfs_ilog_fext(whichfork); | 
|  | 1000 |  | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 1001 | done: | 
|  | 1002 | *logflagsp = flags; | 
|  | 1003 | return error; | 
|  | 1004 | } | 
|  | 1005 |  | 
|  | 1006 | /* | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1007 | * Called from xfs_bmap_add_attrfork to handle btree format files. | 
|  | 1008 | */ | 
|  | 1009 | STATIC int					/* error */ | 
|  | 1010 | xfs_bmap_add_attrfork_btree( | 
|  | 1011 | xfs_trans_t		*tp,		/* transaction pointer */ | 
|  | 1012 | xfs_inode_t		*ip,		/* incore inode pointer */ | 
|  | 1013 | xfs_fsblock_t		*firstblock,	/* first block allocated */ | 
|  | 1014 | xfs_bmap_free_t		*flist,		/* blocks to free at commit */ | 
|  | 1015 | int			*flags)		/* inode logging flags */ | 
|  | 1016 | { | 
|  | 1017 | xfs_btree_cur_t		*cur;		/* btree cursor */ | 
|  | 1018 | int			error;		/* error return value */ | 
|  | 1019 | xfs_mount_t		*mp;		/* file system mount struct */ | 
|  | 1020 | int			stat;		/* newroot status */ | 
|  | 1021 |  | 
|  | 1022 | mp = ip->i_mount; | 
|  | 1023 | if (ip->i_df.if_broot_bytes <= XFS_IFORK_DSIZE(ip)) | 
|  | 1024 | *flags |= XFS_ILOG_DBROOT; | 
|  | 1025 | else { | 
| Christoph Hellwig | 561f7d1 | 2008-10-30 16:53:59 +1100 | [diff] [blame] | 1026 | cur = xfs_bmbt_init_cursor(mp, tp, ip, XFS_DATA_FORK); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1027 | cur->bc_private.b.flist = flist; | 
|  | 1028 | cur->bc_private.b.firstblock = *firstblock; | 
|  | 1029 | if ((error = xfs_bmbt_lookup_ge(cur, 0, 0, 0, &stat))) | 
|  | 1030 | goto error0; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 1031 | /* must be at least one entry */ | 
|  | 1032 | XFS_WANT_CORRUPTED_GOTO(stat == 1, error0); | 
| Christoph Hellwig | ea77b0a | 2008-10-30 16:57:28 +1100 | [diff] [blame] | 1033 | if ((error = xfs_btree_new_iroot(cur, flags, &stat))) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1034 | goto error0; | 
|  | 1035 | if (stat == 0) { | 
|  | 1036 | xfs_btree_del_cursor(cur, XFS_BTREE_NOERROR); | 
|  | 1037 | return XFS_ERROR(ENOSPC); | 
|  | 1038 | } | 
|  | 1039 | *firstblock = cur->bc_private.b.firstblock; | 
|  | 1040 | cur->bc_private.b.allocated = 0; | 
|  | 1041 | xfs_btree_del_cursor(cur, XFS_BTREE_NOERROR); | 
|  | 1042 | } | 
|  | 1043 | return 0; | 
|  | 1044 | error0: | 
|  | 1045 | xfs_btree_del_cursor(cur, XFS_BTREE_ERROR); | 
|  | 1046 | return error; | 
|  | 1047 | } | 
|  | 1048 |  | 
|  | 1049 | /* | 
|  | 1050 | * Called from xfs_bmap_add_attrfork to handle extents format files. | 
|  | 1051 | */ | 
|  | 1052 | STATIC int					/* error */ | 
|  | 1053 | xfs_bmap_add_attrfork_extents( | 
|  | 1054 | xfs_trans_t		*tp,		/* transaction pointer */ | 
|  | 1055 | xfs_inode_t		*ip,		/* incore inode pointer */ | 
|  | 1056 | xfs_fsblock_t		*firstblock,	/* first block allocated */ | 
|  | 1057 | xfs_bmap_free_t		*flist,		/* blocks to free at commit */ | 
|  | 1058 | int			*flags)		/* inode logging flags */ | 
|  | 1059 | { | 
|  | 1060 | xfs_btree_cur_t		*cur;		/* bmap btree cursor */ | 
|  | 1061 | int			error;		/* error return value */ | 
|  | 1062 |  | 
|  | 1063 | if (ip->i_d.di_nextents * sizeof(xfs_bmbt_rec_t) <= XFS_IFORK_DSIZE(ip)) | 
|  | 1064 | return 0; | 
|  | 1065 | cur = NULL; | 
|  | 1066 | error = xfs_bmap_extents_to_btree(tp, ip, firstblock, flist, &cur, 0, | 
|  | 1067 | flags, XFS_DATA_FORK); | 
|  | 1068 | if (cur) { | 
|  | 1069 | cur->bc_private.b.allocated = 0; | 
|  | 1070 | xfs_btree_del_cursor(cur, | 
|  | 1071 | error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR); | 
|  | 1072 | } | 
|  | 1073 | return error; | 
|  | 1074 | } | 
|  | 1075 |  | 
|  | 1076 | /* | 
| Dave Chinner | 1e82379 | 2013-02-11 15:58:13 +1100 | [diff] [blame] | 1077 | * Called from xfs_bmap_add_attrfork to handle local format files. Each | 
|  | 1078 | * different data fork content type needs a different callout to do the | 
|  | 1079 | * conversion. Some are basic and only require special block initialisation | 
|  | 1080 | * callouts for the data formating, others (directories) are so specialised they | 
|  | 1081 | * handle everything themselves. | 
|  | 1082 | * | 
|  | 1083 | * XXX (dgc): investigate whether directory conversion can use the generic | 
|  | 1084 | * formatting callout. It should be possible - it's just a very complex | 
| Christoph Hellwig | ee1a47a | 2013-04-21 14:53:46 -0500 | [diff] [blame] | 1085 | * formatter. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1086 | */ | 
|  | 1087 | STATIC int					/* error */ | 
|  | 1088 | xfs_bmap_add_attrfork_local( | 
|  | 1089 | xfs_trans_t		*tp,		/* transaction pointer */ | 
|  | 1090 | xfs_inode_t		*ip,		/* incore inode pointer */ | 
|  | 1091 | xfs_fsblock_t		*firstblock,	/* first block allocated */ | 
|  | 1092 | xfs_bmap_free_t		*flist,		/* blocks to free at commit */ | 
|  | 1093 | int			*flags)		/* inode logging flags */ | 
|  | 1094 | { | 
|  | 1095 | xfs_da_args_t		dargs;		/* args for dir/attr code */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1096 |  | 
|  | 1097 | if (ip->i_df.if_bytes <= XFS_IFORK_DSIZE(ip)) | 
|  | 1098 | return 0; | 
| Dave Chinner | 1e82379 | 2013-02-11 15:58:13 +1100 | [diff] [blame] | 1099 |  | 
| Al Viro | abbede1 | 2011-07-26 02:31:30 -0400 | [diff] [blame] | 1100 | if (S_ISDIR(ip->i_d.di_mode)) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1101 | memset(&dargs, 0, sizeof(dargs)); | 
|  | 1102 | dargs.dp = ip; | 
|  | 1103 | dargs.firstblock = firstblock; | 
|  | 1104 | dargs.flist = flist; | 
| Dave Chinner | 1e82379 | 2013-02-11 15:58:13 +1100 | [diff] [blame] | 1105 | dargs.total = ip->i_mount->m_dirblkfsbs; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1106 | dargs.whichfork = XFS_DATA_FORK; | 
|  | 1107 | dargs.trans = tp; | 
| Dave Chinner | 1e82379 | 2013-02-11 15:58:13 +1100 | [diff] [blame] | 1108 | return xfs_dir2_sf_to_block(&dargs); | 
|  | 1109 | } | 
|  | 1110 |  | 
|  | 1111 | if (S_ISLNK(ip->i_d.di_mode)) | 
|  | 1112 | return xfs_bmap_local_to_extents(tp, ip, firstblock, 1, | 
|  | 1113 | flags, XFS_DATA_FORK, | 
|  | 1114 | xfs_symlink_local_to_remote); | 
|  | 1115 |  | 
| Dave Chinner | f3508bc | 2013-07-10 07:04:00 +1000 | [diff] [blame] | 1116 | /* should only be called for types that support local format data */ | 
|  | 1117 | ASSERT(0); | 
|  | 1118 | return EFSCORRUPTED; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1119 | } | 
|  | 1120 |  | 
|  | 1121 | /* | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 1122 | * Convert inode from non-attributed to attributed. | 
|  | 1123 | * Must not be in a transaction, ip must not be locked. | 
|  | 1124 | */ | 
|  | 1125 | int						/* error code */ | 
|  | 1126 | xfs_bmap_add_attrfork( | 
|  | 1127 | xfs_inode_t		*ip,		/* incore inode pointer */ | 
|  | 1128 | int			size,		/* space new attribute needs */ | 
|  | 1129 | int			rsvd)		/* xact may use reserved blks */ | 
|  | 1130 | { | 
|  | 1131 | xfs_fsblock_t		firstblock;	/* 1st block/ag allocated */ | 
|  | 1132 | xfs_bmap_free_t		flist;		/* freed extent records */ | 
|  | 1133 | xfs_mount_t		*mp;		/* mount structure */ | 
|  | 1134 | xfs_trans_t		*tp;		/* transaction pointer */ | 
|  | 1135 | int			blks;		/* space reservation */ | 
|  | 1136 | int			version = 1;	/* superblock attr version */ | 
|  | 1137 | int			committed;	/* xaction was committed */ | 
|  | 1138 | int			logflags;	/* logging flags */ | 
|  | 1139 | int			error;		/* error return value */ | 
| Mark Tinguely | 9e3908e | 2013-11-07 15:43:28 -0600 | [diff] [blame] | 1140 | int			cancel_flags = 0; | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 1141 |  | 
|  | 1142 | ASSERT(XFS_IFORK_Q(ip) == 0); | 
|  | 1143 |  | 
|  | 1144 | mp = ip->i_mount; | 
|  | 1145 | ASSERT(!XFS_NOT_DQATTACHED(mp, ip)); | 
|  | 1146 | tp = xfs_trans_alloc(mp, XFS_TRANS_ADDAFORK); | 
|  | 1147 | blks = XFS_ADDAFORK_SPACE_RES(mp); | 
|  | 1148 | if (rsvd) | 
|  | 1149 | tp->t_flags |= XFS_TRANS_RESERVE; | 
| Jie Liu | 3d3c8b5 | 2013-08-12 20:49:59 +1000 | [diff] [blame] | 1150 | error = xfs_trans_reserve(tp, &M_RES(mp)->tr_addafork, blks, 0); | 
| Mark Tinguely | 9e3908e | 2013-11-07 15:43:28 -0600 | [diff] [blame] | 1151 | if (error) { | 
|  | 1152 | xfs_trans_cancel(tp, 0); | 
|  | 1153 | return error; | 
|  | 1154 | } | 
|  | 1155 | cancel_flags = XFS_TRANS_RELEASE_LOG_RES; | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 1156 | xfs_ilock(ip, XFS_ILOCK_EXCL); | 
|  | 1157 | error = xfs_trans_reserve_quota_nblks(tp, ip, blks, 0, rsvd ? | 
|  | 1158 | XFS_QMOPT_RES_REGBLKS | XFS_QMOPT_FORCE_RES : | 
|  | 1159 | XFS_QMOPT_RES_REGBLKS); | 
| Mark Tinguely | 9e3908e | 2013-11-07 15:43:28 -0600 | [diff] [blame] | 1160 | if (error) | 
|  | 1161 | goto trans_cancel; | 
|  | 1162 | cancel_flags |= XFS_TRANS_ABORT; | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 1163 | if (XFS_IFORK_Q(ip)) | 
| Mark Tinguely | 9e3908e | 2013-11-07 15:43:28 -0600 | [diff] [blame] | 1164 | goto trans_cancel; | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 1165 | if (ip->i_d.di_aformat != XFS_DINODE_FMT_EXTENTS) { | 
|  | 1166 | /* | 
|  | 1167 | * For inodes coming from pre-6.2 filesystems. | 
|  | 1168 | */ | 
|  | 1169 | ASSERT(ip->i_d.di_aformat == 0); | 
|  | 1170 | ip->i_d.di_aformat = XFS_DINODE_FMT_EXTENTS; | 
|  | 1171 | } | 
|  | 1172 | ASSERT(ip->i_d.di_anextents == 0); | 
|  | 1173 |  | 
| Mark Tinguely | 9e3908e | 2013-11-07 15:43:28 -0600 | [diff] [blame] | 1174 | xfs_trans_ijoin(tp, ip, 0); | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 1175 | xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE); | 
|  | 1176 |  | 
|  | 1177 | switch (ip->i_d.di_format) { | 
|  | 1178 | case XFS_DINODE_FMT_DEV: | 
|  | 1179 | ip->i_d.di_forkoff = roundup(sizeof(xfs_dev_t), 8) >> 3; | 
|  | 1180 | break; | 
|  | 1181 | case XFS_DINODE_FMT_UUID: | 
|  | 1182 | ip->i_d.di_forkoff = roundup(sizeof(uuid_t), 8) >> 3; | 
|  | 1183 | break; | 
|  | 1184 | case XFS_DINODE_FMT_LOCAL: | 
|  | 1185 | case XFS_DINODE_FMT_EXTENTS: | 
|  | 1186 | case XFS_DINODE_FMT_BTREE: | 
|  | 1187 | ip->i_d.di_forkoff = xfs_attr_shortform_bytesfit(ip, size); | 
|  | 1188 | if (!ip->i_d.di_forkoff) | 
|  | 1189 | ip->i_d.di_forkoff = xfs_default_attroffset(ip) >> 3; | 
|  | 1190 | else if (mp->m_flags & XFS_MOUNT_ATTR2) | 
|  | 1191 | version = 2; | 
|  | 1192 | break; | 
|  | 1193 | default: | 
|  | 1194 | ASSERT(0); | 
|  | 1195 | error = XFS_ERROR(EINVAL); | 
| Mark Tinguely | 9e3908e | 2013-11-07 15:43:28 -0600 | [diff] [blame] | 1196 | goto trans_cancel; | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 1197 | } | 
|  | 1198 |  | 
|  | 1199 | ASSERT(ip->i_afp == NULL); | 
|  | 1200 | ip->i_afp = kmem_zone_zalloc(xfs_ifork_zone, KM_SLEEP); | 
|  | 1201 | ip->i_afp->if_flags = XFS_IFEXTENTS; | 
|  | 1202 | logflags = 0; | 
|  | 1203 | xfs_bmap_init(&flist, &firstblock); | 
|  | 1204 | switch (ip->i_d.di_format) { | 
|  | 1205 | case XFS_DINODE_FMT_LOCAL: | 
|  | 1206 | error = xfs_bmap_add_attrfork_local(tp, ip, &firstblock, &flist, | 
|  | 1207 | &logflags); | 
|  | 1208 | break; | 
|  | 1209 | case XFS_DINODE_FMT_EXTENTS: | 
|  | 1210 | error = xfs_bmap_add_attrfork_extents(tp, ip, &firstblock, | 
|  | 1211 | &flist, &logflags); | 
|  | 1212 | break; | 
|  | 1213 | case XFS_DINODE_FMT_BTREE: | 
|  | 1214 | error = xfs_bmap_add_attrfork_btree(tp, ip, &firstblock, &flist, | 
|  | 1215 | &logflags); | 
|  | 1216 | break; | 
|  | 1217 | default: | 
|  | 1218 | error = 0; | 
|  | 1219 | break; | 
|  | 1220 | } | 
|  | 1221 | if (logflags) | 
|  | 1222 | xfs_trans_log_inode(tp, ip, logflags); | 
|  | 1223 | if (error) | 
| Mark Tinguely | 9e3908e | 2013-11-07 15:43:28 -0600 | [diff] [blame] | 1224 | goto bmap_cancel; | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 1225 | if (!xfs_sb_version_hasattr(&mp->m_sb) || | 
|  | 1226 | (!xfs_sb_version_hasattr2(&mp->m_sb) && version == 2)) { | 
|  | 1227 | __int64_t sbfields = 0; | 
|  | 1228 |  | 
|  | 1229 | spin_lock(&mp->m_sb_lock); | 
|  | 1230 | if (!xfs_sb_version_hasattr(&mp->m_sb)) { | 
|  | 1231 | xfs_sb_version_addattr(&mp->m_sb); | 
|  | 1232 | sbfields |= XFS_SB_VERSIONNUM; | 
|  | 1233 | } | 
|  | 1234 | if (!xfs_sb_version_hasattr2(&mp->m_sb) && version == 2) { | 
|  | 1235 | xfs_sb_version_addattr2(&mp->m_sb); | 
|  | 1236 | sbfields |= (XFS_SB_VERSIONNUM | XFS_SB_FEATURES2); | 
|  | 1237 | } | 
|  | 1238 | if (sbfields) { | 
|  | 1239 | spin_unlock(&mp->m_sb_lock); | 
|  | 1240 | xfs_mod_sb(tp, sbfields); | 
|  | 1241 | } else | 
|  | 1242 | spin_unlock(&mp->m_sb_lock); | 
|  | 1243 | } | 
|  | 1244 |  | 
|  | 1245 | error = xfs_bmap_finish(&tp, &flist, &committed); | 
|  | 1246 | if (error) | 
| Mark Tinguely | 9e3908e | 2013-11-07 15:43:28 -0600 | [diff] [blame] | 1247 | goto bmap_cancel; | 
|  | 1248 | error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 1249 | xfs_iunlock(ip, XFS_ILOCK_EXCL); | 
| Mark Tinguely | 9e3908e | 2013-11-07 15:43:28 -0600 | [diff] [blame] | 1250 | return error; | 
|  | 1251 |  | 
|  | 1252 | bmap_cancel: | 
|  | 1253 | xfs_bmap_cancel(&flist); | 
|  | 1254 | trans_cancel: | 
|  | 1255 | xfs_trans_cancel(tp, cancel_flags); | 
|  | 1256 | xfs_iunlock(ip, XFS_ILOCK_EXCL); | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 1257 | return error; | 
|  | 1258 | } | 
|  | 1259 |  | 
|  | 1260 | /* | 
|  | 1261 | * Internal and external extent tree search functions. | 
|  | 1262 | */ | 
|  | 1263 |  | 
|  | 1264 | /* | 
|  | 1265 | * Read in the extents to if_extents. | 
|  | 1266 | * All inode fields are set up by caller, we just traverse the btree | 
|  | 1267 | * and copy the records in. If the file system cannot contain unwritten | 
|  | 1268 | * extents, the records are checked for no "state" flags. | 
|  | 1269 | */ | 
|  | 1270 | int					/* error */ | 
|  | 1271 | xfs_bmap_read_extents( | 
|  | 1272 | xfs_trans_t		*tp,	/* transaction pointer */ | 
|  | 1273 | xfs_inode_t		*ip,	/* incore inode */ | 
|  | 1274 | int			whichfork) /* data or attr fork */ | 
|  | 1275 | { | 
|  | 1276 | struct xfs_btree_block	*block;	/* current btree block */ | 
|  | 1277 | xfs_fsblock_t		bno;	/* block # of "block" */ | 
|  | 1278 | xfs_buf_t		*bp;	/* buffer for "block" */ | 
|  | 1279 | int			error;	/* error return value */ | 
|  | 1280 | xfs_exntfmt_t		exntf;	/* XFS_EXTFMT_NOSTATE, if checking */ | 
|  | 1281 | xfs_extnum_t		i, j;	/* index into the extents list */ | 
|  | 1282 | xfs_ifork_t		*ifp;	/* fork structure */ | 
|  | 1283 | int			level;	/* btree level, for checking */ | 
|  | 1284 | xfs_mount_t		*mp;	/* file system mount structure */ | 
|  | 1285 | __be64			*pp;	/* pointer to block address */ | 
|  | 1286 | /* REFERENCED */ | 
|  | 1287 | xfs_extnum_t		room;	/* number of entries there's room for */ | 
|  | 1288 |  | 
|  | 1289 | bno = NULLFSBLOCK; | 
|  | 1290 | mp = ip->i_mount; | 
|  | 1291 | ifp = XFS_IFORK_PTR(ip, whichfork); | 
|  | 1292 | exntf = (whichfork != XFS_DATA_FORK) ? XFS_EXTFMT_NOSTATE : | 
|  | 1293 | XFS_EXTFMT_INODE(ip); | 
|  | 1294 | block = ifp->if_broot; | 
|  | 1295 | /* | 
|  | 1296 | * Root level must use BMAP_BROOT_PTR_ADDR macro to get ptr out. | 
|  | 1297 | */ | 
|  | 1298 | level = be16_to_cpu(block->bb_level); | 
|  | 1299 | ASSERT(level > 0); | 
|  | 1300 | pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes); | 
|  | 1301 | bno = be64_to_cpu(*pp); | 
|  | 1302 | ASSERT(bno != NULLDFSBNO); | 
|  | 1303 | ASSERT(XFS_FSB_TO_AGNO(mp, bno) < mp->m_sb.sb_agcount); | 
|  | 1304 | ASSERT(XFS_FSB_TO_AGBNO(mp, bno) < mp->m_sb.sb_agblocks); | 
|  | 1305 | /* | 
|  | 1306 | * Go down the tree until leaf level is reached, following the first | 
|  | 1307 | * pointer (leftmost) at each level. | 
|  | 1308 | */ | 
|  | 1309 | while (level-- > 0) { | 
|  | 1310 | error = xfs_btree_read_bufl(mp, tp, bno, 0, &bp, | 
|  | 1311 | XFS_BMAP_BTREE_REF, &xfs_bmbt_buf_ops); | 
|  | 1312 | if (error) | 
|  | 1313 | return error; | 
|  | 1314 | block = XFS_BUF_TO_BLOCK(bp); | 
|  | 1315 | XFS_WANT_CORRUPTED_GOTO( | 
|  | 1316 | xfs_bmap_sanity_check(mp, bp, level), | 
|  | 1317 | error0); | 
|  | 1318 | if (level == 0) | 
|  | 1319 | break; | 
|  | 1320 | pp = XFS_BMBT_PTR_ADDR(mp, block, 1, mp->m_bmap_dmxr[1]); | 
|  | 1321 | bno = be64_to_cpu(*pp); | 
|  | 1322 | XFS_WANT_CORRUPTED_GOTO(XFS_FSB_SANITY_CHECK(mp, bno), error0); | 
|  | 1323 | xfs_trans_brelse(tp, bp); | 
|  | 1324 | } | 
|  | 1325 | /* | 
|  | 1326 | * Here with bp and block set to the leftmost leaf node in the tree. | 
|  | 1327 | */ | 
|  | 1328 | room = ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t); | 
|  | 1329 | i = 0; | 
|  | 1330 | /* | 
|  | 1331 | * Loop over all leaf nodes.  Copy information to the extent records. | 
|  | 1332 | */ | 
|  | 1333 | for (;;) { | 
|  | 1334 | xfs_bmbt_rec_t	*frp; | 
|  | 1335 | xfs_fsblock_t	nextbno; | 
|  | 1336 | xfs_extnum_t	num_recs; | 
|  | 1337 | xfs_extnum_t	start; | 
|  | 1338 |  | 
|  | 1339 | num_recs = xfs_btree_get_numrecs(block); | 
|  | 1340 | if (unlikely(i + num_recs > room)) { | 
|  | 1341 | ASSERT(i + num_recs <= room); | 
|  | 1342 | xfs_warn(ip->i_mount, | 
|  | 1343 | "corrupt dinode %Lu, (btree extents).", | 
|  | 1344 | (unsigned long long) ip->i_ino); | 
|  | 1345 | XFS_CORRUPTION_ERROR("xfs_bmap_read_extents(1)", | 
|  | 1346 | XFS_ERRLEVEL_LOW, ip->i_mount, block); | 
|  | 1347 | goto error0; | 
|  | 1348 | } | 
|  | 1349 | XFS_WANT_CORRUPTED_GOTO( | 
|  | 1350 | xfs_bmap_sanity_check(mp, bp, 0), | 
|  | 1351 | error0); | 
|  | 1352 | /* | 
|  | 1353 | * Read-ahead the next leaf block, if any. | 
|  | 1354 | */ | 
|  | 1355 | nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); | 
|  | 1356 | if (nextbno != NULLFSBLOCK) | 
|  | 1357 | xfs_btree_reada_bufl(mp, nextbno, 1, | 
|  | 1358 | &xfs_bmbt_buf_ops); | 
|  | 1359 | /* | 
|  | 1360 | * Copy records into the extent records. | 
|  | 1361 | */ | 
|  | 1362 | frp = XFS_BMBT_REC_ADDR(mp, block, 1); | 
|  | 1363 | start = i; | 
|  | 1364 | for (j = 0; j < num_recs; j++, i++, frp++) { | 
|  | 1365 | xfs_bmbt_rec_host_t *trp = xfs_iext_get_ext(ifp, i); | 
|  | 1366 | trp->l0 = be64_to_cpu(frp->l0); | 
|  | 1367 | trp->l1 = be64_to_cpu(frp->l1); | 
|  | 1368 | } | 
|  | 1369 | if (exntf == XFS_EXTFMT_NOSTATE) { | 
|  | 1370 | /* | 
|  | 1371 | * Check all attribute bmap btree records and | 
|  | 1372 | * any "older" data bmap btree records for a | 
|  | 1373 | * set bit in the "extent flag" position. | 
|  | 1374 | */ | 
|  | 1375 | if (unlikely(xfs_check_nostate_extents(ifp, | 
|  | 1376 | start, num_recs))) { | 
|  | 1377 | XFS_ERROR_REPORT("xfs_bmap_read_extents(2)", | 
|  | 1378 | XFS_ERRLEVEL_LOW, | 
|  | 1379 | ip->i_mount); | 
|  | 1380 | goto error0; | 
|  | 1381 | } | 
|  | 1382 | } | 
|  | 1383 | xfs_trans_brelse(tp, bp); | 
|  | 1384 | bno = nextbno; | 
|  | 1385 | /* | 
|  | 1386 | * If we've reached the end, stop. | 
|  | 1387 | */ | 
|  | 1388 | if (bno == NULLFSBLOCK) | 
|  | 1389 | break; | 
|  | 1390 | error = xfs_btree_read_bufl(mp, tp, bno, 0, &bp, | 
|  | 1391 | XFS_BMAP_BTREE_REF, &xfs_bmbt_buf_ops); | 
|  | 1392 | if (error) | 
|  | 1393 | return error; | 
|  | 1394 | block = XFS_BUF_TO_BLOCK(bp); | 
|  | 1395 | } | 
|  | 1396 | ASSERT(i == (ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t))); | 
|  | 1397 | ASSERT(i == XFS_IFORK_NEXTENTS(ip, whichfork)); | 
|  | 1398 | XFS_BMAP_TRACE_EXLIST(ip, i, whichfork); | 
|  | 1399 | return 0; | 
|  | 1400 | error0: | 
|  | 1401 | xfs_trans_brelse(tp, bp); | 
|  | 1402 | return XFS_ERROR(EFSCORRUPTED); | 
|  | 1403 | } | 
|  | 1404 |  | 
|  | 1405 |  | 
|  | 1406 | /* | 
|  | 1407 | * Search the extent records for the entry containing block bno. | 
|  | 1408 | * If bno lies in a hole, point to the next entry.  If bno lies | 
|  | 1409 | * past eof, *eofp will be set, and *prevp will contain the last | 
|  | 1410 | * entry (null if none).  Else, *lastxp will be set to the index | 
|  | 1411 | * of the found entry; *gotp will contain the entry. | 
|  | 1412 | */ | 
|  | 1413 | STATIC xfs_bmbt_rec_host_t *		/* pointer to found extent entry */ | 
|  | 1414 | xfs_bmap_search_multi_extents( | 
|  | 1415 | xfs_ifork_t	*ifp,		/* inode fork pointer */ | 
|  | 1416 | xfs_fileoff_t	bno,		/* block number searched for */ | 
|  | 1417 | int		*eofp,		/* out: end of file found */ | 
|  | 1418 | xfs_extnum_t	*lastxp,	/* out: last extent index */ | 
|  | 1419 | xfs_bmbt_irec_t	*gotp,		/* out: extent entry found */ | 
|  | 1420 | xfs_bmbt_irec_t	*prevp)		/* out: previous extent entry found */ | 
|  | 1421 | { | 
|  | 1422 | xfs_bmbt_rec_host_t *ep;		/* extent record pointer */ | 
|  | 1423 | xfs_extnum_t	lastx;		/* last extent index */ | 
|  | 1424 |  | 
|  | 1425 | /* | 
|  | 1426 | * Initialize the extent entry structure to catch access to | 
|  | 1427 | * uninitialized br_startblock field. | 
|  | 1428 | */ | 
|  | 1429 | gotp->br_startoff = 0xffa5a5a5a5a5a5a5LL; | 
|  | 1430 | gotp->br_blockcount = 0xa55a5a5a5a5a5a5aLL; | 
|  | 1431 | gotp->br_state = XFS_EXT_INVALID; | 
|  | 1432 | #if XFS_BIG_BLKNOS | 
|  | 1433 | gotp->br_startblock = 0xffffa5a5a5a5a5a5LL; | 
|  | 1434 | #else | 
|  | 1435 | gotp->br_startblock = 0xffffa5a5; | 
|  | 1436 | #endif | 
|  | 1437 | prevp->br_startoff = NULLFILEOFF; | 
|  | 1438 |  | 
|  | 1439 | ep = xfs_iext_bno_to_ext(ifp, bno, &lastx); | 
|  | 1440 | if (lastx > 0) { | 
|  | 1441 | xfs_bmbt_get_all(xfs_iext_get_ext(ifp, lastx - 1), prevp); | 
|  | 1442 | } | 
|  | 1443 | if (lastx < (ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t))) { | 
|  | 1444 | xfs_bmbt_get_all(ep, gotp); | 
|  | 1445 | *eofp = 0; | 
|  | 1446 | } else { | 
|  | 1447 | if (lastx > 0) { | 
|  | 1448 | *gotp = *prevp; | 
|  | 1449 | } | 
|  | 1450 | *eofp = 1; | 
|  | 1451 | ep = NULL; | 
|  | 1452 | } | 
|  | 1453 | *lastxp = lastx; | 
|  | 1454 | return ep; | 
|  | 1455 | } | 
|  | 1456 |  | 
|  | 1457 | /* | 
|  | 1458 | * Search the extents list for the inode, for the extent containing bno. | 
|  | 1459 | * If bno lies in a hole, point to the next entry.  If bno lies past eof, | 
|  | 1460 | * *eofp will be set, and *prevp will contain the last entry (null if none). | 
|  | 1461 | * Else, *lastxp will be set to the index of the found | 
|  | 1462 | * entry; *gotp will contain the entry. | 
|  | 1463 | */ | 
|  | 1464 | STATIC xfs_bmbt_rec_host_t *                 /* pointer to found extent entry */ | 
|  | 1465 | xfs_bmap_search_extents( | 
|  | 1466 | xfs_inode_t     *ip,            /* incore inode pointer */ | 
|  | 1467 | xfs_fileoff_t   bno,            /* block number searched for */ | 
|  | 1468 | int             fork,      	/* data or attr fork */ | 
|  | 1469 | int             *eofp,          /* out: end of file found */ | 
|  | 1470 | xfs_extnum_t    *lastxp,        /* out: last extent index */ | 
|  | 1471 | xfs_bmbt_irec_t *gotp,          /* out: extent entry found */ | 
|  | 1472 | xfs_bmbt_irec_t *prevp)         /* out: previous extent entry found */ | 
|  | 1473 | { | 
|  | 1474 | xfs_ifork_t	*ifp;		/* inode fork pointer */ | 
|  | 1475 | xfs_bmbt_rec_host_t  *ep;            /* extent record pointer */ | 
|  | 1476 |  | 
|  | 1477 | XFS_STATS_INC(xs_look_exlist); | 
|  | 1478 | ifp = XFS_IFORK_PTR(ip, fork); | 
|  | 1479 |  | 
|  | 1480 | ep = xfs_bmap_search_multi_extents(ifp, bno, eofp, lastxp, gotp, prevp); | 
|  | 1481 |  | 
|  | 1482 | if (unlikely(!(gotp->br_startblock) && (*lastxp != NULLEXTNUM) && | 
|  | 1483 | !(XFS_IS_REALTIME_INODE(ip) && fork == XFS_DATA_FORK))) { | 
|  | 1484 | xfs_alert_tag(ip->i_mount, XFS_PTAG_FSBLOCK_ZERO, | 
|  | 1485 | "Access to block zero in inode %llu " | 
|  | 1486 | "start_block: %llx start_off: %llx " | 
| Eric Sandeen | 08e96e1 | 2013-10-11 20:59:05 -0500 | [diff] [blame] | 1487 | "blkcnt: %llx extent-state: %x lastx: %x", | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 1488 | (unsigned long long)ip->i_ino, | 
|  | 1489 | (unsigned long long)gotp->br_startblock, | 
|  | 1490 | (unsigned long long)gotp->br_startoff, | 
|  | 1491 | (unsigned long long)gotp->br_blockcount, | 
|  | 1492 | gotp->br_state, *lastxp); | 
|  | 1493 | *lastxp = NULLEXTNUM; | 
|  | 1494 | *eofp = 1; | 
|  | 1495 | return NULL; | 
|  | 1496 | } | 
|  | 1497 | return ep; | 
|  | 1498 | } | 
|  | 1499 |  | 
|  | 1500 | /* | 
|  | 1501 | * Returns the file-relative block number of the first unused block(s) | 
|  | 1502 | * in the file with at least "len" logically contiguous blocks free. | 
|  | 1503 | * This is the lowest-address hole if the file has holes, else the first block | 
|  | 1504 | * past the end of file. | 
|  | 1505 | * Return 0 if the file is currently local (in-inode). | 
|  | 1506 | */ | 
|  | 1507 | int						/* error */ | 
|  | 1508 | xfs_bmap_first_unused( | 
|  | 1509 | xfs_trans_t	*tp,			/* transaction pointer */ | 
|  | 1510 | xfs_inode_t	*ip,			/* incore inode */ | 
|  | 1511 | xfs_extlen_t	len,			/* size of hole to find */ | 
|  | 1512 | xfs_fileoff_t	*first_unused,		/* unused block */ | 
|  | 1513 | int		whichfork)		/* data or attr fork */ | 
|  | 1514 | { | 
|  | 1515 | int		error;			/* error return value */ | 
|  | 1516 | int		idx;			/* extent record index */ | 
|  | 1517 | xfs_ifork_t	*ifp;			/* inode fork pointer */ | 
|  | 1518 | xfs_fileoff_t	lastaddr;		/* last block number seen */ | 
|  | 1519 | xfs_fileoff_t	lowest;			/* lowest useful block */ | 
|  | 1520 | xfs_fileoff_t	max;			/* starting useful block */ | 
|  | 1521 | xfs_fileoff_t	off;			/* offset for this block */ | 
|  | 1522 | xfs_extnum_t	nextents;		/* number of extent entries */ | 
|  | 1523 |  | 
|  | 1524 | ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_BTREE || | 
|  | 1525 | XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS || | 
|  | 1526 | XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL); | 
|  | 1527 | if (XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL) { | 
|  | 1528 | *first_unused = 0; | 
|  | 1529 | return 0; | 
|  | 1530 | } | 
|  | 1531 | ifp = XFS_IFORK_PTR(ip, whichfork); | 
|  | 1532 | if (!(ifp->if_flags & XFS_IFEXTENTS) && | 
|  | 1533 | (error = xfs_iread_extents(tp, ip, whichfork))) | 
|  | 1534 | return error; | 
|  | 1535 | lowest = *first_unused; | 
|  | 1536 | nextents = ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t); | 
|  | 1537 | for (idx = 0, lastaddr = 0, max = lowest; idx < nextents; idx++) { | 
|  | 1538 | xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, idx); | 
|  | 1539 | off = xfs_bmbt_get_startoff(ep); | 
|  | 1540 | /* | 
|  | 1541 | * See if the hole before this extent will work. | 
|  | 1542 | */ | 
|  | 1543 | if (off >= lowest + len && off - max >= len) { | 
|  | 1544 | *first_unused = max; | 
|  | 1545 | return 0; | 
|  | 1546 | } | 
|  | 1547 | lastaddr = off + xfs_bmbt_get_blockcount(ep); | 
|  | 1548 | max = XFS_FILEOFF_MAX(lastaddr, lowest); | 
|  | 1549 | } | 
|  | 1550 | *first_unused = max; | 
|  | 1551 | return 0; | 
|  | 1552 | } | 
|  | 1553 |  | 
|  | 1554 | /* | 
| Zhi Yong Wu | 02bb487 | 2013-08-12 03:14:54 +0000 | [diff] [blame] | 1555 | * Returns the file-relative block number of the last block - 1 before | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 1556 | * last_block (input value) in the file. | 
|  | 1557 | * This is not based on i_size, it is based on the extent records. | 
|  | 1558 | * Returns 0 for local files, as they do not have extent records. | 
|  | 1559 | */ | 
|  | 1560 | int						/* error */ | 
|  | 1561 | xfs_bmap_last_before( | 
|  | 1562 | xfs_trans_t	*tp,			/* transaction pointer */ | 
|  | 1563 | xfs_inode_t	*ip,			/* incore inode */ | 
|  | 1564 | xfs_fileoff_t	*last_block,		/* last block */ | 
|  | 1565 | int		whichfork)		/* data or attr fork */ | 
|  | 1566 | { | 
|  | 1567 | xfs_fileoff_t	bno;			/* input file offset */ | 
|  | 1568 | int		eof;			/* hit end of file */ | 
|  | 1569 | xfs_bmbt_rec_host_t *ep;		/* pointer to last extent */ | 
|  | 1570 | int		error;			/* error return value */ | 
|  | 1571 | xfs_bmbt_irec_t	got;			/* current extent value */ | 
|  | 1572 | xfs_ifork_t	*ifp;			/* inode fork pointer */ | 
|  | 1573 | xfs_extnum_t	lastx;			/* last extent used */ | 
|  | 1574 | xfs_bmbt_irec_t	prev;			/* previous extent value */ | 
|  | 1575 |  | 
|  | 1576 | if (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE && | 
|  | 1577 | XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS && | 
|  | 1578 | XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_LOCAL) | 
|  | 1579 | return XFS_ERROR(EIO); | 
|  | 1580 | if (XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL) { | 
|  | 1581 | *last_block = 0; | 
|  | 1582 | return 0; | 
|  | 1583 | } | 
|  | 1584 | ifp = XFS_IFORK_PTR(ip, whichfork); | 
|  | 1585 | if (!(ifp->if_flags & XFS_IFEXTENTS) && | 
|  | 1586 | (error = xfs_iread_extents(tp, ip, whichfork))) | 
|  | 1587 | return error; | 
|  | 1588 | bno = *last_block - 1; | 
|  | 1589 | ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, | 
|  | 1590 | &prev); | 
|  | 1591 | if (eof || xfs_bmbt_get_startoff(ep) > bno) { | 
|  | 1592 | if (prev.br_startoff == NULLFILEOFF) | 
|  | 1593 | *last_block = 0; | 
|  | 1594 | else | 
|  | 1595 | *last_block = prev.br_startoff + prev.br_blockcount; | 
|  | 1596 | } | 
|  | 1597 | /* | 
|  | 1598 | * Otherwise *last_block is already the right answer. | 
|  | 1599 | */ | 
|  | 1600 | return 0; | 
|  | 1601 | } | 
|  | 1602 |  | 
| Dave Chinner | 6898811 | 2013-08-12 20:49:42 +1000 | [diff] [blame] | 1603 | int | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 1604 | xfs_bmap_last_extent( | 
|  | 1605 | struct xfs_trans	*tp, | 
|  | 1606 | struct xfs_inode	*ip, | 
|  | 1607 | int			whichfork, | 
|  | 1608 | struct xfs_bmbt_irec	*rec, | 
|  | 1609 | int			*is_empty) | 
|  | 1610 | { | 
|  | 1611 | struct xfs_ifork	*ifp = XFS_IFORK_PTR(ip, whichfork); | 
|  | 1612 | int			error; | 
|  | 1613 | int			nextents; | 
|  | 1614 |  | 
|  | 1615 | if (!(ifp->if_flags & XFS_IFEXTENTS)) { | 
|  | 1616 | error = xfs_iread_extents(tp, ip, whichfork); | 
|  | 1617 | if (error) | 
|  | 1618 | return error; | 
|  | 1619 | } | 
|  | 1620 |  | 
|  | 1621 | nextents = ifp->if_bytes / sizeof(xfs_bmbt_rec_t); | 
|  | 1622 | if (nextents == 0) { | 
|  | 1623 | *is_empty = 1; | 
|  | 1624 | return 0; | 
|  | 1625 | } | 
|  | 1626 |  | 
|  | 1627 | xfs_bmbt_get_all(xfs_iext_get_ext(ifp, nextents - 1), rec); | 
|  | 1628 | *is_empty = 0; | 
|  | 1629 | return 0; | 
|  | 1630 | } | 
|  | 1631 |  | 
|  | 1632 | /* | 
|  | 1633 | * Check the last inode extent to determine whether this allocation will result | 
|  | 1634 | * in blocks being allocated at the end of the file. When we allocate new data | 
|  | 1635 | * blocks at the end of the file which do not start at the previous data block, | 
|  | 1636 | * we will try to align the new blocks at stripe unit boundaries. | 
|  | 1637 | * | 
| Dave Chinner | 6e708bc | 2013-11-22 10:41:16 +1100 | [diff] [blame] | 1638 | * Returns 1 in bma->aeof if the file (fork) is empty as any new write will be | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 1639 | * at, or past the EOF. | 
|  | 1640 | */ | 
|  | 1641 | STATIC int | 
|  | 1642 | xfs_bmap_isaeof( | 
|  | 1643 | struct xfs_bmalloca	*bma, | 
|  | 1644 | int			whichfork) | 
|  | 1645 | { | 
|  | 1646 | struct xfs_bmbt_irec	rec; | 
|  | 1647 | int			is_empty; | 
|  | 1648 | int			error; | 
|  | 1649 |  | 
|  | 1650 | bma->aeof = 0; | 
|  | 1651 | error = xfs_bmap_last_extent(NULL, bma->ip, whichfork, &rec, | 
|  | 1652 | &is_empty); | 
| Dave Chinner | 6e708bc | 2013-11-22 10:41:16 +1100 | [diff] [blame] | 1653 | if (error) | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 1654 | return error; | 
|  | 1655 |  | 
| Dave Chinner | 6e708bc | 2013-11-22 10:41:16 +1100 | [diff] [blame] | 1656 | if (is_empty) { | 
|  | 1657 | bma->aeof = 1; | 
|  | 1658 | return 0; | 
|  | 1659 | } | 
|  | 1660 |  | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 1661 | /* | 
|  | 1662 | * Check if we are allocation or past the last extent, or at least into | 
|  | 1663 | * the last delayed allocated extent. | 
|  | 1664 | */ | 
|  | 1665 | bma->aeof = bma->offset >= rec.br_startoff + rec.br_blockcount || | 
|  | 1666 | (bma->offset >= rec.br_startoff && | 
|  | 1667 | isnullstartblock(rec.br_startblock)); | 
|  | 1668 | return 0; | 
|  | 1669 | } | 
|  | 1670 |  | 
|  | 1671 | /* | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 1672 | * Returns the file-relative block number of the first block past eof in | 
|  | 1673 | * the file.  This is not based on i_size, it is based on the extent records. | 
|  | 1674 | * Returns 0 for local files, as they do not have extent records. | 
|  | 1675 | */ | 
|  | 1676 | int | 
|  | 1677 | xfs_bmap_last_offset( | 
|  | 1678 | struct xfs_trans	*tp, | 
|  | 1679 | struct xfs_inode	*ip, | 
|  | 1680 | xfs_fileoff_t		*last_block, | 
|  | 1681 | int			whichfork) | 
|  | 1682 | { | 
|  | 1683 | struct xfs_bmbt_irec	rec; | 
|  | 1684 | int			is_empty; | 
|  | 1685 | int			error; | 
|  | 1686 |  | 
|  | 1687 | *last_block = 0; | 
|  | 1688 |  | 
|  | 1689 | if (XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_LOCAL) | 
|  | 1690 | return 0; | 
|  | 1691 |  | 
|  | 1692 | if (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE && | 
|  | 1693 | XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS) | 
|  | 1694 | return XFS_ERROR(EIO); | 
|  | 1695 |  | 
|  | 1696 | error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty); | 
|  | 1697 | if (error || is_empty) | 
|  | 1698 | return error; | 
|  | 1699 |  | 
|  | 1700 | *last_block = rec.br_startoff + rec.br_blockcount; | 
|  | 1701 | return 0; | 
|  | 1702 | } | 
|  | 1703 |  | 
|  | 1704 | /* | 
|  | 1705 | * Returns whether the selected fork of the inode has exactly one | 
|  | 1706 | * block or not.  For the data fork we check this matches di_size, | 
|  | 1707 | * implying the file's range is 0..bsize-1. | 
|  | 1708 | */ | 
|  | 1709 | int					/* 1=>1 block, 0=>otherwise */ | 
|  | 1710 | xfs_bmap_one_block( | 
|  | 1711 | xfs_inode_t	*ip,		/* incore inode */ | 
|  | 1712 | int		whichfork)	/* data or attr fork */ | 
|  | 1713 | { | 
|  | 1714 | xfs_bmbt_rec_host_t *ep;	/* ptr to fork's extent */ | 
|  | 1715 | xfs_ifork_t	*ifp;		/* inode fork pointer */ | 
|  | 1716 | int		rval;		/* return value */ | 
|  | 1717 | xfs_bmbt_irec_t	s;		/* internal version of extent */ | 
|  | 1718 |  | 
|  | 1719 | #ifndef DEBUG | 
|  | 1720 | if (whichfork == XFS_DATA_FORK) | 
|  | 1721 | return XFS_ISIZE(ip) == ip->i_mount->m_sb.sb_blocksize; | 
|  | 1722 | #endif	/* !DEBUG */ | 
|  | 1723 | if (XFS_IFORK_NEXTENTS(ip, whichfork) != 1) | 
|  | 1724 | return 0; | 
|  | 1725 | if (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS) | 
|  | 1726 | return 0; | 
|  | 1727 | ifp = XFS_IFORK_PTR(ip, whichfork); | 
|  | 1728 | ASSERT(ifp->if_flags & XFS_IFEXTENTS); | 
|  | 1729 | ep = xfs_iext_get_ext(ifp, 0); | 
|  | 1730 | xfs_bmbt_get_all(ep, &s); | 
|  | 1731 | rval = s.br_startoff == 0 && s.br_blockcount == 1; | 
|  | 1732 | if (rval && whichfork == XFS_DATA_FORK) | 
|  | 1733 | ASSERT(XFS_ISIZE(ip) == ip->i_mount->m_sb.sb_blocksize); | 
|  | 1734 | return rval; | 
|  | 1735 | } | 
|  | 1736 |  | 
|  | 1737 | /* | 
|  | 1738 | * Extent tree manipulation functions used during allocation. | 
|  | 1739 | */ | 
|  | 1740 |  | 
|  | 1741 | /* | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 1742 | * Convert a delayed allocation to a real allocation. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1743 | */ | 
|  | 1744 | STATIC int				/* error */ | 
|  | 1745 | xfs_bmap_add_extent_delay_real( | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1746 | struct xfs_bmalloca	*bma) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1747 | { | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1748 | struct xfs_bmbt_irec	*new = &bma->got; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1749 | int			diff;	/* temp value */ | 
| Christoph Hellwig | a6f64d4 | 2007-08-16 16:23:40 +1000 | [diff] [blame] | 1750 | xfs_bmbt_rec_host_t	*ep;	/* extent entry for idx */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1751 | int			error;	/* error return value */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1752 | int			i;	/* temp state */ | 
| Mandy Kirkconnell | 4eea22f | 2006-03-14 13:29:52 +1100 | [diff] [blame] | 1753 | xfs_ifork_t		*ifp;	/* inode fork pointer */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1754 | xfs_fileoff_t		new_endoff;	/* end offset of new entry */ | 
|  | 1755 | xfs_bmbt_irec_t		r[3];	/* neighbor extent entries */ | 
|  | 1756 | /* left is 0, right is 1, prev is 2 */ | 
|  | 1757 | int			rval=0;	/* return value (logging flags) */ | 
|  | 1758 | int			state = 0;/* state bits, accessed thru macros */ | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 1759 | xfs_filblks_t		da_new; /* new count del alloc blocks used */ | 
|  | 1760 | xfs_filblks_t		da_old; /* old count del alloc blocks used */ | 
|  | 1761 | xfs_filblks_t		temp=0;	/* value for da_new calculations */ | 
|  | 1762 | xfs_filblks_t		temp2=0;/* value for da_new calculations */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1763 | int			tmp_rval;	/* partial logging flags */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1764 |  | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1765 | ifp = XFS_IFORK_PTR(bma->ip, XFS_DATA_FORK); | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 1766 |  | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1767 | ASSERT(bma->idx >= 0); | 
|  | 1768 | ASSERT(bma->idx <= ifp->if_bytes / sizeof(struct xfs_bmbt_rec)); | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 1769 | ASSERT(!isnullstartblock(new->br_startblock)); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1770 | ASSERT(!bma->cur || | 
|  | 1771 | (bma->cur->bc_private.b.flags & XFS_BTCUR_BPRV_WASDEL)); | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 1772 |  | 
|  | 1773 | XFS_STATS_INC(xs_add_exlist); | 
|  | 1774 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1775 | #define	LEFT		r[0] | 
|  | 1776 | #define	RIGHT		r[1] | 
|  | 1777 | #define	PREV		r[2] | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1778 |  | 
|  | 1779 | /* | 
|  | 1780 | * Set up a bunch of variables to make the tests simpler. | 
|  | 1781 | */ | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1782 | ep = xfs_iext_get_ext(ifp, bma->idx); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1783 | xfs_bmbt_get_all(ep, &PREV); | 
|  | 1784 | new_endoff = new->br_startoff + new->br_blockcount; | 
|  | 1785 | ASSERT(PREV.br_startoff <= new->br_startoff); | 
|  | 1786 | ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff); | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 1787 |  | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 1788 | da_old = startblockval(PREV.br_startblock); | 
|  | 1789 | da_new = 0; | 
|  | 1790 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1791 | /* | 
|  | 1792 | * Set flags determining what part of the previous delayed allocation | 
|  | 1793 | * extent is being replaced by a real allocation. | 
|  | 1794 | */ | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 1795 | if (PREV.br_startoff == new->br_startoff) | 
|  | 1796 | state |= BMAP_LEFT_FILLING; | 
|  | 1797 | if (PREV.br_startoff + PREV.br_blockcount == new_endoff) | 
|  | 1798 | state |= BMAP_RIGHT_FILLING; | 
|  | 1799 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1800 | /* | 
|  | 1801 | * Check and set flags if this segment has a left neighbor. | 
|  | 1802 | * Don't set contiguous if the combined extent would be too large. | 
|  | 1803 | */ | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1804 | if (bma->idx > 0) { | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 1805 | state |= BMAP_LEFT_VALID; | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1806 | xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx - 1), &LEFT); | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 1807 |  | 
|  | 1808 | if (isnullstartblock(LEFT.br_startblock)) | 
|  | 1809 | state |= BMAP_LEFT_DELAY; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1810 | } | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 1811 |  | 
|  | 1812 | if ((state & BMAP_LEFT_VALID) && !(state & BMAP_LEFT_DELAY) && | 
|  | 1813 | LEFT.br_startoff + LEFT.br_blockcount == new->br_startoff && | 
|  | 1814 | LEFT.br_startblock + LEFT.br_blockcount == new->br_startblock && | 
|  | 1815 | LEFT.br_state == new->br_state && | 
|  | 1816 | LEFT.br_blockcount + new->br_blockcount <= MAXEXTLEN) | 
|  | 1817 | state |= BMAP_LEFT_CONTIG; | 
|  | 1818 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1819 | /* | 
|  | 1820 | * Check and set flags if this segment has a right neighbor. | 
|  | 1821 | * Don't set contiguous if the combined extent would be too large. | 
|  | 1822 | * Also check for all-three-contiguous being too large. | 
|  | 1823 | */ | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1824 | if (bma->idx < bma->ip->i_df.if_bytes / (uint)sizeof(xfs_bmbt_rec_t) - 1) { | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 1825 | state |= BMAP_RIGHT_VALID; | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1826 | xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx + 1), &RIGHT); | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 1827 |  | 
|  | 1828 | if (isnullstartblock(RIGHT.br_startblock)) | 
|  | 1829 | state |= BMAP_RIGHT_DELAY; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1830 | } | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 1831 |  | 
|  | 1832 | if ((state & BMAP_RIGHT_VALID) && !(state & BMAP_RIGHT_DELAY) && | 
|  | 1833 | new_endoff == RIGHT.br_startoff && | 
|  | 1834 | new->br_startblock + new->br_blockcount == RIGHT.br_startblock && | 
|  | 1835 | new->br_state == RIGHT.br_state && | 
|  | 1836 | new->br_blockcount + RIGHT.br_blockcount <= MAXEXTLEN && | 
|  | 1837 | ((state & (BMAP_LEFT_CONTIG | BMAP_LEFT_FILLING | | 
|  | 1838 | BMAP_RIGHT_FILLING)) != | 
|  | 1839 | (BMAP_LEFT_CONTIG | BMAP_LEFT_FILLING | | 
|  | 1840 | BMAP_RIGHT_FILLING) || | 
|  | 1841 | LEFT.br_blockcount + new->br_blockcount + RIGHT.br_blockcount | 
|  | 1842 | <= MAXEXTLEN)) | 
|  | 1843 | state |= BMAP_RIGHT_CONTIG; | 
|  | 1844 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1845 | error = 0; | 
|  | 1846 | /* | 
|  | 1847 | * Switch out based on the FILLING and CONTIG state bits. | 
|  | 1848 | */ | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 1849 | switch (state & (BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG | | 
|  | 1850 | BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG)) { | 
|  | 1851 | case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG | | 
|  | 1852 | BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1853 | /* | 
|  | 1854 | * Filling in all of a previously delayed allocation extent. | 
|  | 1855 | * The left and right neighbors are both contiguous with new. | 
|  | 1856 | */ | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1857 | bma->idx--; | 
|  | 1858 | trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); | 
|  | 1859 | xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx), | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1860 | LEFT.br_blockcount + PREV.br_blockcount + | 
|  | 1861 | RIGHT.br_blockcount); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1862 | trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); | 
| Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 1863 |  | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1864 | xfs_iext_remove(bma->ip, bma->idx + 1, 2, state); | 
|  | 1865 | bma->ip->i_d.di_nextents--; | 
|  | 1866 | if (bma->cur == NULL) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1867 | rval = XFS_ILOG_CORE | XFS_ILOG_DEXT; | 
|  | 1868 | else { | 
|  | 1869 | rval = XFS_ILOG_CORE; | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1870 | error = xfs_bmbt_lookup_eq(bma->cur, RIGHT.br_startoff, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1871 | RIGHT.br_startblock, | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1872 | RIGHT.br_blockcount, &i); | 
|  | 1873 | if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1874 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 1875 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1876 | error = xfs_btree_delete(bma->cur, &i); | 
|  | 1877 | if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1878 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 1879 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1880 | error = xfs_btree_decrement(bma->cur, 0, &i); | 
|  | 1881 | if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1882 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 1883 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1884 | error = xfs_bmbt_update(bma->cur, LEFT.br_startoff, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1885 | LEFT.br_startblock, | 
|  | 1886 | LEFT.br_blockcount + | 
|  | 1887 | PREV.br_blockcount + | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1888 | RIGHT.br_blockcount, LEFT.br_state); | 
|  | 1889 | if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1890 | goto done; | 
|  | 1891 | } | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1892 | break; | 
|  | 1893 |  | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 1894 | case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1895 | /* | 
|  | 1896 | * Filling in all of a previously delayed allocation extent. | 
|  | 1897 | * The left neighbor is contiguous, the right is not. | 
|  | 1898 | */ | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1899 | bma->idx--; | 
| Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 1900 |  | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1901 | trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); | 
|  | 1902 | xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx), | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 1903 | LEFT.br_blockcount + PREV.br_blockcount); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1904 | trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 1905 |  | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1906 | xfs_iext_remove(bma->ip, bma->idx + 1, 1, state); | 
|  | 1907 | if (bma->cur == NULL) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1908 | rval = XFS_ILOG_DEXT; | 
|  | 1909 | else { | 
|  | 1910 | rval = 0; | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1911 | error = xfs_bmbt_lookup_eq(bma->cur, LEFT.br_startoff, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1912 | LEFT.br_startblock, LEFT.br_blockcount, | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1913 | &i); | 
|  | 1914 | if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1915 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 1916 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1917 | error = xfs_bmbt_update(bma->cur, LEFT.br_startoff, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1918 | LEFT.br_startblock, | 
|  | 1919 | LEFT.br_blockcount + | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1920 | PREV.br_blockcount, LEFT.br_state); | 
|  | 1921 | if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1922 | goto done; | 
|  | 1923 | } | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1924 | break; | 
|  | 1925 |  | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 1926 | case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1927 | /* | 
|  | 1928 | * Filling in all of a previously delayed allocation extent. | 
|  | 1929 | * The right neighbor is contiguous, the left is not. | 
|  | 1930 | */ | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1931 | trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1932 | xfs_bmbt_set_startblock(ep, new->br_startblock); | 
|  | 1933 | xfs_bmbt_set_blockcount(ep, | 
|  | 1934 | PREV.br_blockcount + RIGHT.br_blockcount); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1935 | trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); | 
| Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 1936 |  | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1937 | xfs_iext_remove(bma->ip, bma->idx + 1, 1, state); | 
|  | 1938 | if (bma->cur == NULL) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1939 | rval = XFS_ILOG_DEXT; | 
|  | 1940 | else { | 
|  | 1941 | rval = 0; | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1942 | error = xfs_bmbt_lookup_eq(bma->cur, RIGHT.br_startoff, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1943 | RIGHT.br_startblock, | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1944 | RIGHT.br_blockcount, &i); | 
|  | 1945 | if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1946 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 1947 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1948 | error = xfs_bmbt_update(bma->cur, PREV.br_startoff, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1949 | new->br_startblock, | 
|  | 1950 | PREV.br_blockcount + | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1951 | RIGHT.br_blockcount, PREV.br_state); | 
|  | 1952 | if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1953 | goto done; | 
|  | 1954 | } | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1955 | break; | 
|  | 1956 |  | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 1957 | case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1958 | /* | 
|  | 1959 | * Filling in all of a previously delayed allocation extent. | 
|  | 1960 | * Neither the left nor right neighbors are contiguous with | 
|  | 1961 | * the new one. | 
|  | 1962 | */ | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1963 | trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1964 | xfs_bmbt_set_startblock(ep, new->br_startblock); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1965 | trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); | 
| Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 1966 |  | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1967 | bma->ip->i_d.di_nextents++; | 
|  | 1968 | if (bma->cur == NULL) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1969 | rval = XFS_ILOG_CORE | XFS_ILOG_DEXT; | 
|  | 1970 | else { | 
|  | 1971 | rval = XFS_ILOG_CORE; | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1972 | error = xfs_bmbt_lookup_eq(bma->cur, new->br_startoff, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1973 | new->br_startblock, new->br_blockcount, | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1974 | &i); | 
|  | 1975 | if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1976 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 1977 | XFS_WANT_CORRUPTED_GOTO(i == 0, done); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1978 | bma->cur->bc_rec.b.br_state = XFS_EXT_NORM; | 
|  | 1979 | error = xfs_btree_insert(bma->cur, &i); | 
|  | 1980 | if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1981 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 1982 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1983 | } | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1984 | break; | 
|  | 1985 |  | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 1986 | case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1987 | /* | 
|  | 1988 | * Filling in the first part of a previous delayed allocation. | 
|  | 1989 | * The left neighbor is contiguous. | 
|  | 1990 | */ | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1991 | trace_xfs_bmap_pre_update(bma->ip, bma->idx - 1, state, _THIS_IP_); | 
|  | 1992 | xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx - 1), | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1993 | LEFT.br_blockcount + new->br_blockcount); | 
|  | 1994 | xfs_bmbt_set_startoff(ep, | 
|  | 1995 | PREV.br_startoff + new->br_blockcount); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1996 | trace_xfs_bmap_post_update(bma->ip, bma->idx - 1, state, _THIS_IP_); | 
| Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 1997 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1998 | temp = PREV.br_blockcount - new->br_blockcount; | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 1999 | trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2000 | xfs_bmbt_set_blockcount(ep, temp); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2001 | if (bma->cur == NULL) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2002 | rval = XFS_ILOG_DEXT; | 
|  | 2003 | else { | 
|  | 2004 | rval = 0; | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2005 | error = xfs_bmbt_lookup_eq(bma->cur, LEFT.br_startoff, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2006 | LEFT.br_startblock, LEFT.br_blockcount, | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2007 | &i); | 
|  | 2008 | if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2009 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2010 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2011 | error = xfs_bmbt_update(bma->cur, LEFT.br_startoff, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2012 | LEFT.br_startblock, | 
|  | 2013 | LEFT.br_blockcount + | 
|  | 2014 | new->br_blockcount, | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2015 | LEFT.br_state); | 
|  | 2016 | if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2017 | goto done; | 
|  | 2018 | } | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2019 | da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(bma->ip, temp), | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 2020 | startblockval(PREV.br_startblock)); | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2021 | xfs_bmbt_set_startblock(ep, nullstartblock(da_new)); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2022 | trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2023 |  | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2024 | bma->idx--; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2025 | break; | 
|  | 2026 |  | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2027 | case BMAP_LEFT_FILLING: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2028 | /* | 
|  | 2029 | * Filling in the first part of a previous delayed allocation. | 
|  | 2030 | * The left neighbor is not contiguous. | 
|  | 2031 | */ | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2032 | trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2033 | xfs_bmbt_set_startoff(ep, new_endoff); | 
|  | 2034 | temp = PREV.br_blockcount - new->br_blockcount; | 
|  | 2035 | xfs_bmbt_set_blockcount(ep, temp); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2036 | xfs_iext_insert(bma->ip, bma->idx, 1, new, state); | 
|  | 2037 | bma->ip->i_d.di_nextents++; | 
|  | 2038 | if (bma->cur == NULL) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2039 | rval = XFS_ILOG_CORE | XFS_ILOG_DEXT; | 
|  | 2040 | else { | 
|  | 2041 | rval = XFS_ILOG_CORE; | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2042 | error = xfs_bmbt_lookup_eq(bma->cur, new->br_startoff, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2043 | new->br_startblock, new->br_blockcount, | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2044 | &i); | 
|  | 2045 | if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2046 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2047 | XFS_WANT_CORRUPTED_GOTO(i == 0, done); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2048 | bma->cur->bc_rec.b.br_state = XFS_EXT_NORM; | 
|  | 2049 | error = xfs_btree_insert(bma->cur, &i); | 
|  | 2050 | if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2051 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2052 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2053 | } | 
| Christoph Hellwig | 8096b1e | 2011-12-18 20:00:07 +0000 | [diff] [blame] | 2054 |  | 
|  | 2055 | if (xfs_bmap_needs_btree(bma->ip, XFS_DATA_FORK)) { | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2056 | error = xfs_bmap_extents_to_btree(bma->tp, bma->ip, | 
|  | 2057 | bma->firstblock, bma->flist, | 
|  | 2058 | &bma->cur, 1, &tmp_rval, XFS_DATA_FORK); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2059 | rval |= tmp_rval; | 
|  | 2060 | if (error) | 
|  | 2061 | goto done; | 
|  | 2062 | } | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2063 | da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(bma->ip, temp), | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 2064 | startblockval(PREV.br_startblock) - | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2065 | (bma->cur ? bma->cur->bc_private.b.allocated : 0)); | 
|  | 2066 | ep = xfs_iext_get_ext(ifp, bma->idx + 1); | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2067 | xfs_bmbt_set_startblock(ep, nullstartblock(da_new)); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2068 | trace_xfs_bmap_post_update(bma->ip, bma->idx + 1, state, _THIS_IP_); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2069 | break; | 
|  | 2070 |  | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2071 | case BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2072 | /* | 
|  | 2073 | * Filling in the last part of a previous delayed allocation. | 
|  | 2074 | * The right neighbor is contiguous with the new allocation. | 
|  | 2075 | */ | 
|  | 2076 | temp = PREV.br_blockcount - new->br_blockcount; | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2077 | trace_xfs_bmap_pre_update(bma->ip, bma->idx + 1, state, _THIS_IP_); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2078 | xfs_bmbt_set_blockcount(ep, temp); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2079 | xfs_bmbt_set_allf(xfs_iext_get_ext(ifp, bma->idx + 1), | 
| Mandy Kirkconnell | 4eea22f | 2006-03-14 13:29:52 +1100 | [diff] [blame] | 2080 | new->br_startoff, new->br_startblock, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2081 | new->br_blockcount + RIGHT.br_blockcount, | 
|  | 2082 | RIGHT.br_state); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2083 | trace_xfs_bmap_post_update(bma->ip, bma->idx + 1, state, _THIS_IP_); | 
|  | 2084 | if (bma->cur == NULL) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2085 | rval = XFS_ILOG_DEXT; | 
|  | 2086 | else { | 
|  | 2087 | rval = 0; | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2088 | error = xfs_bmbt_lookup_eq(bma->cur, RIGHT.br_startoff, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2089 | RIGHT.br_startblock, | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2090 | RIGHT.br_blockcount, &i); | 
|  | 2091 | if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2092 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2093 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2094 | error = xfs_bmbt_update(bma->cur, new->br_startoff, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2095 | new->br_startblock, | 
|  | 2096 | new->br_blockcount + | 
|  | 2097 | RIGHT.br_blockcount, | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2098 | RIGHT.br_state); | 
|  | 2099 | if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2100 | goto done; | 
|  | 2101 | } | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2102 |  | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2103 | da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(bma->ip, temp), | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 2104 | startblockval(PREV.br_startblock)); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2105 | trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2106 | xfs_bmbt_set_startblock(ep, nullstartblock(da_new)); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2107 | trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2108 |  | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2109 | bma->idx++; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2110 | break; | 
|  | 2111 |  | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2112 | case BMAP_RIGHT_FILLING: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2113 | /* | 
|  | 2114 | * Filling in the last part of a previous delayed allocation. | 
|  | 2115 | * The right neighbor is not contiguous. | 
|  | 2116 | */ | 
|  | 2117 | temp = PREV.br_blockcount - new->br_blockcount; | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2118 | trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2119 | xfs_bmbt_set_blockcount(ep, temp); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2120 | xfs_iext_insert(bma->ip, bma->idx + 1, 1, new, state); | 
|  | 2121 | bma->ip->i_d.di_nextents++; | 
|  | 2122 | if (bma->cur == NULL) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2123 | rval = XFS_ILOG_CORE | XFS_ILOG_DEXT; | 
|  | 2124 | else { | 
|  | 2125 | rval = XFS_ILOG_CORE; | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2126 | error = xfs_bmbt_lookup_eq(bma->cur, new->br_startoff, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2127 | new->br_startblock, new->br_blockcount, | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2128 | &i); | 
|  | 2129 | if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2130 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2131 | XFS_WANT_CORRUPTED_GOTO(i == 0, done); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2132 | bma->cur->bc_rec.b.br_state = XFS_EXT_NORM; | 
|  | 2133 | error = xfs_btree_insert(bma->cur, &i); | 
|  | 2134 | if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2135 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2136 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2137 | } | 
| Christoph Hellwig | 8096b1e | 2011-12-18 20:00:07 +0000 | [diff] [blame] | 2138 |  | 
|  | 2139 | if (xfs_bmap_needs_btree(bma->ip, XFS_DATA_FORK)) { | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2140 | error = xfs_bmap_extents_to_btree(bma->tp, bma->ip, | 
|  | 2141 | bma->firstblock, bma->flist, &bma->cur, 1, | 
|  | 2142 | &tmp_rval, XFS_DATA_FORK); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2143 | rval |= tmp_rval; | 
|  | 2144 | if (error) | 
|  | 2145 | goto done; | 
|  | 2146 | } | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2147 | da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(bma->ip, temp), | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 2148 | startblockval(PREV.br_startblock) - | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2149 | (bma->cur ? bma->cur->bc_private.b.allocated : 0)); | 
|  | 2150 | ep = xfs_iext_get_ext(ifp, bma->idx); | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2151 | xfs_bmbt_set_startblock(ep, nullstartblock(da_new)); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2152 | trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2153 |  | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2154 | bma->idx++; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2155 | break; | 
|  | 2156 |  | 
|  | 2157 | case 0: | 
|  | 2158 | /* | 
|  | 2159 | * Filling in the middle part of a previous delayed allocation. | 
|  | 2160 | * Contiguity is impossible here. | 
|  | 2161 | * This case is avoided almost all the time. | 
| bpm@sgi.com | 24446fc | 2011-01-19 17:41:58 +0000 | [diff] [blame] | 2162 | * | 
|  | 2163 | * We start with a delayed allocation: | 
|  | 2164 | * | 
|  | 2165 | * +ddddddddddddddddddddddddddddddddddddddddddddddddddddddd+ | 
|  | 2166 | *  PREV @ idx | 
|  | 2167 | * | 
|  | 2168 | * and we are allocating: | 
|  | 2169 | *                     +rrrrrrrrrrrrrrrrr+ | 
|  | 2170 | *			      new | 
|  | 2171 | * | 
|  | 2172 | * and we set it up for insertion as: | 
|  | 2173 | * +ddddddddddddddddddd+rrrrrrrrrrrrrrrrr+ddddddddddddddddd+ | 
|  | 2174 | *                            new | 
|  | 2175 | *  PREV @ idx          LEFT              RIGHT | 
|  | 2176 | *                      inserted at idx + 1 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2177 | */ | 
|  | 2178 | temp = new->br_startoff - PREV.br_startoff; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2179 | temp2 = PREV.br_startoff + PREV.br_blockcount - new_endoff; | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2180 | trace_xfs_bmap_pre_update(bma->ip, bma->idx, 0, _THIS_IP_); | 
| bpm@sgi.com | 24446fc | 2011-01-19 17:41:58 +0000 | [diff] [blame] | 2181 | xfs_bmbt_set_blockcount(ep, temp);	/* truncate PREV */ | 
|  | 2182 | LEFT = *new; | 
|  | 2183 | RIGHT.br_state = PREV.br_state; | 
|  | 2184 | RIGHT.br_startblock = nullstartblock( | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2185 | (int)xfs_bmap_worst_indlen(bma->ip, temp2)); | 
| bpm@sgi.com | 24446fc | 2011-01-19 17:41:58 +0000 | [diff] [blame] | 2186 | RIGHT.br_startoff = new_endoff; | 
|  | 2187 | RIGHT.br_blockcount = temp2; | 
|  | 2188 | /* insert LEFT (r[0]) and RIGHT (r[1]) at the same time */ | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2189 | xfs_iext_insert(bma->ip, bma->idx + 1, 2, &LEFT, state); | 
|  | 2190 | bma->ip->i_d.di_nextents++; | 
|  | 2191 | if (bma->cur == NULL) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2192 | rval = XFS_ILOG_CORE | XFS_ILOG_DEXT; | 
|  | 2193 | else { | 
|  | 2194 | rval = XFS_ILOG_CORE; | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2195 | error = xfs_bmbt_lookup_eq(bma->cur, new->br_startoff, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2196 | new->br_startblock, new->br_blockcount, | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2197 | &i); | 
|  | 2198 | if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2199 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2200 | XFS_WANT_CORRUPTED_GOTO(i == 0, done); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2201 | bma->cur->bc_rec.b.br_state = XFS_EXT_NORM; | 
|  | 2202 | error = xfs_btree_insert(bma->cur, &i); | 
|  | 2203 | if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2204 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2205 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2206 | } | 
| Christoph Hellwig | 8096b1e | 2011-12-18 20:00:07 +0000 | [diff] [blame] | 2207 |  | 
|  | 2208 | if (xfs_bmap_needs_btree(bma->ip, XFS_DATA_FORK)) { | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2209 | error = xfs_bmap_extents_to_btree(bma->tp, bma->ip, | 
|  | 2210 | bma->firstblock, bma->flist, &bma->cur, | 
|  | 2211 | 1, &tmp_rval, XFS_DATA_FORK); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2212 | rval |= tmp_rval; | 
|  | 2213 | if (error) | 
|  | 2214 | goto done; | 
|  | 2215 | } | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2216 | temp = xfs_bmap_worst_indlen(bma->ip, temp); | 
|  | 2217 | temp2 = xfs_bmap_worst_indlen(bma->ip, temp2); | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 2218 | diff = (int)(temp + temp2 - startblockval(PREV.br_startblock) - | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2219 | (bma->cur ? bma->cur->bc_private.b.allocated : 0)); | 
| Christoph Hellwig | b9b984d | 2011-09-18 20:40:42 +0000 | [diff] [blame] | 2220 | if (diff > 0) { | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2221 | error = xfs_icsb_modify_counters(bma->ip->i_mount, | 
| Christoph Hellwig | b9b984d | 2011-09-18 20:40:42 +0000 | [diff] [blame] | 2222 | XFS_SBS_FDBLOCKS, | 
|  | 2223 | -((int64_t)diff), 0); | 
|  | 2224 | ASSERT(!error); | 
|  | 2225 | if (error) | 
|  | 2226 | goto done; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2227 | } | 
| Christoph Hellwig | b9b984d | 2011-09-18 20:40:42 +0000 | [diff] [blame] | 2228 |  | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2229 | ep = xfs_iext_get_ext(ifp, bma->idx); | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 2230 | xfs_bmbt_set_startblock(ep, nullstartblock((int)temp)); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2231 | trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); | 
|  | 2232 | trace_xfs_bmap_pre_update(bma->ip, bma->idx + 2, state, _THIS_IP_); | 
|  | 2233 | xfs_bmbt_set_startblock(xfs_iext_get_ext(ifp, bma->idx + 2), | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 2234 | nullstartblock((int)temp2)); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2235 | trace_xfs_bmap_post_update(bma->ip, bma->idx + 2, state, _THIS_IP_); | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2236 |  | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2237 | bma->idx++; | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2238 | da_new = temp + temp2; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2239 | break; | 
|  | 2240 |  | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2241 | case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: | 
|  | 2242 | case BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: | 
|  | 2243 | case BMAP_LEFT_FILLING | BMAP_RIGHT_CONTIG: | 
|  | 2244 | case BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG: | 
|  | 2245 | case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: | 
|  | 2246 | case BMAP_LEFT_CONTIG: | 
|  | 2247 | case BMAP_RIGHT_CONTIG: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2248 | /* | 
|  | 2249 | * These cases are all impossible. | 
|  | 2250 | */ | 
|  | 2251 | ASSERT(0); | 
|  | 2252 | } | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2253 |  | 
|  | 2254 | /* convert to a btree if necessary */ | 
| Christoph Hellwig | 8096b1e | 2011-12-18 20:00:07 +0000 | [diff] [blame] | 2255 | if (xfs_bmap_needs_btree(bma->ip, XFS_DATA_FORK)) { | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2256 | int	tmp_logflags;	/* partial log flag return val */ | 
|  | 2257 |  | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2258 | ASSERT(bma->cur == NULL); | 
|  | 2259 | error = xfs_bmap_extents_to_btree(bma->tp, bma->ip, | 
|  | 2260 | bma->firstblock, bma->flist, &bma->cur, | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2261 | da_old > 0, &tmp_logflags, XFS_DATA_FORK); | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2262 | bma->logflags |= tmp_logflags; | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2263 | if (error) | 
|  | 2264 | goto done; | 
|  | 2265 | } | 
|  | 2266 |  | 
|  | 2267 | /* adjust for changes in reserved delayed indirect blocks */ | 
|  | 2268 | if (da_old || da_new) { | 
|  | 2269 | temp = da_new; | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2270 | if (bma->cur) | 
|  | 2271 | temp += bma->cur->bc_private.b.allocated; | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2272 | ASSERT(temp <= da_old); | 
|  | 2273 | if (temp < da_old) | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2274 | xfs_icsb_modify_counters(bma->ip->i_mount, | 
|  | 2275 | XFS_SBS_FDBLOCKS, | 
|  | 2276 | (int64_t)(da_old - temp), 0); | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2277 | } | 
|  | 2278 |  | 
|  | 2279 | /* clear out the allocated field, done with it now in any case. */ | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2280 | if (bma->cur) | 
|  | 2281 | bma->cur->bc_private.b.allocated = 0; | 
|  | 2282 |  | 
|  | 2283 | xfs_bmap_check_leaf_extents(bma->cur, bma->ip, XFS_DATA_FORK); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2284 | done: | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 2285 | bma->logflags |= rval; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2286 | return error; | 
|  | 2287 | #undef	LEFT | 
|  | 2288 | #undef	RIGHT | 
|  | 2289 | #undef	PREV | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2290 | } | 
|  | 2291 |  | 
|  | 2292 | /* | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2293 | * Convert an unwritten allocation to a real allocation or vice versa. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2294 | */ | 
|  | 2295 | STATIC int				/* error */ | 
|  | 2296 | xfs_bmap_add_extent_unwritten_real( | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2297 | struct xfs_trans	*tp, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2298 | xfs_inode_t		*ip,	/* incore inode pointer */ | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2299 | xfs_extnum_t		*idx,	/* extent number to update/insert */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2300 | xfs_btree_cur_t		**curp,	/* if *curp is null, not a btree */ | 
| Mandy Kirkconnell | 4eea22f | 2006-03-14 13:29:52 +1100 | [diff] [blame] | 2301 | xfs_bmbt_irec_t		*new,	/* new data to add to file extents */ | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2302 | xfs_fsblock_t		*first,	/* pointer to firstblock variable */ | 
|  | 2303 | xfs_bmap_free_t		*flist,	/* list of extents to be freed */ | 
| Christoph Hellwig | b4e9181 | 2010-06-23 18:11:15 +1000 | [diff] [blame] | 2304 | int			*logflagsp) /* inode logging flags */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2305 | { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2306 | xfs_btree_cur_t		*cur;	/* btree cursor */ | 
| Christoph Hellwig | a6f64d4 | 2007-08-16 16:23:40 +1000 | [diff] [blame] | 2307 | xfs_bmbt_rec_host_t	*ep;	/* extent entry for idx */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2308 | int			error;	/* error return value */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2309 | int			i;	/* temp state */ | 
| Mandy Kirkconnell | 4eea22f | 2006-03-14 13:29:52 +1100 | [diff] [blame] | 2310 | xfs_ifork_t		*ifp;	/* inode fork pointer */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2311 | xfs_fileoff_t		new_endoff;	/* end offset of new entry */ | 
|  | 2312 | xfs_exntst_t		newext;	/* new extent state */ | 
|  | 2313 | xfs_exntst_t		oldext;	/* old extent state */ | 
|  | 2314 | xfs_bmbt_irec_t		r[3];	/* neighbor extent entries */ | 
|  | 2315 | /* left is 0, right is 1, prev is 2 */ | 
|  | 2316 | int			rval=0;	/* return value (logging flags) */ | 
|  | 2317 | int			state = 0;/* state bits, accessed thru macros */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2318 |  | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2319 | *logflagsp = 0; | 
|  | 2320 |  | 
|  | 2321 | cur = *curp; | 
|  | 2322 | ifp = XFS_IFORK_PTR(ip, XFS_DATA_FORK); | 
|  | 2323 |  | 
|  | 2324 | ASSERT(*idx >= 0); | 
|  | 2325 | ASSERT(*idx <= ifp->if_bytes / sizeof(struct xfs_bmbt_rec)); | 
|  | 2326 | ASSERT(!isnullstartblock(new->br_startblock)); | 
|  | 2327 |  | 
|  | 2328 | XFS_STATS_INC(xs_add_exlist); | 
|  | 2329 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2330 | #define	LEFT		r[0] | 
|  | 2331 | #define	RIGHT		r[1] | 
|  | 2332 | #define	PREV		r[2] | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2333 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2334 | /* | 
|  | 2335 | * Set up a bunch of variables to make the tests simpler. | 
|  | 2336 | */ | 
|  | 2337 | error = 0; | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2338 | ep = xfs_iext_get_ext(ifp, *idx); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2339 | xfs_bmbt_get_all(ep, &PREV); | 
|  | 2340 | newext = new->br_state; | 
|  | 2341 | oldext = (newext == XFS_EXT_UNWRITTEN) ? | 
|  | 2342 | XFS_EXT_NORM : XFS_EXT_UNWRITTEN; | 
|  | 2343 | ASSERT(PREV.br_state == oldext); | 
|  | 2344 | new_endoff = new->br_startoff + new->br_blockcount; | 
|  | 2345 | ASSERT(PREV.br_startoff <= new->br_startoff); | 
|  | 2346 | ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff); | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2347 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2348 | /* | 
|  | 2349 | * Set flags determining what part of the previous oldext allocation | 
|  | 2350 | * extent is being replaced by a newext allocation. | 
|  | 2351 | */ | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2352 | if (PREV.br_startoff == new->br_startoff) | 
|  | 2353 | state |= BMAP_LEFT_FILLING; | 
|  | 2354 | if (PREV.br_startoff + PREV.br_blockcount == new_endoff) | 
|  | 2355 | state |= BMAP_RIGHT_FILLING; | 
|  | 2356 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2357 | /* | 
|  | 2358 | * Check and set flags if this segment has a left neighbor. | 
|  | 2359 | * Don't set contiguous if the combined extent would be too large. | 
|  | 2360 | */ | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2361 | if (*idx > 0) { | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2362 | state |= BMAP_LEFT_VALID; | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2363 | xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx - 1), &LEFT); | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2364 |  | 
|  | 2365 | if (isnullstartblock(LEFT.br_startblock)) | 
|  | 2366 | state |= BMAP_LEFT_DELAY; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2367 | } | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2368 |  | 
|  | 2369 | if ((state & BMAP_LEFT_VALID) && !(state & BMAP_LEFT_DELAY) && | 
|  | 2370 | LEFT.br_startoff + LEFT.br_blockcount == new->br_startoff && | 
|  | 2371 | LEFT.br_startblock + LEFT.br_blockcount == new->br_startblock && | 
|  | 2372 | LEFT.br_state == newext && | 
|  | 2373 | LEFT.br_blockcount + new->br_blockcount <= MAXEXTLEN) | 
|  | 2374 | state |= BMAP_LEFT_CONTIG; | 
|  | 2375 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2376 | /* | 
|  | 2377 | * Check and set flags if this segment has a right neighbor. | 
|  | 2378 | * Don't set contiguous if the combined extent would be too large. | 
|  | 2379 | * Also check for all-three-contiguous being too large. | 
|  | 2380 | */ | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2381 | if (*idx < ip->i_df.if_bytes / (uint)sizeof(xfs_bmbt_rec_t) - 1) { | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2382 | state |= BMAP_RIGHT_VALID; | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2383 | xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx + 1), &RIGHT); | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2384 | if (isnullstartblock(RIGHT.br_startblock)) | 
|  | 2385 | state |= BMAP_RIGHT_DELAY; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2386 | } | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2387 |  | 
|  | 2388 | if ((state & BMAP_RIGHT_VALID) && !(state & BMAP_RIGHT_DELAY) && | 
|  | 2389 | new_endoff == RIGHT.br_startoff && | 
|  | 2390 | new->br_startblock + new->br_blockcount == RIGHT.br_startblock && | 
|  | 2391 | newext == RIGHT.br_state && | 
|  | 2392 | new->br_blockcount + RIGHT.br_blockcount <= MAXEXTLEN && | 
|  | 2393 | ((state & (BMAP_LEFT_CONTIG | BMAP_LEFT_FILLING | | 
|  | 2394 | BMAP_RIGHT_FILLING)) != | 
|  | 2395 | (BMAP_LEFT_CONTIG | BMAP_LEFT_FILLING | | 
|  | 2396 | BMAP_RIGHT_FILLING) || | 
|  | 2397 | LEFT.br_blockcount + new->br_blockcount + RIGHT.br_blockcount | 
|  | 2398 | <= MAXEXTLEN)) | 
|  | 2399 | state |= BMAP_RIGHT_CONTIG; | 
|  | 2400 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2401 | /* | 
|  | 2402 | * Switch out based on the FILLING and CONTIG state bits. | 
|  | 2403 | */ | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2404 | switch (state & (BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG | | 
|  | 2405 | BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG)) { | 
|  | 2406 | case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG | | 
|  | 2407 | BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2408 | /* | 
|  | 2409 | * Setting all of a previous oldext extent to newext. | 
|  | 2410 | * The left and right neighbors are both contiguous with new. | 
|  | 2411 | */ | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2412 | --*idx; | 
|  | 2413 |  | 
|  | 2414 | trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); | 
|  | 2415 | xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx), | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2416 | LEFT.br_blockcount + PREV.br_blockcount + | 
|  | 2417 | RIGHT.br_blockcount); | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2418 | trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); | 
| Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 2419 |  | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2420 | xfs_iext_remove(ip, *idx + 1, 2, state); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2421 | ip->i_d.di_nextents -= 2; | 
|  | 2422 | if (cur == NULL) | 
|  | 2423 | rval = XFS_ILOG_CORE | XFS_ILOG_DEXT; | 
|  | 2424 | else { | 
|  | 2425 | rval = XFS_ILOG_CORE; | 
|  | 2426 | if ((error = xfs_bmbt_lookup_eq(cur, RIGHT.br_startoff, | 
|  | 2427 | RIGHT.br_startblock, | 
|  | 2428 | RIGHT.br_blockcount, &i))) | 
|  | 2429 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2430 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Christoph Hellwig | 91cca5df | 2008-10-30 16:58:01 +1100 | [diff] [blame] | 2431 | if ((error = xfs_btree_delete(cur, &i))) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2432 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2433 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Christoph Hellwig | 8df4da4 | 2008-10-30 16:55:58 +1100 | [diff] [blame] | 2434 | if ((error = xfs_btree_decrement(cur, 0, &i))) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2435 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2436 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Christoph Hellwig | 91cca5df | 2008-10-30 16:58:01 +1100 | [diff] [blame] | 2437 | if ((error = xfs_btree_delete(cur, &i))) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2438 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2439 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Christoph Hellwig | 8df4da4 | 2008-10-30 16:55:58 +1100 | [diff] [blame] | 2440 | if ((error = xfs_btree_decrement(cur, 0, &i))) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2441 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2442 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2443 | if ((error = xfs_bmbt_update(cur, LEFT.br_startoff, | 
|  | 2444 | LEFT.br_startblock, | 
|  | 2445 | LEFT.br_blockcount + PREV.br_blockcount + | 
|  | 2446 | RIGHT.br_blockcount, LEFT.br_state))) | 
|  | 2447 | goto done; | 
|  | 2448 | } | 
|  | 2449 | break; | 
|  | 2450 |  | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2451 | case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2452 | /* | 
|  | 2453 | * Setting all of a previous oldext extent to newext. | 
|  | 2454 | * The left neighbor is contiguous, the right is not. | 
|  | 2455 | */ | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2456 | --*idx; | 
| Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 2457 |  | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2458 | trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); | 
|  | 2459 | xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx), | 
|  | 2460 | LEFT.br_blockcount + PREV.br_blockcount); | 
|  | 2461 | trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); | 
|  | 2462 |  | 
|  | 2463 | xfs_iext_remove(ip, *idx + 1, 1, state); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2464 | ip->i_d.di_nextents--; | 
|  | 2465 | if (cur == NULL) | 
|  | 2466 | rval = XFS_ILOG_CORE | XFS_ILOG_DEXT; | 
|  | 2467 | else { | 
|  | 2468 | rval = XFS_ILOG_CORE; | 
|  | 2469 | if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff, | 
|  | 2470 | PREV.br_startblock, PREV.br_blockcount, | 
|  | 2471 | &i))) | 
|  | 2472 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2473 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Christoph Hellwig | 91cca5df | 2008-10-30 16:58:01 +1100 | [diff] [blame] | 2474 | if ((error = xfs_btree_delete(cur, &i))) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2475 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2476 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Christoph Hellwig | 8df4da4 | 2008-10-30 16:55:58 +1100 | [diff] [blame] | 2477 | if ((error = xfs_btree_decrement(cur, 0, &i))) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2478 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2479 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2480 | if ((error = xfs_bmbt_update(cur, LEFT.br_startoff, | 
|  | 2481 | LEFT.br_startblock, | 
|  | 2482 | LEFT.br_blockcount + PREV.br_blockcount, | 
|  | 2483 | LEFT.br_state))) | 
|  | 2484 | goto done; | 
|  | 2485 | } | 
|  | 2486 | break; | 
|  | 2487 |  | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2488 | case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2489 | /* | 
|  | 2490 | * Setting all of a previous oldext extent to newext. | 
|  | 2491 | * The right neighbor is contiguous, the left is not. | 
|  | 2492 | */ | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2493 | trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2494 | xfs_bmbt_set_blockcount(ep, | 
|  | 2495 | PREV.br_blockcount + RIGHT.br_blockcount); | 
|  | 2496 | xfs_bmbt_set_state(ep, newext); | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2497 | trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); | 
|  | 2498 | xfs_iext_remove(ip, *idx + 1, 1, state); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2499 | ip->i_d.di_nextents--; | 
|  | 2500 | if (cur == NULL) | 
|  | 2501 | rval = XFS_ILOG_CORE | XFS_ILOG_DEXT; | 
|  | 2502 | else { | 
|  | 2503 | rval = XFS_ILOG_CORE; | 
|  | 2504 | if ((error = xfs_bmbt_lookup_eq(cur, RIGHT.br_startoff, | 
|  | 2505 | RIGHT.br_startblock, | 
|  | 2506 | RIGHT.br_blockcount, &i))) | 
|  | 2507 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2508 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Christoph Hellwig | 91cca5df | 2008-10-30 16:58:01 +1100 | [diff] [blame] | 2509 | if ((error = xfs_btree_delete(cur, &i))) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2510 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2511 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Christoph Hellwig | 8df4da4 | 2008-10-30 16:55:58 +1100 | [diff] [blame] | 2512 | if ((error = xfs_btree_decrement(cur, 0, &i))) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2513 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2514 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2515 | if ((error = xfs_bmbt_update(cur, new->br_startoff, | 
|  | 2516 | new->br_startblock, | 
|  | 2517 | new->br_blockcount + RIGHT.br_blockcount, | 
|  | 2518 | newext))) | 
|  | 2519 | goto done; | 
|  | 2520 | } | 
|  | 2521 | break; | 
|  | 2522 |  | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2523 | case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2524 | /* | 
|  | 2525 | * Setting all of a previous oldext extent to newext. | 
|  | 2526 | * Neither the left nor right neighbors are contiguous with | 
|  | 2527 | * the new one. | 
|  | 2528 | */ | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2529 | trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2530 | xfs_bmbt_set_state(ep, newext); | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2531 | trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); | 
| Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 2532 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2533 | if (cur == NULL) | 
|  | 2534 | rval = XFS_ILOG_DEXT; | 
|  | 2535 | else { | 
|  | 2536 | rval = 0; | 
|  | 2537 | if ((error = xfs_bmbt_lookup_eq(cur, new->br_startoff, | 
|  | 2538 | new->br_startblock, new->br_blockcount, | 
|  | 2539 | &i))) | 
|  | 2540 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2541 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2542 | if ((error = xfs_bmbt_update(cur, new->br_startoff, | 
|  | 2543 | new->br_startblock, new->br_blockcount, | 
|  | 2544 | newext))) | 
|  | 2545 | goto done; | 
|  | 2546 | } | 
|  | 2547 | break; | 
|  | 2548 |  | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2549 | case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2550 | /* | 
|  | 2551 | * Setting the first part of a previous oldext extent to newext. | 
|  | 2552 | * The left neighbor is contiguous. | 
|  | 2553 | */ | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2554 | trace_xfs_bmap_pre_update(ip, *idx - 1, state, _THIS_IP_); | 
|  | 2555 | xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx - 1), | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2556 | LEFT.br_blockcount + new->br_blockcount); | 
|  | 2557 | xfs_bmbt_set_startoff(ep, | 
|  | 2558 | PREV.br_startoff + new->br_blockcount); | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2559 | trace_xfs_bmap_post_update(ip, *idx - 1, state, _THIS_IP_); | 
| Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 2560 |  | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2561 | trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2562 | xfs_bmbt_set_startblock(ep, | 
|  | 2563 | new->br_startblock + new->br_blockcount); | 
|  | 2564 | xfs_bmbt_set_blockcount(ep, | 
|  | 2565 | PREV.br_blockcount - new->br_blockcount); | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2566 | trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); | 
| Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 2567 |  | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2568 | --*idx; | 
|  | 2569 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2570 | if (cur == NULL) | 
|  | 2571 | rval = XFS_ILOG_DEXT; | 
|  | 2572 | else { | 
|  | 2573 | rval = 0; | 
|  | 2574 | if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff, | 
|  | 2575 | PREV.br_startblock, PREV.br_blockcount, | 
|  | 2576 | &i))) | 
|  | 2577 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2578 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2579 | if ((error = xfs_bmbt_update(cur, | 
|  | 2580 | PREV.br_startoff + new->br_blockcount, | 
|  | 2581 | PREV.br_startblock + new->br_blockcount, | 
|  | 2582 | PREV.br_blockcount - new->br_blockcount, | 
|  | 2583 | oldext))) | 
|  | 2584 | goto done; | 
| Christoph Hellwig | 8df4da4 | 2008-10-30 16:55:58 +1100 | [diff] [blame] | 2585 | if ((error = xfs_btree_decrement(cur, 0, &i))) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2586 | goto done; | 
| Christoph Hellwig | b0eab14 | 2011-09-18 20:41:06 +0000 | [diff] [blame] | 2587 | error = xfs_bmbt_update(cur, LEFT.br_startoff, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2588 | LEFT.br_startblock, | 
|  | 2589 | LEFT.br_blockcount + new->br_blockcount, | 
| Christoph Hellwig | b0eab14 | 2011-09-18 20:41:06 +0000 | [diff] [blame] | 2590 | LEFT.br_state); | 
|  | 2591 | if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2592 | goto done; | 
|  | 2593 | } | 
|  | 2594 | break; | 
|  | 2595 |  | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2596 | case BMAP_LEFT_FILLING: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2597 | /* | 
|  | 2598 | * Setting the first part of a previous oldext extent to newext. | 
|  | 2599 | * The left neighbor is not contiguous. | 
|  | 2600 | */ | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2601 | trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2602 | ASSERT(ep && xfs_bmbt_get_state(ep) == oldext); | 
|  | 2603 | xfs_bmbt_set_startoff(ep, new_endoff); | 
|  | 2604 | xfs_bmbt_set_blockcount(ep, | 
|  | 2605 | PREV.br_blockcount - new->br_blockcount); | 
|  | 2606 | xfs_bmbt_set_startblock(ep, | 
|  | 2607 | new->br_startblock + new->br_blockcount); | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2608 | trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); | 
| Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 2609 |  | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2610 | xfs_iext_insert(ip, *idx, 1, new, state); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2611 | ip->i_d.di_nextents++; | 
|  | 2612 | if (cur == NULL) | 
|  | 2613 | rval = XFS_ILOG_CORE | XFS_ILOG_DEXT; | 
|  | 2614 | else { | 
|  | 2615 | rval = XFS_ILOG_CORE; | 
|  | 2616 | if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff, | 
|  | 2617 | PREV.br_startblock, PREV.br_blockcount, | 
|  | 2618 | &i))) | 
|  | 2619 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2620 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2621 | if ((error = xfs_bmbt_update(cur, | 
|  | 2622 | PREV.br_startoff + new->br_blockcount, | 
|  | 2623 | PREV.br_startblock + new->br_blockcount, | 
|  | 2624 | PREV.br_blockcount - new->br_blockcount, | 
|  | 2625 | oldext))) | 
|  | 2626 | goto done; | 
|  | 2627 | cur->bc_rec.b = *new; | 
| Christoph Hellwig | 4b22a57 | 2008-10-30 16:57:40 +1100 | [diff] [blame] | 2628 | if ((error = xfs_btree_insert(cur, &i))) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2629 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2630 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2631 | } | 
|  | 2632 | break; | 
|  | 2633 |  | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2634 | case BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2635 | /* | 
|  | 2636 | * Setting the last part of a previous oldext extent to newext. | 
|  | 2637 | * The right neighbor is contiguous with the new allocation. | 
|  | 2638 | */ | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2639 | trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2640 | xfs_bmbt_set_blockcount(ep, | 
|  | 2641 | PREV.br_blockcount - new->br_blockcount); | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2642 | trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); | 
|  | 2643 |  | 
|  | 2644 | ++*idx; | 
|  | 2645 |  | 
|  | 2646 | trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); | 
|  | 2647 | xfs_bmbt_set_allf(xfs_iext_get_ext(ifp, *idx), | 
| Mandy Kirkconnell | 4eea22f | 2006-03-14 13:29:52 +1100 | [diff] [blame] | 2648 | new->br_startoff, new->br_startblock, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2649 | new->br_blockcount + RIGHT.br_blockcount, newext); | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2650 | trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); | 
| Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 2651 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2652 | if (cur == NULL) | 
|  | 2653 | rval = XFS_ILOG_DEXT; | 
|  | 2654 | else { | 
|  | 2655 | rval = 0; | 
|  | 2656 | if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff, | 
|  | 2657 | PREV.br_startblock, | 
|  | 2658 | PREV.br_blockcount, &i))) | 
|  | 2659 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2660 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2661 | if ((error = xfs_bmbt_update(cur, PREV.br_startoff, | 
|  | 2662 | PREV.br_startblock, | 
|  | 2663 | PREV.br_blockcount - new->br_blockcount, | 
|  | 2664 | oldext))) | 
|  | 2665 | goto done; | 
| Christoph Hellwig | 637aa50 | 2008-10-30 16:55:45 +1100 | [diff] [blame] | 2666 | if ((error = xfs_btree_increment(cur, 0, &i))) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2667 | goto done; | 
|  | 2668 | if ((error = xfs_bmbt_update(cur, new->br_startoff, | 
|  | 2669 | new->br_startblock, | 
|  | 2670 | new->br_blockcount + RIGHT.br_blockcount, | 
|  | 2671 | newext))) | 
|  | 2672 | goto done; | 
|  | 2673 | } | 
|  | 2674 | break; | 
|  | 2675 |  | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2676 | case BMAP_RIGHT_FILLING: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2677 | /* | 
|  | 2678 | * Setting the last part of a previous oldext extent to newext. | 
|  | 2679 | * The right neighbor is not contiguous. | 
|  | 2680 | */ | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2681 | trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2682 | xfs_bmbt_set_blockcount(ep, | 
|  | 2683 | PREV.br_blockcount - new->br_blockcount); | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2684 | trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); | 
| Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 2685 |  | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2686 | ++*idx; | 
|  | 2687 | xfs_iext_insert(ip, *idx, 1, new, state); | 
|  | 2688 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2689 | ip->i_d.di_nextents++; | 
|  | 2690 | if (cur == NULL) | 
|  | 2691 | rval = XFS_ILOG_CORE | XFS_ILOG_DEXT; | 
|  | 2692 | else { | 
|  | 2693 | rval = XFS_ILOG_CORE; | 
|  | 2694 | if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff, | 
|  | 2695 | PREV.br_startblock, PREV.br_blockcount, | 
|  | 2696 | &i))) | 
|  | 2697 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2698 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2699 | if ((error = xfs_bmbt_update(cur, PREV.br_startoff, | 
|  | 2700 | PREV.br_startblock, | 
|  | 2701 | PREV.br_blockcount - new->br_blockcount, | 
|  | 2702 | oldext))) | 
|  | 2703 | goto done; | 
|  | 2704 | if ((error = xfs_bmbt_lookup_eq(cur, new->br_startoff, | 
|  | 2705 | new->br_startblock, new->br_blockcount, | 
|  | 2706 | &i))) | 
|  | 2707 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2708 | XFS_WANT_CORRUPTED_GOTO(i == 0, done); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2709 | cur->bc_rec.b.br_state = XFS_EXT_NORM; | 
| Christoph Hellwig | 4b22a57 | 2008-10-30 16:57:40 +1100 | [diff] [blame] | 2710 | if ((error = xfs_btree_insert(cur, &i))) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2711 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2712 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2713 | } | 
|  | 2714 | break; | 
|  | 2715 |  | 
|  | 2716 | case 0: | 
|  | 2717 | /* | 
|  | 2718 | * Setting the middle part of a previous oldext extent to | 
|  | 2719 | * newext.  Contiguity is impossible here. | 
|  | 2720 | * One extent becomes three extents. | 
|  | 2721 | */ | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2722 | trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2723 | xfs_bmbt_set_blockcount(ep, | 
|  | 2724 | new->br_startoff - PREV.br_startoff); | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2725 | trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); | 
| Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 2726 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2727 | r[0] = *new; | 
|  | 2728 | r[1].br_startoff = new_endoff; | 
|  | 2729 | r[1].br_blockcount = | 
|  | 2730 | PREV.br_startoff + PREV.br_blockcount - new_endoff; | 
|  | 2731 | r[1].br_startblock = new->br_startblock + new->br_blockcount; | 
|  | 2732 | r[1].br_state = oldext; | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2733 |  | 
|  | 2734 | ++*idx; | 
|  | 2735 | xfs_iext_insert(ip, *idx, 2, &r[0], state); | 
|  | 2736 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2737 | ip->i_d.di_nextents += 2; | 
|  | 2738 | if (cur == NULL) | 
|  | 2739 | rval = XFS_ILOG_CORE | XFS_ILOG_DEXT; | 
|  | 2740 | else { | 
|  | 2741 | rval = XFS_ILOG_CORE; | 
|  | 2742 | if ((error = xfs_bmbt_lookup_eq(cur, PREV.br_startoff, | 
|  | 2743 | PREV.br_startblock, PREV.br_blockcount, | 
|  | 2744 | &i))) | 
|  | 2745 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2746 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2747 | /* new right extent - oldext */ | 
|  | 2748 | if ((error = xfs_bmbt_update(cur, r[1].br_startoff, | 
|  | 2749 | r[1].br_startblock, r[1].br_blockcount, | 
|  | 2750 | r[1].br_state))) | 
|  | 2751 | goto done; | 
|  | 2752 | /* new left extent - oldext */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2753 | cur->bc_rec.b = PREV; | 
| Tim Shimmin | 6a617dd | 2008-07-18 17:13:04 +1000 | [diff] [blame] | 2754 | cur->bc_rec.b.br_blockcount = | 
|  | 2755 | new->br_startoff - PREV.br_startoff; | 
| Christoph Hellwig | 4b22a57 | 2008-10-30 16:57:40 +1100 | [diff] [blame] | 2756 | if ((error = xfs_btree_insert(cur, &i))) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2757 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2758 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Lachlan McIlroy | ddea2d5 | 2008-06-23 13:25:53 +1000 | [diff] [blame] | 2759 | /* | 
|  | 2760 | * Reset the cursor to the position of the new extent | 
|  | 2761 | * we are about to insert as we can't trust it after | 
|  | 2762 | * the previous insert. | 
|  | 2763 | */ | 
|  | 2764 | if ((error = xfs_bmbt_lookup_eq(cur, new->br_startoff, | 
|  | 2765 | new->br_startblock, new->br_blockcount, | 
|  | 2766 | &i))) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2767 | goto done; | 
| Lachlan McIlroy | ddea2d5 | 2008-06-23 13:25:53 +1000 | [diff] [blame] | 2768 | XFS_WANT_CORRUPTED_GOTO(i == 0, done); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2769 | /* new middle extent - newext */ | 
| Lachlan McIlroy | ddea2d5 | 2008-06-23 13:25:53 +1000 | [diff] [blame] | 2770 | cur->bc_rec.b.br_state = new->br_state; | 
| Christoph Hellwig | 4b22a57 | 2008-10-30 16:57:40 +1100 | [diff] [blame] | 2771 | if ((error = xfs_btree_insert(cur, &i))) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2772 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 2773 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2774 | } | 
|  | 2775 | break; | 
|  | 2776 |  | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2777 | case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: | 
|  | 2778 | case BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: | 
|  | 2779 | case BMAP_LEFT_FILLING | BMAP_RIGHT_CONTIG: | 
|  | 2780 | case BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG: | 
|  | 2781 | case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: | 
|  | 2782 | case BMAP_LEFT_CONTIG: | 
|  | 2783 | case BMAP_RIGHT_CONTIG: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2784 | /* | 
|  | 2785 | * These cases are all impossible. | 
|  | 2786 | */ | 
|  | 2787 | ASSERT(0); | 
|  | 2788 | } | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2789 |  | 
|  | 2790 | /* convert to a btree if necessary */ | 
| Christoph Hellwig | 8096b1e | 2011-12-18 20:00:07 +0000 | [diff] [blame] | 2791 | if (xfs_bmap_needs_btree(ip, XFS_DATA_FORK)) { | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2792 | int	tmp_logflags;	/* partial log flag return val */ | 
|  | 2793 |  | 
|  | 2794 | ASSERT(cur == NULL); | 
|  | 2795 | error = xfs_bmap_extents_to_btree(tp, ip, first, flist, &cur, | 
|  | 2796 | 0, &tmp_logflags, XFS_DATA_FORK); | 
|  | 2797 | *logflagsp |= tmp_logflags; | 
|  | 2798 | if (error) | 
|  | 2799 | goto done; | 
|  | 2800 | } | 
|  | 2801 |  | 
|  | 2802 | /* clear out the allocated field, done with it now in any case. */ | 
|  | 2803 | if (cur) { | 
|  | 2804 | cur->bc_private.b.allocated = 0; | 
|  | 2805 | *curp = cur; | 
|  | 2806 | } | 
|  | 2807 |  | 
|  | 2808 | xfs_bmap_check_leaf_extents(*curp, ip, XFS_DATA_FORK); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2809 | done: | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2810 | *logflagsp |= rval; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2811 | return error; | 
|  | 2812 | #undef	LEFT | 
|  | 2813 | #undef	RIGHT | 
|  | 2814 | #undef	PREV | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2815 | } | 
|  | 2816 |  | 
|  | 2817 | /* | 
| Christoph Hellwig | 1fd044d | 2011-09-18 20:40:49 +0000 | [diff] [blame] | 2818 | * Convert a hole to a delayed allocation. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2819 | */ | 
| Christoph Hellwig | 1fd044d | 2011-09-18 20:40:49 +0000 | [diff] [blame] | 2820 | STATIC void | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2821 | xfs_bmap_add_extent_hole_delay( | 
|  | 2822 | xfs_inode_t		*ip,	/* incore inode pointer */ | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2823 | xfs_extnum_t		*idx,	/* extent number to update/insert */ | 
| Christoph Hellwig | 1fd044d | 2011-09-18 20:40:49 +0000 | [diff] [blame] | 2824 | xfs_bmbt_irec_t		*new)	/* new data to add to file extents */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2825 | { | 
| Mandy Kirkconnell | 4eea22f | 2006-03-14 13:29:52 +1100 | [diff] [blame] | 2826 | xfs_ifork_t		*ifp;	/* inode fork pointer */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2827 | xfs_bmbt_irec_t		left;	/* left neighbor extent entry */ | 
|  | 2828 | xfs_filblks_t		newlen=0;	/* new indirect size */ | 
|  | 2829 | xfs_filblks_t		oldlen=0;	/* old indirect size */ | 
|  | 2830 | xfs_bmbt_irec_t		right;	/* right neighbor extent entry */ | 
|  | 2831 | int			state;  /* state bits, accessed thru macros */ | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 2832 | xfs_filblks_t		temp=0;	/* temp for indirect calculations */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2833 |  | 
| Mandy Kirkconnell | 4eea22f | 2006-03-14 13:29:52 +1100 | [diff] [blame] | 2834 | ifp = XFS_IFORK_PTR(ip, XFS_DATA_FORK); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2835 | state = 0; | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 2836 | ASSERT(isnullstartblock(new->br_startblock)); | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2837 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2838 | /* | 
|  | 2839 | * Check and set flags if this segment has a left neighbor | 
|  | 2840 | */ | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2841 | if (*idx > 0) { | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2842 | state |= BMAP_LEFT_VALID; | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2843 | xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx - 1), &left); | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2844 |  | 
|  | 2845 | if (isnullstartblock(left.br_startblock)) | 
|  | 2846 | state |= BMAP_LEFT_DELAY; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2847 | } | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2848 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2849 | /* | 
|  | 2850 | * Check and set flags if the current (right) segment exists. | 
|  | 2851 | * If it doesn't exist, we're converting the hole at end-of-file. | 
|  | 2852 | */ | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2853 | if (*idx < ip->i_df.if_bytes / (uint)sizeof(xfs_bmbt_rec_t)) { | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2854 | state |= BMAP_RIGHT_VALID; | 
| Christoph Hellwig | 2f2b322 | 2011-05-11 15:04:06 +0000 | [diff] [blame] | 2855 | xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *idx), &right); | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2856 |  | 
|  | 2857 | if (isnullstartblock(right.br_startblock)) | 
|  | 2858 | state |= BMAP_RIGHT_DELAY; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2859 | } | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2860 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2861 | /* | 
|  | 2862 | * Set contiguity flags on the left and right neighbors. | 
|  | 2863 | * Don't let extents get too large, even if the pieces are contiguous. | 
|  | 2864 | */ | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2865 | if ((state & BMAP_LEFT_VALID) && (state & BMAP_LEFT_DELAY) && | 
|  | 2866 | left.br_startoff + left.br_blockcount == new->br_startoff && | 
|  | 2867 | left.br_blockcount + new->br_blockcount <= MAXEXTLEN) | 
|  | 2868 | state |= BMAP_LEFT_CONTIG; | 
|  | 2869 |  | 
|  | 2870 | if ((state & BMAP_RIGHT_VALID) && (state & BMAP_RIGHT_DELAY) && | 
|  | 2871 | new->br_startoff + new->br_blockcount == right.br_startoff && | 
|  | 2872 | new->br_blockcount + right.br_blockcount <= MAXEXTLEN && | 
|  | 2873 | (!(state & BMAP_LEFT_CONTIG) || | 
|  | 2874 | (left.br_blockcount + new->br_blockcount + | 
|  | 2875 | right.br_blockcount <= MAXEXTLEN))) | 
|  | 2876 | state |= BMAP_RIGHT_CONTIG; | 
|  | 2877 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2878 | /* | 
|  | 2879 | * Switch out based on the contiguity flags. | 
|  | 2880 | */ | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2881 | switch (state & (BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG)) { | 
|  | 2882 | case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2883 | /* | 
|  | 2884 | * New allocation is contiguous with delayed allocations | 
|  | 2885 | * on the left and on the right. | 
| Mandy Kirkconnell | 4eea22f | 2006-03-14 13:29:52 +1100 | [diff] [blame] | 2886 | * Merge all three into a single extent record. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2887 | */ | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2888 | --*idx; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2889 | temp = left.br_blockcount + new->br_blockcount + | 
|  | 2890 | right.br_blockcount; | 
| Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 2891 |  | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2892 | trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); | 
|  | 2893 | xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx), temp); | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 2894 | oldlen = startblockval(left.br_startblock) + | 
|  | 2895 | startblockval(new->br_startblock) + | 
|  | 2896 | startblockval(right.br_startblock); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2897 | newlen = xfs_bmap_worst_indlen(ip, temp); | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2898 | xfs_bmbt_set_startblock(xfs_iext_get_ext(ifp, *idx), | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 2899 | nullstartblock((int)newlen)); | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2900 | trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); | 
| Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 2901 |  | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2902 | xfs_iext_remove(ip, *idx + 1, 1, state); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2903 | break; | 
|  | 2904 |  | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2905 | case BMAP_LEFT_CONTIG: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2906 | /* | 
|  | 2907 | * New allocation is contiguous with a delayed allocation | 
|  | 2908 | * on the left. | 
|  | 2909 | * Merge the new allocation with the left neighbor. | 
|  | 2910 | */ | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2911 | --*idx; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2912 | temp = left.br_blockcount + new->br_blockcount; | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2913 |  | 
|  | 2914 | trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); | 
|  | 2915 | xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, *idx), temp); | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 2916 | oldlen = startblockval(left.br_startblock) + | 
|  | 2917 | startblockval(new->br_startblock); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2918 | newlen = xfs_bmap_worst_indlen(ip, temp); | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2919 | xfs_bmbt_set_startblock(xfs_iext_get_ext(ifp, *idx), | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 2920 | nullstartblock((int)newlen)); | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2921 | trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2922 | break; | 
|  | 2923 |  | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2924 | case BMAP_RIGHT_CONTIG: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2925 | /* | 
|  | 2926 | * New allocation is contiguous with a delayed allocation | 
|  | 2927 | * on the right. | 
|  | 2928 | * Merge the new allocation with the right neighbor. | 
|  | 2929 | */ | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2930 | trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2931 | temp = new->br_blockcount + right.br_blockcount; | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 2932 | oldlen = startblockval(new->br_startblock) + | 
|  | 2933 | startblockval(right.br_startblock); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2934 | newlen = xfs_bmap_worst_indlen(ip, temp); | 
| Christoph Hellwig | 2f2b322 | 2011-05-11 15:04:06 +0000 | [diff] [blame] | 2935 | xfs_bmbt_set_allf(xfs_iext_get_ext(ifp, *idx), | 
|  | 2936 | new->br_startoff, | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 2937 | nullstartblock((int)newlen), temp, right.br_state); | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2938 | trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2939 | break; | 
|  | 2940 |  | 
|  | 2941 | case 0: | 
|  | 2942 | /* | 
|  | 2943 | * New allocation is not contiguous with another | 
|  | 2944 | * delayed allocation. | 
|  | 2945 | * Insert a new entry. | 
|  | 2946 | */ | 
|  | 2947 | oldlen = newlen = 0; | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 2948 | xfs_iext_insert(ip, *idx, 1, new, state); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2949 | break; | 
|  | 2950 | } | 
|  | 2951 | if (oldlen != newlen) { | 
|  | 2952 | ASSERT(oldlen > newlen); | 
| Christoph Hellwig | 96540c7 | 2010-09-30 02:25:55 +0000 | [diff] [blame] | 2953 | xfs_icsb_modify_counters(ip->i_mount, XFS_SBS_FDBLOCKS, | 
| Christoph Hellwig | 5489327 | 2011-05-11 15:04:03 +0000 | [diff] [blame] | 2954 | (int64_t)(oldlen - newlen), 0); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2955 | /* | 
|  | 2956 | * Nothing to do for disk quota accounting here. | 
|  | 2957 | */ | 
|  | 2958 | } | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2959 | } | 
|  | 2960 |  | 
|  | 2961 | /* | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2962 | * Convert a hole to a real allocation. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2963 | */ | 
|  | 2964 | STATIC int				/* error */ | 
|  | 2965 | xfs_bmap_add_extent_hole_real( | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 2966 | struct xfs_bmalloca	*bma, | 
|  | 2967 | int			whichfork) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2968 | { | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 2969 | struct xfs_bmbt_irec	*new = &bma->got; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2970 | int			error;	/* error return value */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2971 | int			i;	/* temp state */ | 
|  | 2972 | xfs_ifork_t		*ifp;	/* inode fork pointer */ | 
|  | 2973 | xfs_bmbt_irec_t		left;	/* left neighbor extent entry */ | 
|  | 2974 | xfs_bmbt_irec_t		right;	/* right neighbor extent entry */ | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 2975 | int			rval=0;	/* return value (logging flags) */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2976 | int			state;	/* state bits, accessed thru macros */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2977 |  | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 2978 | ifp = XFS_IFORK_PTR(bma->ip, whichfork); | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2979 |  | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 2980 | ASSERT(bma->idx >= 0); | 
|  | 2981 | ASSERT(bma->idx <= ifp->if_bytes / sizeof(struct xfs_bmbt_rec)); | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2982 | ASSERT(!isnullstartblock(new->br_startblock)); | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 2983 | ASSERT(!bma->cur || | 
|  | 2984 | !(bma->cur->bc_private.b.flags & XFS_BTCUR_BPRV_WASDEL)); | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 2985 |  | 
|  | 2986 | XFS_STATS_INC(xs_add_exlist); | 
|  | 2987 |  | 
|  | 2988 | state = 0; | 
| Christoph Hellwig | 6ef3554 | 2009-11-25 00:00:21 +0000 | [diff] [blame] | 2989 | if (whichfork == XFS_ATTR_FORK) | 
|  | 2990 | state |= BMAP_ATTRFORK; | 
|  | 2991 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2992 | /* | 
|  | 2993 | * Check and set flags if this segment has a left neighbor. | 
|  | 2994 | */ | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 2995 | if (bma->idx > 0) { | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2996 | state |= BMAP_LEFT_VALID; | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 2997 | xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx - 1), &left); | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 2998 | if (isnullstartblock(left.br_startblock)) | 
|  | 2999 | state |= BMAP_LEFT_DELAY; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3000 | } | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 3001 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3002 | /* | 
|  | 3003 | * Check and set flags if this segment has a current value. | 
|  | 3004 | * Not true if we're inserting into the "hole" at eof. | 
|  | 3005 | */ | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3006 | if (bma->idx < ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t)) { | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 3007 | state |= BMAP_RIGHT_VALID; | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3008 | xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx), &right); | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 3009 | if (isnullstartblock(right.br_startblock)) | 
|  | 3010 | state |= BMAP_RIGHT_DELAY; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3011 | } | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 3012 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3013 | /* | 
|  | 3014 | * We're inserting a real allocation between "left" and "right". | 
|  | 3015 | * Set the contiguity flags.  Don't let extents get too large. | 
|  | 3016 | */ | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 3017 | if ((state & BMAP_LEFT_VALID) && !(state & BMAP_LEFT_DELAY) && | 
|  | 3018 | left.br_startoff + left.br_blockcount == new->br_startoff && | 
|  | 3019 | left.br_startblock + left.br_blockcount == new->br_startblock && | 
|  | 3020 | left.br_state == new->br_state && | 
|  | 3021 | left.br_blockcount + new->br_blockcount <= MAXEXTLEN) | 
|  | 3022 | state |= BMAP_LEFT_CONTIG; | 
|  | 3023 |  | 
|  | 3024 | if ((state & BMAP_RIGHT_VALID) && !(state & BMAP_RIGHT_DELAY) && | 
|  | 3025 | new->br_startoff + new->br_blockcount == right.br_startoff && | 
|  | 3026 | new->br_startblock + new->br_blockcount == right.br_startblock && | 
|  | 3027 | new->br_state == right.br_state && | 
|  | 3028 | new->br_blockcount + right.br_blockcount <= MAXEXTLEN && | 
|  | 3029 | (!(state & BMAP_LEFT_CONTIG) || | 
|  | 3030 | left.br_blockcount + new->br_blockcount + | 
|  | 3031 | right.br_blockcount <= MAXEXTLEN)) | 
|  | 3032 | state |= BMAP_RIGHT_CONTIG; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3033 |  | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3034 | error = 0; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3035 | /* | 
|  | 3036 | * Select which case we're in here, and implement it. | 
|  | 3037 | */ | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 3038 | switch (state & (BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG)) { | 
|  | 3039 | case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3040 | /* | 
|  | 3041 | * New allocation is contiguous with real allocations on the | 
|  | 3042 | * left and on the right. | 
| Mandy Kirkconnell | 4eea22f | 2006-03-14 13:29:52 +1100 | [diff] [blame] | 3043 | * Merge all three into a single extent record. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3044 | */ | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3045 | --bma->idx; | 
|  | 3046 | trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); | 
|  | 3047 | xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx), | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3048 | left.br_blockcount + new->br_blockcount + | 
|  | 3049 | right.br_blockcount); | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3050 | trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); | 
| Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 3051 |  | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3052 | xfs_iext_remove(bma->ip, bma->idx + 1, 1, state); | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 3053 |  | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3054 | XFS_IFORK_NEXT_SET(bma->ip, whichfork, | 
|  | 3055 | XFS_IFORK_NEXTENTS(bma->ip, whichfork) - 1); | 
|  | 3056 | if (bma->cur == NULL) { | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 3057 | rval = XFS_ILOG_CORE | xfs_ilog_fext(whichfork); | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3058 | } else { | 
|  | 3059 | rval = XFS_ILOG_CORE; | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3060 | error = xfs_bmbt_lookup_eq(bma->cur, right.br_startoff, | 
|  | 3061 | right.br_startblock, right.br_blockcount, | 
|  | 3062 | &i); | 
|  | 3063 | if (error) | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3064 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 3065 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3066 | error = xfs_btree_delete(bma->cur, &i); | 
|  | 3067 | if (error) | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3068 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 3069 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3070 | error = xfs_btree_decrement(bma->cur, 0, &i); | 
|  | 3071 | if (error) | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3072 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 3073 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3074 | error = xfs_bmbt_update(bma->cur, left.br_startoff, | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3075 | left.br_startblock, | 
|  | 3076 | left.br_blockcount + | 
|  | 3077 | new->br_blockcount + | 
|  | 3078 | right.br_blockcount, | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3079 | left.br_state); | 
|  | 3080 | if (error) | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3081 | goto done; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3082 | } | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3083 | break; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3084 |  | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 3085 | case BMAP_LEFT_CONTIG: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3086 | /* | 
|  | 3087 | * New allocation is contiguous with a real allocation | 
|  | 3088 | * on the left. | 
|  | 3089 | * Merge the new allocation with the left neighbor. | 
|  | 3090 | */ | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3091 | --bma->idx; | 
|  | 3092 | trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); | 
|  | 3093 | xfs_bmbt_set_blockcount(xfs_iext_get_ext(ifp, bma->idx), | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3094 | left.br_blockcount + new->br_blockcount); | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3095 | trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); | 
| Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 3096 |  | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3097 | if (bma->cur == NULL) { | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 3098 | rval = xfs_ilog_fext(whichfork); | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3099 | } else { | 
|  | 3100 | rval = 0; | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3101 | error = xfs_bmbt_lookup_eq(bma->cur, left.br_startoff, | 
|  | 3102 | left.br_startblock, left.br_blockcount, | 
|  | 3103 | &i); | 
|  | 3104 | if (error) | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3105 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 3106 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3107 | error = xfs_bmbt_update(bma->cur, left.br_startoff, | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3108 | left.br_startblock, | 
|  | 3109 | left.br_blockcount + | 
|  | 3110 | new->br_blockcount, | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3111 | left.br_state); | 
|  | 3112 | if (error) | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3113 | goto done; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3114 | } | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3115 | break; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3116 |  | 
| Christoph Hellwig | 7574aa9 | 2009-11-25 00:00:19 +0000 | [diff] [blame] | 3117 | case BMAP_RIGHT_CONTIG: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3118 | /* | 
|  | 3119 | * New allocation is contiguous with a real allocation | 
|  | 3120 | * on the right. | 
|  | 3121 | * Merge the new allocation with the right neighbor. | 
|  | 3122 | */ | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3123 | trace_xfs_bmap_pre_update(bma->ip, bma->idx, state, _THIS_IP_); | 
|  | 3124 | xfs_bmbt_set_allf(xfs_iext_get_ext(ifp, bma->idx), | 
| Christoph Hellwig | 2f2b322 | 2011-05-11 15:04:06 +0000 | [diff] [blame] | 3125 | new->br_startoff, new->br_startblock, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3126 | new->br_blockcount + right.br_blockcount, | 
|  | 3127 | right.br_state); | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3128 | trace_xfs_bmap_post_update(bma->ip, bma->idx, state, _THIS_IP_); | 
| Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 3129 |  | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3130 | if (bma->cur == NULL) { | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 3131 | rval = xfs_ilog_fext(whichfork); | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3132 | } else { | 
|  | 3133 | rval = 0; | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3134 | error = xfs_bmbt_lookup_eq(bma->cur, | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3135 | right.br_startoff, | 
|  | 3136 | right.br_startblock, | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3137 | right.br_blockcount, &i); | 
|  | 3138 | if (error) | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3139 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 3140 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3141 | error = xfs_bmbt_update(bma->cur, new->br_startoff, | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3142 | new->br_startblock, | 
|  | 3143 | new->br_blockcount + | 
|  | 3144 | right.br_blockcount, | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3145 | right.br_state); | 
|  | 3146 | if (error) | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3147 | goto done; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3148 | } | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3149 | break; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3150 |  | 
|  | 3151 | case 0: | 
|  | 3152 | /* | 
|  | 3153 | * New allocation is not contiguous with another | 
|  | 3154 | * real allocation. | 
|  | 3155 | * Insert a new entry. | 
|  | 3156 | */ | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3157 | xfs_iext_insert(bma->ip, bma->idx, 1, new, state); | 
|  | 3158 | XFS_IFORK_NEXT_SET(bma->ip, whichfork, | 
|  | 3159 | XFS_IFORK_NEXTENTS(bma->ip, whichfork) + 1); | 
|  | 3160 | if (bma->cur == NULL) { | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 3161 | rval = XFS_ILOG_CORE | xfs_ilog_fext(whichfork); | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3162 | } else { | 
|  | 3163 | rval = XFS_ILOG_CORE; | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3164 | error = xfs_bmbt_lookup_eq(bma->cur, | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3165 | new->br_startoff, | 
|  | 3166 | new->br_startblock, | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3167 | new->br_blockcount, &i); | 
|  | 3168 | if (error) | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3169 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 3170 | XFS_WANT_CORRUPTED_GOTO(i == 0, done); | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3171 | bma->cur->bc_rec.b.br_state = new->br_state; | 
|  | 3172 | error = xfs_btree_insert(bma->cur, &i); | 
|  | 3173 | if (error) | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3174 | goto done; | 
| Lachlan McIlroy | 6bd8fc8 | 2008-06-23 13:25:46 +1000 | [diff] [blame] | 3175 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3176 | } | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3177 | break; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3178 | } | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 3179 |  | 
|  | 3180 | /* convert to a btree if necessary */ | 
| Christoph Hellwig | 8096b1e | 2011-12-18 20:00:07 +0000 | [diff] [blame] | 3181 | if (xfs_bmap_needs_btree(bma->ip, whichfork)) { | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 3182 | int	tmp_logflags;	/* partial log flag return val */ | 
|  | 3183 |  | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3184 | ASSERT(bma->cur == NULL); | 
|  | 3185 | error = xfs_bmap_extents_to_btree(bma->tp, bma->ip, | 
|  | 3186 | bma->firstblock, bma->flist, &bma->cur, | 
|  | 3187 | 0, &tmp_logflags, whichfork); | 
|  | 3188 | bma->logflags |= tmp_logflags; | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 3189 | if (error) | 
|  | 3190 | goto done; | 
|  | 3191 | } | 
|  | 3192 |  | 
|  | 3193 | /* clear out the allocated field, done with it now in any case. */ | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3194 | if (bma->cur) | 
|  | 3195 | bma->cur->bc_private.b.allocated = 0; | 
|  | 3196 |  | 
|  | 3197 | xfs_bmap_check_leaf_extents(bma->cur, bma->ip, whichfork); | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3198 | done: | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 3199 | bma->logflags |= rval; | 
| Olaf Weber | 3e57ecf | 2006-06-09 14:48:12 +1000 | [diff] [blame] | 3200 | return error; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3201 | } | 
|  | 3202 |  | 
| Nathan Scott | dd9f438 | 2006-01-11 15:28:28 +1100 | [diff] [blame] | 3203 | /* | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 3204 | * Functions used in the extent read, allocate and remove paths | 
|  | 3205 | */ | 
|  | 3206 |  | 
|  | 3207 | /* | 
| Nathan Scott | dd9f438 | 2006-01-11 15:28:28 +1100 | [diff] [blame] | 3208 | * Adjust the size of the new extent based on di_extsize and rt extsize. | 
|  | 3209 | */ | 
| Dave Chinner | 6898811 | 2013-08-12 20:49:42 +1000 | [diff] [blame] | 3210 | int | 
| Nathan Scott | dd9f438 | 2006-01-11 15:28:28 +1100 | [diff] [blame] | 3211 | xfs_bmap_extsize_align( | 
|  | 3212 | xfs_mount_t	*mp, | 
|  | 3213 | xfs_bmbt_irec_t	*gotp,		/* next extent pointer */ | 
|  | 3214 | xfs_bmbt_irec_t	*prevp,		/* previous extent pointer */ | 
|  | 3215 | xfs_extlen_t	extsz,		/* align to this extent size */ | 
|  | 3216 | int		rt,		/* is this a realtime inode? */ | 
|  | 3217 | int		eof,		/* is extent at end-of-file? */ | 
|  | 3218 | int		delay,		/* creating delalloc extent? */ | 
|  | 3219 | int		convert,	/* overwriting unwritten extent? */ | 
|  | 3220 | xfs_fileoff_t	*offp,		/* in/out: aligned offset */ | 
|  | 3221 | xfs_extlen_t	*lenp)		/* in/out: aligned length */ | 
|  | 3222 | { | 
|  | 3223 | xfs_fileoff_t	orig_off;	/* original offset */ | 
|  | 3224 | xfs_extlen_t	orig_alen;	/* original length */ | 
|  | 3225 | xfs_fileoff_t	orig_end;	/* original off+len */ | 
|  | 3226 | xfs_fileoff_t	nexto;		/* next file offset */ | 
|  | 3227 | xfs_fileoff_t	prevo;		/* previous file offset */ | 
|  | 3228 | xfs_fileoff_t	align_off;	/* temp for offset */ | 
|  | 3229 | xfs_extlen_t	align_alen;	/* temp for length */ | 
|  | 3230 | xfs_extlen_t	temp;		/* temp for calculations */ | 
|  | 3231 |  | 
|  | 3232 | if (convert) | 
|  | 3233 | return 0; | 
|  | 3234 |  | 
|  | 3235 | orig_off = align_off = *offp; | 
|  | 3236 | orig_alen = align_alen = *lenp; | 
|  | 3237 | orig_end = orig_off + orig_alen; | 
|  | 3238 |  | 
|  | 3239 | /* | 
|  | 3240 | * If this request overlaps an existing extent, then don't | 
|  | 3241 | * attempt to perform any additional alignment. | 
|  | 3242 | */ | 
|  | 3243 | if (!delay && !eof && | 
|  | 3244 | (orig_off >= gotp->br_startoff) && | 
|  | 3245 | (orig_end <= gotp->br_startoff + gotp->br_blockcount)) { | 
|  | 3246 | return 0; | 
|  | 3247 | } | 
|  | 3248 |  | 
|  | 3249 | /* | 
|  | 3250 | * If the file offset is unaligned vs. the extent size | 
|  | 3251 | * we need to align it.  This will be possible unless | 
|  | 3252 | * the file was previously written with a kernel that didn't | 
|  | 3253 | * perform this alignment, or if a truncate shot us in the | 
|  | 3254 | * foot. | 
|  | 3255 | */ | 
|  | 3256 | temp = do_mod(orig_off, extsz); | 
|  | 3257 | if (temp) { | 
|  | 3258 | align_alen += temp; | 
|  | 3259 | align_off -= temp; | 
|  | 3260 | } | 
|  | 3261 | /* | 
|  | 3262 | * Same adjustment for the end of the requested area. | 
|  | 3263 | */ | 
|  | 3264 | if ((temp = (align_alen % extsz))) { | 
|  | 3265 | align_alen += extsz - temp; | 
|  | 3266 | } | 
|  | 3267 | /* | 
|  | 3268 | * If the previous block overlaps with this proposed allocation | 
|  | 3269 | * then move the start forward without adjusting the length. | 
|  | 3270 | */ | 
|  | 3271 | if (prevp->br_startoff != NULLFILEOFF) { | 
|  | 3272 | if (prevp->br_startblock == HOLESTARTBLOCK) | 
|  | 3273 | prevo = prevp->br_startoff; | 
|  | 3274 | else | 
|  | 3275 | prevo = prevp->br_startoff + prevp->br_blockcount; | 
|  | 3276 | } else | 
|  | 3277 | prevo = 0; | 
|  | 3278 | if (align_off != orig_off && align_off < prevo) | 
|  | 3279 | align_off = prevo; | 
|  | 3280 | /* | 
|  | 3281 | * If the next block overlaps with this proposed allocation | 
|  | 3282 | * then move the start back without adjusting the length, | 
|  | 3283 | * but not before offset 0. | 
|  | 3284 | * This may of course make the start overlap previous block, | 
|  | 3285 | * and if we hit the offset 0 limit then the next block | 
|  | 3286 | * can still overlap too. | 
|  | 3287 | */ | 
|  | 3288 | if (!eof && gotp->br_startoff != NULLFILEOFF) { | 
|  | 3289 | if ((delay && gotp->br_startblock == HOLESTARTBLOCK) || | 
|  | 3290 | (!delay && gotp->br_startblock == DELAYSTARTBLOCK)) | 
|  | 3291 | nexto = gotp->br_startoff + gotp->br_blockcount; | 
|  | 3292 | else | 
|  | 3293 | nexto = gotp->br_startoff; | 
|  | 3294 | } else | 
|  | 3295 | nexto = NULLFILEOFF; | 
|  | 3296 | if (!eof && | 
|  | 3297 | align_off + align_alen != orig_end && | 
|  | 3298 | align_off + align_alen > nexto) | 
|  | 3299 | align_off = nexto > align_alen ? nexto - align_alen : 0; | 
|  | 3300 | /* | 
|  | 3301 | * If we're now overlapping the next or previous extent that | 
|  | 3302 | * means we can't fit an extsz piece in this hole.  Just move | 
|  | 3303 | * the start forward to the first valid spot and set | 
|  | 3304 | * the length so we hit the end. | 
|  | 3305 | */ | 
|  | 3306 | if (align_off != orig_off && align_off < prevo) | 
|  | 3307 | align_off = prevo; | 
|  | 3308 | if (align_off + align_alen != orig_end && | 
|  | 3309 | align_off + align_alen > nexto && | 
|  | 3310 | nexto != NULLFILEOFF) { | 
|  | 3311 | ASSERT(nexto > prevo); | 
|  | 3312 | align_alen = nexto - align_off; | 
|  | 3313 | } | 
|  | 3314 |  | 
|  | 3315 | /* | 
|  | 3316 | * If realtime, and the result isn't a multiple of the realtime | 
|  | 3317 | * extent size we need to remove blocks until it is. | 
|  | 3318 | */ | 
|  | 3319 | if (rt && (temp = (align_alen % mp->m_sb.sb_rextsize))) { | 
|  | 3320 | /* | 
|  | 3321 | * We're not covering the original request, or | 
|  | 3322 | * we won't be able to once we fix the length. | 
|  | 3323 | */ | 
|  | 3324 | if (orig_off < align_off || | 
|  | 3325 | orig_end > align_off + align_alen || | 
|  | 3326 | align_alen - temp < orig_alen) | 
|  | 3327 | return XFS_ERROR(EINVAL); | 
|  | 3328 | /* | 
|  | 3329 | * Try to fix it by moving the start up. | 
|  | 3330 | */ | 
|  | 3331 | if (align_off + temp <= orig_off) { | 
|  | 3332 | align_alen -= temp; | 
|  | 3333 | align_off += temp; | 
|  | 3334 | } | 
|  | 3335 | /* | 
|  | 3336 | * Try to fix it by moving the end in. | 
|  | 3337 | */ | 
|  | 3338 | else if (align_off + align_alen - temp >= orig_end) | 
|  | 3339 | align_alen -= temp; | 
|  | 3340 | /* | 
|  | 3341 | * Set the start to the minimum then trim the length. | 
|  | 3342 | */ | 
|  | 3343 | else { | 
|  | 3344 | align_alen -= orig_off - align_off; | 
|  | 3345 | align_off = orig_off; | 
|  | 3346 | align_alen -= align_alen % mp->m_sb.sb_rextsize; | 
|  | 3347 | } | 
|  | 3348 | /* | 
|  | 3349 | * Result doesn't cover the request, fail it. | 
|  | 3350 | */ | 
|  | 3351 | if (orig_off < align_off || orig_end > align_off + align_alen) | 
|  | 3352 | return XFS_ERROR(EINVAL); | 
|  | 3353 | } else { | 
|  | 3354 | ASSERT(orig_off >= align_off); | 
|  | 3355 | ASSERT(orig_end <= align_off + align_alen); | 
|  | 3356 | } | 
|  | 3357 |  | 
|  | 3358 | #ifdef DEBUG | 
|  | 3359 | if (!eof && gotp->br_startoff != NULLFILEOFF) | 
|  | 3360 | ASSERT(align_off + align_alen <= gotp->br_startoff); | 
|  | 3361 | if (prevp->br_startoff != NULLFILEOFF) | 
|  | 3362 | ASSERT(align_off >= prevp->br_startoff + prevp->br_blockcount); | 
|  | 3363 | #endif | 
|  | 3364 |  | 
|  | 3365 | *lenp = align_alen; | 
|  | 3366 | *offp = align_off; | 
|  | 3367 | return 0; | 
|  | 3368 | } | 
|  | 3369 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3370 | #define XFS_ALLOC_GAP_UNITS	4 | 
|  | 3371 |  | 
| Dave Chinner | 6898811 | 2013-08-12 20:49:42 +1000 | [diff] [blame] | 3372 | void | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3373 | xfs_bmap_adjacent( | 
| Dave Chinner | 6898811 | 2013-08-12 20:49:42 +1000 | [diff] [blame] | 3374 | struct xfs_bmalloca	*ap)	/* bmap alloc argument struct */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3375 | { | 
|  | 3376 | xfs_fsblock_t	adjust;		/* adjustment to block numbers */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3377 | xfs_agnumber_t	fb_agno;	/* ag number of ap->firstblock */ | 
|  | 3378 | xfs_mount_t	*mp;		/* mount point structure */ | 
|  | 3379 | int		nullfb;		/* true if ap->firstblock isn't set */ | 
|  | 3380 | int		rt;		/* true if inode is realtime */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3381 |  | 
|  | 3382 | #define	ISVALID(x,y)	\ | 
|  | 3383 | (rt ? \ | 
|  | 3384 | (x) < mp->m_sb.sb_rblocks : \ | 
|  | 3385 | XFS_FSB_TO_AGNO(mp, x) == XFS_FSB_TO_AGNO(mp, y) && \ | 
|  | 3386 | XFS_FSB_TO_AGNO(mp, x) < mp->m_sb.sb_agcount && \ | 
|  | 3387 | XFS_FSB_TO_AGBNO(mp, x) < mp->m_sb.sb_agblocks) | 
|  | 3388 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3389 | mp = ap->ip->i_mount; | 
| Dave Chinner | 0937e0f | 2011-09-18 20:40:57 +0000 | [diff] [blame] | 3390 | nullfb = *ap->firstblock == NULLFSBLOCK; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3391 | rt = XFS_IS_REALTIME_INODE(ap->ip) && ap->userdata; | 
| Dave Chinner | 0937e0f | 2011-09-18 20:40:57 +0000 | [diff] [blame] | 3392 | fb_agno = nullfb ? NULLAGNUMBER : XFS_FSB_TO_AGNO(mp, *ap->firstblock); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3393 | /* | 
|  | 3394 | * If allocating at eof, and there's a previous real block, | 
| Malcolm Parsons | 9da096f | 2009-03-29 09:55:42 +0200 | [diff] [blame] | 3395 | * try to use its last block as our starting point. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3396 | */ | 
| Dave Chinner | baf41a5 | 2011-09-18 20:40:56 +0000 | [diff] [blame] | 3397 | if (ap->eof && ap->prev.br_startoff != NULLFILEOFF && | 
|  | 3398 | !isnullstartblock(ap->prev.br_startblock) && | 
|  | 3399 | ISVALID(ap->prev.br_startblock + ap->prev.br_blockcount, | 
|  | 3400 | ap->prev.br_startblock)) { | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3401 | ap->blkno = ap->prev.br_startblock + ap->prev.br_blockcount; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3402 | /* | 
|  | 3403 | * Adjust for the gap between prevp and us. | 
|  | 3404 | */ | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3405 | adjust = ap->offset - | 
| Dave Chinner | baf41a5 | 2011-09-18 20:40:56 +0000 | [diff] [blame] | 3406 | (ap->prev.br_startoff + ap->prev.br_blockcount); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3407 | if (adjust && | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3408 | ISVALID(ap->blkno + adjust, ap->prev.br_startblock)) | 
|  | 3409 | ap->blkno += adjust; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3410 | } | 
|  | 3411 | /* | 
|  | 3412 | * If not at eof, then compare the two neighbor blocks. | 
|  | 3413 | * Figure out whether either one gives us a good starting point, | 
|  | 3414 | * and pick the better one. | 
|  | 3415 | */ | 
|  | 3416 | else if (!ap->eof) { | 
|  | 3417 | xfs_fsblock_t	gotbno;		/* right side block number */ | 
|  | 3418 | xfs_fsblock_t	gotdiff=0;	/* right side difference */ | 
|  | 3419 | xfs_fsblock_t	prevbno;	/* left side block number */ | 
|  | 3420 | xfs_fsblock_t	prevdiff=0;	/* left side difference */ | 
|  | 3421 |  | 
|  | 3422 | /* | 
|  | 3423 | * If there's a previous (left) block, select a requested | 
|  | 3424 | * start block based on it. | 
|  | 3425 | */ | 
| Dave Chinner | baf41a5 | 2011-09-18 20:40:56 +0000 | [diff] [blame] | 3426 | if (ap->prev.br_startoff != NULLFILEOFF && | 
|  | 3427 | !isnullstartblock(ap->prev.br_startblock) && | 
|  | 3428 | (prevbno = ap->prev.br_startblock + | 
|  | 3429 | ap->prev.br_blockcount) && | 
|  | 3430 | ISVALID(prevbno, ap->prev.br_startblock)) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3431 | /* | 
|  | 3432 | * Calculate gap to end of previous block. | 
|  | 3433 | */ | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3434 | adjust = prevdiff = ap->offset - | 
| Dave Chinner | baf41a5 | 2011-09-18 20:40:56 +0000 | [diff] [blame] | 3435 | (ap->prev.br_startoff + | 
|  | 3436 | ap->prev.br_blockcount); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3437 | /* | 
|  | 3438 | * Figure the startblock based on the previous block's | 
|  | 3439 | * end and the gap size. | 
|  | 3440 | * Heuristic! | 
|  | 3441 | * If the gap is large relative to the piece we're | 
|  | 3442 | * allocating, or using it gives us an invalid block | 
|  | 3443 | * number, then just use the end of the previous block. | 
|  | 3444 | */ | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3445 | if (prevdiff <= XFS_ALLOC_GAP_UNITS * ap->length && | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3446 | ISVALID(prevbno + prevdiff, | 
| Dave Chinner | baf41a5 | 2011-09-18 20:40:56 +0000 | [diff] [blame] | 3447 | ap->prev.br_startblock)) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3448 | prevbno += adjust; | 
|  | 3449 | else | 
|  | 3450 | prevdiff += adjust; | 
|  | 3451 | /* | 
|  | 3452 | * If the firstblock forbids it, can't use it, | 
|  | 3453 | * must use default. | 
|  | 3454 | */ | 
|  | 3455 | if (!rt && !nullfb && | 
|  | 3456 | XFS_FSB_TO_AGNO(mp, prevbno) != fb_agno) | 
|  | 3457 | prevbno = NULLFSBLOCK; | 
|  | 3458 | } | 
|  | 3459 | /* | 
|  | 3460 | * No previous block or can't follow it, just default. | 
|  | 3461 | */ | 
|  | 3462 | else | 
|  | 3463 | prevbno = NULLFSBLOCK; | 
|  | 3464 | /* | 
|  | 3465 | * If there's a following (right) block, select a requested | 
|  | 3466 | * start block based on it. | 
|  | 3467 | */ | 
| Dave Chinner | baf41a5 | 2011-09-18 20:40:56 +0000 | [diff] [blame] | 3468 | if (!isnullstartblock(ap->got.br_startblock)) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3469 | /* | 
|  | 3470 | * Calculate gap to start of next block. | 
|  | 3471 | */ | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3472 | adjust = gotdiff = ap->got.br_startoff - ap->offset; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3473 | /* | 
|  | 3474 | * Figure the startblock based on the next block's | 
|  | 3475 | * start and the gap size. | 
|  | 3476 | */ | 
| Dave Chinner | baf41a5 | 2011-09-18 20:40:56 +0000 | [diff] [blame] | 3477 | gotbno = ap->got.br_startblock; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3478 | /* | 
|  | 3479 | * Heuristic! | 
|  | 3480 | * If the gap is large relative to the piece we're | 
|  | 3481 | * allocating, or using it gives us an invalid block | 
|  | 3482 | * number, then just use the start of the next block | 
|  | 3483 | * offset by our length. | 
|  | 3484 | */ | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3485 | if (gotdiff <= XFS_ALLOC_GAP_UNITS * ap->length && | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3486 | ISVALID(gotbno - gotdiff, gotbno)) | 
|  | 3487 | gotbno -= adjust; | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3488 | else if (ISVALID(gotbno - ap->length, gotbno)) { | 
|  | 3489 | gotbno -= ap->length; | 
|  | 3490 | gotdiff += adjust - ap->length; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3491 | } else | 
|  | 3492 | gotdiff += adjust; | 
|  | 3493 | /* | 
|  | 3494 | * If the firstblock forbids it, can't use it, | 
|  | 3495 | * must use default. | 
|  | 3496 | */ | 
|  | 3497 | if (!rt && !nullfb && | 
|  | 3498 | XFS_FSB_TO_AGNO(mp, gotbno) != fb_agno) | 
|  | 3499 | gotbno = NULLFSBLOCK; | 
|  | 3500 | } | 
|  | 3501 | /* | 
|  | 3502 | * No next block, just default. | 
|  | 3503 | */ | 
|  | 3504 | else | 
|  | 3505 | gotbno = NULLFSBLOCK; | 
|  | 3506 | /* | 
|  | 3507 | * If both valid, pick the better one, else the only good | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3508 | * one, else ap->blkno is already set (to 0 or the inode block). | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3509 | */ | 
|  | 3510 | if (prevbno != NULLFSBLOCK && gotbno != NULLFSBLOCK) | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3511 | ap->blkno = prevdiff <= gotdiff ? prevbno : gotbno; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3512 | else if (prevbno != NULLFSBLOCK) | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3513 | ap->blkno = prevbno; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3514 | else if (gotbno != NULLFSBLOCK) | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3515 | ap->blkno = gotbno; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3516 | } | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3517 | #undef ISVALID | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3518 | } | 
|  | 3519 |  | 
| Christoph Hellwig | c977eb1 | 2014-04-23 07:11:41 +1000 | [diff] [blame^] | 3520 | static int | 
|  | 3521 | xfs_bmap_longest_free_extent( | 
|  | 3522 | struct xfs_trans	*tp, | 
|  | 3523 | xfs_agnumber_t		ag, | 
|  | 3524 | xfs_extlen_t		*blen, | 
|  | 3525 | int			*notinit) | 
|  | 3526 | { | 
|  | 3527 | struct xfs_mount	*mp = tp->t_mountp; | 
|  | 3528 | struct xfs_perag	*pag; | 
|  | 3529 | xfs_extlen_t		longest; | 
|  | 3530 | int			error = 0; | 
|  | 3531 |  | 
|  | 3532 | pag = xfs_perag_get(mp, ag); | 
|  | 3533 | if (!pag->pagf_init) { | 
|  | 3534 | error = xfs_alloc_pagf_init(mp, tp, ag, XFS_ALLOC_FLAG_TRYLOCK); | 
|  | 3535 | if (error) | 
|  | 3536 | goto out; | 
|  | 3537 |  | 
|  | 3538 | if (!pag->pagf_init) { | 
|  | 3539 | *notinit = 1; | 
|  | 3540 | goto out; | 
|  | 3541 | } | 
|  | 3542 | } | 
|  | 3543 |  | 
|  | 3544 | longest = xfs_alloc_longest_free_extent(mp, pag); | 
|  | 3545 | if (*blen < longest) | 
|  | 3546 | *blen = longest; | 
|  | 3547 |  | 
|  | 3548 | out: | 
|  | 3549 | xfs_perag_put(pag); | 
|  | 3550 | return error; | 
|  | 3551 | } | 
|  | 3552 |  | 
|  | 3553 | static void | 
|  | 3554 | xfs_bmap_select_minlen( | 
|  | 3555 | struct xfs_bmalloca	*ap, | 
|  | 3556 | struct xfs_alloc_arg	*args, | 
|  | 3557 | xfs_extlen_t		*blen, | 
|  | 3558 | int			notinit) | 
|  | 3559 | { | 
|  | 3560 | if (notinit || *blen < ap->minlen) { | 
|  | 3561 | /* | 
|  | 3562 | * Since we did a BUF_TRYLOCK above, it is possible that | 
|  | 3563 | * there is space for this request. | 
|  | 3564 | */ | 
|  | 3565 | args->minlen = ap->minlen; | 
|  | 3566 | } else if (*blen < args->maxlen) { | 
|  | 3567 | /* | 
|  | 3568 | * If the best seen length is less than the request length, | 
|  | 3569 | * use the best as the minimum. | 
|  | 3570 | */ | 
|  | 3571 | args->minlen = *blen; | 
|  | 3572 | } else { | 
|  | 3573 | /* | 
|  | 3574 | * Otherwise we've seen an extent as big as maxlen, use that | 
|  | 3575 | * as the minimum. | 
|  | 3576 | */ | 
|  | 3577 | args->minlen = args->maxlen; | 
|  | 3578 | } | 
|  | 3579 | } | 
|  | 3580 |  | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3581 | STATIC int | 
| Christoph Hellwig | c467c04 | 2010-02-15 23:34:42 +0000 | [diff] [blame] | 3582 | xfs_bmap_btalloc_nullfb( | 
|  | 3583 | struct xfs_bmalloca	*ap, | 
|  | 3584 | struct xfs_alloc_arg	*args, | 
|  | 3585 | xfs_extlen_t		*blen) | 
|  | 3586 | { | 
|  | 3587 | struct xfs_mount	*mp = ap->ip->i_mount; | 
| Christoph Hellwig | c467c04 | 2010-02-15 23:34:42 +0000 | [diff] [blame] | 3588 | xfs_agnumber_t		ag, startag; | 
|  | 3589 | int			notinit = 0; | 
|  | 3590 | int			error; | 
|  | 3591 |  | 
| Christoph Hellwig | c977eb1 | 2014-04-23 07:11:41 +1000 | [diff] [blame^] | 3592 | args->type = XFS_ALLOCTYPE_START_BNO; | 
| Christoph Hellwig | c467c04 | 2010-02-15 23:34:42 +0000 | [diff] [blame] | 3593 | args->total = ap->total; | 
|  | 3594 |  | 
| Christoph Hellwig | c467c04 | 2010-02-15 23:34:42 +0000 | [diff] [blame] | 3595 | startag = ag = XFS_FSB_TO_AGNO(mp, args->fsbno); | 
|  | 3596 | if (startag == NULLAGNUMBER) | 
|  | 3597 | startag = ag = 0; | 
|  | 3598 |  | 
| Dave Chinner | 14b064c | 2011-01-27 12:16:28 +1100 | [diff] [blame] | 3599 | while (*blen < args->maxlen) { | 
| Christoph Hellwig | c977eb1 | 2014-04-23 07:11:41 +1000 | [diff] [blame^] | 3600 | error = xfs_bmap_longest_free_extent(args->tp, ag, blen, | 
|  | 3601 | ¬init); | 
|  | 3602 | if (error) | 
|  | 3603 | return error; | 
| Christoph Hellwig | c467c04 | 2010-02-15 23:34:42 +0000 | [diff] [blame] | 3604 |  | 
| Christoph Hellwig | c467c04 | 2010-02-15 23:34:42 +0000 | [diff] [blame] | 3605 | if (++ag == mp->m_sb.sb_agcount) | 
|  | 3606 | ag = 0; | 
|  | 3607 | if (ag == startag) | 
|  | 3608 | break; | 
| Christoph Hellwig | c467c04 | 2010-02-15 23:34:42 +0000 | [diff] [blame] | 3609 | } | 
| Christoph Hellwig | c977eb1 | 2014-04-23 07:11:41 +1000 | [diff] [blame^] | 3610 |  | 
|  | 3611 | xfs_bmap_select_minlen(ap, args, blen, notinit); | 
|  | 3612 | return 0; | 
|  | 3613 | } | 
|  | 3614 |  | 
|  | 3615 | STATIC int | 
|  | 3616 | xfs_bmap_btalloc_filestreams( | 
|  | 3617 | struct xfs_bmalloca	*ap, | 
|  | 3618 | struct xfs_alloc_arg	*args, | 
|  | 3619 | xfs_extlen_t		*blen) | 
|  | 3620 | { | 
|  | 3621 | struct xfs_mount	*mp = ap->ip->i_mount; | 
|  | 3622 | xfs_agnumber_t		ag; | 
|  | 3623 | int			notinit = 0; | 
|  | 3624 | int			error; | 
|  | 3625 |  | 
|  | 3626 | args->type = XFS_ALLOCTYPE_NEAR_BNO; | 
|  | 3627 | args->total = ap->total; | 
|  | 3628 |  | 
|  | 3629 | ag = XFS_FSB_TO_AGNO(mp, args->fsbno); | 
|  | 3630 | if (ag == NULLAGNUMBER) | 
|  | 3631 | ag = 0; | 
|  | 3632 |  | 
|  | 3633 | error = xfs_bmap_longest_free_extent(args->tp, ag, blen, ¬init); | 
|  | 3634 | if (error) | 
|  | 3635 | return error; | 
|  | 3636 |  | 
|  | 3637 | if (*blen < args->maxlen) { | 
|  | 3638 | error = xfs_filestream_new_ag(ap, &ag); | 
|  | 3639 | if (error) | 
|  | 3640 | return error; | 
|  | 3641 |  | 
|  | 3642 | error = xfs_bmap_longest_free_extent(args->tp, ag, blen, | 
|  | 3643 | ¬init); | 
|  | 3644 | if (error) | 
|  | 3645 | return error; | 
|  | 3646 |  | 
|  | 3647 | } | 
|  | 3648 |  | 
|  | 3649 | xfs_bmap_select_minlen(ap, args, blen, notinit); | 
| Christoph Hellwig | c467c04 | 2010-02-15 23:34:42 +0000 | [diff] [blame] | 3650 |  | 
|  | 3651 | /* | 
| Christoph Hellwig | c977eb1 | 2014-04-23 07:11:41 +1000 | [diff] [blame^] | 3652 | * Set the failure fallback case to look in the selected AG as stream | 
|  | 3653 | * may have moved. | 
| Christoph Hellwig | c467c04 | 2010-02-15 23:34:42 +0000 | [diff] [blame] | 3654 | */ | 
| Christoph Hellwig | c977eb1 | 2014-04-23 07:11:41 +1000 | [diff] [blame^] | 3655 | ap->blkno = args->fsbno = XFS_AGB_TO_FSB(mp, ag, 0); | 
| Christoph Hellwig | c467c04 | 2010-02-15 23:34:42 +0000 | [diff] [blame] | 3656 | return 0; | 
|  | 3657 | } | 
|  | 3658 |  | 
|  | 3659 | STATIC int | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3660 | xfs_bmap_btalloc( | 
| Dave Chinner | 6898811 | 2013-08-12 20:49:42 +1000 | [diff] [blame] | 3661 | struct xfs_bmalloca	*ap)	/* bmap alloc argument struct */ | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3662 | { | 
|  | 3663 | xfs_mount_t	*mp;		/* mount point structure */ | 
|  | 3664 | xfs_alloctype_t	atype = 0;	/* type for allocation routines */ | 
|  | 3665 | xfs_extlen_t	align;		/* minimum allocation alignment */ | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3666 | xfs_agnumber_t	fb_agno;	/* ag number of ap->firstblock */ | 
| Christoph Hellwig | c467c04 | 2010-02-15 23:34:42 +0000 | [diff] [blame] | 3667 | xfs_agnumber_t	ag; | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3668 | xfs_alloc_arg_t	args; | 
|  | 3669 | xfs_extlen_t	blen; | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3670 | xfs_extlen_t	nextminlen = 0; | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3671 | int		nullfb;		/* true if ap->firstblock isn't set */ | 
|  | 3672 | int		isaligned; | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3673 | int		tryagain; | 
|  | 3674 | int		error; | 
| Dave Chinner | 33177f0 | 2013-12-12 16:34:36 +1100 | [diff] [blame] | 3675 | int		stripe_align; | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3676 |  | 
| Dave Chinner | a99ebf4 | 2011-12-01 11:24:20 +0000 | [diff] [blame] | 3677 | ASSERT(ap->length); | 
|  | 3678 |  | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3679 | mp = ap->ip->i_mount; | 
| Dave Chinner | 33177f0 | 2013-12-12 16:34:36 +1100 | [diff] [blame] | 3680 |  | 
|  | 3681 | /* stripe alignment for allocation is determined by mount parameters */ | 
|  | 3682 | stripe_align = 0; | 
|  | 3683 | if (mp->m_swidth && (mp->m_flags & XFS_MOUNT_SWALLOC)) | 
|  | 3684 | stripe_align = mp->m_swidth; | 
|  | 3685 | else if (mp->m_dalign) | 
|  | 3686 | stripe_align = mp->m_dalign; | 
|  | 3687 |  | 
| David Chinner | 957d0eb | 2007-06-18 16:50:37 +1000 | [diff] [blame] | 3688 | align = ap->userdata ? xfs_get_extsz_hint(ap->ip) : 0; | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3689 | if (unlikely(align)) { | 
| Dave Chinner | baf41a5 | 2011-09-18 20:40:56 +0000 | [diff] [blame] | 3690 | error = xfs_bmap_extsize_align(mp, &ap->got, &ap->prev, | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3691 | align, 0, ap->eof, 0, ap->conv, | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3692 | &ap->offset, &ap->length); | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3693 | ASSERT(!error); | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3694 | ASSERT(ap->length); | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3695 | } | 
| Dave Chinner | 33177f0 | 2013-12-12 16:34:36 +1100 | [diff] [blame] | 3696 |  | 
|  | 3697 |  | 
| Dave Chinner | 0937e0f | 2011-09-18 20:40:57 +0000 | [diff] [blame] | 3698 | nullfb = *ap->firstblock == NULLFSBLOCK; | 
|  | 3699 | fb_agno = nullfb ? NULLAGNUMBER : XFS_FSB_TO_AGNO(mp, *ap->firstblock); | 
| David Chinner | 2a82b8b | 2007-07-11 11:09:12 +1000 | [diff] [blame] | 3700 | if (nullfb) { | 
|  | 3701 | if (ap->userdata && xfs_inode_is_filestream(ap->ip)) { | 
|  | 3702 | ag = xfs_filestream_lookup_ag(ap->ip); | 
|  | 3703 | ag = (ag != NULLAGNUMBER) ? ag : 0; | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3704 | ap->blkno = XFS_AGB_TO_FSB(mp, ag, 0); | 
| David Chinner | 2a82b8b | 2007-07-11 11:09:12 +1000 | [diff] [blame] | 3705 | } else { | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3706 | ap->blkno = XFS_INO_TO_FSB(mp, ap->ip->i_ino); | 
| David Chinner | 2a82b8b | 2007-07-11 11:09:12 +1000 | [diff] [blame] | 3707 | } | 
|  | 3708 | } else | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3709 | ap->blkno = *ap->firstblock; | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3710 |  | 
|  | 3711 | xfs_bmap_adjacent(ap); | 
|  | 3712 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3713 | /* | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3714 | * If allowed, use ap->blkno; otherwise must use firstblock since | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3715 | * it's in the right allocation group. | 
|  | 3716 | */ | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3717 | if (nullfb || XFS_FSB_TO_AGNO(mp, ap->blkno) == fb_agno) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3718 | ; | 
|  | 3719 | else | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3720 | ap->blkno = *ap->firstblock; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3721 | /* | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3722 | * Normal allocation, done through xfs_alloc_vextent. | 
|  | 3723 | */ | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3724 | tryagain = isaligned = 0; | 
| Mark Tinguely | a004168 | 2012-09-20 13:16:45 -0500 | [diff] [blame] | 3725 | memset(&args, 0, sizeof(args)); | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3726 | args.tp = ap->tp; | 
|  | 3727 | args.mp = mp; | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3728 | args.fsbno = ap->blkno; | 
| Dave Chinner | 14b064c | 2011-01-27 12:16:28 +1100 | [diff] [blame] | 3729 |  | 
|  | 3730 | /* Trim the allocation back to the maximum an AG can fit. */ | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3731 | args.maxlen = MIN(ap->length, XFS_ALLOC_AG_MAX_USABLE(mp)); | 
| Dave Chinner | 0937e0f | 2011-09-18 20:40:57 +0000 | [diff] [blame] | 3732 | args.firstblock = *ap->firstblock; | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3733 | blen = 0; | 
|  | 3734 | if (nullfb) { | 
| Christoph Hellwig | c977eb1 | 2014-04-23 07:11:41 +1000 | [diff] [blame^] | 3735 | /* | 
|  | 3736 | * Search for an allocation group with a single extent large | 
|  | 3737 | * enough for the request.  If one isn't found, then adjust | 
|  | 3738 | * the minimum allocation size to the largest space found. | 
|  | 3739 | */ | 
|  | 3740 | if (ap->userdata && xfs_inode_is_filestream(ap->ip)) | 
|  | 3741 | error = xfs_bmap_btalloc_filestreams(ap, &args, &blen); | 
|  | 3742 | else | 
|  | 3743 | error = xfs_bmap_btalloc_nullfb(ap, &args, &blen); | 
| Christoph Hellwig | c467c04 | 2010-02-15 23:34:42 +0000 | [diff] [blame] | 3744 | if (error) | 
|  | 3745 | return error; | 
| Dave Chinner | 0937e0f | 2011-09-18 20:40:57 +0000 | [diff] [blame] | 3746 | } else if (ap->flist->xbf_low) { | 
| David Chinner | 2a82b8b | 2007-07-11 11:09:12 +1000 | [diff] [blame] | 3747 | if (xfs_inode_is_filestream(ap->ip)) | 
|  | 3748 | args.type = XFS_ALLOCTYPE_FIRST_AG; | 
|  | 3749 | else | 
|  | 3750 | args.type = XFS_ALLOCTYPE_START_BNO; | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3751 | args.total = args.minlen = ap->minlen; | 
|  | 3752 | } else { | 
|  | 3753 | args.type = XFS_ALLOCTYPE_NEAR_BNO; | 
|  | 3754 | args.total = ap->total; | 
|  | 3755 | args.minlen = ap->minlen; | 
|  | 3756 | } | 
| David Chinner | 957d0eb | 2007-06-18 16:50:37 +1000 | [diff] [blame] | 3757 | /* apply extent size hints if obtained earlier */ | 
|  | 3758 | if (unlikely(align)) { | 
|  | 3759 | args.prod = align; | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3760 | if ((args.mod = (xfs_extlen_t)do_mod(ap->offset, args.prod))) | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3761 | args.mod = (xfs_extlen_t)(args.prod - args.mod); | 
| Tim Shimmin | e6a4b37 | 2007-11-23 16:30:42 +1100 | [diff] [blame] | 3762 | } else if (mp->m_sb.sb_blocksize >= PAGE_CACHE_SIZE) { | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3763 | args.prod = 1; | 
|  | 3764 | args.mod = 0; | 
|  | 3765 | } else { | 
| Tim Shimmin | e6a4b37 | 2007-11-23 16:30:42 +1100 | [diff] [blame] | 3766 | args.prod = PAGE_CACHE_SIZE >> mp->m_sb.sb_blocklog; | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3767 | if ((args.mod = (xfs_extlen_t)(do_mod(ap->offset, args.prod)))) | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3768 | args.mod = (xfs_extlen_t)(args.prod - args.mod); | 
|  | 3769 | } | 
|  | 3770 | /* | 
|  | 3771 | * If we are not low on available data blocks, and the | 
|  | 3772 | * underlying logical volume manager is a stripe, and | 
|  | 3773 | * the file offset is zero then try to allocate data | 
|  | 3774 | * blocks on stripe unit boundary. | 
|  | 3775 | * NOTE: ap->aeof is only set if the allocation length | 
|  | 3776 | * is >= the stripe unit and the allocation offset is | 
|  | 3777 | * at the end of file. | 
|  | 3778 | */ | 
| Dave Chinner | 0937e0f | 2011-09-18 20:40:57 +0000 | [diff] [blame] | 3779 | if (!ap->flist->xbf_low && ap->aeof) { | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3780 | if (!ap->offset) { | 
| Dave Chinner | 33177f0 | 2013-12-12 16:34:36 +1100 | [diff] [blame] | 3781 | args.alignment = stripe_align; | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3782 | atype = args.type; | 
|  | 3783 | isaligned = 1; | 
|  | 3784 | /* | 
|  | 3785 | * Adjust for alignment | 
|  | 3786 | */ | 
| Dave Chinner | 14b064c | 2011-01-27 12:16:28 +1100 | [diff] [blame] | 3787 | if (blen > args.alignment && blen <= args.maxlen) | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3788 | args.minlen = blen - args.alignment; | 
|  | 3789 | args.minalignslop = 0; | 
|  | 3790 | } else { | 
|  | 3791 | /* | 
|  | 3792 | * First try an exact bno allocation. | 
|  | 3793 | * If it fails then do a near or start bno | 
|  | 3794 | * allocation with alignment turned on. | 
|  | 3795 | */ | 
|  | 3796 | atype = args.type; | 
|  | 3797 | tryagain = 1; | 
|  | 3798 | args.type = XFS_ALLOCTYPE_THIS_BNO; | 
|  | 3799 | args.alignment = 1; | 
|  | 3800 | /* | 
|  | 3801 | * Compute the minlen+alignment for the | 
|  | 3802 | * next case.  Set slop so that the value | 
|  | 3803 | * of minlen+alignment+slop doesn't go up | 
|  | 3804 | * between the calls. | 
|  | 3805 | */ | 
| Dave Chinner | 33177f0 | 2013-12-12 16:34:36 +1100 | [diff] [blame] | 3806 | if (blen > stripe_align && blen <= args.maxlen) | 
|  | 3807 | nextminlen = blen - stripe_align; | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3808 | else | 
|  | 3809 | nextminlen = args.minlen; | 
| Dave Chinner | 33177f0 | 2013-12-12 16:34:36 +1100 | [diff] [blame] | 3810 | if (nextminlen + stripe_align > args.minlen + 1) | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3811 | args.minalignslop = | 
| Dave Chinner | 33177f0 | 2013-12-12 16:34:36 +1100 | [diff] [blame] | 3812 | nextminlen + stripe_align - | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3813 | args.minlen - 1; | 
|  | 3814 | else | 
|  | 3815 | args.minalignslop = 0; | 
|  | 3816 | } | 
|  | 3817 | } else { | 
|  | 3818 | args.alignment = 1; | 
|  | 3819 | args.minalignslop = 0; | 
|  | 3820 | } | 
|  | 3821 | args.minleft = ap->minleft; | 
|  | 3822 | args.wasdel = ap->wasdel; | 
|  | 3823 | args.isfl = 0; | 
|  | 3824 | args.userdata = ap->userdata; | 
|  | 3825 | if ((error = xfs_alloc_vextent(&args))) | 
|  | 3826 | return error; | 
|  | 3827 | if (tryagain && args.fsbno == NULLFSBLOCK) { | 
|  | 3828 | /* | 
|  | 3829 | * Exact allocation failed. Now try with alignment | 
|  | 3830 | * turned on. | 
|  | 3831 | */ | 
|  | 3832 | args.type = atype; | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3833 | args.fsbno = ap->blkno; | 
| Dave Chinner | 33177f0 | 2013-12-12 16:34:36 +1100 | [diff] [blame] | 3834 | args.alignment = stripe_align; | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3835 | args.minlen = nextminlen; | 
|  | 3836 | args.minalignslop = 0; | 
|  | 3837 | isaligned = 1; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3838 | if ((error = xfs_alloc_vextent(&args))) | 
|  | 3839 | return error; | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3840 | } | 
|  | 3841 | if (isaligned && args.fsbno == NULLFSBLOCK) { | 
|  | 3842 | /* | 
|  | 3843 | * allocation failed, so turn off alignment and | 
|  | 3844 | * try again. | 
|  | 3845 | */ | 
|  | 3846 | args.type = atype; | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3847 | args.fsbno = ap->blkno; | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3848 | args.alignment = 0; | 
|  | 3849 | if ((error = xfs_alloc_vextent(&args))) | 
|  | 3850 | return error; | 
|  | 3851 | } | 
|  | 3852 | if (args.fsbno == NULLFSBLOCK && nullfb && | 
|  | 3853 | args.minlen > ap->minlen) { | 
|  | 3854 | args.minlen = ap->minlen; | 
|  | 3855 | args.type = XFS_ALLOCTYPE_START_BNO; | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3856 | args.fsbno = ap->blkno; | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3857 | if ((error = xfs_alloc_vextent(&args))) | 
|  | 3858 | return error; | 
|  | 3859 | } | 
|  | 3860 | if (args.fsbno == NULLFSBLOCK && nullfb) { | 
|  | 3861 | args.fsbno = 0; | 
|  | 3862 | args.type = XFS_ALLOCTYPE_FIRST_AG; | 
|  | 3863 | args.total = ap->minlen; | 
|  | 3864 | args.minleft = 0; | 
|  | 3865 | if ((error = xfs_alloc_vextent(&args))) | 
|  | 3866 | return error; | 
| Dave Chinner | 0937e0f | 2011-09-18 20:40:57 +0000 | [diff] [blame] | 3867 | ap->flist->xbf_low = 1; | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3868 | } | 
|  | 3869 | if (args.fsbno != NULLFSBLOCK) { | 
| Dave Chinner | 0937e0f | 2011-09-18 20:40:57 +0000 | [diff] [blame] | 3870 | /* | 
|  | 3871 | * check the allocation happened at the same or higher AG than | 
|  | 3872 | * the first block that was allocated. | 
|  | 3873 | */ | 
|  | 3874 | ASSERT(*ap->firstblock == NULLFSBLOCK || | 
|  | 3875 | XFS_FSB_TO_AGNO(mp, *ap->firstblock) == | 
|  | 3876 | XFS_FSB_TO_AGNO(mp, args.fsbno) || | 
|  | 3877 | (ap->flist->xbf_low && | 
|  | 3878 | XFS_FSB_TO_AGNO(mp, *ap->firstblock) < | 
|  | 3879 | XFS_FSB_TO_AGNO(mp, args.fsbno))); | 
|  | 3880 |  | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3881 | ap->blkno = args.fsbno; | 
| Dave Chinner | 0937e0f | 2011-09-18 20:40:57 +0000 | [diff] [blame] | 3882 | if (*ap->firstblock == NULLFSBLOCK) | 
|  | 3883 | *ap->firstblock = args.fsbno; | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3884 | ASSERT(nullfb || fb_agno == args.agno || | 
| Dave Chinner | 0937e0f | 2011-09-18 20:40:57 +0000 | [diff] [blame] | 3885 | (ap->flist->xbf_low && fb_agno < args.agno)); | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3886 | ap->length = args.len; | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3887 | ap->ip->i_d.di_nblocks += args.len; | 
|  | 3888 | xfs_trans_log_inode(ap->tp, ap->ip, XFS_ILOG_CORE); | 
|  | 3889 | if (ap->wasdel) | 
|  | 3890 | ap->ip->i_delayed_blks -= args.len; | 
|  | 3891 | /* | 
|  | 3892 | * Adjust the disk quota also. This was reserved | 
|  | 3893 | * earlier. | 
|  | 3894 | */ | 
| Christoph Hellwig | 7d09525 | 2009-06-08 15:33:32 +0200 | [diff] [blame] | 3895 | xfs_trans_mod_dquot_byino(ap->tp, ap->ip, | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3896 | ap->wasdel ? XFS_TRANS_DQ_DELBCOUNT : | 
|  | 3897 | XFS_TRANS_DQ_BCOUNT, | 
|  | 3898 | (long) args.len); | 
|  | 3899 | } else { | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 3900 | ap->blkno = NULLFSBLOCK; | 
|  | 3901 | ap->length = 0; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3902 | } | 
|  | 3903 | return 0; | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3904 | } | 
|  | 3905 |  | 
|  | 3906 | /* | 
|  | 3907 | * xfs_bmap_alloc is called by xfs_bmapi to allocate an extent for a file. | 
|  | 3908 | * It figures out where to ask the underlying allocator to put the new extent. | 
|  | 3909 | */ | 
|  | 3910 | STATIC int | 
|  | 3911 | xfs_bmap_alloc( | 
| Dave Chinner | 6898811 | 2013-08-12 20:49:42 +1000 | [diff] [blame] | 3912 | struct xfs_bmalloca	*ap)	/* bmap alloc argument struct */ | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3913 | { | 
| Eric Sandeen | 71ddabb | 2007-11-23 16:29:42 +1100 | [diff] [blame] | 3914 | if (XFS_IS_REALTIME_INODE(ap->ip) && ap->userdata) | 
| Nathan Scott | a365bdd | 2006-03-14 13:34:16 +1100 | [diff] [blame] | 3915 | return xfs_bmap_rtalloc(ap); | 
|  | 3916 | return xfs_bmap_btalloc(ap); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3917 | } | 
|  | 3918 |  | 
|  | 3919 | /* | 
| Dave Chinner | aef9a89 | 2011-09-18 20:40:44 +0000 | [diff] [blame] | 3920 | * Trim the returned map to the required bounds | 
|  | 3921 | */ | 
|  | 3922 | STATIC void | 
|  | 3923 | xfs_bmapi_trim_map( | 
|  | 3924 | struct xfs_bmbt_irec	*mval, | 
|  | 3925 | struct xfs_bmbt_irec	*got, | 
|  | 3926 | xfs_fileoff_t		*bno, | 
|  | 3927 | xfs_filblks_t		len, | 
|  | 3928 | xfs_fileoff_t		obno, | 
|  | 3929 | xfs_fileoff_t		end, | 
|  | 3930 | int			n, | 
|  | 3931 | int			flags) | 
|  | 3932 | { | 
|  | 3933 | if ((flags & XFS_BMAPI_ENTIRE) || | 
|  | 3934 | got->br_startoff + got->br_blockcount <= obno) { | 
|  | 3935 | *mval = *got; | 
|  | 3936 | if (isnullstartblock(got->br_startblock)) | 
|  | 3937 | mval->br_startblock = DELAYSTARTBLOCK; | 
|  | 3938 | return; | 
|  | 3939 | } | 
|  | 3940 |  | 
|  | 3941 | if (obno > *bno) | 
|  | 3942 | *bno = obno; | 
|  | 3943 | ASSERT((*bno >= obno) || (n == 0)); | 
|  | 3944 | ASSERT(*bno < end); | 
|  | 3945 | mval->br_startoff = *bno; | 
|  | 3946 | if (isnullstartblock(got->br_startblock)) | 
|  | 3947 | mval->br_startblock = DELAYSTARTBLOCK; | 
|  | 3948 | else | 
|  | 3949 | mval->br_startblock = got->br_startblock + | 
|  | 3950 | (*bno - got->br_startoff); | 
|  | 3951 | /* | 
|  | 3952 | * Return the minimum of what we got and what we asked for for | 
|  | 3953 | * the length.  We can use the len variable here because it is | 
|  | 3954 | * modified below and we could have been there before coming | 
|  | 3955 | * here if the first part of the allocation didn't overlap what | 
|  | 3956 | * was asked for. | 
|  | 3957 | */ | 
|  | 3958 | mval->br_blockcount = XFS_FILBLKS_MIN(end - *bno, | 
|  | 3959 | got->br_blockcount - (*bno - got->br_startoff)); | 
|  | 3960 | mval->br_state = got->br_state; | 
|  | 3961 | ASSERT(mval->br_blockcount <= len); | 
|  | 3962 | return; | 
|  | 3963 | } | 
|  | 3964 |  | 
|  | 3965 | /* | 
|  | 3966 | * Update and validate the extent map to return | 
|  | 3967 | */ | 
|  | 3968 | STATIC void | 
|  | 3969 | xfs_bmapi_update_map( | 
|  | 3970 | struct xfs_bmbt_irec	**map, | 
|  | 3971 | xfs_fileoff_t		*bno, | 
|  | 3972 | xfs_filblks_t		*len, | 
|  | 3973 | xfs_fileoff_t		obno, | 
|  | 3974 | xfs_fileoff_t		end, | 
|  | 3975 | int			*n, | 
|  | 3976 | int			flags) | 
|  | 3977 | { | 
|  | 3978 | xfs_bmbt_irec_t	*mval = *map; | 
|  | 3979 |  | 
|  | 3980 | ASSERT((flags & XFS_BMAPI_ENTIRE) || | 
|  | 3981 | ((mval->br_startoff + mval->br_blockcount) <= end)); | 
|  | 3982 | ASSERT((flags & XFS_BMAPI_ENTIRE) || (mval->br_blockcount <= *len) || | 
|  | 3983 | (mval->br_startoff < obno)); | 
|  | 3984 |  | 
|  | 3985 | *bno = mval->br_startoff + mval->br_blockcount; | 
|  | 3986 | *len = end - *bno; | 
|  | 3987 | if (*n > 0 && mval->br_startoff == mval[-1].br_startoff) { | 
|  | 3988 | /* update previous map with new information */ | 
|  | 3989 | ASSERT(mval->br_startblock == mval[-1].br_startblock); | 
|  | 3990 | ASSERT(mval->br_blockcount > mval[-1].br_blockcount); | 
|  | 3991 | ASSERT(mval->br_state == mval[-1].br_state); | 
|  | 3992 | mval[-1].br_blockcount = mval->br_blockcount; | 
|  | 3993 | mval[-1].br_state = mval->br_state; | 
|  | 3994 | } else if (*n > 0 && mval->br_startblock != DELAYSTARTBLOCK && | 
|  | 3995 | mval[-1].br_startblock != DELAYSTARTBLOCK && | 
|  | 3996 | mval[-1].br_startblock != HOLESTARTBLOCK && | 
|  | 3997 | mval->br_startblock == mval[-1].br_startblock + | 
|  | 3998 | mval[-1].br_blockcount && | 
|  | 3999 | ((flags & XFS_BMAPI_IGSTATE) || | 
|  | 4000 | mval[-1].br_state == mval->br_state)) { | 
|  | 4001 | ASSERT(mval->br_startoff == | 
|  | 4002 | mval[-1].br_startoff + mval[-1].br_blockcount); | 
|  | 4003 | mval[-1].br_blockcount += mval->br_blockcount; | 
|  | 4004 | } else if (*n > 0 && | 
|  | 4005 | mval->br_startblock == DELAYSTARTBLOCK && | 
|  | 4006 | mval[-1].br_startblock == DELAYSTARTBLOCK && | 
|  | 4007 | mval->br_startoff == | 
|  | 4008 | mval[-1].br_startoff + mval[-1].br_blockcount) { | 
|  | 4009 | mval[-1].br_blockcount += mval->br_blockcount; | 
|  | 4010 | mval[-1].br_state = mval->br_state; | 
|  | 4011 | } else if (!((*n == 0) && | 
|  | 4012 | ((mval->br_startoff + mval->br_blockcount) <= | 
|  | 4013 | obno))) { | 
|  | 4014 | mval++; | 
|  | 4015 | (*n)++; | 
|  | 4016 | } | 
|  | 4017 | *map = mval; | 
|  | 4018 | } | 
|  | 4019 |  | 
|  | 4020 | /* | 
| Dave Chinner | 5c8ed20 | 2011-09-18 20:40:45 +0000 | [diff] [blame] | 4021 | * Map file blocks to filesystem blocks without allocation. | 
|  | 4022 | */ | 
|  | 4023 | int | 
|  | 4024 | xfs_bmapi_read( | 
|  | 4025 | struct xfs_inode	*ip, | 
|  | 4026 | xfs_fileoff_t		bno, | 
|  | 4027 | xfs_filblks_t		len, | 
|  | 4028 | struct xfs_bmbt_irec	*mval, | 
|  | 4029 | int			*nmap, | 
|  | 4030 | int			flags) | 
|  | 4031 | { | 
|  | 4032 | struct xfs_mount	*mp = ip->i_mount; | 
|  | 4033 | struct xfs_ifork	*ifp; | 
|  | 4034 | struct xfs_bmbt_irec	got; | 
|  | 4035 | struct xfs_bmbt_irec	prev; | 
|  | 4036 | xfs_fileoff_t		obno; | 
|  | 4037 | xfs_fileoff_t		end; | 
|  | 4038 | xfs_extnum_t		lastx; | 
|  | 4039 | int			error; | 
|  | 4040 | int			eof; | 
|  | 4041 | int			n = 0; | 
|  | 4042 | int			whichfork = (flags & XFS_BMAPI_ATTRFORK) ? | 
|  | 4043 | XFS_ATTR_FORK : XFS_DATA_FORK; | 
|  | 4044 |  | 
|  | 4045 | ASSERT(*nmap >= 1); | 
|  | 4046 | ASSERT(!(flags & ~(XFS_BMAPI_ATTRFORK|XFS_BMAPI_ENTIRE| | 
|  | 4047 | XFS_BMAPI_IGSTATE))); | 
| Christoph Hellwig | eef334e | 2013-12-06 12:30:17 -0800 | [diff] [blame] | 4048 | ASSERT(xfs_isilocked(ip, XFS_ILOCK_SHARED|XFS_ILOCK_EXCL)); | 
| Dave Chinner | 5c8ed20 | 2011-09-18 20:40:45 +0000 | [diff] [blame] | 4049 |  | 
|  | 4050 | if (unlikely(XFS_TEST_ERROR( | 
|  | 4051 | (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS && | 
|  | 4052 | XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE), | 
|  | 4053 | mp, XFS_ERRTAG_BMAPIFORMAT, XFS_RANDOM_BMAPIFORMAT))) { | 
|  | 4054 | XFS_ERROR_REPORT("xfs_bmapi_read", XFS_ERRLEVEL_LOW, mp); | 
|  | 4055 | return XFS_ERROR(EFSCORRUPTED); | 
|  | 4056 | } | 
|  | 4057 |  | 
|  | 4058 | if (XFS_FORCED_SHUTDOWN(mp)) | 
|  | 4059 | return XFS_ERROR(EIO); | 
|  | 4060 |  | 
|  | 4061 | XFS_STATS_INC(xs_blk_mapr); | 
|  | 4062 |  | 
|  | 4063 | ifp = XFS_IFORK_PTR(ip, whichfork); | 
| Dave Chinner | 5c8ed20 | 2011-09-18 20:40:45 +0000 | [diff] [blame] | 4064 |  | 
|  | 4065 | if (!(ifp->if_flags & XFS_IFEXTENTS)) { | 
|  | 4066 | error = xfs_iread_extents(NULL, ip, whichfork); | 
|  | 4067 | if (error) | 
|  | 4068 | return error; | 
|  | 4069 | } | 
|  | 4070 |  | 
|  | 4071 | xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, &prev); | 
|  | 4072 | end = bno + len; | 
|  | 4073 | obno = bno; | 
|  | 4074 |  | 
|  | 4075 | while (bno < end && n < *nmap) { | 
|  | 4076 | /* Reading past eof, act as though there's a hole up to end. */ | 
|  | 4077 | if (eof) | 
|  | 4078 | got.br_startoff = end; | 
|  | 4079 | if (got.br_startoff > bno) { | 
|  | 4080 | /* Reading in a hole.  */ | 
|  | 4081 | mval->br_startoff = bno; | 
|  | 4082 | mval->br_startblock = HOLESTARTBLOCK; | 
|  | 4083 | mval->br_blockcount = | 
|  | 4084 | XFS_FILBLKS_MIN(len, got.br_startoff - bno); | 
|  | 4085 | mval->br_state = XFS_EXT_NORM; | 
|  | 4086 | bno += mval->br_blockcount; | 
|  | 4087 | len -= mval->br_blockcount; | 
|  | 4088 | mval++; | 
|  | 4089 | n++; | 
|  | 4090 | continue; | 
|  | 4091 | } | 
|  | 4092 |  | 
|  | 4093 | /* set up the extent map to return. */ | 
|  | 4094 | xfs_bmapi_trim_map(mval, &got, &bno, len, obno, end, n, flags); | 
|  | 4095 | xfs_bmapi_update_map(&mval, &bno, &len, obno, end, &n, flags); | 
|  | 4096 |  | 
|  | 4097 | /* If we're done, stop now. */ | 
|  | 4098 | if (bno >= end || n >= *nmap) | 
|  | 4099 | break; | 
|  | 4100 |  | 
|  | 4101 | /* Else go on to the next record. */ | 
|  | 4102 | if (++lastx < ifp->if_bytes / sizeof(xfs_bmbt_rec_t)) | 
|  | 4103 | xfs_bmbt_get_all(xfs_iext_get_ext(ifp, lastx), &got); | 
|  | 4104 | else | 
|  | 4105 | eof = 1; | 
|  | 4106 | } | 
|  | 4107 | *nmap = n; | 
|  | 4108 | return 0; | 
|  | 4109 | } | 
|  | 4110 |  | 
| Christoph Hellwig | b64dfe4 | 2011-09-18 20:40:47 +0000 | [diff] [blame] | 4111 | STATIC int | 
|  | 4112 | xfs_bmapi_reserve_delalloc( | 
|  | 4113 | struct xfs_inode	*ip, | 
|  | 4114 | xfs_fileoff_t		aoff, | 
|  | 4115 | xfs_filblks_t		len, | 
|  | 4116 | struct xfs_bmbt_irec	*got, | 
|  | 4117 | struct xfs_bmbt_irec	*prev, | 
|  | 4118 | xfs_extnum_t		*lastx, | 
|  | 4119 | int			eof) | 
|  | 4120 | { | 
|  | 4121 | struct xfs_mount	*mp = ip->i_mount; | 
|  | 4122 | struct xfs_ifork	*ifp = XFS_IFORK_PTR(ip, XFS_DATA_FORK); | 
|  | 4123 | xfs_extlen_t		alen; | 
|  | 4124 | xfs_extlen_t		indlen; | 
| Christoph Hellwig | b64dfe4 | 2011-09-18 20:40:47 +0000 | [diff] [blame] | 4125 | char			rt = XFS_IS_REALTIME_INODE(ip); | 
|  | 4126 | xfs_extlen_t		extsz; | 
|  | 4127 | int			error; | 
|  | 4128 |  | 
|  | 4129 | alen = XFS_FILBLKS_MIN(len, MAXEXTLEN); | 
|  | 4130 | if (!eof) | 
|  | 4131 | alen = XFS_FILBLKS_MIN(alen, got->br_startoff - aoff); | 
|  | 4132 |  | 
|  | 4133 | /* Figure out the extent size, adjust alen */ | 
|  | 4134 | extsz = xfs_get_extsz_hint(ip); | 
|  | 4135 | if (extsz) { | 
|  | 4136 | /* | 
|  | 4137 | * Make sure we don't exceed a single extent length when we | 
|  | 4138 | * align the extent by reducing length we are going to | 
|  | 4139 | * allocate by the maximum amount extent size aligment may | 
|  | 4140 | * require. | 
|  | 4141 | */ | 
|  | 4142 | alen = XFS_FILBLKS_MIN(len, MAXEXTLEN - (2 * extsz - 1)); | 
|  | 4143 | error = xfs_bmap_extsize_align(mp, got, prev, extsz, rt, eof, | 
|  | 4144 | 1, 0, &aoff, &alen); | 
|  | 4145 | ASSERT(!error); | 
|  | 4146 | } | 
|  | 4147 |  | 
|  | 4148 | if (rt) | 
|  | 4149 | extsz = alen / mp->m_sb.sb_rextsize; | 
|  | 4150 |  | 
|  | 4151 | /* | 
|  | 4152 | * Make a transaction-less quota reservation for delayed allocation | 
|  | 4153 | * blocks.  This number gets adjusted later.  We return if we haven't | 
|  | 4154 | * allocated blocks already inside this loop. | 
|  | 4155 | */ | 
|  | 4156 | error = xfs_trans_reserve_quota_nblks(NULL, ip, (long)alen, 0, | 
|  | 4157 | rt ? XFS_QMOPT_RES_RTBLKS : XFS_QMOPT_RES_REGBLKS); | 
|  | 4158 | if (error) | 
|  | 4159 | return error; | 
|  | 4160 |  | 
|  | 4161 | /* | 
|  | 4162 | * Split changing sb for alen and indlen since they could be coming | 
|  | 4163 | * from different places. | 
|  | 4164 | */ | 
|  | 4165 | indlen = (xfs_extlen_t)xfs_bmap_worst_indlen(ip, alen); | 
|  | 4166 | ASSERT(indlen > 0); | 
|  | 4167 |  | 
|  | 4168 | if (rt) { | 
|  | 4169 | error = xfs_mod_incore_sb(mp, XFS_SBS_FREXTENTS, | 
|  | 4170 | -((int64_t)extsz), 0); | 
|  | 4171 | } else { | 
|  | 4172 | error = xfs_icsb_modify_counters(mp, XFS_SBS_FDBLOCKS, | 
|  | 4173 | -((int64_t)alen), 0); | 
|  | 4174 | } | 
|  | 4175 |  | 
|  | 4176 | if (error) | 
|  | 4177 | goto out_unreserve_quota; | 
|  | 4178 |  | 
|  | 4179 | error = xfs_icsb_modify_counters(mp, XFS_SBS_FDBLOCKS, | 
|  | 4180 | -((int64_t)indlen), 0); | 
|  | 4181 | if (error) | 
|  | 4182 | goto out_unreserve_blocks; | 
|  | 4183 |  | 
|  | 4184 |  | 
|  | 4185 | ip->i_delayed_blks += alen; | 
|  | 4186 |  | 
|  | 4187 | got->br_startoff = aoff; | 
|  | 4188 | got->br_startblock = nullstartblock(indlen); | 
|  | 4189 | got->br_blockcount = alen; | 
|  | 4190 | got->br_state = XFS_EXT_NORM; | 
| Christoph Hellwig | 1fd044d | 2011-09-18 20:40:49 +0000 | [diff] [blame] | 4191 | xfs_bmap_add_extent_hole_delay(ip, lastx, got); | 
| Christoph Hellwig | b64dfe4 | 2011-09-18 20:40:47 +0000 | [diff] [blame] | 4192 |  | 
|  | 4193 | /* | 
| Christoph Hellwig | 1fd044d | 2011-09-18 20:40:49 +0000 | [diff] [blame] | 4194 | * Update our extent pointer, given that xfs_bmap_add_extent_hole_delay | 
|  | 4195 | * might have merged it into one of the neighbouring ones. | 
| Christoph Hellwig | b64dfe4 | 2011-09-18 20:40:47 +0000 | [diff] [blame] | 4196 | */ | 
|  | 4197 | xfs_bmbt_get_all(xfs_iext_get_ext(ifp, *lastx), got); | 
|  | 4198 |  | 
|  | 4199 | ASSERT(got->br_startoff <= aoff); | 
|  | 4200 | ASSERT(got->br_startoff + got->br_blockcount >= aoff + alen); | 
|  | 4201 | ASSERT(isnullstartblock(got->br_startblock)); | 
|  | 4202 | ASSERT(got->br_state == XFS_EXT_NORM); | 
|  | 4203 | return 0; | 
|  | 4204 |  | 
|  | 4205 | out_unreserve_blocks: | 
|  | 4206 | if (rt) | 
|  | 4207 | xfs_mod_incore_sb(mp, XFS_SBS_FREXTENTS, extsz, 0); | 
|  | 4208 | else | 
|  | 4209 | xfs_icsb_modify_counters(mp, XFS_SBS_FDBLOCKS, alen, 0); | 
|  | 4210 | out_unreserve_quota: | 
|  | 4211 | if (XFS_IS_QUOTA_ON(mp)) | 
| Dave Chinner | ea562ed | 2012-05-08 20:48:53 +1000 | [diff] [blame] | 4212 | xfs_trans_unreserve_quota_nblks(NULL, ip, (long)alen, 0, rt ? | 
| Christoph Hellwig | b64dfe4 | 2011-09-18 20:40:47 +0000 | [diff] [blame] | 4213 | XFS_QMOPT_RES_RTBLKS : XFS_QMOPT_RES_REGBLKS); | 
|  | 4214 | return error; | 
|  | 4215 | } | 
|  | 4216 |  | 
| Dave Chinner | 5c8ed20 | 2011-09-18 20:40:45 +0000 | [diff] [blame] | 4217 | /* | 
| Christoph Hellwig | 4403280 | 2011-09-18 20:40:48 +0000 | [diff] [blame] | 4218 | * Map file blocks to filesystem blocks, adding delayed allocations as needed. | 
|  | 4219 | */ | 
|  | 4220 | int | 
|  | 4221 | xfs_bmapi_delay( | 
|  | 4222 | struct xfs_inode	*ip,	/* incore inode */ | 
|  | 4223 | xfs_fileoff_t		bno,	/* starting file offs. mapped */ | 
|  | 4224 | xfs_filblks_t		len,	/* length to map in file */ | 
|  | 4225 | struct xfs_bmbt_irec	*mval,	/* output: map values */ | 
|  | 4226 | int			*nmap,	/* i/o: mval size/count */ | 
|  | 4227 | int			flags)	/* XFS_BMAPI_... */ | 
|  | 4228 | { | 
|  | 4229 | struct xfs_mount	*mp = ip->i_mount; | 
|  | 4230 | struct xfs_ifork	*ifp = XFS_IFORK_PTR(ip, XFS_DATA_FORK); | 
|  | 4231 | struct xfs_bmbt_irec	got;	/* current file extent record */ | 
|  | 4232 | struct xfs_bmbt_irec	prev;	/* previous file extent record */ | 
|  | 4233 | xfs_fileoff_t		obno;	/* old block number (offset) */ | 
|  | 4234 | xfs_fileoff_t		end;	/* end of mapped file region */ | 
|  | 4235 | xfs_extnum_t		lastx;	/* last useful extent number */ | 
|  | 4236 | int			eof;	/* we've hit the end of extents */ | 
|  | 4237 | int			n = 0;	/* current extent index */ | 
|  | 4238 | int			error = 0; | 
|  | 4239 |  | 
|  | 4240 | ASSERT(*nmap >= 1); | 
|  | 4241 | ASSERT(*nmap <= XFS_BMAP_MAX_NMAP); | 
|  | 4242 | ASSERT(!(flags & ~XFS_BMAPI_ENTIRE)); | 
| Christoph Hellwig | eef334e | 2013-12-06 12:30:17 -0800 | [diff] [blame] | 4243 | ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL)); | 
| Christoph Hellwig | 4403280 | 2011-09-18 20:40:48 +0000 | [diff] [blame] | 4244 |  | 
|  | 4245 | if (unlikely(XFS_TEST_ERROR( | 
|  | 4246 | (XFS_IFORK_FORMAT(ip, XFS_DATA_FORK) != XFS_DINODE_FMT_EXTENTS && | 
|  | 4247 | XFS_IFORK_FORMAT(ip, XFS_DATA_FORK) != XFS_DINODE_FMT_BTREE), | 
|  | 4248 | mp, XFS_ERRTAG_BMAPIFORMAT, XFS_RANDOM_BMAPIFORMAT))) { | 
|  | 4249 | XFS_ERROR_REPORT("xfs_bmapi_delay", XFS_ERRLEVEL_LOW, mp); | 
|  | 4250 | return XFS_ERROR(EFSCORRUPTED); | 
|  | 4251 | } | 
|  | 4252 |  | 
|  | 4253 | if (XFS_FORCED_SHUTDOWN(mp)) | 
|  | 4254 | return XFS_ERROR(EIO); | 
|  | 4255 |  | 
|  | 4256 | XFS_STATS_INC(xs_blk_mapw); | 
|  | 4257 |  | 
|  | 4258 | if (!(ifp->if_flags & XFS_IFEXTENTS)) { | 
|  | 4259 | error = xfs_iread_extents(NULL, ip, XFS_DATA_FORK); | 
|  | 4260 | if (error) | 
|  | 4261 | return error; | 
|  | 4262 | } | 
|  | 4263 |  | 
|  | 4264 | xfs_bmap_search_extents(ip, bno, XFS_DATA_FORK, &eof, &lastx, &got, &prev); | 
|  | 4265 | end = bno + len; | 
|  | 4266 | obno = bno; | 
|  | 4267 |  | 
|  | 4268 | while (bno < end && n < *nmap) { | 
|  | 4269 | if (eof || got.br_startoff > bno) { | 
|  | 4270 | error = xfs_bmapi_reserve_delalloc(ip, bno, len, &got, | 
|  | 4271 | &prev, &lastx, eof); | 
|  | 4272 | if (error) { | 
|  | 4273 | if (n == 0) { | 
|  | 4274 | *nmap = 0; | 
|  | 4275 | return error; | 
|  | 4276 | } | 
|  | 4277 | break; | 
|  | 4278 | } | 
|  | 4279 | } | 
|  | 4280 |  | 
|  | 4281 | /* set up the extent map to return. */ | 
|  | 4282 | xfs_bmapi_trim_map(mval, &got, &bno, len, obno, end, n, flags); | 
|  | 4283 | xfs_bmapi_update_map(&mval, &bno, &len, obno, end, &n, flags); | 
|  | 4284 |  | 
|  | 4285 | /* If we're done, stop now. */ | 
|  | 4286 | if (bno >= end || n >= *nmap) | 
|  | 4287 | break; | 
|  | 4288 |  | 
|  | 4289 | /* Else go on to the next record. */ | 
|  | 4290 | prev = got; | 
|  | 4291 | if (++lastx < ifp->if_bytes / sizeof(xfs_bmbt_rec_t)) | 
|  | 4292 | xfs_bmbt_get_all(xfs_iext_get_ext(ifp, lastx), &got); | 
|  | 4293 | else | 
|  | 4294 | eof = 1; | 
|  | 4295 | } | 
|  | 4296 |  | 
|  | 4297 | *nmap = n; | 
|  | 4298 | return 0; | 
|  | 4299 | } | 
|  | 4300 |  | 
|  | 4301 |  | 
| Dave Chinner | 6898811 | 2013-08-12 20:49:42 +1000 | [diff] [blame] | 4302 | int | 
| Dave Chinner | e04426b | 2012-10-05 11:06:59 +1000 | [diff] [blame] | 4303 | __xfs_bmapi_allocate( | 
|  | 4304 | struct xfs_bmalloca	*bma) | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4305 | { | 
|  | 4306 | struct xfs_mount	*mp = bma->ip->i_mount; | 
| Dave Chinner | e04426b | 2012-10-05 11:06:59 +1000 | [diff] [blame] | 4307 | int			whichfork = (bma->flags & XFS_BMAPI_ATTRFORK) ? | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4308 | XFS_ATTR_FORK : XFS_DATA_FORK; | 
|  | 4309 | struct xfs_ifork	*ifp = XFS_IFORK_PTR(bma->ip, whichfork); | 
| Christoph Hellwig | c315c90 | 2011-09-18 20:41:02 +0000 | [diff] [blame] | 4310 | int			tmp_logflags = 0; | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4311 | int			error; | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4312 |  | 
| Dave Chinner | a99ebf4 | 2011-12-01 11:24:20 +0000 | [diff] [blame] | 4313 | ASSERT(bma->length > 0); | 
|  | 4314 |  | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4315 | /* | 
|  | 4316 | * For the wasdelay case, we could also just allocate the stuff asked | 
|  | 4317 | * for in this bmap call but that wouldn't be as good. | 
|  | 4318 | */ | 
|  | 4319 | if (bma->wasdel) { | 
| Dave Chinner | 963c30c | 2011-09-18 20:40:59 +0000 | [diff] [blame] | 4320 | bma->length = (xfs_extlen_t)bma->got.br_blockcount; | 
|  | 4321 | bma->offset = bma->got.br_startoff; | 
| Dave Chinner | e0c3da5 | 2011-09-18 20:41:01 +0000 | [diff] [blame] | 4322 | if (bma->idx != NULLEXTNUM && bma->idx) { | 
|  | 4323 | xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx - 1), | 
| Dave Chinner | baf41a5 | 2011-09-18 20:40:56 +0000 | [diff] [blame] | 4324 | &bma->prev); | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4325 | } | 
|  | 4326 | } else { | 
| Dave Chinner | 963c30c | 2011-09-18 20:40:59 +0000 | [diff] [blame] | 4327 | bma->length = XFS_FILBLKS_MIN(bma->length, MAXEXTLEN); | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4328 | if (!bma->eof) | 
| Dave Chinner | 963c30c | 2011-09-18 20:40:59 +0000 | [diff] [blame] | 4329 | bma->length = XFS_FILBLKS_MIN(bma->length, | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 4330 | bma->got.br_startoff - bma->offset); | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4331 | } | 
|  | 4332 |  | 
|  | 4333 | /* | 
|  | 4334 | * Indicate if this is the first user data in the file, or just any | 
|  | 4335 | * user data. | 
|  | 4336 | */ | 
| Dave Chinner | e04426b | 2012-10-05 11:06:59 +1000 | [diff] [blame] | 4337 | if (!(bma->flags & XFS_BMAPI_METADATA)) { | 
| Dave Chinner | 963c30c | 2011-09-18 20:40:59 +0000 | [diff] [blame] | 4338 | bma->userdata = (bma->offset == 0) ? | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4339 | XFS_ALLOC_INITIAL_USER_DATA : XFS_ALLOC_USERDATA; | 
|  | 4340 | } | 
|  | 4341 |  | 
| Dave Chinner | e04426b | 2012-10-05 11:06:59 +1000 | [diff] [blame] | 4342 | bma->minlen = (bma->flags & XFS_BMAPI_CONTIG) ? bma->length : 1; | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4343 |  | 
|  | 4344 | /* | 
|  | 4345 | * Only want to do the alignment at the eof if it is userdata and | 
|  | 4346 | * allocation length is larger than a stripe unit. | 
|  | 4347 | */ | 
| Dave Chinner | 963c30c | 2011-09-18 20:40:59 +0000 | [diff] [blame] | 4348 | if (mp->m_dalign && bma->length >= mp->m_dalign && | 
| Dave Chinner | e04426b | 2012-10-05 11:06:59 +1000 | [diff] [blame] | 4349 | !(bma->flags & XFS_BMAPI_METADATA) && whichfork == XFS_DATA_FORK) { | 
| Dave Chinner | 1b16447 | 2011-09-18 20:40:55 +0000 | [diff] [blame] | 4350 | error = xfs_bmap_isaeof(bma, whichfork); | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4351 | if (error) | 
|  | 4352 | return error; | 
|  | 4353 | } | 
|  | 4354 |  | 
|  | 4355 | error = xfs_bmap_alloc(bma); | 
|  | 4356 | if (error) | 
|  | 4357 | return error; | 
|  | 4358 |  | 
| Dave Chinner | 0937e0f | 2011-09-18 20:40:57 +0000 | [diff] [blame] | 4359 | if (bma->flist->xbf_low) | 
|  | 4360 | bma->minleft = 0; | 
| Dave Chinner | 29c8d17 | 2011-09-18 20:41:00 +0000 | [diff] [blame] | 4361 | if (bma->cur) | 
|  | 4362 | bma->cur->bc_private.b.firstblock = *bma->firstblock; | 
| Dave Chinner | 963c30c | 2011-09-18 20:40:59 +0000 | [diff] [blame] | 4363 | if (bma->blkno == NULLFSBLOCK) | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4364 | return 0; | 
| Dave Chinner | 29c8d17 | 2011-09-18 20:41:00 +0000 | [diff] [blame] | 4365 | if ((ifp->if_flags & XFS_IFBROOT) && !bma->cur) { | 
|  | 4366 | bma->cur = xfs_bmbt_init_cursor(mp, bma->tp, bma->ip, whichfork); | 
|  | 4367 | bma->cur->bc_private.b.firstblock = *bma->firstblock; | 
|  | 4368 | bma->cur->bc_private.b.flist = bma->flist; | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4369 | } | 
|  | 4370 | /* | 
|  | 4371 | * Bump the number of extents we've allocated | 
|  | 4372 | * in this call. | 
|  | 4373 | */ | 
| Dave Chinner | e0c3da5 | 2011-09-18 20:41:01 +0000 | [diff] [blame] | 4374 | bma->nallocs++; | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4375 |  | 
| Dave Chinner | 29c8d17 | 2011-09-18 20:41:00 +0000 | [diff] [blame] | 4376 | if (bma->cur) | 
|  | 4377 | bma->cur->bc_private.b.flags = | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4378 | bma->wasdel ? XFS_BTCUR_BPRV_WASDEL : 0; | 
|  | 4379 |  | 
| Dave Chinner | 963c30c | 2011-09-18 20:40:59 +0000 | [diff] [blame] | 4380 | bma->got.br_startoff = bma->offset; | 
|  | 4381 | bma->got.br_startblock = bma->blkno; | 
|  | 4382 | bma->got.br_blockcount = bma->length; | 
| Dave Chinner | baf41a5 | 2011-09-18 20:40:56 +0000 | [diff] [blame] | 4383 | bma->got.br_state = XFS_EXT_NORM; | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4384 |  | 
|  | 4385 | /* | 
|  | 4386 | * A wasdelay extent has been initialized, so shouldn't be flagged | 
|  | 4387 | * as unwritten. | 
|  | 4388 | */ | 
| Dave Chinner | e04426b | 2012-10-05 11:06:59 +1000 | [diff] [blame] | 4389 | if (!bma->wasdel && (bma->flags & XFS_BMAPI_PREALLOC) && | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4390 | xfs_sb_version_hasextflgbit(&mp->m_sb)) | 
| Dave Chinner | baf41a5 | 2011-09-18 20:40:56 +0000 | [diff] [blame] | 4391 | bma->got.br_state = XFS_EXT_UNWRITTEN; | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4392 |  | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 4393 | if (bma->wasdel) | 
| Christoph Hellwig | 572a4cf | 2011-09-18 20:41:04 +0000 | [diff] [blame] | 4394 | error = xfs_bmap_add_extent_delay_real(bma); | 
| Christoph Hellwig | c653424 | 2011-09-18 20:41:05 +0000 | [diff] [blame] | 4395 | else | 
|  | 4396 | error = xfs_bmap_add_extent_hole_real(bma, whichfork); | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 4397 |  | 
| Christoph Hellwig | c315c90 | 2011-09-18 20:41:02 +0000 | [diff] [blame] | 4398 | bma->logflags |= tmp_logflags; | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4399 | if (error) | 
|  | 4400 | return error; | 
|  | 4401 |  | 
|  | 4402 | /* | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 4403 | * Update our extent pointer, given that xfs_bmap_add_extent_delay_real | 
|  | 4404 | * or xfs_bmap_add_extent_hole_real might have merged it into one of | 
|  | 4405 | * the neighbouring ones. | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4406 | */ | 
| Dave Chinner | e0c3da5 | 2011-09-18 20:41:01 +0000 | [diff] [blame] | 4407 | xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx), &bma->got); | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4408 |  | 
| Dave Chinner | 963c30c | 2011-09-18 20:40:59 +0000 | [diff] [blame] | 4409 | ASSERT(bma->got.br_startoff <= bma->offset); | 
|  | 4410 | ASSERT(bma->got.br_startoff + bma->got.br_blockcount >= | 
|  | 4411 | bma->offset + bma->length); | 
| Dave Chinner | baf41a5 | 2011-09-18 20:40:56 +0000 | [diff] [blame] | 4412 | ASSERT(bma->got.br_state == XFS_EXT_NORM || | 
|  | 4413 | bma->got.br_state == XFS_EXT_UNWRITTEN); | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4414 | return 0; | 
|  | 4415 | } | 
|  | 4416 |  | 
| Dave Chinner | b447fe5 | 2011-09-18 20:40:51 +0000 | [diff] [blame] | 4417 | STATIC int | 
|  | 4418 | xfs_bmapi_convert_unwritten( | 
|  | 4419 | struct xfs_bmalloca	*bma, | 
|  | 4420 | struct xfs_bmbt_irec	*mval, | 
|  | 4421 | xfs_filblks_t		len, | 
| Christoph Hellwig | c315c90 | 2011-09-18 20:41:02 +0000 | [diff] [blame] | 4422 | int			flags) | 
| Dave Chinner | b447fe5 | 2011-09-18 20:40:51 +0000 | [diff] [blame] | 4423 | { | 
|  | 4424 | int			whichfork = (flags & XFS_BMAPI_ATTRFORK) ? | 
|  | 4425 | XFS_ATTR_FORK : XFS_DATA_FORK; | 
|  | 4426 | struct xfs_ifork	*ifp = XFS_IFORK_PTR(bma->ip, whichfork); | 
| Christoph Hellwig | c315c90 | 2011-09-18 20:41:02 +0000 | [diff] [blame] | 4427 | int			tmp_logflags = 0; | 
| Dave Chinner | b447fe5 | 2011-09-18 20:40:51 +0000 | [diff] [blame] | 4428 | int			error; | 
|  | 4429 |  | 
| Dave Chinner | b447fe5 | 2011-09-18 20:40:51 +0000 | [diff] [blame] | 4430 | /* check if we need to do unwritten->real conversion */ | 
|  | 4431 | if (mval->br_state == XFS_EXT_UNWRITTEN && | 
|  | 4432 | (flags & XFS_BMAPI_PREALLOC)) | 
|  | 4433 | return 0; | 
|  | 4434 |  | 
|  | 4435 | /* check if we need to do real->unwritten conversion */ | 
|  | 4436 | if (mval->br_state == XFS_EXT_NORM && | 
|  | 4437 | (flags & (XFS_BMAPI_PREALLOC | XFS_BMAPI_CONVERT)) != | 
|  | 4438 | (XFS_BMAPI_PREALLOC | XFS_BMAPI_CONVERT)) | 
|  | 4439 | return 0; | 
|  | 4440 |  | 
|  | 4441 | /* | 
|  | 4442 | * Modify (by adding) the state flag, if writing. | 
|  | 4443 | */ | 
|  | 4444 | ASSERT(mval->br_blockcount <= len); | 
| Dave Chinner | 29c8d17 | 2011-09-18 20:41:00 +0000 | [diff] [blame] | 4445 | if ((ifp->if_flags & XFS_IFBROOT) && !bma->cur) { | 
|  | 4446 | bma->cur = xfs_bmbt_init_cursor(bma->ip->i_mount, bma->tp, | 
| Dave Chinner | b447fe5 | 2011-09-18 20:40:51 +0000 | [diff] [blame] | 4447 | bma->ip, whichfork); | 
| Dave Chinner | 29c8d17 | 2011-09-18 20:41:00 +0000 | [diff] [blame] | 4448 | bma->cur->bc_private.b.firstblock = *bma->firstblock; | 
|  | 4449 | bma->cur->bc_private.b.flist = bma->flist; | 
| Dave Chinner | b447fe5 | 2011-09-18 20:40:51 +0000 | [diff] [blame] | 4450 | } | 
|  | 4451 | mval->br_state = (mval->br_state == XFS_EXT_UNWRITTEN) | 
|  | 4452 | ? XFS_EXT_NORM : XFS_EXT_UNWRITTEN; | 
|  | 4453 |  | 
| Dave Chinner | e0c3da5 | 2011-09-18 20:41:01 +0000 | [diff] [blame] | 4454 | error = xfs_bmap_add_extent_unwritten_real(bma->tp, bma->ip, &bma->idx, | 
| Christoph Hellwig | c315c90 | 2011-09-18 20:41:02 +0000 | [diff] [blame] | 4455 | &bma->cur, mval, bma->firstblock, bma->flist, | 
|  | 4456 | &tmp_logflags); | 
|  | 4457 | bma->logflags |= tmp_logflags; | 
| Dave Chinner | b447fe5 | 2011-09-18 20:40:51 +0000 | [diff] [blame] | 4458 | if (error) | 
|  | 4459 | return error; | 
|  | 4460 |  | 
|  | 4461 | /* | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 4462 | * Update our extent pointer, given that | 
|  | 4463 | * xfs_bmap_add_extent_unwritten_real might have merged it into one | 
|  | 4464 | * of the neighbouring ones. | 
| Dave Chinner | b447fe5 | 2011-09-18 20:40:51 +0000 | [diff] [blame] | 4465 | */ | 
| Dave Chinner | e0c3da5 | 2011-09-18 20:41:01 +0000 | [diff] [blame] | 4466 | xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma->idx), &bma->got); | 
| Dave Chinner | b447fe5 | 2011-09-18 20:40:51 +0000 | [diff] [blame] | 4467 |  | 
|  | 4468 | /* | 
|  | 4469 | * We may have combined previously unwritten space with written space, | 
|  | 4470 | * so generate another request. | 
|  | 4471 | */ | 
|  | 4472 | if (mval->br_blockcount < len) | 
|  | 4473 | return EAGAIN; | 
|  | 4474 | return 0; | 
|  | 4475 | } | 
|  | 4476 |  | 
| Christoph Hellwig | 4403280 | 2011-09-18 20:40:48 +0000 | [diff] [blame] | 4477 | /* | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4478 | * Map file blocks to filesystem blocks, and allocate blocks or convert the | 
|  | 4479 | * extent state if necessary.  Details behaviour is controlled by the flags | 
|  | 4480 | * parameter.  Only allocates blocks from a single allocation group, to avoid | 
|  | 4481 | * locking problems. | 
|  | 4482 | * | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4483 | * The returned value in "firstblock" from the first call in a transaction | 
|  | 4484 | * must be remembered and presented to subsequent calls in "firstblock". | 
|  | 4485 | * An upper bound for the number of blocks to be allocated is supplied to | 
|  | 4486 | * the first call in "total"; if no allocation group has that many free | 
|  | 4487 | * blocks then the call will fail (return NULLFSBLOCK in "firstblock"). | 
|  | 4488 | */ | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4489 | int | 
|  | 4490 | xfs_bmapi_write( | 
|  | 4491 | struct xfs_trans	*tp,		/* transaction pointer */ | 
|  | 4492 | struct xfs_inode	*ip,		/* incore inode */ | 
|  | 4493 | xfs_fileoff_t		bno,		/* starting file offs. mapped */ | 
|  | 4494 | xfs_filblks_t		len,		/* length to map in file */ | 
|  | 4495 | int			flags,		/* XFS_BMAPI_... */ | 
|  | 4496 | xfs_fsblock_t		*firstblock,	/* first allocated block | 
|  | 4497 | controls a.g. for allocs */ | 
|  | 4498 | xfs_extlen_t		total,		/* total blocks needed */ | 
|  | 4499 | struct xfs_bmbt_irec	*mval,		/* output: map values */ | 
|  | 4500 | int			*nmap,		/* i/o: mval size/count */ | 
|  | 4501 | struct xfs_bmap_free	*flist)		/* i/o: list extents to free */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4502 | { | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4503 | struct xfs_mount	*mp = ip->i_mount; | 
|  | 4504 | struct xfs_ifork	*ifp; | 
| Dave Chinner | a30b036 | 2013-09-02 20:49:36 +1000 | [diff] [blame] | 4505 | struct xfs_bmalloca	bma = { NULL };	/* args for xfs_bmap_alloc */ | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4506 | xfs_fileoff_t		end;		/* end of mapped file region */ | 
|  | 4507 | int			eof;		/* after the end of extents */ | 
|  | 4508 | int			error;		/* error return */ | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4509 | int			n;		/* current extent index */ | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4510 | xfs_fileoff_t		obno;		/* old block number (offset) */ | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4511 | int			whichfork;	/* data or attr fork */ | 
|  | 4512 | char			inhole;		/* current location is hole in file */ | 
|  | 4513 | char			wasdelay;	/* old extent was delayed */ | 
|  | 4514 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4515 | #ifdef DEBUG | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4516 | xfs_fileoff_t		orig_bno;	/* original block number value */ | 
|  | 4517 | int			orig_flags;	/* original flags arg value */ | 
|  | 4518 | xfs_filblks_t		orig_len;	/* original value of len arg */ | 
|  | 4519 | struct xfs_bmbt_irec	*orig_mval;	/* original value of mval */ | 
|  | 4520 | int			orig_nmap;	/* original value of *nmap */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4521 |  | 
|  | 4522 | orig_bno = bno; | 
|  | 4523 | orig_len = len; | 
|  | 4524 | orig_flags = flags; | 
|  | 4525 | orig_mval = mval; | 
|  | 4526 | orig_nmap = *nmap; | 
|  | 4527 | #endif | 
| Dave Chinner | f3508bc | 2013-07-10 07:04:00 +1000 | [diff] [blame] | 4528 | whichfork = (flags & XFS_BMAPI_ATTRFORK) ? | 
|  | 4529 | XFS_ATTR_FORK : XFS_DATA_FORK; | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4530 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4531 | ASSERT(*nmap >= 1); | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4532 | ASSERT(*nmap <= XFS_BMAP_MAX_NMAP); | 
|  | 4533 | ASSERT(!(flags & XFS_BMAPI_IGSTATE)); | 
|  | 4534 | ASSERT(tp != NULL); | 
| Dave Chinner | a99ebf4 | 2011-12-01 11:24:20 +0000 | [diff] [blame] | 4535 | ASSERT(len > 0); | 
| Dave Chinner | f3508bc | 2013-07-10 07:04:00 +1000 | [diff] [blame] | 4536 | ASSERT(XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_LOCAL); | 
| Christoph Hellwig | eef334e | 2013-12-06 12:30:17 -0800 | [diff] [blame] | 4537 | ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL)); | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4538 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4539 | if (unlikely(XFS_TEST_ERROR( | 
|  | 4540 | (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS && | 
| Dave Chinner | f3508bc | 2013-07-10 07:04:00 +1000 | [diff] [blame] | 4541 | XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE), | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4542 | mp, XFS_ERRTAG_BMAPIFORMAT, XFS_RANDOM_BMAPIFORMAT))) { | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4543 | XFS_ERROR_REPORT("xfs_bmapi_write", XFS_ERRLEVEL_LOW, mp); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4544 | return XFS_ERROR(EFSCORRUPTED); | 
|  | 4545 | } | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4546 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4547 | if (XFS_FORCED_SHUTDOWN(mp)) | 
|  | 4548 | return XFS_ERROR(EIO); | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4549 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4550 | ifp = XFS_IFORK_PTR(ip, whichfork); | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4551 |  | 
|  | 4552 | XFS_STATS_INC(xs_blk_mapw); | 
|  | 4553 |  | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4554 | if (*firstblock == NULLFSBLOCK) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4555 | if (XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_BTREE) | 
| Dave Chinner | 0937e0f | 2011-09-18 20:40:57 +0000 | [diff] [blame] | 4556 | bma.minleft = be16_to_cpu(ifp->if_broot->bb_level) + 1; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4557 | else | 
| Dave Chinner | 0937e0f | 2011-09-18 20:40:57 +0000 | [diff] [blame] | 4558 | bma.minleft = 1; | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4559 | } else { | 
| Dave Chinner | 0937e0f | 2011-09-18 20:40:57 +0000 | [diff] [blame] | 4560 | bma.minleft = 0; | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4561 | } | 
|  | 4562 |  | 
|  | 4563 | if (!(ifp->if_flags & XFS_IFEXTENTS)) { | 
|  | 4564 | error = xfs_iread_extents(tp, ip, whichfork); | 
|  | 4565 | if (error) | 
|  | 4566 | goto error0; | 
|  | 4567 | } | 
|  | 4568 |  | 
| Dave Chinner | e0c3da5 | 2011-09-18 20:41:01 +0000 | [diff] [blame] | 4569 | xfs_bmap_search_extents(ip, bno, whichfork, &eof, &bma.idx, &bma.got, | 
| Dave Chinner | baf41a5 | 2011-09-18 20:40:56 +0000 | [diff] [blame] | 4570 | &bma.prev); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4571 | n = 0; | 
|  | 4572 | end = bno + len; | 
|  | 4573 | obno = bno; | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4574 |  | 
|  | 4575 | bma.tp = tp; | 
|  | 4576 | bma.ip = ip; | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4577 | bma.total = total; | 
|  | 4578 | bma.userdata = 0; | 
| Dave Chinner | 0937e0f | 2011-09-18 20:40:57 +0000 | [diff] [blame] | 4579 | bma.flist = flist; | 
|  | 4580 | bma.firstblock = firstblock; | 
| Christoph Hellwig | b4e9181 | 2010-06-23 18:11:15 +1000 | [diff] [blame] | 4581 |  | 
| Brian Foster | 9e96fe6 | 2013-01-17 13:11:29 -0500 | [diff] [blame] | 4582 | if (flags & XFS_BMAPI_STACK_SWITCH) | 
|  | 4583 | bma.stack_switch = 1; | 
|  | 4584 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4585 | while (bno < end && n < *nmap) { | 
| Dave Chinner | baf41a5 | 2011-09-18 20:40:56 +0000 | [diff] [blame] | 4586 | inhole = eof || bma.got.br_startoff > bno; | 
|  | 4587 | wasdelay = !inhole && isnullstartblock(bma.got.br_startblock); | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4588 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4589 | /* | 
|  | 4590 | * First, deal with the hole before the allocated space | 
|  | 4591 | * that we found, if any. | 
|  | 4592 | */ | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4593 | if (inhole || wasdelay) { | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4594 | bma.eof = eof; | 
|  | 4595 | bma.conv = !!(flags & XFS_BMAPI_CONVERT); | 
|  | 4596 | bma.wasdel = wasdelay; | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 4597 | bma.offset = bno; | 
| Dave Chinner | e04426b | 2012-10-05 11:06:59 +1000 | [diff] [blame] | 4598 | bma.flags = flags; | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4599 |  | 
| Dave Chinner | a99ebf4 | 2011-12-01 11:24:20 +0000 | [diff] [blame] | 4600 | /* | 
|  | 4601 | * There's a 32/64 bit type mismatch between the | 
|  | 4602 | * allocation length request (which can be 64 bits in | 
|  | 4603 | * length) and the bma length request, which is | 
|  | 4604 | * xfs_extlen_t and therefore 32 bits. Hence we have to | 
|  | 4605 | * check for 32-bit overflows and handle them here. | 
|  | 4606 | */ | 
|  | 4607 | if (len > (xfs_filblks_t)MAXEXTLEN) | 
|  | 4608 | bma.length = MAXEXTLEN; | 
|  | 4609 | else | 
|  | 4610 | bma.length = len; | 
|  | 4611 |  | 
|  | 4612 | ASSERT(len > 0); | 
|  | 4613 | ASSERT(bma.length > 0); | 
| Dave Chinner | e04426b | 2012-10-05 11:06:59 +1000 | [diff] [blame] | 4614 | error = xfs_bmapi_allocate(&bma); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4615 | if (error) | 
|  | 4616 | goto error0; | 
| Dave Chinner | 3a75667 | 2011-09-18 20:40:58 +0000 | [diff] [blame] | 4617 | if (bma.blkno == NULLFSBLOCK) | 
| Dave Chinner | 7e47a4e | 2011-09-18 20:40:50 +0000 | [diff] [blame] | 4618 | break; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4619 | } | 
| Christoph Hellwig | 4403280 | 2011-09-18 20:40:48 +0000 | [diff] [blame] | 4620 |  | 
| Dave Chinner | aef9a89 | 2011-09-18 20:40:44 +0000 | [diff] [blame] | 4621 | /* Deal with the allocated space we found.  */ | 
| Dave Chinner | baf41a5 | 2011-09-18 20:40:56 +0000 | [diff] [blame] | 4622 | xfs_bmapi_trim_map(mval, &bma.got, &bno, len, obno, | 
|  | 4623 | end, n, flags); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4624 |  | 
| Dave Chinner | b447fe5 | 2011-09-18 20:40:51 +0000 | [diff] [blame] | 4625 | /* Execute unwritten extent conversion if necessary */ | 
| Christoph Hellwig | c315c90 | 2011-09-18 20:41:02 +0000 | [diff] [blame] | 4626 | error = xfs_bmapi_convert_unwritten(&bma, mval, len, flags); | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4627 | if (error == EAGAIN) | 
|  | 4628 | continue; | 
|  | 4629 | if (error) | 
|  | 4630 | goto error0; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4631 |  | 
| Dave Chinner | aef9a89 | 2011-09-18 20:40:44 +0000 | [diff] [blame] | 4632 | /* update the extent map to return */ | 
|  | 4633 | xfs_bmapi_update_map(&mval, &bno, &len, obno, end, &n, flags); | 
|  | 4634 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4635 | /* | 
|  | 4636 | * If we're done, stop now.  Stop when we've allocated | 
|  | 4637 | * XFS_BMAP_MAX_NMAP extents no matter what.  Otherwise | 
|  | 4638 | * the transaction may get too big. | 
|  | 4639 | */ | 
| Dave Chinner | e0c3da5 | 2011-09-18 20:41:01 +0000 | [diff] [blame] | 4640 | if (bno >= end || n >= *nmap || bma.nallocs >= *nmap) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4641 | break; | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4642 |  | 
|  | 4643 | /* Else go on to the next record. */ | 
| Dave Chinner | baf41a5 | 2011-09-18 20:40:56 +0000 | [diff] [blame] | 4644 | bma.prev = bma.got; | 
| Dave Chinner | e0c3da5 | 2011-09-18 20:41:01 +0000 | [diff] [blame] | 4645 | if (++bma.idx < ifp->if_bytes / sizeof(xfs_bmbt_rec_t)) { | 
|  | 4646 | xfs_bmbt_get_all(xfs_iext_get_ext(ifp, bma.idx), | 
|  | 4647 | &bma.got); | 
|  | 4648 | } else | 
| Christoph Hellwig | 5690f92 | 2011-05-11 15:04:07 +0000 | [diff] [blame] | 4649 | eof = 1; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4650 | } | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4651 | *nmap = n; | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4652 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4653 | /* | 
|  | 4654 | * Transform from btree to extents, give it cur. | 
|  | 4655 | */ | 
| Christoph Hellwig | 8096b1e | 2011-12-18 20:00:07 +0000 | [diff] [blame] | 4656 | if (xfs_bmap_wants_extents(ip, whichfork)) { | 
| Christoph Hellwig | c315c90 | 2011-09-18 20:41:02 +0000 | [diff] [blame] | 4657 | int		tmp_logflags = 0; | 
|  | 4658 |  | 
| Dave Chinner | 29c8d17 | 2011-09-18 20:41:00 +0000 | [diff] [blame] | 4659 | ASSERT(bma.cur); | 
|  | 4660 | error = xfs_bmap_btree_to_extents(tp, ip, bma.cur, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4661 | &tmp_logflags, whichfork); | 
| Christoph Hellwig | c315c90 | 2011-09-18 20:41:02 +0000 | [diff] [blame] | 4662 | bma.logflags |= tmp_logflags; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4663 | if (error) | 
|  | 4664 | goto error0; | 
|  | 4665 | } | 
| Christoph Hellwig | 8096b1e | 2011-12-18 20:00:07 +0000 | [diff] [blame] | 4666 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4667 | ASSERT(XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE || | 
| Christoph Hellwig | 8096b1e | 2011-12-18 20:00:07 +0000 | [diff] [blame] | 4668 | XFS_IFORK_NEXTENTS(ip, whichfork) > | 
|  | 4669 | XFS_IFORK_MAXEXT(ip, whichfork)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4670 | error = 0; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4671 | error0: | 
|  | 4672 | /* | 
|  | 4673 | * Log everything.  Do this after conversion, there's no point in | 
| Mandy Kirkconnell | 4eea22f | 2006-03-14 13:29:52 +1100 | [diff] [blame] | 4674 | * logging the extent records if we've converted to btree format. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4675 | */ | 
| Christoph Hellwig | c315c90 | 2011-09-18 20:41:02 +0000 | [diff] [blame] | 4676 | if ((bma.logflags & xfs_ilog_fext(whichfork)) && | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4677 | XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS) | 
| Christoph Hellwig | c315c90 | 2011-09-18 20:41:02 +0000 | [diff] [blame] | 4678 | bma.logflags &= ~xfs_ilog_fext(whichfork); | 
|  | 4679 | else if ((bma.logflags & xfs_ilog_fbroot(whichfork)) && | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4680 | XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE) | 
| Christoph Hellwig | c315c90 | 2011-09-18 20:41:02 +0000 | [diff] [blame] | 4681 | bma.logflags &= ~xfs_ilog_fbroot(whichfork); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4682 | /* | 
|  | 4683 | * Log whatever the flags say, even if error.  Otherwise we might miss | 
|  | 4684 | * detecting a case where the data is changed, there's an error, | 
|  | 4685 | * and it's not logged so we don't shutdown when we should. | 
|  | 4686 | */ | 
| Christoph Hellwig | c315c90 | 2011-09-18 20:41:02 +0000 | [diff] [blame] | 4687 | if (bma.logflags) | 
|  | 4688 | xfs_trans_log_inode(tp, ip, bma.logflags); | 
| Dave Chinner | c0dc782 | 2011-09-18 20:40:52 +0000 | [diff] [blame] | 4689 |  | 
| Dave Chinner | 29c8d17 | 2011-09-18 20:41:00 +0000 | [diff] [blame] | 4690 | if (bma.cur) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4691 | if (!error) { | 
|  | 4692 | ASSERT(*firstblock == NULLFSBLOCK || | 
|  | 4693 | XFS_FSB_TO_AGNO(mp, *firstblock) == | 
|  | 4694 | XFS_FSB_TO_AGNO(mp, | 
| Dave Chinner | 29c8d17 | 2011-09-18 20:41:00 +0000 | [diff] [blame] | 4695 | bma.cur->bc_private.b.firstblock) || | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4696 | (flist->xbf_low && | 
|  | 4697 | XFS_FSB_TO_AGNO(mp, *firstblock) < | 
|  | 4698 | XFS_FSB_TO_AGNO(mp, | 
| Dave Chinner | 29c8d17 | 2011-09-18 20:41:00 +0000 | [diff] [blame] | 4699 | bma.cur->bc_private.b.firstblock))); | 
|  | 4700 | *firstblock = bma.cur->bc_private.b.firstblock; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4701 | } | 
| Dave Chinner | 29c8d17 | 2011-09-18 20:41:00 +0000 | [diff] [blame] | 4702 | xfs_btree_del_cursor(bma.cur, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4703 | error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR); | 
|  | 4704 | } | 
|  | 4705 | if (!error) | 
|  | 4706 | xfs_bmap_validate_ret(orig_bno, orig_len, orig_flags, orig_mval, | 
|  | 4707 | orig_nmap, *nmap); | 
|  | 4708 | return error; | 
|  | 4709 | } | 
|  | 4710 |  | 
|  | 4711 | /* | 
| Dave Chinner | 9e5987a | 2013-02-25 12:31:26 +1100 | [diff] [blame] | 4712 | * Called by xfs_bmapi to update file extent records and the btree | 
|  | 4713 | * after removing space (or undoing a delayed allocation). | 
|  | 4714 | */ | 
|  | 4715 | STATIC int				/* error */ | 
|  | 4716 | xfs_bmap_del_extent( | 
|  | 4717 | xfs_inode_t		*ip,	/* incore inode pointer */ | 
|  | 4718 | xfs_trans_t		*tp,	/* current transaction pointer */ | 
|  | 4719 | xfs_extnum_t		*idx,	/* extent number to update/delete */ | 
|  | 4720 | xfs_bmap_free_t		*flist,	/* list of extents to be freed */ | 
|  | 4721 | xfs_btree_cur_t		*cur,	/* if null, not a btree */ | 
|  | 4722 | xfs_bmbt_irec_t		*del,	/* data to remove from extents */ | 
|  | 4723 | int			*logflagsp, /* inode logging flags */ | 
|  | 4724 | int			whichfork) /* data or attr fork */ | 
|  | 4725 | { | 
|  | 4726 | xfs_filblks_t		da_new;	/* new delay-alloc indirect blocks */ | 
|  | 4727 | xfs_filblks_t		da_old;	/* old delay-alloc indirect blocks */ | 
|  | 4728 | xfs_fsblock_t		del_endblock=0;	/* first block past del */ | 
|  | 4729 | xfs_fileoff_t		del_endoff;	/* first offset past del */ | 
|  | 4730 | int			delay;	/* current block is delayed allocated */ | 
|  | 4731 | int			do_fx;	/* free extent at end of routine */ | 
|  | 4732 | xfs_bmbt_rec_host_t	*ep;	/* current extent entry pointer */ | 
|  | 4733 | int			error;	/* error return value */ | 
|  | 4734 | int			flags;	/* inode logging flags */ | 
|  | 4735 | xfs_bmbt_irec_t		got;	/* current extent entry */ | 
|  | 4736 | xfs_fileoff_t		got_endoff;	/* first offset past got */ | 
|  | 4737 | int			i;	/* temp state */ | 
|  | 4738 | xfs_ifork_t		*ifp;	/* inode fork pointer */ | 
|  | 4739 | xfs_mount_t		*mp;	/* mount structure */ | 
|  | 4740 | xfs_filblks_t		nblks;	/* quota/sb block count */ | 
|  | 4741 | xfs_bmbt_irec_t		new;	/* new record to be inserted */ | 
|  | 4742 | /* REFERENCED */ | 
|  | 4743 | uint			qfield;	/* quota field to update */ | 
|  | 4744 | xfs_filblks_t		temp;	/* for indirect length calculations */ | 
|  | 4745 | xfs_filblks_t		temp2;	/* for indirect length calculations */ | 
|  | 4746 | int			state = 0; | 
|  | 4747 |  | 
|  | 4748 | XFS_STATS_INC(xs_del_exlist); | 
|  | 4749 |  | 
|  | 4750 | if (whichfork == XFS_ATTR_FORK) | 
|  | 4751 | state |= BMAP_ATTRFORK; | 
|  | 4752 |  | 
|  | 4753 | mp = ip->i_mount; | 
|  | 4754 | ifp = XFS_IFORK_PTR(ip, whichfork); | 
|  | 4755 | ASSERT((*idx >= 0) && (*idx < ifp->if_bytes / | 
|  | 4756 | (uint)sizeof(xfs_bmbt_rec_t))); | 
|  | 4757 | ASSERT(del->br_blockcount > 0); | 
|  | 4758 | ep = xfs_iext_get_ext(ifp, *idx); | 
|  | 4759 | xfs_bmbt_get_all(ep, &got); | 
|  | 4760 | ASSERT(got.br_startoff <= del->br_startoff); | 
|  | 4761 | del_endoff = del->br_startoff + del->br_blockcount; | 
|  | 4762 | got_endoff = got.br_startoff + got.br_blockcount; | 
|  | 4763 | ASSERT(got_endoff >= del_endoff); | 
|  | 4764 | delay = isnullstartblock(got.br_startblock); | 
|  | 4765 | ASSERT(isnullstartblock(del->br_startblock) == delay); | 
|  | 4766 | flags = 0; | 
|  | 4767 | qfield = 0; | 
|  | 4768 | error = 0; | 
|  | 4769 | /* | 
|  | 4770 | * If deleting a real allocation, must free up the disk space. | 
|  | 4771 | */ | 
|  | 4772 | if (!delay) { | 
|  | 4773 | flags = XFS_ILOG_CORE; | 
|  | 4774 | /* | 
|  | 4775 | * Realtime allocation.  Free it and record di_nblocks update. | 
|  | 4776 | */ | 
|  | 4777 | if (whichfork == XFS_DATA_FORK && XFS_IS_REALTIME_INODE(ip)) { | 
|  | 4778 | xfs_fsblock_t	bno; | 
|  | 4779 | xfs_filblks_t	len; | 
|  | 4780 |  | 
|  | 4781 | ASSERT(do_mod(del->br_blockcount, | 
|  | 4782 | mp->m_sb.sb_rextsize) == 0); | 
|  | 4783 | ASSERT(do_mod(del->br_startblock, | 
|  | 4784 | mp->m_sb.sb_rextsize) == 0); | 
|  | 4785 | bno = del->br_startblock; | 
|  | 4786 | len = del->br_blockcount; | 
|  | 4787 | do_div(bno, mp->m_sb.sb_rextsize); | 
|  | 4788 | do_div(len, mp->m_sb.sb_rextsize); | 
|  | 4789 | error = xfs_rtfree_extent(tp, bno, (xfs_extlen_t)len); | 
|  | 4790 | if (error) | 
|  | 4791 | goto done; | 
|  | 4792 | do_fx = 0; | 
|  | 4793 | nblks = len * mp->m_sb.sb_rextsize; | 
|  | 4794 | qfield = XFS_TRANS_DQ_RTBCOUNT; | 
|  | 4795 | } | 
|  | 4796 | /* | 
|  | 4797 | * Ordinary allocation. | 
|  | 4798 | */ | 
|  | 4799 | else { | 
|  | 4800 | do_fx = 1; | 
|  | 4801 | nblks = del->br_blockcount; | 
|  | 4802 | qfield = XFS_TRANS_DQ_BCOUNT; | 
|  | 4803 | } | 
|  | 4804 | /* | 
|  | 4805 | * Set up del_endblock and cur for later. | 
|  | 4806 | */ | 
|  | 4807 | del_endblock = del->br_startblock + del->br_blockcount; | 
|  | 4808 | if (cur) { | 
|  | 4809 | if ((error = xfs_bmbt_lookup_eq(cur, got.br_startoff, | 
|  | 4810 | got.br_startblock, got.br_blockcount, | 
|  | 4811 | &i))) | 
|  | 4812 | goto done; | 
|  | 4813 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
|  | 4814 | } | 
|  | 4815 | da_old = da_new = 0; | 
|  | 4816 | } else { | 
|  | 4817 | da_old = startblockval(got.br_startblock); | 
|  | 4818 | da_new = 0; | 
|  | 4819 | nblks = 0; | 
|  | 4820 | do_fx = 0; | 
|  | 4821 | } | 
|  | 4822 | /* | 
|  | 4823 | * Set flag value to use in switch statement. | 
|  | 4824 | * Left-contig is 2, right-contig is 1. | 
|  | 4825 | */ | 
|  | 4826 | switch (((got.br_startoff == del->br_startoff) << 1) | | 
|  | 4827 | (got_endoff == del_endoff)) { | 
|  | 4828 | case 3: | 
|  | 4829 | /* | 
|  | 4830 | * Matches the whole extent.  Delete the entry. | 
|  | 4831 | */ | 
|  | 4832 | xfs_iext_remove(ip, *idx, 1, | 
|  | 4833 | whichfork == XFS_ATTR_FORK ? BMAP_ATTRFORK : 0); | 
|  | 4834 | --*idx; | 
|  | 4835 | if (delay) | 
|  | 4836 | break; | 
|  | 4837 |  | 
|  | 4838 | XFS_IFORK_NEXT_SET(ip, whichfork, | 
|  | 4839 | XFS_IFORK_NEXTENTS(ip, whichfork) - 1); | 
|  | 4840 | flags |= XFS_ILOG_CORE; | 
|  | 4841 | if (!cur) { | 
|  | 4842 | flags |= xfs_ilog_fext(whichfork); | 
|  | 4843 | break; | 
|  | 4844 | } | 
|  | 4845 | if ((error = xfs_btree_delete(cur, &i))) | 
|  | 4846 | goto done; | 
|  | 4847 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
|  | 4848 | break; | 
|  | 4849 |  | 
|  | 4850 | case 2: | 
|  | 4851 | /* | 
|  | 4852 | * Deleting the first part of the extent. | 
|  | 4853 | */ | 
|  | 4854 | trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); | 
|  | 4855 | xfs_bmbt_set_startoff(ep, del_endoff); | 
|  | 4856 | temp = got.br_blockcount - del->br_blockcount; | 
|  | 4857 | xfs_bmbt_set_blockcount(ep, temp); | 
|  | 4858 | if (delay) { | 
|  | 4859 | temp = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip, temp), | 
|  | 4860 | da_old); | 
|  | 4861 | xfs_bmbt_set_startblock(ep, nullstartblock((int)temp)); | 
|  | 4862 | trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); | 
|  | 4863 | da_new = temp; | 
|  | 4864 | break; | 
|  | 4865 | } | 
|  | 4866 | xfs_bmbt_set_startblock(ep, del_endblock); | 
|  | 4867 | trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); | 
|  | 4868 | if (!cur) { | 
|  | 4869 | flags |= xfs_ilog_fext(whichfork); | 
|  | 4870 | break; | 
|  | 4871 | } | 
|  | 4872 | if ((error = xfs_bmbt_update(cur, del_endoff, del_endblock, | 
|  | 4873 | got.br_blockcount - del->br_blockcount, | 
|  | 4874 | got.br_state))) | 
|  | 4875 | goto done; | 
|  | 4876 | break; | 
|  | 4877 |  | 
|  | 4878 | case 1: | 
|  | 4879 | /* | 
|  | 4880 | * Deleting the last part of the extent. | 
|  | 4881 | */ | 
|  | 4882 | temp = got.br_blockcount - del->br_blockcount; | 
|  | 4883 | trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); | 
|  | 4884 | xfs_bmbt_set_blockcount(ep, temp); | 
|  | 4885 | if (delay) { | 
|  | 4886 | temp = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip, temp), | 
|  | 4887 | da_old); | 
|  | 4888 | xfs_bmbt_set_startblock(ep, nullstartblock((int)temp)); | 
|  | 4889 | trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); | 
|  | 4890 | da_new = temp; | 
|  | 4891 | break; | 
|  | 4892 | } | 
|  | 4893 | trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); | 
|  | 4894 | if (!cur) { | 
|  | 4895 | flags |= xfs_ilog_fext(whichfork); | 
|  | 4896 | break; | 
|  | 4897 | } | 
|  | 4898 | if ((error = xfs_bmbt_update(cur, got.br_startoff, | 
|  | 4899 | got.br_startblock, | 
|  | 4900 | got.br_blockcount - del->br_blockcount, | 
|  | 4901 | got.br_state))) | 
|  | 4902 | goto done; | 
|  | 4903 | break; | 
|  | 4904 |  | 
|  | 4905 | case 0: | 
|  | 4906 | /* | 
|  | 4907 | * Deleting the middle of the extent. | 
|  | 4908 | */ | 
|  | 4909 | temp = del->br_startoff - got.br_startoff; | 
|  | 4910 | trace_xfs_bmap_pre_update(ip, *idx, state, _THIS_IP_); | 
|  | 4911 | xfs_bmbt_set_blockcount(ep, temp); | 
|  | 4912 | new.br_startoff = del_endoff; | 
|  | 4913 | temp2 = got_endoff - del_endoff; | 
|  | 4914 | new.br_blockcount = temp2; | 
|  | 4915 | new.br_state = got.br_state; | 
|  | 4916 | if (!delay) { | 
|  | 4917 | new.br_startblock = del_endblock; | 
|  | 4918 | flags |= XFS_ILOG_CORE; | 
|  | 4919 | if (cur) { | 
|  | 4920 | if ((error = xfs_bmbt_update(cur, | 
|  | 4921 | got.br_startoff, | 
|  | 4922 | got.br_startblock, temp, | 
|  | 4923 | got.br_state))) | 
|  | 4924 | goto done; | 
|  | 4925 | if ((error = xfs_btree_increment(cur, 0, &i))) | 
|  | 4926 | goto done; | 
|  | 4927 | cur->bc_rec.b = new; | 
|  | 4928 | error = xfs_btree_insert(cur, &i); | 
|  | 4929 | if (error && error != ENOSPC) | 
|  | 4930 | goto done; | 
|  | 4931 | /* | 
|  | 4932 | * If get no-space back from btree insert, | 
|  | 4933 | * it tried a split, and we have a zero | 
|  | 4934 | * block reservation. | 
|  | 4935 | * Fix up our state and return the error. | 
|  | 4936 | */ | 
|  | 4937 | if (error == ENOSPC) { | 
|  | 4938 | /* | 
|  | 4939 | * Reset the cursor, don't trust | 
|  | 4940 | * it after any insert operation. | 
|  | 4941 | */ | 
|  | 4942 | if ((error = xfs_bmbt_lookup_eq(cur, | 
|  | 4943 | got.br_startoff, | 
|  | 4944 | got.br_startblock, | 
|  | 4945 | temp, &i))) | 
|  | 4946 | goto done; | 
|  | 4947 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
|  | 4948 | /* | 
|  | 4949 | * Update the btree record back | 
|  | 4950 | * to the original value. | 
|  | 4951 | */ | 
|  | 4952 | if ((error = xfs_bmbt_update(cur, | 
|  | 4953 | got.br_startoff, | 
|  | 4954 | got.br_startblock, | 
|  | 4955 | got.br_blockcount, | 
|  | 4956 | got.br_state))) | 
|  | 4957 | goto done; | 
|  | 4958 | /* | 
|  | 4959 | * Reset the extent record back | 
|  | 4960 | * to the original value. | 
|  | 4961 | */ | 
|  | 4962 | xfs_bmbt_set_blockcount(ep, | 
|  | 4963 | got.br_blockcount); | 
|  | 4964 | flags = 0; | 
|  | 4965 | error = XFS_ERROR(ENOSPC); | 
|  | 4966 | goto done; | 
|  | 4967 | } | 
|  | 4968 | XFS_WANT_CORRUPTED_GOTO(i == 1, done); | 
|  | 4969 | } else | 
|  | 4970 | flags |= xfs_ilog_fext(whichfork); | 
|  | 4971 | XFS_IFORK_NEXT_SET(ip, whichfork, | 
|  | 4972 | XFS_IFORK_NEXTENTS(ip, whichfork) + 1); | 
|  | 4973 | } else { | 
|  | 4974 | ASSERT(whichfork == XFS_DATA_FORK); | 
|  | 4975 | temp = xfs_bmap_worst_indlen(ip, temp); | 
|  | 4976 | xfs_bmbt_set_startblock(ep, nullstartblock((int)temp)); | 
|  | 4977 | temp2 = xfs_bmap_worst_indlen(ip, temp2); | 
|  | 4978 | new.br_startblock = nullstartblock((int)temp2); | 
|  | 4979 | da_new = temp + temp2; | 
|  | 4980 | while (da_new > da_old) { | 
|  | 4981 | if (temp) { | 
|  | 4982 | temp--; | 
|  | 4983 | da_new--; | 
|  | 4984 | xfs_bmbt_set_startblock(ep, | 
|  | 4985 | nullstartblock((int)temp)); | 
|  | 4986 | } | 
|  | 4987 | if (da_new == da_old) | 
|  | 4988 | break; | 
|  | 4989 | if (temp2) { | 
|  | 4990 | temp2--; | 
|  | 4991 | da_new--; | 
|  | 4992 | new.br_startblock = | 
|  | 4993 | nullstartblock((int)temp2); | 
|  | 4994 | } | 
|  | 4995 | } | 
|  | 4996 | } | 
|  | 4997 | trace_xfs_bmap_post_update(ip, *idx, state, _THIS_IP_); | 
|  | 4998 | xfs_iext_insert(ip, *idx + 1, 1, &new, state); | 
|  | 4999 | ++*idx; | 
|  | 5000 | break; | 
|  | 5001 | } | 
|  | 5002 | /* | 
|  | 5003 | * If we need to, add to list of extents to delete. | 
|  | 5004 | */ | 
|  | 5005 | if (do_fx) | 
|  | 5006 | xfs_bmap_add_free(del->br_startblock, del->br_blockcount, flist, | 
|  | 5007 | mp); | 
|  | 5008 | /* | 
|  | 5009 | * Adjust inode # blocks in the file. | 
|  | 5010 | */ | 
|  | 5011 | if (nblks) | 
|  | 5012 | ip->i_d.di_nblocks -= nblks; | 
|  | 5013 | /* | 
|  | 5014 | * Adjust quota data. | 
|  | 5015 | */ | 
|  | 5016 | if (qfield) | 
|  | 5017 | xfs_trans_mod_dquot_byino(tp, ip, qfield, (long)-nblks); | 
|  | 5018 |  | 
|  | 5019 | /* | 
|  | 5020 | * Account for change in delayed indirect blocks. | 
|  | 5021 | * Nothing to do for disk quota accounting here. | 
|  | 5022 | */ | 
|  | 5023 | ASSERT(da_old >= da_new); | 
|  | 5024 | if (da_old > da_new) { | 
|  | 5025 | xfs_icsb_modify_counters(mp, XFS_SBS_FDBLOCKS, | 
|  | 5026 | (int64_t)(da_old - da_new), 0); | 
|  | 5027 | } | 
|  | 5028 | done: | 
|  | 5029 | *logflagsp = flags; | 
|  | 5030 | return error; | 
|  | 5031 | } | 
|  | 5032 |  | 
|  | 5033 | /* | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5034 | * Unmap (remove) blocks from a file. | 
|  | 5035 | * If nexts is nonzero then the number of extents to remove is limited to | 
|  | 5036 | * that value.  If not all extents in the block range can be removed then | 
|  | 5037 | * *done is set. | 
|  | 5038 | */ | 
|  | 5039 | int						/* error */ | 
|  | 5040 | xfs_bunmapi( | 
|  | 5041 | xfs_trans_t		*tp,		/* transaction pointer */ | 
|  | 5042 | struct xfs_inode	*ip,		/* incore inode */ | 
|  | 5043 | xfs_fileoff_t		bno,		/* starting offset to unmap */ | 
|  | 5044 | xfs_filblks_t		len,		/* length to unmap in file */ | 
|  | 5045 | int			flags,		/* misc flags */ | 
|  | 5046 | xfs_extnum_t		nexts,		/* number of extents max */ | 
|  | 5047 | xfs_fsblock_t		*firstblock,	/* first allocated block | 
|  | 5048 | controls a.g. for allocs */ | 
|  | 5049 | xfs_bmap_free_t		*flist,		/* i/o: list extents to free */ | 
|  | 5050 | int			*done)		/* set if not done yet */ | 
|  | 5051 | { | 
|  | 5052 | xfs_btree_cur_t		*cur;		/* bmap btree cursor */ | 
|  | 5053 | xfs_bmbt_irec_t		del;		/* extent being deleted */ | 
|  | 5054 | int			eof;		/* is deleting at eof */ | 
| Christoph Hellwig | a6f64d4 | 2007-08-16 16:23:40 +1000 | [diff] [blame] | 5055 | xfs_bmbt_rec_host_t	*ep;		/* extent record pointer */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5056 | int			error;		/* error return value */ | 
|  | 5057 | xfs_extnum_t		extno;		/* extent number in list */ | 
| Mandy Kirkconnell | 4eea22f | 2006-03-14 13:29:52 +1100 | [diff] [blame] | 5058 | xfs_bmbt_irec_t		got;		/* current extent record */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5059 | xfs_ifork_t		*ifp;		/* inode fork pointer */ | 
|  | 5060 | int			isrt;		/* freeing in rt area */ | 
|  | 5061 | xfs_extnum_t		lastx;		/* last extent index used */ | 
|  | 5062 | int			logflags;	/* transaction logging flags */ | 
|  | 5063 | xfs_extlen_t		mod;		/* rt extent offset */ | 
|  | 5064 | xfs_mount_t		*mp;		/* mount structure */ | 
| Mandy Kirkconnell | 4eea22f | 2006-03-14 13:29:52 +1100 | [diff] [blame] | 5065 | xfs_extnum_t		nextents;	/* number of file extents */ | 
|  | 5066 | xfs_bmbt_irec_t		prev;		/* previous extent record */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5067 | xfs_fileoff_t		start;		/* first file offset deleted */ | 
|  | 5068 | int			tmp_logflags;	/* partial logging flags */ | 
|  | 5069 | int			wasdel;		/* was a delayed alloc extent */ | 
|  | 5070 | int			whichfork;	/* data or attribute fork */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5071 | xfs_fsblock_t		sum; | 
|  | 5072 |  | 
| Christoph Hellwig | 0b1b213 | 2009-12-14 23:14:59 +0000 | [diff] [blame] | 5073 | trace_xfs_bunmap(ip, bno, len, flags, _RET_IP_); | 
|  | 5074 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5075 | whichfork = (flags & XFS_BMAPI_ATTRFORK) ? | 
|  | 5076 | XFS_ATTR_FORK : XFS_DATA_FORK; | 
|  | 5077 | ifp = XFS_IFORK_PTR(ip, whichfork); | 
|  | 5078 | if (unlikely( | 
|  | 5079 | XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS && | 
|  | 5080 | XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE)) { | 
|  | 5081 | XFS_ERROR_REPORT("xfs_bunmapi", XFS_ERRLEVEL_LOW, | 
|  | 5082 | ip->i_mount); | 
|  | 5083 | return XFS_ERROR(EFSCORRUPTED); | 
|  | 5084 | } | 
|  | 5085 | mp = ip->i_mount; | 
|  | 5086 | if (XFS_FORCED_SHUTDOWN(mp)) | 
|  | 5087 | return XFS_ERROR(EIO); | 
| Christoph Hellwig | 5489327 | 2011-05-11 15:04:03 +0000 | [diff] [blame] | 5088 |  | 
| Christoph Hellwig | eef334e | 2013-12-06 12:30:17 -0800 | [diff] [blame] | 5089 | ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5090 | ASSERT(len > 0); | 
|  | 5091 | ASSERT(nexts >= 0); | 
| Christoph Hellwig | 8096b1e | 2011-12-18 20:00:07 +0000 | [diff] [blame] | 5092 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5093 | if (!(ifp->if_flags & XFS_IFEXTENTS) && | 
|  | 5094 | (error = xfs_iread_extents(tp, ip, whichfork))) | 
|  | 5095 | return error; | 
|  | 5096 | nextents = ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t); | 
|  | 5097 | if (nextents == 0) { | 
|  | 5098 | *done = 1; | 
|  | 5099 | return 0; | 
|  | 5100 | } | 
|  | 5101 | XFS_STATS_INC(xs_blk_unmap); | 
| Nathan Scott | dd9f438 | 2006-01-11 15:28:28 +1100 | [diff] [blame] | 5102 | isrt = (whichfork == XFS_DATA_FORK) && XFS_IS_REALTIME_INODE(ip); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5103 | start = bno; | 
|  | 5104 | bno = start + len - 1; | 
|  | 5105 | ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, | 
|  | 5106 | &prev); | 
| Christoph Hellwig | b4e9181 | 2010-06-23 18:11:15 +1000 | [diff] [blame] | 5107 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5108 | /* | 
|  | 5109 | * Check to see if the given block number is past the end of the | 
|  | 5110 | * file, back up to the last block if so... | 
|  | 5111 | */ | 
|  | 5112 | if (eof) { | 
| Mandy Kirkconnell | 4eea22f | 2006-03-14 13:29:52 +1100 | [diff] [blame] | 5113 | ep = xfs_iext_get_ext(ifp, --lastx); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5114 | xfs_bmbt_get_all(ep, &got); | 
|  | 5115 | bno = got.br_startoff + got.br_blockcount - 1; | 
|  | 5116 | } | 
|  | 5117 | logflags = 0; | 
|  | 5118 | if (ifp->if_flags & XFS_IFBROOT) { | 
|  | 5119 | ASSERT(XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_BTREE); | 
| Christoph Hellwig | 561f7d1 | 2008-10-30 16:53:59 +1100 | [diff] [blame] | 5120 | cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5121 | cur->bc_private.b.firstblock = *firstblock; | 
|  | 5122 | cur->bc_private.b.flist = flist; | 
|  | 5123 | cur->bc_private.b.flags = 0; | 
|  | 5124 | } else | 
|  | 5125 | cur = NULL; | 
| Kamal Dasu | 5575acc | 2012-02-23 00:41:39 +0000 | [diff] [blame] | 5126 |  | 
|  | 5127 | if (isrt) { | 
|  | 5128 | /* | 
|  | 5129 | * Synchronize by locking the bitmap inode. | 
|  | 5130 | */ | 
|  | 5131 | xfs_ilock(mp->m_rbmip, XFS_ILOCK_EXCL); | 
|  | 5132 | xfs_trans_ijoin(tp, mp->m_rbmip, XFS_ILOCK_EXCL); | 
|  | 5133 | } | 
|  | 5134 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5135 | extno = 0; | 
|  | 5136 | while (bno != (xfs_fileoff_t)-1 && bno >= start && lastx >= 0 && | 
|  | 5137 | (nexts == 0 || extno < nexts)) { | 
|  | 5138 | /* | 
|  | 5139 | * Is the found extent after a hole in which bno lives? | 
|  | 5140 | * Just back up to the previous extent, if so. | 
|  | 5141 | */ | 
|  | 5142 | if (got.br_startoff > bno) { | 
|  | 5143 | if (--lastx < 0) | 
|  | 5144 | break; | 
| Mandy Kirkconnell | 4eea22f | 2006-03-14 13:29:52 +1100 | [diff] [blame] | 5145 | ep = xfs_iext_get_ext(ifp, lastx); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5146 | xfs_bmbt_get_all(ep, &got); | 
|  | 5147 | } | 
|  | 5148 | /* | 
|  | 5149 | * Is the last block of this extent before the range | 
|  | 5150 | * we're supposed to delete?  If so, we're done. | 
|  | 5151 | */ | 
|  | 5152 | bno = XFS_FILEOFF_MIN(bno, | 
|  | 5153 | got.br_startoff + got.br_blockcount - 1); | 
|  | 5154 | if (bno < start) | 
|  | 5155 | break; | 
|  | 5156 | /* | 
|  | 5157 | * Then deal with the (possibly delayed) allocated space | 
|  | 5158 | * we found. | 
|  | 5159 | */ | 
|  | 5160 | ASSERT(ep != NULL); | 
|  | 5161 | del = got; | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 5162 | wasdel = isnullstartblock(del.br_startblock); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5163 | if (got.br_startoff < start) { | 
|  | 5164 | del.br_startoff = start; | 
|  | 5165 | del.br_blockcount -= start - got.br_startoff; | 
|  | 5166 | if (!wasdel) | 
|  | 5167 | del.br_startblock += start - got.br_startoff; | 
|  | 5168 | } | 
|  | 5169 | if (del.br_startoff + del.br_blockcount > bno + 1) | 
|  | 5170 | del.br_blockcount = bno + 1 - del.br_startoff; | 
|  | 5171 | sum = del.br_startblock + del.br_blockcount; | 
|  | 5172 | if (isrt && | 
|  | 5173 | (mod = do_mod(sum, mp->m_sb.sb_rextsize))) { | 
|  | 5174 | /* | 
|  | 5175 | * Realtime extent not lined up at the end. | 
|  | 5176 | * The extent could have been split into written | 
|  | 5177 | * and unwritten pieces, or we could just be | 
|  | 5178 | * unmapping part of it.  But we can't really | 
|  | 5179 | * get rid of part of a realtime extent. | 
|  | 5180 | */ | 
|  | 5181 | if (del.br_state == XFS_EXT_UNWRITTEN || | 
| Eric Sandeen | 6211870 | 2008-03-06 13:44:28 +1100 | [diff] [blame] | 5182 | !xfs_sb_version_hasextflgbit(&mp->m_sb)) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5183 | /* | 
|  | 5184 | * This piece is unwritten, or we're not | 
|  | 5185 | * using unwritten extents.  Skip over it. | 
|  | 5186 | */ | 
|  | 5187 | ASSERT(bno >= mod); | 
|  | 5188 | bno -= mod > del.br_blockcount ? | 
|  | 5189 | del.br_blockcount : mod; | 
|  | 5190 | if (bno < got.br_startoff) { | 
|  | 5191 | if (--lastx >= 0) | 
| Mandy Kirkconnell | 4eea22f | 2006-03-14 13:29:52 +1100 | [diff] [blame] | 5192 | xfs_bmbt_get_all(xfs_iext_get_ext( | 
|  | 5193 | ifp, lastx), &got); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5194 | } | 
|  | 5195 | continue; | 
|  | 5196 | } | 
|  | 5197 | /* | 
|  | 5198 | * It's written, turn it unwritten. | 
|  | 5199 | * This is better than zeroing it. | 
|  | 5200 | */ | 
|  | 5201 | ASSERT(del.br_state == XFS_EXT_NORM); | 
|  | 5202 | ASSERT(xfs_trans_get_block_res(tp) > 0); | 
|  | 5203 | /* | 
|  | 5204 | * If this spans a realtime extent boundary, | 
|  | 5205 | * chop it back to the start of the one we end at. | 
|  | 5206 | */ | 
|  | 5207 | if (del.br_blockcount > mod) { | 
|  | 5208 | del.br_startoff += del.br_blockcount - mod; | 
|  | 5209 | del.br_startblock += del.br_blockcount - mod; | 
|  | 5210 | del.br_blockcount = mod; | 
|  | 5211 | } | 
|  | 5212 | del.br_state = XFS_EXT_UNWRITTEN; | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 5213 | error = xfs_bmap_add_extent_unwritten_real(tp, ip, | 
|  | 5214 | &lastx, &cur, &del, firstblock, flist, | 
|  | 5215 | &logflags); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5216 | if (error) | 
|  | 5217 | goto error0; | 
|  | 5218 | goto nodelete; | 
|  | 5219 | } | 
|  | 5220 | if (isrt && (mod = do_mod(del.br_startblock, mp->m_sb.sb_rextsize))) { | 
|  | 5221 | /* | 
|  | 5222 | * Realtime extent is lined up at the end but not | 
|  | 5223 | * at the front.  We'll get rid of full extents if | 
|  | 5224 | * we can. | 
|  | 5225 | */ | 
|  | 5226 | mod = mp->m_sb.sb_rextsize - mod; | 
|  | 5227 | if (del.br_blockcount > mod) { | 
|  | 5228 | del.br_blockcount -= mod; | 
|  | 5229 | del.br_startoff += mod; | 
|  | 5230 | del.br_startblock += mod; | 
|  | 5231 | } else if ((del.br_startoff == start && | 
|  | 5232 | (del.br_state == XFS_EXT_UNWRITTEN || | 
|  | 5233 | xfs_trans_get_block_res(tp) == 0)) || | 
| Eric Sandeen | 6211870 | 2008-03-06 13:44:28 +1100 | [diff] [blame] | 5234 | !xfs_sb_version_hasextflgbit(&mp->m_sb)) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5235 | /* | 
|  | 5236 | * Can't make it unwritten.  There isn't | 
|  | 5237 | * a full extent here so just skip it. | 
|  | 5238 | */ | 
|  | 5239 | ASSERT(bno >= del.br_blockcount); | 
|  | 5240 | bno -= del.br_blockcount; | 
| Christoph Hellwig | f1c63b7 | 2011-05-11 15:04:09 +0000 | [diff] [blame] | 5241 | if (got.br_startoff > bno) { | 
|  | 5242 | if (--lastx >= 0) { | 
|  | 5243 | ep = xfs_iext_get_ext(ifp, | 
|  | 5244 | lastx); | 
|  | 5245 | xfs_bmbt_get_all(ep, &got); | 
|  | 5246 | } | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5247 | } | 
|  | 5248 | continue; | 
|  | 5249 | } else if (del.br_state == XFS_EXT_UNWRITTEN) { | 
|  | 5250 | /* | 
|  | 5251 | * This one is already unwritten. | 
|  | 5252 | * It must have a written left neighbor. | 
|  | 5253 | * Unwrite the killed part of that one and | 
|  | 5254 | * try again. | 
|  | 5255 | */ | 
|  | 5256 | ASSERT(lastx > 0); | 
| Mandy Kirkconnell | 4eea22f | 2006-03-14 13:29:52 +1100 | [diff] [blame] | 5257 | xfs_bmbt_get_all(xfs_iext_get_ext(ifp, | 
|  | 5258 | lastx - 1), &prev); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5259 | ASSERT(prev.br_state == XFS_EXT_NORM); | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 5260 | ASSERT(!isnullstartblock(prev.br_startblock)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5261 | ASSERT(del.br_startblock == | 
|  | 5262 | prev.br_startblock + prev.br_blockcount); | 
|  | 5263 | if (prev.br_startoff < start) { | 
|  | 5264 | mod = start - prev.br_startoff; | 
|  | 5265 | prev.br_blockcount -= mod; | 
|  | 5266 | prev.br_startblock += mod; | 
|  | 5267 | prev.br_startoff = start; | 
|  | 5268 | } | 
|  | 5269 | prev.br_state = XFS_EXT_UNWRITTEN; | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 5270 | lastx--; | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 5271 | error = xfs_bmap_add_extent_unwritten_real(tp, | 
|  | 5272 | ip, &lastx, &cur, &prev, | 
|  | 5273 | firstblock, flist, &logflags); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5274 | if (error) | 
|  | 5275 | goto error0; | 
|  | 5276 | goto nodelete; | 
|  | 5277 | } else { | 
|  | 5278 | ASSERT(del.br_state == XFS_EXT_NORM); | 
|  | 5279 | del.br_state = XFS_EXT_UNWRITTEN; | 
| Christoph Hellwig | a5bd606b | 2011-09-18 20:40:54 +0000 | [diff] [blame] | 5280 | error = xfs_bmap_add_extent_unwritten_real(tp, | 
|  | 5281 | ip, &lastx, &cur, &del, | 
|  | 5282 | firstblock, flist, &logflags); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5283 | if (error) | 
|  | 5284 | goto error0; | 
|  | 5285 | goto nodelete; | 
|  | 5286 | } | 
|  | 5287 | } | 
|  | 5288 | if (wasdel) { | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 5289 | ASSERT(startblockval(del.br_startblock) > 0); | 
| Nathan Scott | dd9f438 | 2006-01-11 15:28:28 +1100 | [diff] [blame] | 5290 | /* Update realtime/data freespace, unreserve quota */ | 
| Nathan Scott | 06d10dd | 2005-06-21 15:48:47 +1000 | [diff] [blame] | 5291 | if (isrt) { | 
|  | 5292 | xfs_filblks_t rtexts; | 
|  | 5293 |  | 
|  | 5294 | rtexts = XFS_FSB_TO_B(mp, del.br_blockcount); | 
|  | 5295 | do_div(rtexts, mp->m_sb.sb_rextsize); | 
|  | 5296 | xfs_mod_incore_sb(mp, XFS_SBS_FREXTENTS, | 
| Christoph Hellwig | 5489327 | 2011-05-11 15:04:03 +0000 | [diff] [blame] | 5297 | (int64_t)rtexts, 0); | 
| Christoph Hellwig | 7d09525 | 2009-06-08 15:33:32 +0200 | [diff] [blame] | 5298 | (void)xfs_trans_reserve_quota_nblks(NULL, | 
|  | 5299 | ip, -((long)del.br_blockcount), 0, | 
| Nathan Scott | 06d10dd | 2005-06-21 15:48:47 +1000 | [diff] [blame] | 5300 | XFS_QMOPT_RES_RTBLKS); | 
|  | 5301 | } else { | 
| Christoph Hellwig | 96540c7 | 2010-09-30 02:25:55 +0000 | [diff] [blame] | 5302 | xfs_icsb_modify_counters(mp, XFS_SBS_FDBLOCKS, | 
| Christoph Hellwig | 5489327 | 2011-05-11 15:04:03 +0000 | [diff] [blame] | 5303 | (int64_t)del.br_blockcount, 0); | 
| Christoph Hellwig | 7d09525 | 2009-06-08 15:33:32 +0200 | [diff] [blame] | 5304 | (void)xfs_trans_reserve_quota_nblks(NULL, | 
|  | 5305 | ip, -((long)del.br_blockcount), 0, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5306 | XFS_QMOPT_RES_REGBLKS); | 
| Nathan Scott | 06d10dd | 2005-06-21 15:48:47 +1000 | [diff] [blame] | 5307 | } | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5308 | ip->i_delayed_blks -= del.br_blockcount; | 
|  | 5309 | if (cur) | 
|  | 5310 | cur->bc_private.b.flags |= | 
|  | 5311 | XFS_BTCUR_BPRV_WASDEL; | 
|  | 5312 | } else if (cur) | 
|  | 5313 | cur->bc_private.b.flags &= ~XFS_BTCUR_BPRV_WASDEL; | 
|  | 5314 | /* | 
|  | 5315 | * If it's the case where the directory code is running | 
|  | 5316 | * with no block reservation, and the deleted block is in | 
|  | 5317 | * the middle of its extent, and the resulting insert | 
|  | 5318 | * of an extent would cause transformation to btree format, | 
|  | 5319 | * then reject it.  The calling code will then swap | 
|  | 5320 | * blocks around instead. | 
|  | 5321 | * We have to do this now, rather than waiting for the | 
|  | 5322 | * conversion to btree format, since the transaction | 
|  | 5323 | * will be dirty. | 
|  | 5324 | */ | 
|  | 5325 | if (!wasdel && xfs_trans_get_block_res(tp) == 0 && | 
|  | 5326 | XFS_IFORK_FORMAT(ip, whichfork) == XFS_DINODE_FMT_EXTENTS && | 
| Christoph Hellwig | 8096b1e | 2011-12-18 20:00:07 +0000 | [diff] [blame] | 5327 | XFS_IFORK_NEXTENTS(ip, whichfork) >= /* Note the >= */ | 
|  | 5328 | XFS_IFORK_MAXEXT(ip, whichfork) && | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5329 | del.br_startoff > got.br_startoff && | 
|  | 5330 | del.br_startoff + del.br_blockcount < | 
|  | 5331 | got.br_startoff + got.br_blockcount) { | 
|  | 5332 | error = XFS_ERROR(ENOSPC); | 
|  | 5333 | goto error0; | 
|  | 5334 | } | 
| Christoph Hellwig | ec90c55 | 2011-05-23 08:52:53 +0000 | [diff] [blame] | 5335 | error = xfs_bmap_del_extent(ip, tp, &lastx, flist, cur, &del, | 
| Christoph Hellwig | 5489327 | 2011-05-11 15:04:03 +0000 | [diff] [blame] | 5336 | &tmp_logflags, whichfork); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5337 | logflags |= tmp_logflags; | 
|  | 5338 | if (error) | 
|  | 5339 | goto error0; | 
|  | 5340 | bno = del.br_startoff - 1; | 
|  | 5341 | nodelete: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5342 | /* | 
|  | 5343 | * If not done go on to the next (previous) record. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5344 | */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5345 | if (bno != (xfs_fileoff_t)-1 && bno >= start) { | 
| Christoph Hellwig | 00239ac | 2011-05-11 15:04:08 +0000 | [diff] [blame] | 5346 | if (lastx >= 0) { | 
|  | 5347 | ep = xfs_iext_get_ext(ifp, lastx); | 
|  | 5348 | if (xfs_bmbt_get_startoff(ep) > bno) { | 
|  | 5349 | if (--lastx >= 0) | 
|  | 5350 | ep = xfs_iext_get_ext(ifp, | 
|  | 5351 | lastx); | 
|  | 5352 | } | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5353 | xfs_bmbt_get_all(ep, &got); | 
| Christoph Hellwig | 00239ac | 2011-05-11 15:04:08 +0000 | [diff] [blame] | 5354 | } | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5355 | extno++; | 
|  | 5356 | } | 
|  | 5357 | } | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5358 | *done = bno == (xfs_fileoff_t)-1 || bno < start || lastx < 0; | 
| Christoph Hellwig | 8096b1e | 2011-12-18 20:00:07 +0000 | [diff] [blame] | 5359 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5360 | /* | 
|  | 5361 | * Convert to a btree if necessary. | 
|  | 5362 | */ | 
| Christoph Hellwig | 8096b1e | 2011-12-18 20:00:07 +0000 | [diff] [blame] | 5363 | if (xfs_bmap_needs_btree(ip, whichfork)) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5364 | ASSERT(cur == NULL); | 
|  | 5365 | error = xfs_bmap_extents_to_btree(tp, ip, firstblock, flist, | 
|  | 5366 | &cur, 0, &tmp_logflags, whichfork); | 
|  | 5367 | logflags |= tmp_logflags; | 
|  | 5368 | if (error) | 
|  | 5369 | goto error0; | 
|  | 5370 | } | 
|  | 5371 | /* | 
|  | 5372 | * transform from btree to extents, give it cur | 
|  | 5373 | */ | 
| Christoph Hellwig | 8096b1e | 2011-12-18 20:00:07 +0000 | [diff] [blame] | 5374 | else if (xfs_bmap_wants_extents(ip, whichfork)) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5375 | ASSERT(cur != NULL); | 
|  | 5376 | error = xfs_bmap_btree_to_extents(tp, ip, cur, &tmp_logflags, | 
|  | 5377 | whichfork); | 
|  | 5378 | logflags |= tmp_logflags; | 
|  | 5379 | if (error) | 
|  | 5380 | goto error0; | 
|  | 5381 | } | 
|  | 5382 | /* | 
|  | 5383 | * transform from extents to local? | 
|  | 5384 | */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5385 | error = 0; | 
|  | 5386 | error0: | 
|  | 5387 | /* | 
|  | 5388 | * Log everything.  Do this after conversion, there's no point in | 
| Mandy Kirkconnell | 4eea22f | 2006-03-14 13:29:52 +1100 | [diff] [blame] | 5389 | * logging the extent records if we've converted to btree format. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5390 | */ | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 5391 | if ((logflags & xfs_ilog_fext(whichfork)) && | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5392 | XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS) | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 5393 | logflags &= ~xfs_ilog_fext(whichfork); | 
|  | 5394 | else if ((logflags & xfs_ilog_fbroot(whichfork)) && | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5395 | XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE) | 
| Eric Sandeen | 9d87c31 | 2009-01-14 23:22:07 -0600 | [diff] [blame] | 5396 | logflags &= ~xfs_ilog_fbroot(whichfork); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5397 | /* | 
|  | 5398 | * Log inode even in the error case, if the transaction | 
|  | 5399 | * is dirty we'll need to shut down the filesystem. | 
|  | 5400 | */ | 
|  | 5401 | if (logflags) | 
|  | 5402 | xfs_trans_log_inode(tp, ip, logflags); | 
|  | 5403 | if (cur) { | 
|  | 5404 | if (!error) { | 
|  | 5405 | *firstblock = cur->bc_private.b.firstblock; | 
|  | 5406 | cur->bc_private.b.allocated = 0; | 
|  | 5407 | } | 
|  | 5408 | xfs_btree_del_cursor(cur, | 
|  | 5409 | error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR); | 
|  | 5410 | } | 
|  | 5411 | return error; | 
|  | 5412 | } | 
| Namjae Jeon | e1d8fb8 | 2014-02-24 10:58:19 +1100 | [diff] [blame] | 5413 |  | 
|  | 5414 | /* | 
|  | 5415 | * Shift extent records to the left to cover a hole. | 
|  | 5416 | * | 
|  | 5417 | * The maximum number of extents to be shifted in a single operation | 
|  | 5418 | * is @num_exts, and @current_ext keeps track of the current extent | 
|  | 5419 | * index we have shifted. @offset_shift_fsb is the length by which each | 
|  | 5420 | * extent is shifted. If there is no hole to shift the extents | 
|  | 5421 | * into, this will be considered invalid operation and we abort immediately. | 
|  | 5422 | */ | 
|  | 5423 | int | 
|  | 5424 | xfs_bmap_shift_extents( | 
|  | 5425 | struct xfs_trans	*tp, | 
|  | 5426 | struct xfs_inode	*ip, | 
|  | 5427 | int			*done, | 
|  | 5428 | xfs_fileoff_t		start_fsb, | 
|  | 5429 | xfs_fileoff_t		offset_shift_fsb, | 
|  | 5430 | xfs_extnum_t		*current_ext, | 
|  | 5431 | xfs_fsblock_t		*firstblock, | 
|  | 5432 | struct xfs_bmap_free	*flist, | 
|  | 5433 | int			num_exts) | 
|  | 5434 | { | 
|  | 5435 | struct xfs_btree_cur		*cur; | 
|  | 5436 | struct xfs_bmbt_rec_host	*gotp; | 
|  | 5437 | struct xfs_bmbt_irec            got; | 
|  | 5438 | struct xfs_bmbt_irec		left; | 
|  | 5439 | struct xfs_mount		*mp = ip->i_mount; | 
|  | 5440 | struct xfs_ifork		*ifp; | 
|  | 5441 | xfs_extnum_t			nexts = 0; | 
|  | 5442 | xfs_fileoff_t			startoff; | 
|  | 5443 | int				error = 0; | 
|  | 5444 | int				i; | 
|  | 5445 | int				whichfork = XFS_DATA_FORK; | 
|  | 5446 | int				logflags; | 
|  | 5447 | xfs_filblks_t			blockcount = 0; | 
|  | 5448 |  | 
|  | 5449 | if (unlikely(XFS_TEST_ERROR( | 
|  | 5450 | (XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_EXTENTS && | 
|  | 5451 | XFS_IFORK_FORMAT(ip, whichfork) != XFS_DINODE_FMT_BTREE), | 
|  | 5452 | mp, XFS_ERRTAG_BMAPIFORMAT, XFS_RANDOM_BMAPIFORMAT))) { | 
|  | 5453 | XFS_ERROR_REPORT("xfs_bmap_shift_extents", | 
|  | 5454 | XFS_ERRLEVEL_LOW, mp); | 
|  | 5455 | return XFS_ERROR(EFSCORRUPTED); | 
|  | 5456 | } | 
|  | 5457 |  | 
|  | 5458 | if (XFS_FORCED_SHUTDOWN(mp)) | 
|  | 5459 | return XFS_ERROR(EIO); | 
|  | 5460 |  | 
|  | 5461 | ASSERT(current_ext != NULL); | 
|  | 5462 |  | 
|  | 5463 | ifp = XFS_IFORK_PTR(ip, whichfork); | 
|  | 5464 |  | 
|  | 5465 | if (!(ifp->if_flags & XFS_IFEXTENTS)) { | 
|  | 5466 | /* Read in all the extents */ | 
|  | 5467 | error = xfs_iread_extents(tp, ip, whichfork); | 
|  | 5468 | if (error) | 
|  | 5469 | return error; | 
|  | 5470 | } | 
|  | 5471 |  | 
|  | 5472 | /* | 
|  | 5473 | * If *current_ext is 0, we would need to lookup the extent | 
|  | 5474 | * from where we would start shifting and store it in gotp. | 
|  | 5475 | */ | 
|  | 5476 | if (!*current_ext) { | 
|  | 5477 | gotp = xfs_iext_bno_to_ext(ifp, start_fsb, current_ext); | 
|  | 5478 | /* | 
|  | 5479 | * gotp can be null in 2 cases: 1) if there are no extents | 
|  | 5480 | * or 2) start_fsb lies in a hole beyond which there are | 
|  | 5481 | * no extents. Either way, we are done. | 
|  | 5482 | */ | 
|  | 5483 | if (!gotp) { | 
|  | 5484 | *done = 1; | 
|  | 5485 | return 0; | 
|  | 5486 | } | 
|  | 5487 | } | 
|  | 5488 |  | 
|  | 5489 | /* We are going to change core inode */ | 
|  | 5490 | logflags = XFS_ILOG_CORE; | 
|  | 5491 |  | 
|  | 5492 | if (ifp->if_flags & XFS_IFBROOT) { | 
|  | 5493 | cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); | 
|  | 5494 | cur->bc_private.b.firstblock = *firstblock; | 
|  | 5495 | cur->bc_private.b.flist = flist; | 
|  | 5496 | cur->bc_private.b.flags = 0; | 
|  | 5497 | } else { | 
|  | 5498 | cur = NULL; | 
|  | 5499 | logflags |= XFS_ILOG_DEXT; | 
|  | 5500 | } | 
|  | 5501 |  | 
|  | 5502 | while (nexts++ < num_exts && | 
|  | 5503 | *current_ext <  XFS_IFORK_NEXTENTS(ip, whichfork)) { | 
|  | 5504 |  | 
|  | 5505 | gotp = xfs_iext_get_ext(ifp, *current_ext); | 
|  | 5506 | xfs_bmbt_get_all(gotp, &got); | 
|  | 5507 | startoff = got.br_startoff - offset_shift_fsb; | 
|  | 5508 |  | 
|  | 5509 | /* | 
|  | 5510 | * Before shifting extent into hole, make sure that the hole | 
|  | 5511 | * is large enough to accomodate the shift. | 
|  | 5512 | */ | 
|  | 5513 | if (*current_ext) { | 
|  | 5514 | xfs_bmbt_get_all(xfs_iext_get_ext(ifp, | 
|  | 5515 | *current_ext - 1), &left); | 
|  | 5516 |  | 
|  | 5517 | if (startoff < left.br_startoff + left.br_blockcount) | 
|  | 5518 | error = XFS_ERROR(EINVAL); | 
|  | 5519 | } else if (offset_shift_fsb > got.br_startoff) { | 
|  | 5520 | /* | 
|  | 5521 | * When first extent is shifted, offset_shift_fsb | 
|  | 5522 | * should be less than the stating offset of | 
|  | 5523 | * the first extent. | 
|  | 5524 | */ | 
|  | 5525 | error = XFS_ERROR(EINVAL); | 
|  | 5526 | } | 
|  | 5527 |  | 
|  | 5528 | if (error) | 
|  | 5529 | goto del_cursor; | 
|  | 5530 |  | 
|  | 5531 | if (cur) { | 
|  | 5532 | error = xfs_bmbt_lookup_eq(cur, got.br_startoff, | 
|  | 5533 | got.br_startblock, | 
|  | 5534 | got.br_blockcount, | 
|  | 5535 | &i); | 
|  | 5536 | if (error) | 
|  | 5537 | goto del_cursor; | 
|  | 5538 | XFS_WANT_CORRUPTED_GOTO(i == 1, del_cursor); | 
|  | 5539 | } | 
|  | 5540 |  | 
|  | 5541 | /* Check if we can merge 2 adjacent extents */ | 
|  | 5542 | if (*current_ext && | 
|  | 5543 | left.br_startoff + left.br_blockcount == startoff && | 
|  | 5544 | left.br_startblock + left.br_blockcount == | 
|  | 5545 | got.br_startblock && | 
|  | 5546 | left.br_state == got.br_state && | 
|  | 5547 | left.br_blockcount + got.br_blockcount <= MAXEXTLEN) { | 
|  | 5548 | blockcount = left.br_blockcount + | 
|  | 5549 | got.br_blockcount; | 
|  | 5550 | xfs_iext_remove(ip, *current_ext, 1, 0); | 
|  | 5551 | if (cur) { | 
|  | 5552 | error = xfs_btree_delete(cur, &i); | 
|  | 5553 | if (error) | 
|  | 5554 | goto del_cursor; | 
|  | 5555 | XFS_WANT_CORRUPTED_GOTO(i == 1, del_cursor); | 
|  | 5556 | } | 
|  | 5557 | XFS_IFORK_NEXT_SET(ip, whichfork, | 
|  | 5558 | XFS_IFORK_NEXTENTS(ip, whichfork) - 1); | 
|  | 5559 | gotp = xfs_iext_get_ext(ifp, --*current_ext); | 
|  | 5560 | xfs_bmbt_get_all(gotp, &got); | 
|  | 5561 |  | 
|  | 5562 | /* Make cursor point to the extent we will update */ | 
|  | 5563 | if (cur) { | 
|  | 5564 | error = xfs_bmbt_lookup_eq(cur, got.br_startoff, | 
|  | 5565 | got.br_startblock, | 
|  | 5566 | got.br_blockcount, | 
|  | 5567 | &i); | 
|  | 5568 | if (error) | 
|  | 5569 | goto del_cursor; | 
|  | 5570 | XFS_WANT_CORRUPTED_GOTO(i == 1, del_cursor); | 
|  | 5571 | } | 
|  | 5572 |  | 
|  | 5573 | xfs_bmbt_set_blockcount(gotp, blockcount); | 
|  | 5574 | got.br_blockcount = blockcount; | 
|  | 5575 | } else { | 
|  | 5576 | /* We have to update the startoff */ | 
|  | 5577 | xfs_bmbt_set_startoff(gotp, startoff); | 
|  | 5578 | got.br_startoff = startoff; | 
|  | 5579 | } | 
|  | 5580 |  | 
|  | 5581 | if (cur) { | 
|  | 5582 | error = xfs_bmbt_update(cur, got.br_startoff, | 
|  | 5583 | got.br_startblock, | 
|  | 5584 | got.br_blockcount, | 
|  | 5585 | got.br_state); | 
|  | 5586 | if (error) | 
|  | 5587 | goto del_cursor; | 
|  | 5588 | } | 
|  | 5589 |  | 
|  | 5590 | (*current_ext)++; | 
|  | 5591 | } | 
|  | 5592 |  | 
|  | 5593 | /* Check if we are done */ | 
|  | 5594 | if (*current_ext ==  XFS_IFORK_NEXTENTS(ip, whichfork)) | 
|  | 5595 | *done = 1; | 
|  | 5596 |  | 
|  | 5597 | del_cursor: | 
|  | 5598 | if (cur) | 
|  | 5599 | xfs_btree_del_cursor(cur, | 
|  | 5600 | error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR); | 
|  | 5601 |  | 
|  | 5602 | xfs_trans_log_inode(tp, ip, logflags); | 
|  | 5603 |  | 
|  | 5604 | return error; | 
|  | 5605 | } |