| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* | 
| Nathan Scott | 7b71876 | 2005-11-02 14:58:39 +1100 | [diff] [blame] | 2 |  * Copyright (c) 2000-2003,2005 Silicon Graphics, Inc. | 
 | 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" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | #include "xfs_types.h" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | #include "xfs_log.h" | 
| Nathan Scott | a844f45 | 2005-11-02 14:38:42 +1100 | [diff] [blame] | 22 | #include "xfs_inum.h" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | #include "xfs_trans.h" | 
 | 24 | #include "xfs_sb.h" | 
| David Chinner | da353b0 | 2007-08-28 14:00:13 +1000 | [diff] [blame] | 25 | #include "xfs_ag.h" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 26 | #include "xfs_dir2.h" | 
 | 27 | #include "xfs_dmapi.h" | 
 | 28 | #include "xfs_mount.h" | 
| Nathan Scott | a844f45 | 2005-11-02 14:38:42 +1100 | [diff] [blame] | 29 | #include "xfs_da_btree.h" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | #include "xfs_bmap_btree.h" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 31 | #include "xfs_dir2_sf.h" | 
| Nathan Scott | a844f45 | 2005-11-02 14:38:42 +1100 | [diff] [blame] | 32 | #include "xfs_attr_sf.h" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 33 | #include "xfs_dinode.h" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | #include "xfs_inode.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_dir2_data.h" | 
 | 37 | #include "xfs_dir2_leaf.h" | 
 | 38 | #include "xfs_dir2_block.h" | 
 | 39 | #include "xfs_dir2_trace.h" | 
 | 40 | #include "xfs_error.h" | 
 | 41 |  | 
 | 42 | /* | 
 | 43 |  * Local function prototypes. | 
 | 44 |  */ | 
 | 45 | static void xfs_dir2_block_log_leaf(xfs_trans_t *tp, xfs_dabuf_t *bp, int first, | 
 | 46 | 				    int last); | 
 | 47 | static void xfs_dir2_block_log_tail(xfs_trans_t *tp, xfs_dabuf_t *bp); | 
 | 48 | static int xfs_dir2_block_lookup_int(xfs_da_args_t *args, xfs_dabuf_t **bpp, | 
 | 49 | 				     int *entno); | 
 | 50 | static int xfs_dir2_block_sort(const void *a, const void *b); | 
 | 51 |  | 
| Nathan Scott | f6c2d1f | 2006-06-20 13:04:51 +1000 | [diff] [blame] | 52 | static xfs_dahash_t xfs_dir_hash_dot, xfs_dir_hash_dotdot; | 
 | 53 |  | 
 | 54 | /* | 
 | 55 |  * One-time startup routine called from xfs_init(). | 
 | 56 |  */ | 
 | 57 | void | 
 | 58 | xfs_dir_startup(void) | 
 | 59 | { | 
 | 60 | 	xfs_dir_hash_dot = xfs_da_hashname(".", 1); | 
 | 61 | 	xfs_dir_hash_dotdot = xfs_da_hashname("..", 2); | 
 | 62 | } | 
 | 63 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 64 | /* | 
 | 65 |  * Add an entry to a block directory. | 
 | 66 |  */ | 
 | 67 | int						/* error */ | 
 | 68 | xfs_dir2_block_addname( | 
 | 69 | 	xfs_da_args_t		*args)		/* directory op arguments */ | 
 | 70 | { | 
 | 71 | 	xfs_dir2_data_free_t	*bf;		/* bestfree table in block */ | 
 | 72 | 	xfs_dir2_block_t	*block;		/* directory block structure */ | 
 | 73 | 	xfs_dir2_leaf_entry_t	*blp;		/* block leaf entries */ | 
 | 74 | 	xfs_dabuf_t		*bp;		/* buffer for block */ | 
 | 75 | 	xfs_dir2_block_tail_t	*btp;		/* block tail */ | 
 | 76 | 	int			compact;	/* need to compact leaf ents */ | 
 | 77 | 	xfs_dir2_data_entry_t	*dep;		/* block data entry */ | 
 | 78 | 	xfs_inode_t		*dp;		/* directory inode */ | 
 | 79 | 	xfs_dir2_data_unused_t	*dup;		/* block unused entry */ | 
 | 80 | 	int			error;		/* error return value */ | 
 | 81 | 	xfs_dir2_data_unused_t	*enddup=NULL;	/* unused at end of data */ | 
 | 82 | 	xfs_dahash_t		hash;		/* hash value of found entry */ | 
 | 83 | 	int			high;		/* high index for binary srch */ | 
 | 84 | 	int			highstale;	/* high stale index */ | 
 | 85 | 	int			lfloghigh=0;	/* last final leaf to log */ | 
 | 86 | 	int			lfloglow=0;	/* first final leaf to log */ | 
 | 87 | 	int			len;		/* length of the new entry */ | 
 | 88 | 	int			low;		/* low index for binary srch */ | 
 | 89 | 	int			lowstale;	/* low stale index */ | 
 | 90 | 	int			mid=0;		/* midpoint for binary srch */ | 
 | 91 | 	xfs_mount_t		*mp;		/* filesystem mount point */ | 
 | 92 | 	int			needlog;	/* need to log header */ | 
 | 93 | 	int			needscan;	/* need to rescan freespace */ | 
| Nathan Scott | 3d693c6 | 2006-03-17 17:28:27 +1100 | [diff] [blame] | 94 | 	__be16			*tagp;		/* pointer to tag value */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 95 | 	xfs_trans_t		*tp;		/* transaction structure */ | 
 | 96 |  | 
 | 97 | 	xfs_dir2_trace_args("block_addname", args); | 
 | 98 | 	dp = args->dp; | 
 | 99 | 	tp = args->trans; | 
 | 100 | 	mp = dp->i_mount; | 
 | 101 | 	/* | 
 | 102 | 	 * Read the (one and only) directory block into dabuf bp. | 
 | 103 | 	 */ | 
 | 104 | 	if ((error = | 
 | 105 | 	    xfs_da_read_buf(tp, dp, mp->m_dirdatablk, -1, &bp, XFS_DATA_FORK))) { | 
 | 106 | 		return error; | 
 | 107 | 	} | 
 | 108 | 	ASSERT(bp != NULL); | 
 | 109 | 	block = bp->data; | 
 | 110 | 	/* | 
 | 111 | 	 * Check the magic number, corrupted if wrong. | 
 | 112 | 	 */ | 
| Nathan Scott | 70e73f5 | 2006-03-17 17:26:52 +1100 | [diff] [blame] | 113 | 	if (unlikely(be32_to_cpu(block->hdr.magic) != XFS_DIR2_BLOCK_MAGIC)) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 114 | 		XFS_CORRUPTION_ERROR("xfs_dir2_block_addname", | 
 | 115 | 				     XFS_ERRLEVEL_LOW, mp, block); | 
 | 116 | 		xfs_da_brelse(tp, bp); | 
 | 117 | 		return XFS_ERROR(EFSCORRUPTED); | 
 | 118 | 	} | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 119 | 	len = xfs_dir2_data_entsize(args->namelen); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 120 | 	/* | 
 | 121 | 	 * Set up pointers to parts of the block. | 
 | 122 | 	 */ | 
 | 123 | 	bf = block->hdr.bestfree; | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 124 | 	btp = xfs_dir2_block_tail_p(mp, block); | 
 | 125 | 	blp = xfs_dir2_block_leaf_p(btp); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 126 | 	/* | 
 | 127 | 	 * No stale entries?  Need space for entry and new leaf. | 
 | 128 | 	 */ | 
 | 129 | 	if (!btp->stale) { | 
 | 130 | 		/* | 
 | 131 | 		 * Tag just before the first leaf entry. | 
 | 132 | 		 */ | 
| Nathan Scott | 3d693c6 | 2006-03-17 17:28:27 +1100 | [diff] [blame] | 133 | 		tagp = (__be16 *)blp - 1; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 134 | 		/* | 
 | 135 | 		 * Data object just before the first leaf entry. | 
 | 136 | 		 */ | 
| Nathan Scott | 3d693c6 | 2006-03-17 17:28:27 +1100 | [diff] [blame] | 137 | 		enddup = (xfs_dir2_data_unused_t *)((char *)block + be16_to_cpu(*tagp)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 138 | 		/* | 
 | 139 | 		 * If it's not free then can't do this add without cleaning up: | 
 | 140 | 		 * the space before the first leaf entry needs to be free so it | 
 | 141 | 		 * can be expanded to hold the pointer to the new entry. | 
 | 142 | 		 */ | 
| Nathan Scott | ad354eb | 2006-03-17 17:27:37 +1100 | [diff] [blame] | 143 | 		if (be16_to_cpu(enddup->freetag) != XFS_DIR2_DATA_FREE_TAG) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 144 | 			dup = enddup = NULL; | 
 | 145 | 		/* | 
 | 146 | 		 * Check out the biggest freespace and see if it's the same one. | 
 | 147 | 		 */ | 
 | 148 | 		else { | 
 | 149 | 			dup = (xfs_dir2_data_unused_t *) | 
| Nathan Scott | 70e73f5 | 2006-03-17 17:26:52 +1100 | [diff] [blame] | 150 | 			      ((char *)block + be16_to_cpu(bf[0].offset)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 151 | 			if (dup == enddup) { | 
 | 152 | 				/* | 
 | 153 | 				 * It is the biggest freespace, is it too small | 
 | 154 | 				 * to hold the new leaf too? | 
 | 155 | 				 */ | 
| Nathan Scott | ad354eb | 2006-03-17 17:27:37 +1100 | [diff] [blame] | 156 | 				if (be16_to_cpu(dup->length) < len + (uint)sizeof(*blp)) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 157 | 					/* | 
 | 158 | 					 * Yes, we use the second-largest | 
 | 159 | 					 * entry instead if it works. | 
 | 160 | 					 */ | 
| Nathan Scott | 70e73f5 | 2006-03-17 17:26:52 +1100 | [diff] [blame] | 161 | 					if (be16_to_cpu(bf[1].length) >= len) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 162 | 						dup = (xfs_dir2_data_unused_t *) | 
 | 163 | 						      ((char *)block + | 
| Nathan Scott | 70e73f5 | 2006-03-17 17:26:52 +1100 | [diff] [blame] | 164 | 						       be16_to_cpu(bf[1].offset)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 165 | 					else | 
 | 166 | 						dup = NULL; | 
 | 167 | 				} | 
 | 168 | 			} else { | 
 | 169 | 				/* | 
 | 170 | 				 * Not the same free entry, | 
 | 171 | 				 * just check its length. | 
 | 172 | 				 */ | 
| Nathan Scott | ad354eb | 2006-03-17 17:27:37 +1100 | [diff] [blame] | 173 | 				if (be16_to_cpu(dup->length) < len) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 174 | 					dup = NULL; | 
 | 175 | 				} | 
 | 176 | 			} | 
 | 177 | 		} | 
 | 178 | 		compact = 0; | 
 | 179 | 	} | 
 | 180 | 	/* | 
 | 181 | 	 * If there are stale entries we'll use one for the leaf. | 
 | 182 | 	 * Is the biggest entry enough to avoid compaction? | 
 | 183 | 	 */ | 
| Nathan Scott | 70e73f5 | 2006-03-17 17:26:52 +1100 | [diff] [blame] | 184 | 	else if (be16_to_cpu(bf[0].length) >= len) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 185 | 		dup = (xfs_dir2_data_unused_t *) | 
| Nathan Scott | 70e73f5 | 2006-03-17 17:26:52 +1100 | [diff] [blame] | 186 | 		      ((char *)block + be16_to_cpu(bf[0].offset)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 187 | 		compact = 0; | 
 | 188 | 	} | 
 | 189 | 	/* | 
 | 190 | 	 * Will need to compact to make this work. | 
 | 191 | 	 */ | 
 | 192 | 	else { | 
 | 193 | 		/* | 
 | 194 | 		 * Tag just before the first leaf entry. | 
 | 195 | 		 */ | 
| Nathan Scott | 3d693c6 | 2006-03-17 17:28:27 +1100 | [diff] [blame] | 196 | 		tagp = (__be16 *)blp - 1; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 197 | 		/* | 
 | 198 | 		 * Data object just before the first leaf entry. | 
 | 199 | 		 */ | 
| Nathan Scott | 3d693c6 | 2006-03-17 17:28:27 +1100 | [diff] [blame] | 200 | 		dup = (xfs_dir2_data_unused_t *)((char *)block + be16_to_cpu(*tagp)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 201 | 		/* | 
 | 202 | 		 * If it's not free then the data will go where the | 
 | 203 | 		 * leaf data starts now, if it works at all. | 
 | 204 | 		 */ | 
| Nathan Scott | ad354eb | 2006-03-17 17:27:37 +1100 | [diff] [blame] | 205 | 		if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) { | 
| Nathan Scott | e922fff | 2006-03-17 17:27:56 +1100 | [diff] [blame] | 206 | 			if (be16_to_cpu(dup->length) + (be32_to_cpu(btp->stale) - 1) * | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 207 | 			    (uint)sizeof(*blp) < len) | 
 | 208 | 				dup = NULL; | 
| Nathan Scott | e922fff | 2006-03-17 17:27:56 +1100 | [diff] [blame] | 209 | 		} else if ((be32_to_cpu(btp->stale) - 1) * (uint)sizeof(*blp) < len) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 210 | 			dup = NULL; | 
 | 211 | 		else | 
 | 212 | 			dup = (xfs_dir2_data_unused_t *)blp; | 
 | 213 | 		compact = 1; | 
 | 214 | 	} | 
 | 215 | 	/* | 
 | 216 | 	 * If this isn't a real add, we're done with the buffer. | 
 | 217 | 	 */ | 
| Barry Naujok | 6a17810 | 2008-05-21 16:42:05 +1000 | [diff] [blame] | 218 | 	if (args->op_flags & XFS_DA_OP_JUSTCHECK) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 219 | 		xfs_da_brelse(tp, bp); | 
 | 220 | 	/* | 
 | 221 | 	 * If we don't have space for the new entry & leaf ... | 
 | 222 | 	 */ | 
 | 223 | 	if (!dup) { | 
 | 224 | 		/* | 
 | 225 | 		 * Not trying to actually do anything, or don't have | 
 | 226 | 		 * a space reservation: return no-space. | 
 | 227 | 		 */ | 
| Barry Naujok | 6a17810 | 2008-05-21 16:42:05 +1000 | [diff] [blame] | 228 | 		if ((args->op_flags & XFS_DA_OP_JUSTCHECK) || args->total == 0) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 229 | 			return XFS_ERROR(ENOSPC); | 
 | 230 | 		/* | 
 | 231 | 		 * Convert to the next larger format. | 
 | 232 | 		 * Then add the new entry in that format. | 
 | 233 | 		 */ | 
 | 234 | 		error = xfs_dir2_block_to_leaf(args, bp); | 
 | 235 | 		xfs_da_buf_done(bp); | 
 | 236 | 		if (error) | 
 | 237 | 			return error; | 
 | 238 | 		return xfs_dir2_leaf_addname(args); | 
 | 239 | 	} | 
 | 240 | 	/* | 
 | 241 | 	 * Just checking, and it would work, so say so. | 
 | 242 | 	 */ | 
| Barry Naujok | 6a17810 | 2008-05-21 16:42:05 +1000 | [diff] [blame] | 243 | 	if (args->op_flags & XFS_DA_OP_JUSTCHECK) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 244 | 		return 0; | 
 | 245 | 	needlog = needscan = 0; | 
 | 246 | 	/* | 
 | 247 | 	 * If need to compact the leaf entries, do it now. | 
 | 248 | 	 * Leave the highest-numbered stale entry stale. | 
 | 249 | 	 * XXX should be the one closest to mid but mid is not yet computed. | 
 | 250 | 	 */ | 
 | 251 | 	if (compact) { | 
 | 252 | 		int	fromidx;		/* source leaf index */ | 
 | 253 | 		int	toidx;			/* target leaf index */ | 
 | 254 |  | 
| Nathan Scott | e922fff | 2006-03-17 17:27:56 +1100 | [diff] [blame] | 255 | 		for (fromidx = toidx = be32_to_cpu(btp->count) - 1, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 256 | 			highstale = lfloghigh = -1; | 
 | 257 | 		     fromidx >= 0; | 
 | 258 | 		     fromidx--) { | 
| Nathan Scott | 3c1f9c1 | 2006-03-17 17:28:18 +1100 | [diff] [blame] | 259 | 			if (be32_to_cpu(blp[fromidx].address) == XFS_DIR2_NULL_DATAPTR) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 260 | 				if (highstale == -1) | 
 | 261 | 					highstale = toidx; | 
 | 262 | 				else { | 
 | 263 | 					if (lfloghigh == -1) | 
 | 264 | 						lfloghigh = toidx; | 
 | 265 | 					continue; | 
 | 266 | 				} | 
 | 267 | 			} | 
 | 268 | 			if (fromidx < toidx) | 
 | 269 | 				blp[toidx] = blp[fromidx]; | 
 | 270 | 			toidx--; | 
 | 271 | 		} | 
| Nathan Scott | e922fff | 2006-03-17 17:27:56 +1100 | [diff] [blame] | 272 | 		lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1); | 
 | 273 | 		lfloghigh -= be32_to_cpu(btp->stale) - 1; | 
| Marcin Slusarz | 413d57c | 2008-02-13 15:03:29 -0800 | [diff] [blame] | 274 | 		be32_add_cpu(&btp->count, -(be32_to_cpu(btp->stale) - 1)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 275 | 		xfs_dir2_data_make_free(tp, bp, | 
 | 276 | 			(xfs_dir2_data_aoff_t)((char *)blp - (char *)block), | 
| Nathan Scott | e922fff | 2006-03-17 17:27:56 +1100 | [diff] [blame] | 277 | 			(xfs_dir2_data_aoff_t)((be32_to_cpu(btp->stale) - 1) * sizeof(*blp)), | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 278 | 			&needlog, &needscan); | 
| Nathan Scott | e922fff | 2006-03-17 17:27:56 +1100 | [diff] [blame] | 279 | 		blp += be32_to_cpu(btp->stale) - 1; | 
 | 280 | 		btp->stale = cpu_to_be32(1); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 281 | 		/* | 
 | 282 | 		 * If we now need to rebuild the bestfree map, do so. | 
 | 283 | 		 * This needs to happen before the next call to use_free. | 
 | 284 | 		 */ | 
 | 285 | 		if (needscan) { | 
| Eric Sandeen | ef497f8 | 2007-05-08 13:48:49 +1000 | [diff] [blame] | 286 | 			xfs_dir2_data_freescan(mp, (xfs_dir2_data_t *)block, &needlog); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 287 | 			needscan = 0; | 
 | 288 | 		} | 
 | 289 | 	} | 
 | 290 | 	/* | 
 | 291 | 	 * Set leaf logging boundaries to impossible state. | 
 | 292 | 	 * For the no-stale case they're set explicitly. | 
 | 293 | 	 */ | 
| Nathan Scott | e922fff | 2006-03-17 17:27:56 +1100 | [diff] [blame] | 294 | 	else if (btp->stale) { | 
 | 295 | 		lfloglow = be32_to_cpu(btp->count); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 296 | 		lfloghigh = -1; | 
 | 297 | 	} | 
 | 298 | 	/* | 
 | 299 | 	 * Find the slot that's first lower than our hash value, -1 if none. | 
 | 300 | 	 */ | 
| Nathan Scott | e922fff | 2006-03-17 17:27:56 +1100 | [diff] [blame] | 301 | 	for (low = 0, high = be32_to_cpu(btp->count) - 1; low <= high; ) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 302 | 		mid = (low + high) >> 1; | 
| Nathan Scott | 3c1f9c1 | 2006-03-17 17:28:18 +1100 | [diff] [blame] | 303 | 		if ((hash = be32_to_cpu(blp[mid].hashval)) == args->hashval) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 304 | 			break; | 
 | 305 | 		if (hash < args->hashval) | 
 | 306 | 			low = mid + 1; | 
 | 307 | 		else | 
 | 308 | 			high = mid - 1; | 
 | 309 | 	} | 
| Nathan Scott | 3c1f9c1 | 2006-03-17 17:28:18 +1100 | [diff] [blame] | 310 | 	while (mid >= 0 && be32_to_cpu(blp[mid].hashval) >= args->hashval) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 311 | 		mid--; | 
 | 312 | 	} | 
 | 313 | 	/* | 
 | 314 | 	 * No stale entries, will use enddup space to hold new leaf. | 
 | 315 | 	 */ | 
 | 316 | 	if (!btp->stale) { | 
 | 317 | 		/* | 
 | 318 | 		 * Mark the space needed for the new leaf entry, now in use. | 
 | 319 | 		 */ | 
 | 320 | 		xfs_dir2_data_use_free(tp, bp, enddup, | 
 | 321 | 			(xfs_dir2_data_aoff_t) | 
| Nathan Scott | ad354eb | 2006-03-17 17:27:37 +1100 | [diff] [blame] | 322 | 			((char *)enddup - (char *)block + be16_to_cpu(enddup->length) - | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 323 | 			 sizeof(*blp)), | 
 | 324 | 			(xfs_dir2_data_aoff_t)sizeof(*blp), | 
 | 325 | 			&needlog, &needscan); | 
 | 326 | 		/* | 
 | 327 | 		 * Update the tail (entry count). | 
 | 328 | 		 */ | 
| Marcin Slusarz | 413d57c | 2008-02-13 15:03:29 -0800 | [diff] [blame] | 329 | 		be32_add_cpu(&btp->count, 1); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 330 | 		/* | 
 | 331 | 		 * If we now need to rebuild the bestfree map, do so. | 
 | 332 | 		 * This needs to happen before the next call to use_free. | 
 | 333 | 		 */ | 
 | 334 | 		if (needscan) { | 
 | 335 | 			xfs_dir2_data_freescan(mp, (xfs_dir2_data_t *)block, | 
| Eric Sandeen | ef497f8 | 2007-05-08 13:48:49 +1000 | [diff] [blame] | 336 | 				&needlog); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 337 | 			needscan = 0; | 
 | 338 | 		} | 
 | 339 | 		/* | 
 | 340 | 		 * Adjust pointer to the first leaf entry, we're about to move | 
 | 341 | 		 * the table up one to open up space for the new leaf entry. | 
 | 342 | 		 * Then adjust our index to match. | 
 | 343 | 		 */ | 
 | 344 | 		blp--; | 
 | 345 | 		mid++; | 
 | 346 | 		if (mid) | 
 | 347 | 			memmove(blp, &blp[1], mid * sizeof(*blp)); | 
 | 348 | 		lfloglow = 0; | 
 | 349 | 		lfloghigh = mid; | 
 | 350 | 	} | 
 | 351 | 	/* | 
 | 352 | 	 * Use a stale leaf for our new entry. | 
 | 353 | 	 */ | 
 | 354 | 	else { | 
 | 355 | 		for (lowstale = mid; | 
 | 356 | 		     lowstale >= 0 && | 
| Nathan Scott | 3c1f9c1 | 2006-03-17 17:28:18 +1100 | [diff] [blame] | 357 | 			be32_to_cpu(blp[lowstale].address) != XFS_DIR2_NULL_DATAPTR; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 358 | 		     lowstale--) | 
 | 359 | 			continue; | 
 | 360 | 		for (highstale = mid + 1; | 
| Nathan Scott | e922fff | 2006-03-17 17:27:56 +1100 | [diff] [blame] | 361 | 		     highstale < be32_to_cpu(btp->count) && | 
| Nathan Scott | 3c1f9c1 | 2006-03-17 17:28:18 +1100 | [diff] [blame] | 362 | 			be32_to_cpu(blp[highstale].address) != XFS_DIR2_NULL_DATAPTR && | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 363 | 			(lowstale < 0 || mid - lowstale > highstale - mid); | 
 | 364 | 		     highstale++) | 
 | 365 | 			continue; | 
 | 366 | 		/* | 
 | 367 | 		 * Move entries toward the low-numbered stale entry. | 
 | 368 | 		 */ | 
 | 369 | 		if (lowstale >= 0 && | 
| Nathan Scott | e922fff | 2006-03-17 17:27:56 +1100 | [diff] [blame] | 370 | 		    (highstale == be32_to_cpu(btp->count) || | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 371 | 		     mid - lowstale <= highstale - mid)) { | 
 | 372 | 			if (mid - lowstale) | 
 | 373 | 				memmove(&blp[lowstale], &blp[lowstale + 1], | 
 | 374 | 					(mid - lowstale) * sizeof(*blp)); | 
 | 375 | 			lfloglow = MIN(lowstale, lfloglow); | 
 | 376 | 			lfloghigh = MAX(mid, lfloghigh); | 
 | 377 | 		} | 
 | 378 | 		/* | 
 | 379 | 		 * Move entries toward the high-numbered stale entry. | 
 | 380 | 		 */ | 
 | 381 | 		else { | 
| Nathan Scott | e922fff | 2006-03-17 17:27:56 +1100 | [diff] [blame] | 382 | 			ASSERT(highstale < be32_to_cpu(btp->count)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 383 | 			mid++; | 
 | 384 | 			if (highstale - mid) | 
 | 385 | 				memmove(&blp[mid + 1], &blp[mid], | 
 | 386 | 					(highstale - mid) * sizeof(*blp)); | 
 | 387 | 			lfloglow = MIN(mid, lfloglow); | 
 | 388 | 			lfloghigh = MAX(highstale, lfloghigh); | 
 | 389 | 		} | 
| Marcin Slusarz | 413d57c | 2008-02-13 15:03:29 -0800 | [diff] [blame] | 390 | 		be32_add_cpu(&btp->stale, -1); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 391 | 	} | 
 | 392 | 	/* | 
 | 393 | 	 * Point to the new data entry. | 
 | 394 | 	 */ | 
 | 395 | 	dep = (xfs_dir2_data_entry_t *)dup; | 
 | 396 | 	/* | 
 | 397 | 	 * Fill in the leaf entry. | 
 | 398 | 	 */ | 
| Nathan Scott | 3c1f9c1 | 2006-03-17 17:28:18 +1100 | [diff] [blame] | 399 | 	blp[mid].hashval = cpu_to_be32(args->hashval); | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 400 | 	blp[mid].address = cpu_to_be32(xfs_dir2_byte_to_dataptr(mp, | 
| Nathan Scott | 3c1f9c1 | 2006-03-17 17:28:18 +1100 | [diff] [blame] | 401 | 				(char *)dep - (char *)block)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 402 | 	xfs_dir2_block_log_leaf(tp, bp, lfloglow, lfloghigh); | 
 | 403 | 	/* | 
 | 404 | 	 * Mark space for the data entry used. | 
 | 405 | 	 */ | 
 | 406 | 	xfs_dir2_data_use_free(tp, bp, dup, | 
 | 407 | 		(xfs_dir2_data_aoff_t)((char *)dup - (char *)block), | 
 | 408 | 		(xfs_dir2_data_aoff_t)len, &needlog, &needscan); | 
 | 409 | 	/* | 
 | 410 | 	 * Create the new data entry. | 
 | 411 | 	 */ | 
| Christoph Hellwig | ff9901c | 2006-06-09 14:48:37 +1000 | [diff] [blame] | 412 | 	dep->inumber = cpu_to_be64(args->inumber); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 413 | 	dep->namelen = args->namelen; | 
 | 414 | 	memcpy(dep->name, args->name, args->namelen); | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 415 | 	tagp = xfs_dir2_data_entry_tag_p(dep); | 
| Nathan Scott | 3d693c6 | 2006-03-17 17:28:27 +1100 | [diff] [blame] | 416 | 	*tagp = cpu_to_be16((char *)dep - (char *)block); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 417 | 	/* | 
 | 418 | 	 * Clean up the bestfree array and log the header, tail, and entry. | 
 | 419 | 	 */ | 
 | 420 | 	if (needscan) | 
| Eric Sandeen | ef497f8 | 2007-05-08 13:48:49 +1000 | [diff] [blame] | 421 | 		xfs_dir2_data_freescan(mp, (xfs_dir2_data_t *)block, &needlog); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 422 | 	if (needlog) | 
 | 423 | 		xfs_dir2_data_log_header(tp, bp); | 
 | 424 | 	xfs_dir2_block_log_tail(tp, bp); | 
 | 425 | 	xfs_dir2_data_log_entry(tp, bp, dep); | 
 | 426 | 	xfs_dir2_data_check(dp, bp); | 
 | 427 | 	xfs_da_buf_done(bp); | 
 | 428 | 	return 0; | 
 | 429 | } | 
 | 430 |  | 
 | 431 | /* | 
 | 432 |  * Readdir for block directories. | 
 | 433 |  */ | 
 | 434 | int						/* error */ | 
 | 435 | xfs_dir2_block_getdents( | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 436 | 	xfs_inode_t		*dp,		/* incore inode */ | 
| Christoph Hellwig | 051e7cd | 2007-08-28 13:58:24 +1000 | [diff] [blame] | 437 | 	void			*dirent, | 
 | 438 | 	xfs_off_t		*offset, | 
 | 439 | 	filldir_t		filldir) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 440 | { | 
 | 441 | 	xfs_dir2_block_t	*block;		/* directory block structure */ | 
 | 442 | 	xfs_dabuf_t		*bp;		/* buffer for block */ | 
 | 443 | 	xfs_dir2_block_tail_t	*btp;		/* block tail */ | 
 | 444 | 	xfs_dir2_data_entry_t	*dep;		/* block data entry */ | 
 | 445 | 	xfs_dir2_data_unused_t	*dup;		/* block unused entry */ | 
 | 446 | 	char			*endptr;	/* end of the data entries */ | 
 | 447 | 	int			error;		/* error return value */ | 
 | 448 | 	xfs_mount_t		*mp;		/* filesystem mount point */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 449 | 	char			*ptr;		/* current data entry */ | 
 | 450 | 	int			wantoff;	/* starting block offset */ | 
| Christoph Hellwig | 051e7cd | 2007-08-28 13:58:24 +1000 | [diff] [blame] | 451 | 	xfs_off_t		cook; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 452 |  | 
 | 453 | 	mp = dp->i_mount; | 
 | 454 | 	/* | 
 | 455 | 	 * If the block number in the offset is out of range, we're done. | 
 | 456 | 	 */ | 
| Christoph Hellwig | 051e7cd | 2007-08-28 13:58:24 +1000 | [diff] [blame] | 457 | 	if (xfs_dir2_dataptr_to_db(mp, *offset) > mp->m_dirdatablk) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 458 | 		return 0; | 
 | 459 | 	} | 
 | 460 | 	/* | 
 | 461 | 	 * Can't read the block, give up, else get dabuf in bp. | 
 | 462 | 	 */ | 
| Christoph Hellwig | 051e7cd | 2007-08-28 13:58:24 +1000 | [diff] [blame] | 463 | 	error = xfs_da_read_buf(NULL, dp, mp->m_dirdatablk, -1, | 
 | 464 | 				&bp, XFS_DATA_FORK); | 
 | 465 | 	if (error) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 466 | 		return error; | 
| Christoph Hellwig | 051e7cd | 2007-08-28 13:58:24 +1000 | [diff] [blame] | 467 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 468 | 	ASSERT(bp != NULL); | 
 | 469 | 	/* | 
 | 470 | 	 * Extract the byte offset we start at from the seek pointer. | 
 | 471 | 	 * We'll skip entries before this. | 
 | 472 | 	 */ | 
| Christoph Hellwig | 051e7cd | 2007-08-28 13:58:24 +1000 | [diff] [blame] | 473 | 	wantoff = xfs_dir2_dataptr_to_off(mp, *offset); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 474 | 	block = bp->data; | 
 | 475 | 	xfs_dir2_data_check(dp, bp); | 
 | 476 | 	/* | 
 | 477 | 	 * Set up values for the loop. | 
 | 478 | 	 */ | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 479 | 	btp = xfs_dir2_block_tail_p(mp, block); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 480 | 	ptr = (char *)block->u; | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 481 | 	endptr = (char *)xfs_dir2_block_leaf_p(btp); | 
| Christoph Hellwig | 051e7cd | 2007-08-28 13:58:24 +1000 | [diff] [blame] | 482 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 483 | 	/* | 
 | 484 | 	 * Loop over the data portion of the block. | 
 | 485 | 	 * Each object is a real entry (dep) or an unused one (dup). | 
 | 486 | 	 */ | 
 | 487 | 	while (ptr < endptr) { | 
 | 488 | 		dup = (xfs_dir2_data_unused_t *)ptr; | 
 | 489 | 		/* | 
 | 490 | 		 * Unused, skip it. | 
 | 491 | 		 */ | 
| Nathan Scott | ad354eb | 2006-03-17 17:27:37 +1100 | [diff] [blame] | 492 | 		if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) { | 
 | 493 | 			ptr += be16_to_cpu(dup->length); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 494 | 			continue; | 
 | 495 | 		} | 
 | 496 |  | 
 | 497 | 		dep = (xfs_dir2_data_entry_t *)ptr; | 
 | 498 |  | 
 | 499 | 		/* | 
 | 500 | 		 * Bump pointer for the next iteration. | 
 | 501 | 		 */ | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 502 | 		ptr += xfs_dir2_data_entsize(dep->namelen); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 503 | 		/* | 
 | 504 | 		 * The entry is before the desired starting point, skip it. | 
 | 505 | 		 */ | 
 | 506 | 		if ((char *)dep - (char *)block < wantoff) | 
 | 507 | 			continue; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 508 |  | 
| Christoph Hellwig | 051e7cd | 2007-08-28 13:58:24 +1000 | [diff] [blame] | 509 | 		cook = xfs_dir2_db_off_to_dataptr(mp, mp->m_dirdatablk, | 
| Lachlan McIlroy | 041388b | 2007-12-18 16:19:34 +1100 | [diff] [blame] | 510 | 					    (char *)dep - (char *)block); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 511 |  | 
 | 512 | 		/* | 
 | 513 | 		 * If it didn't fit, set the final offset to here & return. | 
 | 514 | 		 */ | 
| Christoph Hellwig | 1544031 | 2009-01-08 14:00:00 -0500 | [diff] [blame] | 515 | 		if (filldir(dirent, dep->name, dep->namelen, cook & 0x7fffffff, | 
| Christoph Hellwig | a19d9f8 | 2009-03-29 09:51:08 +0200 | [diff] [blame] | 516 | 			    be64_to_cpu(dep->inumber), DT_UNKNOWN)) { | 
| Christoph Hellwig | 1544031 | 2009-01-08 14:00:00 -0500 | [diff] [blame] | 517 | 			*offset = cook & 0x7fffffff; | 
| Christoph Hellwig | 051e7cd | 2007-08-28 13:58:24 +1000 | [diff] [blame] | 518 | 			xfs_da_brelse(NULL, bp); | 
 | 519 | 			return 0; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 520 | 		} | 
 | 521 | 	} | 
 | 522 |  | 
 | 523 | 	/* | 
 | 524 | 	 * Reached the end of the block. | 
| Nathan Scott | c41564b | 2006-03-29 08:55:14 +1000 | [diff] [blame] | 525 | 	 * Set the offset to a non-existent block 1 and return. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 526 | 	 */ | 
| Christoph Hellwig | 1544031 | 2009-01-08 14:00:00 -0500 | [diff] [blame] | 527 | 	*offset = xfs_dir2_db_off_to_dataptr(mp, mp->m_dirdatablk + 1, 0) & | 
 | 528 | 			0x7fffffff; | 
| Christoph Hellwig | 051e7cd | 2007-08-28 13:58:24 +1000 | [diff] [blame] | 529 | 	xfs_da_brelse(NULL, bp); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 530 | 	return 0; | 
 | 531 | } | 
 | 532 |  | 
 | 533 | /* | 
 | 534 |  * Log leaf entries from the block. | 
 | 535 |  */ | 
 | 536 | static void | 
 | 537 | xfs_dir2_block_log_leaf( | 
 | 538 | 	xfs_trans_t		*tp,		/* transaction structure */ | 
 | 539 | 	xfs_dabuf_t		*bp,		/* block buffer */ | 
 | 540 | 	int			first,		/* index of first logged leaf */ | 
 | 541 | 	int			last)		/* index of last logged leaf */ | 
 | 542 | { | 
 | 543 | 	xfs_dir2_block_t	*block;		/* directory block structure */ | 
 | 544 | 	xfs_dir2_leaf_entry_t	*blp;		/* block leaf entries */ | 
 | 545 | 	xfs_dir2_block_tail_t	*btp;		/* block tail */ | 
 | 546 | 	xfs_mount_t		*mp;		/* filesystem mount point */ | 
 | 547 |  | 
 | 548 | 	mp = tp->t_mountp; | 
 | 549 | 	block = bp->data; | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 550 | 	btp = xfs_dir2_block_tail_p(mp, block); | 
 | 551 | 	blp = xfs_dir2_block_leaf_p(btp); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 552 | 	xfs_da_log_buf(tp, bp, (uint)((char *)&blp[first] - (char *)block), | 
 | 553 | 		(uint)((char *)&blp[last + 1] - (char *)block - 1)); | 
 | 554 | } | 
 | 555 |  | 
 | 556 | /* | 
 | 557 |  * Log the block tail. | 
 | 558 |  */ | 
 | 559 | static void | 
 | 560 | xfs_dir2_block_log_tail( | 
 | 561 | 	xfs_trans_t		*tp,		/* transaction structure */ | 
 | 562 | 	xfs_dabuf_t		*bp)		/* block buffer */ | 
 | 563 | { | 
 | 564 | 	xfs_dir2_block_t	*block;		/* directory block structure */ | 
 | 565 | 	xfs_dir2_block_tail_t	*btp;		/* block tail */ | 
 | 566 | 	xfs_mount_t		*mp;		/* filesystem mount point */ | 
 | 567 |  | 
 | 568 | 	mp = tp->t_mountp; | 
 | 569 | 	block = bp->data; | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 570 | 	btp = xfs_dir2_block_tail_p(mp, block); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 571 | 	xfs_da_log_buf(tp, bp, (uint)((char *)btp - (char *)block), | 
 | 572 | 		(uint)((char *)(btp + 1) - (char *)block - 1)); | 
 | 573 | } | 
 | 574 |  | 
 | 575 | /* | 
 | 576 |  * Look up an entry in the block.  This is the external routine, | 
 | 577 |  * xfs_dir2_block_lookup_int does the real work. | 
 | 578 |  */ | 
 | 579 | int						/* error */ | 
 | 580 | xfs_dir2_block_lookup( | 
 | 581 | 	xfs_da_args_t		*args)		/* dir lookup arguments */ | 
 | 582 | { | 
 | 583 | 	xfs_dir2_block_t	*block;		/* block structure */ | 
 | 584 | 	xfs_dir2_leaf_entry_t	*blp;		/* block leaf entries */ | 
 | 585 | 	xfs_dabuf_t		*bp;		/* block buffer */ | 
 | 586 | 	xfs_dir2_block_tail_t	*btp;		/* block tail */ | 
 | 587 | 	xfs_dir2_data_entry_t	*dep;		/* block data entry */ | 
 | 588 | 	xfs_inode_t		*dp;		/* incore inode */ | 
 | 589 | 	int			ent;		/* entry index */ | 
 | 590 | 	int			error;		/* error return value */ | 
 | 591 | 	xfs_mount_t		*mp;		/* filesystem mount point */ | 
 | 592 |  | 
 | 593 | 	xfs_dir2_trace_args("block_lookup", args); | 
 | 594 | 	/* | 
 | 595 | 	 * Get the buffer, look up the entry. | 
 | 596 | 	 * If not found (ENOENT) then return, have no buffer. | 
 | 597 | 	 */ | 
 | 598 | 	if ((error = xfs_dir2_block_lookup_int(args, &bp, &ent))) | 
 | 599 | 		return error; | 
 | 600 | 	dp = args->dp; | 
 | 601 | 	mp = dp->i_mount; | 
 | 602 | 	block = bp->data; | 
 | 603 | 	xfs_dir2_data_check(dp, bp); | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 604 | 	btp = xfs_dir2_block_tail_p(mp, block); | 
 | 605 | 	blp = xfs_dir2_block_leaf_p(btp); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 606 | 	/* | 
 | 607 | 	 * Get the offset from the leaf entry, to point to the data. | 
 | 608 | 	 */ | 
| Barry Naujok | 384f3ce | 2008-05-21 16:58:22 +1000 | [diff] [blame] | 609 | 	dep = (xfs_dir2_data_entry_t *)((char *)block + | 
 | 610 | 		xfs_dir2_dataptr_to_off(mp, be32_to_cpu(blp[ent].address))); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 611 | 	/* | 
| Barry Naujok | 384f3ce | 2008-05-21 16:58:22 +1000 | [diff] [blame] | 612 | 	 * Fill in inode number, CI name if appropriate, release the block. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 613 | 	 */ | 
| Christoph Hellwig | ff9901c | 2006-06-09 14:48:37 +1000 | [diff] [blame] | 614 | 	args->inumber = be64_to_cpu(dep->inumber); | 
| Barry Naujok | 384f3ce | 2008-05-21 16:58:22 +1000 | [diff] [blame] | 615 | 	error = xfs_dir_cilookup_result(args, dep->name, dep->namelen); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 616 | 	xfs_da_brelse(args->trans, bp); | 
| Barry Naujok | 384f3ce | 2008-05-21 16:58:22 +1000 | [diff] [blame] | 617 | 	return XFS_ERROR(error); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 618 | } | 
 | 619 |  | 
 | 620 | /* | 
 | 621 |  * Internal block lookup routine. | 
 | 622 |  */ | 
 | 623 | static int					/* error */ | 
 | 624 | xfs_dir2_block_lookup_int( | 
 | 625 | 	xfs_da_args_t		*args,		/* dir lookup arguments */ | 
 | 626 | 	xfs_dabuf_t		**bpp,		/* returned block buffer */ | 
 | 627 | 	int			*entno)		/* returned entry number */ | 
 | 628 | { | 
 | 629 | 	xfs_dir2_dataptr_t	addr;		/* data entry address */ | 
 | 630 | 	xfs_dir2_block_t	*block;		/* block structure */ | 
 | 631 | 	xfs_dir2_leaf_entry_t	*blp;		/* block leaf entries */ | 
 | 632 | 	xfs_dabuf_t		*bp;		/* block buffer */ | 
 | 633 | 	xfs_dir2_block_tail_t	*btp;		/* block tail */ | 
 | 634 | 	xfs_dir2_data_entry_t	*dep;		/* block data entry */ | 
 | 635 | 	xfs_inode_t		*dp;		/* incore inode */ | 
 | 636 | 	int			error;		/* error return value */ | 
 | 637 | 	xfs_dahash_t		hash;		/* found hash value */ | 
 | 638 | 	int			high;		/* binary search high index */ | 
 | 639 | 	int			low;		/* binary search low index */ | 
 | 640 | 	int			mid;		/* binary search current idx */ | 
 | 641 | 	xfs_mount_t		*mp;		/* filesystem mount point */ | 
 | 642 | 	xfs_trans_t		*tp;		/* transaction pointer */ | 
| Barry Naujok | 5163f95 | 2008-05-21 16:41:01 +1000 | [diff] [blame] | 643 | 	enum xfs_dacmp		cmp;		/* comparison result */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 644 |  | 
 | 645 | 	dp = args->dp; | 
 | 646 | 	tp = args->trans; | 
 | 647 | 	mp = dp->i_mount; | 
 | 648 | 	/* | 
 | 649 | 	 * Read the buffer, return error if we can't get it. | 
 | 650 | 	 */ | 
 | 651 | 	if ((error = | 
 | 652 | 	    xfs_da_read_buf(tp, dp, mp->m_dirdatablk, -1, &bp, XFS_DATA_FORK))) { | 
 | 653 | 		return error; | 
 | 654 | 	} | 
 | 655 | 	ASSERT(bp != NULL); | 
 | 656 | 	block = bp->data; | 
 | 657 | 	xfs_dir2_data_check(dp, bp); | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 658 | 	btp = xfs_dir2_block_tail_p(mp, block); | 
 | 659 | 	blp = xfs_dir2_block_leaf_p(btp); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 660 | 	/* | 
 | 661 | 	 * Loop doing a binary search for our hash value. | 
 | 662 | 	 * Find our entry, ENOENT if it's not there. | 
 | 663 | 	 */ | 
| Nathan Scott | e922fff | 2006-03-17 17:27:56 +1100 | [diff] [blame] | 664 | 	for (low = 0, high = be32_to_cpu(btp->count) - 1; ; ) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 665 | 		ASSERT(low <= high); | 
 | 666 | 		mid = (low + high) >> 1; | 
| Nathan Scott | 3c1f9c1 | 2006-03-17 17:28:18 +1100 | [diff] [blame] | 667 | 		if ((hash = be32_to_cpu(blp[mid].hashval)) == args->hashval) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 668 | 			break; | 
 | 669 | 		if (hash < args->hashval) | 
 | 670 | 			low = mid + 1; | 
 | 671 | 		else | 
 | 672 | 			high = mid - 1; | 
 | 673 | 		if (low > high) { | 
| Barry Naujok | 6a17810 | 2008-05-21 16:42:05 +1000 | [diff] [blame] | 674 | 			ASSERT(args->op_flags & XFS_DA_OP_OKNOENT); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 675 | 			xfs_da_brelse(tp, bp); | 
 | 676 | 			return XFS_ERROR(ENOENT); | 
 | 677 | 		} | 
 | 678 | 	} | 
 | 679 | 	/* | 
 | 680 | 	 * Back up to the first one with the right hash value. | 
 | 681 | 	 */ | 
| Nathan Scott | 3c1f9c1 | 2006-03-17 17:28:18 +1100 | [diff] [blame] | 682 | 	while (mid > 0 && be32_to_cpu(blp[mid - 1].hashval) == args->hashval) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 683 | 		mid--; | 
 | 684 | 	} | 
 | 685 | 	/* | 
 | 686 | 	 * Now loop forward through all the entries with the | 
 | 687 | 	 * right hash value looking for our name. | 
 | 688 | 	 */ | 
 | 689 | 	do { | 
| Nathan Scott | 3c1f9c1 | 2006-03-17 17:28:18 +1100 | [diff] [blame] | 690 | 		if ((addr = be32_to_cpu(blp[mid].address)) == XFS_DIR2_NULL_DATAPTR) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 691 | 			continue; | 
 | 692 | 		/* | 
 | 693 | 		 * Get pointer to the entry from the leaf. | 
 | 694 | 		 */ | 
 | 695 | 		dep = (xfs_dir2_data_entry_t *) | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 696 | 			((char *)block + xfs_dir2_dataptr_to_off(mp, addr)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 697 | 		/* | 
| Barry Naujok | 5163f95 | 2008-05-21 16:41:01 +1000 | [diff] [blame] | 698 | 		 * Compare name and if it's an exact match, return the index | 
 | 699 | 		 * and buffer. If it's the first case-insensitive match, store | 
 | 700 | 		 * the index and buffer and continue looking for an exact match. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 701 | 		 */ | 
| Barry Naujok | 5163f95 | 2008-05-21 16:41:01 +1000 | [diff] [blame] | 702 | 		cmp = mp->m_dirnameops->compname(args, dep->name, dep->namelen); | 
 | 703 | 		if (cmp != XFS_CMP_DIFFERENT && cmp != args->cmpresult) { | 
 | 704 | 			args->cmpresult = cmp; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 705 | 			*bpp = bp; | 
 | 706 | 			*entno = mid; | 
| Barry Naujok | 5163f95 | 2008-05-21 16:41:01 +1000 | [diff] [blame] | 707 | 			if (cmp == XFS_CMP_EXACT) | 
 | 708 | 				return 0; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 709 | 		} | 
| Barry Naujok | 5163f95 | 2008-05-21 16:41:01 +1000 | [diff] [blame] | 710 | 	} while (++mid < be32_to_cpu(btp->count) && | 
 | 711 | 			be32_to_cpu(blp[mid].hashval) == hash); | 
 | 712 |  | 
| Barry Naujok | 6a17810 | 2008-05-21 16:42:05 +1000 | [diff] [blame] | 713 | 	ASSERT(args->op_flags & XFS_DA_OP_OKNOENT); | 
| Barry Naujok | 5163f95 | 2008-05-21 16:41:01 +1000 | [diff] [blame] | 714 | 	/* | 
 | 715 | 	 * Here, we can only be doing a lookup (not a rename or replace). | 
 | 716 | 	 * If a case-insensitive match was found earlier, return success. | 
 | 717 | 	 */ | 
 | 718 | 	if (args->cmpresult == XFS_CMP_CASE) | 
 | 719 | 		return 0; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 720 | 	/* | 
 | 721 | 	 * No match, release the buffer and return ENOENT. | 
 | 722 | 	 */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 723 | 	xfs_da_brelse(tp, bp); | 
 | 724 | 	return XFS_ERROR(ENOENT); | 
 | 725 | } | 
 | 726 |  | 
 | 727 | /* | 
 | 728 |  * Remove an entry from a block format directory. | 
 | 729 |  * If that makes the block small enough to fit in shortform, transform it. | 
 | 730 |  */ | 
 | 731 | int						/* error */ | 
 | 732 | xfs_dir2_block_removename( | 
 | 733 | 	xfs_da_args_t		*args)		/* directory operation args */ | 
 | 734 | { | 
 | 735 | 	xfs_dir2_block_t	*block;		/* block structure */ | 
 | 736 | 	xfs_dir2_leaf_entry_t	*blp;		/* block leaf pointer */ | 
 | 737 | 	xfs_dabuf_t		*bp;		/* block buffer */ | 
 | 738 | 	xfs_dir2_block_tail_t	*btp;		/* block tail */ | 
 | 739 | 	xfs_dir2_data_entry_t	*dep;		/* block data entry */ | 
 | 740 | 	xfs_inode_t		*dp;		/* incore inode */ | 
 | 741 | 	int			ent;		/* block leaf entry index */ | 
 | 742 | 	int			error;		/* error return value */ | 
 | 743 | 	xfs_mount_t		*mp;		/* filesystem mount point */ | 
 | 744 | 	int			needlog;	/* need to log block header */ | 
 | 745 | 	int			needscan;	/* need to fixup bestfree */ | 
 | 746 | 	xfs_dir2_sf_hdr_t	sfh;		/* shortform header */ | 
 | 747 | 	int			size;		/* shortform size */ | 
 | 748 | 	xfs_trans_t		*tp;		/* transaction pointer */ | 
 | 749 |  | 
 | 750 | 	xfs_dir2_trace_args("block_removename", args); | 
 | 751 | 	/* | 
 | 752 | 	 * Look up the entry in the block.  Gets the buffer and entry index. | 
 | 753 | 	 * It will always be there, the vnodeops level does a lookup first. | 
 | 754 | 	 */ | 
 | 755 | 	if ((error = xfs_dir2_block_lookup_int(args, &bp, &ent))) { | 
 | 756 | 		return error; | 
 | 757 | 	} | 
 | 758 | 	dp = args->dp; | 
 | 759 | 	tp = args->trans; | 
 | 760 | 	mp = dp->i_mount; | 
 | 761 | 	block = bp->data; | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 762 | 	btp = xfs_dir2_block_tail_p(mp, block); | 
 | 763 | 	blp = xfs_dir2_block_leaf_p(btp); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 764 | 	/* | 
 | 765 | 	 * Point to the data entry using the leaf entry. | 
 | 766 | 	 */ | 
 | 767 | 	dep = (xfs_dir2_data_entry_t *) | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 768 | 	      ((char *)block + xfs_dir2_dataptr_to_off(mp, be32_to_cpu(blp[ent].address))); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 769 | 	/* | 
 | 770 | 	 * Mark the data entry's space free. | 
 | 771 | 	 */ | 
 | 772 | 	needlog = needscan = 0; | 
 | 773 | 	xfs_dir2_data_make_free(tp, bp, | 
 | 774 | 		(xfs_dir2_data_aoff_t)((char *)dep - (char *)block), | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 775 | 		xfs_dir2_data_entsize(dep->namelen), &needlog, &needscan); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 776 | 	/* | 
 | 777 | 	 * Fix up the block tail. | 
 | 778 | 	 */ | 
| Marcin Slusarz | 413d57c | 2008-02-13 15:03:29 -0800 | [diff] [blame] | 779 | 	be32_add_cpu(&btp->stale, 1); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 780 | 	xfs_dir2_block_log_tail(tp, bp); | 
 | 781 | 	/* | 
 | 782 | 	 * Remove the leaf entry by marking it stale. | 
 | 783 | 	 */ | 
| Nathan Scott | 3c1f9c1 | 2006-03-17 17:28:18 +1100 | [diff] [blame] | 784 | 	blp[ent].address = cpu_to_be32(XFS_DIR2_NULL_DATAPTR); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 785 | 	xfs_dir2_block_log_leaf(tp, bp, ent, ent); | 
 | 786 | 	/* | 
 | 787 | 	 * Fix up bestfree, log the header if necessary. | 
 | 788 | 	 */ | 
 | 789 | 	if (needscan) | 
| Eric Sandeen | ef497f8 | 2007-05-08 13:48:49 +1000 | [diff] [blame] | 790 | 		xfs_dir2_data_freescan(mp, (xfs_dir2_data_t *)block, &needlog); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 791 | 	if (needlog) | 
 | 792 | 		xfs_dir2_data_log_header(tp, bp); | 
 | 793 | 	xfs_dir2_data_check(dp, bp); | 
 | 794 | 	/* | 
 | 795 | 	 * See if the size as a shortform is good enough. | 
 | 796 | 	 */ | 
 | 797 | 	if ((size = xfs_dir2_block_sfsize(dp, block, &sfh)) > | 
 | 798 | 	    XFS_IFORK_DSIZE(dp)) { | 
 | 799 | 		xfs_da_buf_done(bp); | 
 | 800 | 		return 0; | 
 | 801 | 	} | 
 | 802 | 	/* | 
 | 803 | 	 * If it works, do the conversion. | 
 | 804 | 	 */ | 
 | 805 | 	return xfs_dir2_block_to_sf(args, bp, size, &sfh); | 
 | 806 | } | 
 | 807 |  | 
 | 808 | /* | 
 | 809 |  * Replace an entry in a V2 block directory. | 
 | 810 |  * Change the inode number to the new value. | 
 | 811 |  */ | 
 | 812 | int						/* error */ | 
 | 813 | xfs_dir2_block_replace( | 
 | 814 | 	xfs_da_args_t		*args)		/* directory operation args */ | 
 | 815 | { | 
 | 816 | 	xfs_dir2_block_t	*block;		/* block structure */ | 
 | 817 | 	xfs_dir2_leaf_entry_t	*blp;		/* block leaf entries */ | 
 | 818 | 	xfs_dabuf_t		*bp;		/* block buffer */ | 
 | 819 | 	xfs_dir2_block_tail_t	*btp;		/* block tail */ | 
 | 820 | 	xfs_dir2_data_entry_t	*dep;		/* block data entry */ | 
 | 821 | 	xfs_inode_t		*dp;		/* incore inode */ | 
 | 822 | 	int			ent;		/* leaf entry index */ | 
 | 823 | 	int			error;		/* error return value */ | 
 | 824 | 	xfs_mount_t		*mp;		/* filesystem mount point */ | 
 | 825 |  | 
 | 826 | 	xfs_dir2_trace_args("block_replace", args); | 
 | 827 | 	/* | 
 | 828 | 	 * Lookup the entry in the directory.  Get buffer and entry index. | 
 | 829 | 	 * This will always succeed since the caller has already done a lookup. | 
 | 830 | 	 */ | 
 | 831 | 	if ((error = xfs_dir2_block_lookup_int(args, &bp, &ent))) { | 
 | 832 | 		return error; | 
 | 833 | 	} | 
 | 834 | 	dp = args->dp; | 
 | 835 | 	mp = dp->i_mount; | 
 | 836 | 	block = bp->data; | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 837 | 	btp = xfs_dir2_block_tail_p(mp, block); | 
 | 838 | 	blp = xfs_dir2_block_leaf_p(btp); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 839 | 	/* | 
 | 840 | 	 * Point to the data entry we need to change. | 
 | 841 | 	 */ | 
 | 842 | 	dep = (xfs_dir2_data_entry_t *) | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 843 | 	      ((char *)block + xfs_dir2_dataptr_to_off(mp, be32_to_cpu(blp[ent].address))); | 
| Christoph Hellwig | ff9901c | 2006-06-09 14:48:37 +1000 | [diff] [blame] | 844 | 	ASSERT(be64_to_cpu(dep->inumber) != args->inumber); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 845 | 	/* | 
 | 846 | 	 * Change the inode number to the new value. | 
 | 847 | 	 */ | 
| Christoph Hellwig | ff9901c | 2006-06-09 14:48:37 +1000 | [diff] [blame] | 848 | 	dep->inumber = cpu_to_be64(args->inumber); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 849 | 	xfs_dir2_data_log_entry(args->trans, bp, dep); | 
 | 850 | 	xfs_dir2_data_check(dp, bp); | 
 | 851 | 	xfs_da_buf_done(bp); | 
 | 852 | 	return 0; | 
 | 853 | } | 
 | 854 |  | 
 | 855 | /* | 
 | 856 |  * Qsort comparison routine for the block leaf entries. | 
 | 857 |  */ | 
 | 858 | static int					/* sort order */ | 
 | 859 | xfs_dir2_block_sort( | 
 | 860 | 	const void			*a,	/* first leaf entry */ | 
 | 861 | 	const void			*b)	/* second leaf entry */ | 
 | 862 | { | 
 | 863 | 	const xfs_dir2_leaf_entry_t	*la;	/* first leaf entry */ | 
 | 864 | 	const xfs_dir2_leaf_entry_t	*lb;	/* second leaf entry */ | 
 | 865 |  | 
 | 866 | 	la = a; | 
 | 867 | 	lb = b; | 
| Nathan Scott | 3c1f9c1 | 2006-03-17 17:28:18 +1100 | [diff] [blame] | 868 | 	return be32_to_cpu(la->hashval) < be32_to_cpu(lb->hashval) ? -1 : | 
 | 869 | 		(be32_to_cpu(la->hashval) > be32_to_cpu(lb->hashval) ? 1 : 0); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 870 | } | 
 | 871 |  | 
 | 872 | /* | 
 | 873 |  * Convert a V2 leaf directory to a V2 block directory if possible. | 
 | 874 |  */ | 
 | 875 | int						/* error */ | 
 | 876 | xfs_dir2_leaf_to_block( | 
 | 877 | 	xfs_da_args_t		*args,		/* operation arguments */ | 
 | 878 | 	xfs_dabuf_t		*lbp,		/* leaf buffer */ | 
 | 879 | 	xfs_dabuf_t		*dbp)		/* data buffer */ | 
 | 880 | { | 
| Nathan Scott | 68b3a10 | 2006-03-17 17:27:19 +1100 | [diff] [blame] | 881 | 	__be16			*bestsp;	/* leaf bests table */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 882 | 	xfs_dir2_block_t	*block;		/* block structure */ | 
 | 883 | 	xfs_dir2_block_tail_t	*btp;		/* block tail */ | 
 | 884 | 	xfs_inode_t		*dp;		/* incore directory inode */ | 
 | 885 | 	xfs_dir2_data_unused_t	*dup;		/* unused data entry */ | 
 | 886 | 	int			error;		/* error return value */ | 
 | 887 | 	int			from;		/* leaf from index */ | 
 | 888 | 	xfs_dir2_leaf_t		*leaf;		/* leaf structure */ | 
 | 889 | 	xfs_dir2_leaf_entry_t	*lep;		/* leaf entry */ | 
 | 890 | 	xfs_dir2_leaf_tail_t	*ltp;		/* leaf tail structure */ | 
 | 891 | 	xfs_mount_t		*mp;		/* file system mount point */ | 
 | 892 | 	int			needlog;	/* need to log data header */ | 
 | 893 | 	int			needscan;	/* need to scan for bestfree */ | 
 | 894 | 	xfs_dir2_sf_hdr_t	sfh;		/* shortform header */ | 
 | 895 | 	int			size;		/* bytes used */ | 
| Nathan Scott | 3d693c6 | 2006-03-17 17:28:27 +1100 | [diff] [blame] | 896 | 	__be16			*tagp;		/* end of entry (tag) */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 897 | 	int			to;		/* block/leaf to index */ | 
 | 898 | 	xfs_trans_t		*tp;		/* transaction pointer */ | 
 | 899 |  | 
 | 900 | 	xfs_dir2_trace_args_bb("leaf_to_block", args, lbp, dbp); | 
 | 901 | 	dp = args->dp; | 
 | 902 | 	tp = args->trans; | 
 | 903 | 	mp = dp->i_mount; | 
 | 904 | 	leaf = lbp->data; | 
| Nathan Scott | 89da054 | 2006-03-17 17:28:40 +1100 | [diff] [blame] | 905 | 	ASSERT(be16_to_cpu(leaf->hdr.info.magic) == XFS_DIR2_LEAF1_MAGIC); | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 906 | 	ltp = xfs_dir2_leaf_tail_p(mp, leaf); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 907 | 	/* | 
 | 908 | 	 * If there are data blocks other than the first one, take this | 
 | 909 | 	 * opportunity to remove trailing empty data blocks that may have | 
 | 910 | 	 * been left behind during no-space-reservation operations. | 
 | 911 | 	 * These will show up in the leaf bests table. | 
 | 912 | 	 */ | 
 | 913 | 	while (dp->i_d.di_size > mp->m_dirblksize) { | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 914 | 		bestsp = xfs_dir2_leaf_bests_p(ltp); | 
| Nathan Scott | afbcb3f | 2006-03-17 17:27:28 +1100 | [diff] [blame] | 915 | 		if (be16_to_cpu(bestsp[be32_to_cpu(ltp->bestcount) - 1]) == | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 916 | 		    mp->m_dirblksize - (uint)sizeof(block->hdr)) { | 
 | 917 | 			if ((error = | 
 | 918 | 			    xfs_dir2_leaf_trim_data(args, lbp, | 
| Nathan Scott | afbcb3f | 2006-03-17 17:27:28 +1100 | [diff] [blame] | 919 | 				    (xfs_dir2_db_t)(be32_to_cpu(ltp->bestcount) - 1)))) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 920 | 				goto out; | 
 | 921 | 		} else { | 
 | 922 | 			error = 0; | 
 | 923 | 			goto out; | 
 | 924 | 		} | 
 | 925 | 	} | 
 | 926 | 	/* | 
 | 927 | 	 * Read the data block if we don't already have it, give up if it fails. | 
 | 928 | 	 */ | 
 | 929 | 	if (dbp == NULL && | 
 | 930 | 	    (error = xfs_da_read_buf(tp, dp, mp->m_dirdatablk, -1, &dbp, | 
 | 931 | 		    XFS_DATA_FORK))) { | 
 | 932 | 		goto out; | 
 | 933 | 	} | 
 | 934 | 	block = dbp->data; | 
| Nathan Scott | 70e73f5 | 2006-03-17 17:26:52 +1100 | [diff] [blame] | 935 | 	ASSERT(be32_to_cpu(block->hdr.magic) == XFS_DIR2_DATA_MAGIC); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 936 | 	/* | 
 | 937 | 	 * Size of the "leaf" area in the block. | 
 | 938 | 	 */ | 
 | 939 | 	size = (uint)sizeof(block->tail) + | 
| Nathan Scott | a818e5d | 2006-03-17 17:28:07 +1100 | [diff] [blame] | 940 | 	       (uint)sizeof(*lep) * (be16_to_cpu(leaf->hdr.count) - be16_to_cpu(leaf->hdr.stale)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 941 | 	/* | 
 | 942 | 	 * Look at the last data entry. | 
 | 943 | 	 */ | 
| Nathan Scott | 3d693c6 | 2006-03-17 17:28:27 +1100 | [diff] [blame] | 944 | 	tagp = (__be16 *)((char *)block + mp->m_dirblksize) - 1; | 
 | 945 | 	dup = (xfs_dir2_data_unused_t *)((char *)block + be16_to_cpu(*tagp)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 946 | 	/* | 
 | 947 | 	 * If it's not free or is too short we can't do it. | 
 | 948 | 	 */ | 
| Nathan Scott | ad354eb | 2006-03-17 17:27:37 +1100 | [diff] [blame] | 949 | 	if (be16_to_cpu(dup->freetag) != XFS_DIR2_DATA_FREE_TAG || | 
 | 950 | 	    be16_to_cpu(dup->length) < size) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 951 | 		error = 0; | 
 | 952 | 		goto out; | 
 | 953 | 	} | 
 | 954 | 	/* | 
 | 955 | 	 * Start converting it to block form. | 
 | 956 | 	 */ | 
| Nathan Scott | 70e73f5 | 2006-03-17 17:26:52 +1100 | [diff] [blame] | 957 | 	block->hdr.magic = cpu_to_be32(XFS_DIR2_BLOCK_MAGIC); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 958 | 	needlog = 1; | 
 | 959 | 	needscan = 0; | 
 | 960 | 	/* | 
 | 961 | 	 * Use up the space at the end of the block (blp/btp). | 
 | 962 | 	 */ | 
 | 963 | 	xfs_dir2_data_use_free(tp, dbp, dup, mp->m_dirblksize - size, size, | 
 | 964 | 		&needlog, &needscan); | 
 | 965 | 	/* | 
 | 966 | 	 * Initialize the block tail. | 
 | 967 | 	 */ | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 968 | 	btp = xfs_dir2_block_tail_p(mp, block); | 
| Nathan Scott | a818e5d | 2006-03-17 17:28:07 +1100 | [diff] [blame] | 969 | 	btp->count = cpu_to_be32(be16_to_cpu(leaf->hdr.count) - be16_to_cpu(leaf->hdr.stale)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 970 | 	btp->stale = 0; | 
 | 971 | 	xfs_dir2_block_log_tail(tp, dbp); | 
 | 972 | 	/* | 
 | 973 | 	 * Initialize the block leaf area.  We compact out stale entries. | 
 | 974 | 	 */ | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 975 | 	lep = xfs_dir2_block_leaf_p(btp); | 
| Nathan Scott | a818e5d | 2006-03-17 17:28:07 +1100 | [diff] [blame] | 976 | 	for (from = to = 0; from < be16_to_cpu(leaf->hdr.count); from++) { | 
| Nathan Scott | 3c1f9c1 | 2006-03-17 17:28:18 +1100 | [diff] [blame] | 977 | 		if (be32_to_cpu(leaf->ents[from].address) == XFS_DIR2_NULL_DATAPTR) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 978 | 			continue; | 
 | 979 | 		lep[to++] = leaf->ents[from]; | 
 | 980 | 	} | 
| Nathan Scott | e922fff | 2006-03-17 17:27:56 +1100 | [diff] [blame] | 981 | 	ASSERT(to == be32_to_cpu(btp->count)); | 
 | 982 | 	xfs_dir2_block_log_leaf(tp, dbp, 0, be32_to_cpu(btp->count) - 1); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 983 | 	/* | 
 | 984 | 	 * Scan the bestfree if we need it and log the data block header. | 
 | 985 | 	 */ | 
 | 986 | 	if (needscan) | 
| Eric Sandeen | ef497f8 | 2007-05-08 13:48:49 +1000 | [diff] [blame] | 987 | 		xfs_dir2_data_freescan(mp, (xfs_dir2_data_t *)block, &needlog); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 988 | 	if (needlog) | 
 | 989 | 		xfs_dir2_data_log_header(tp, dbp); | 
 | 990 | 	/* | 
 | 991 | 	 * Pitch the old leaf block. | 
 | 992 | 	 */ | 
 | 993 | 	error = xfs_da_shrink_inode(args, mp->m_dirleafblk, lbp); | 
 | 994 | 	lbp = NULL; | 
 | 995 | 	if (error) { | 
 | 996 | 		goto out; | 
 | 997 | 	} | 
 | 998 | 	/* | 
 | 999 | 	 * Now see if the resulting block can be shrunken to shortform. | 
 | 1000 | 	 */ | 
 | 1001 | 	if ((size = xfs_dir2_block_sfsize(dp, block, &sfh)) > | 
 | 1002 | 	    XFS_IFORK_DSIZE(dp)) { | 
 | 1003 | 		error = 0; | 
 | 1004 | 		goto out; | 
 | 1005 | 	} | 
 | 1006 | 	return xfs_dir2_block_to_sf(args, dbp, size, &sfh); | 
 | 1007 | out: | 
 | 1008 | 	if (lbp) | 
 | 1009 | 		xfs_da_buf_done(lbp); | 
 | 1010 | 	if (dbp) | 
 | 1011 | 		xfs_da_buf_done(dbp); | 
 | 1012 | 	return error; | 
 | 1013 | } | 
 | 1014 |  | 
 | 1015 | /* | 
 | 1016 |  * Convert the shortform directory to block form. | 
 | 1017 |  */ | 
 | 1018 | int						/* error */ | 
 | 1019 | xfs_dir2_sf_to_block( | 
 | 1020 | 	xfs_da_args_t		*args)		/* operation arguments */ | 
 | 1021 | { | 
 | 1022 | 	xfs_dir2_db_t		blkno;		/* dir-relative block # (0) */ | 
 | 1023 | 	xfs_dir2_block_t	*block;		/* block structure */ | 
 | 1024 | 	xfs_dir2_leaf_entry_t	*blp;		/* block leaf entries */ | 
 | 1025 | 	xfs_dabuf_t		*bp;		/* block buffer */ | 
 | 1026 | 	xfs_dir2_block_tail_t	*btp;		/* block tail pointer */ | 
 | 1027 | 	char			*buf;		/* sf buffer */ | 
 | 1028 | 	int			buf_len; | 
 | 1029 | 	xfs_dir2_data_entry_t	*dep;		/* data entry pointer */ | 
 | 1030 | 	xfs_inode_t		*dp;		/* incore directory inode */ | 
 | 1031 | 	int			dummy;		/* trash */ | 
 | 1032 | 	xfs_dir2_data_unused_t	*dup;		/* unused entry pointer */ | 
 | 1033 | 	int			endoffset;	/* end of data objects */ | 
 | 1034 | 	int			error;		/* error return value */ | 
 | 1035 | 	int			i;		/* index */ | 
 | 1036 | 	xfs_mount_t		*mp;		/* filesystem mount point */ | 
 | 1037 | 	int			needlog;	/* need to log block header */ | 
 | 1038 | 	int			needscan;	/* need to scan block freespc */ | 
 | 1039 | 	int			newoffset;	/* offset from current entry */ | 
 | 1040 | 	int			offset;		/* target block offset */ | 
 | 1041 | 	xfs_dir2_sf_entry_t	*sfep;		/* sf entry pointer */ | 
 | 1042 | 	xfs_dir2_sf_t		*sfp;		/* shortform structure */ | 
| Nathan Scott | 3d693c6 | 2006-03-17 17:28:27 +1100 | [diff] [blame] | 1043 | 	__be16			*tagp;		/* end of data entry */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1044 | 	xfs_trans_t		*tp;		/* transaction pointer */ | 
| Barry Naujok | 5163f95 | 2008-05-21 16:41:01 +1000 | [diff] [blame] | 1045 | 	struct xfs_name		name; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1046 |  | 
 | 1047 | 	xfs_dir2_trace_args("sf_to_block", args); | 
 | 1048 | 	dp = args->dp; | 
 | 1049 | 	tp = args->trans; | 
 | 1050 | 	mp = dp->i_mount; | 
 | 1051 | 	ASSERT(dp->i_df.if_flags & XFS_IFINLINE); | 
 | 1052 | 	/* | 
 | 1053 | 	 * Bomb out if the shortform directory is way too short. | 
 | 1054 | 	 */ | 
 | 1055 | 	if (dp->i_d.di_size < offsetof(xfs_dir2_sf_hdr_t, parent)) { | 
 | 1056 | 		ASSERT(XFS_FORCED_SHUTDOWN(mp)); | 
 | 1057 | 		return XFS_ERROR(EIO); | 
 | 1058 | 	} | 
 | 1059 | 	ASSERT(dp->i_df.if_bytes == dp->i_d.di_size); | 
 | 1060 | 	ASSERT(dp->i_df.if_u1.if_data != NULL); | 
 | 1061 | 	sfp = (xfs_dir2_sf_t *)dp->i_df.if_u1.if_data; | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 1062 | 	ASSERT(dp->i_d.di_size >= xfs_dir2_sf_hdr_size(sfp->hdr.i8count)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1063 | 	/* | 
 | 1064 | 	 * Copy the directory into the stack buffer. | 
 | 1065 | 	 * Then pitch the incore inode data so we can make extents. | 
 | 1066 | 	 */ | 
 | 1067 |  | 
 | 1068 | 	buf_len = dp->i_df.if_bytes; | 
 | 1069 | 	buf = kmem_alloc(dp->i_df.if_bytes, KM_SLEEP); | 
 | 1070 |  | 
 | 1071 | 	memcpy(buf, sfp, dp->i_df.if_bytes); | 
 | 1072 | 	xfs_idata_realloc(dp, -dp->i_df.if_bytes, XFS_DATA_FORK); | 
 | 1073 | 	dp->i_d.di_size = 0; | 
 | 1074 | 	xfs_trans_log_inode(tp, dp, XFS_ILOG_CORE); | 
 | 1075 | 	/* | 
 | 1076 | 	 * Reset pointer - old sfp is gone. | 
 | 1077 | 	 */ | 
 | 1078 | 	sfp = (xfs_dir2_sf_t *)buf; | 
 | 1079 | 	/* | 
 | 1080 | 	 * Add block 0 to the inode. | 
 | 1081 | 	 */ | 
 | 1082 | 	error = xfs_dir2_grow_inode(args, XFS_DIR2_DATA_SPACE, &blkno); | 
 | 1083 | 	if (error) { | 
| Denys Vlasenko | f0e2d93 | 2008-05-19 16:31:57 +1000 | [diff] [blame] | 1084 | 		kmem_free(buf); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1085 | 		return error; | 
 | 1086 | 	} | 
 | 1087 | 	/* | 
 | 1088 | 	 * Initialize the data block. | 
 | 1089 | 	 */ | 
 | 1090 | 	error = xfs_dir2_data_init(args, blkno, &bp); | 
 | 1091 | 	if (error) { | 
| Denys Vlasenko | f0e2d93 | 2008-05-19 16:31:57 +1000 | [diff] [blame] | 1092 | 		kmem_free(buf); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1093 | 		return error; | 
 | 1094 | 	} | 
 | 1095 | 	block = bp->data; | 
| Nathan Scott | 70e73f5 | 2006-03-17 17:26:52 +1100 | [diff] [blame] | 1096 | 	block->hdr.magic = cpu_to_be32(XFS_DIR2_BLOCK_MAGIC); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1097 | 	/* | 
 | 1098 | 	 * Compute size of block "tail" area. | 
 | 1099 | 	 */ | 
 | 1100 | 	i = (uint)sizeof(*btp) + | 
| Nathan Scott | 8f44e04 | 2006-03-17 17:28:47 +1100 | [diff] [blame] | 1101 | 	    (sfp->hdr.count + 2) * (uint)sizeof(xfs_dir2_leaf_entry_t); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1102 | 	/* | 
 | 1103 | 	 * The whole thing is initialized to free by the init routine. | 
 | 1104 | 	 * Say we're using the leaf and tail area. | 
 | 1105 | 	 */ | 
 | 1106 | 	dup = (xfs_dir2_data_unused_t *)block->u; | 
 | 1107 | 	needlog = needscan = 0; | 
 | 1108 | 	xfs_dir2_data_use_free(tp, bp, dup, mp->m_dirblksize - i, i, &needlog, | 
 | 1109 | 		&needscan); | 
 | 1110 | 	ASSERT(needscan == 0); | 
 | 1111 | 	/* | 
 | 1112 | 	 * Fill in the tail. | 
 | 1113 | 	 */ | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 1114 | 	btp = xfs_dir2_block_tail_p(mp, block); | 
| Nathan Scott | 8f44e04 | 2006-03-17 17:28:47 +1100 | [diff] [blame] | 1115 | 	btp->count = cpu_to_be32(sfp->hdr.count + 2);	/* ., .. */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1116 | 	btp->stale = 0; | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 1117 | 	blp = xfs_dir2_block_leaf_p(btp); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1118 | 	endoffset = (uint)((char *)blp - (char *)block); | 
 | 1119 | 	/* | 
 | 1120 | 	 * Remove the freespace, we'll manage it. | 
 | 1121 | 	 */ | 
 | 1122 | 	xfs_dir2_data_use_free(tp, bp, dup, | 
 | 1123 | 		(xfs_dir2_data_aoff_t)((char *)dup - (char *)block), | 
| Nathan Scott | ad354eb | 2006-03-17 17:27:37 +1100 | [diff] [blame] | 1124 | 		be16_to_cpu(dup->length), &needlog, &needscan); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1125 | 	/* | 
 | 1126 | 	 * Create entry for . | 
 | 1127 | 	 */ | 
 | 1128 | 	dep = (xfs_dir2_data_entry_t *) | 
 | 1129 | 	      ((char *)block + XFS_DIR2_DATA_DOT_OFFSET); | 
| Christoph Hellwig | ff9901c | 2006-06-09 14:48:37 +1000 | [diff] [blame] | 1130 | 	dep->inumber = cpu_to_be64(dp->i_ino); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1131 | 	dep->namelen = 1; | 
 | 1132 | 	dep->name[0] = '.'; | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 1133 | 	tagp = xfs_dir2_data_entry_tag_p(dep); | 
| Nathan Scott | 3d693c6 | 2006-03-17 17:28:27 +1100 | [diff] [blame] | 1134 | 	*tagp = cpu_to_be16((char *)dep - (char *)block); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1135 | 	xfs_dir2_data_log_entry(tp, bp, dep); | 
| Nathan Scott | 3c1f9c1 | 2006-03-17 17:28:18 +1100 | [diff] [blame] | 1136 | 	blp[0].hashval = cpu_to_be32(xfs_dir_hash_dot); | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 1137 | 	blp[0].address = cpu_to_be32(xfs_dir2_byte_to_dataptr(mp, | 
| Nathan Scott | 3c1f9c1 | 2006-03-17 17:28:18 +1100 | [diff] [blame] | 1138 | 				(char *)dep - (char *)block)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1139 | 	/* | 
 | 1140 | 	 * Create entry for .. | 
 | 1141 | 	 */ | 
 | 1142 | 	dep = (xfs_dir2_data_entry_t *) | 
 | 1143 | 		((char *)block + XFS_DIR2_DATA_DOTDOT_OFFSET); | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 1144 | 	dep->inumber = cpu_to_be64(xfs_dir2_sf_get_inumber(sfp, &sfp->hdr.parent)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1145 | 	dep->namelen = 2; | 
 | 1146 | 	dep->name[0] = dep->name[1] = '.'; | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 1147 | 	tagp = xfs_dir2_data_entry_tag_p(dep); | 
| Nathan Scott | 3d693c6 | 2006-03-17 17:28:27 +1100 | [diff] [blame] | 1148 | 	*tagp = cpu_to_be16((char *)dep - (char *)block); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1149 | 	xfs_dir2_data_log_entry(tp, bp, dep); | 
| Nathan Scott | 3c1f9c1 | 2006-03-17 17:28:18 +1100 | [diff] [blame] | 1150 | 	blp[1].hashval = cpu_to_be32(xfs_dir_hash_dotdot); | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 1151 | 	blp[1].address = cpu_to_be32(xfs_dir2_byte_to_dataptr(mp, | 
| Nathan Scott | 3c1f9c1 | 2006-03-17 17:28:18 +1100 | [diff] [blame] | 1152 | 				(char *)dep - (char *)block)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1153 | 	offset = XFS_DIR2_DATA_FIRST_OFFSET; | 
 | 1154 | 	/* | 
 | 1155 | 	 * Loop over existing entries, stuff them in. | 
 | 1156 | 	 */ | 
| Nathan Scott | 8f44e04 | 2006-03-17 17:28:47 +1100 | [diff] [blame] | 1157 | 	if ((i = 0) == sfp->hdr.count) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1158 | 		sfep = NULL; | 
 | 1159 | 	else | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 1160 | 		sfep = xfs_dir2_sf_firstentry(sfp); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1161 | 	/* | 
 | 1162 | 	 * Need to preserve the existing offset values in the sf directory. | 
 | 1163 | 	 * Insert holes (unused entries) where necessary. | 
 | 1164 | 	 */ | 
 | 1165 | 	while (offset < endoffset) { | 
 | 1166 | 		/* | 
 | 1167 | 		 * sfep is null when we reach the end of the list. | 
 | 1168 | 		 */ | 
 | 1169 | 		if (sfep == NULL) | 
 | 1170 | 			newoffset = endoffset; | 
 | 1171 | 		else | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 1172 | 			newoffset = xfs_dir2_sf_get_offset(sfep); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1173 | 		/* | 
 | 1174 | 		 * There should be a hole here, make one. | 
 | 1175 | 		 */ | 
 | 1176 | 		if (offset < newoffset) { | 
 | 1177 | 			dup = (xfs_dir2_data_unused_t *) | 
 | 1178 | 			      ((char *)block + offset); | 
| Nathan Scott | ad354eb | 2006-03-17 17:27:37 +1100 | [diff] [blame] | 1179 | 			dup->freetag = cpu_to_be16(XFS_DIR2_DATA_FREE_TAG); | 
 | 1180 | 			dup->length = cpu_to_be16(newoffset - offset); | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 1181 | 			*xfs_dir2_data_unused_tag_p(dup) = cpu_to_be16( | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1182 | 				((char *)dup - (char *)block)); | 
 | 1183 | 			xfs_dir2_data_log_unused(tp, bp, dup); | 
 | 1184 | 			(void)xfs_dir2_data_freeinsert((xfs_dir2_data_t *)block, | 
 | 1185 | 				dup, &dummy); | 
| Nathan Scott | ad354eb | 2006-03-17 17:27:37 +1100 | [diff] [blame] | 1186 | 			offset += be16_to_cpu(dup->length); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1187 | 			continue; | 
 | 1188 | 		} | 
 | 1189 | 		/* | 
 | 1190 | 		 * Copy a real entry. | 
 | 1191 | 		 */ | 
 | 1192 | 		dep = (xfs_dir2_data_entry_t *)((char *)block + newoffset); | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 1193 | 		dep->inumber = cpu_to_be64(xfs_dir2_sf_get_inumber(sfp, | 
 | 1194 | 				xfs_dir2_sf_inumberp(sfep))); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1195 | 		dep->namelen = sfep->namelen; | 
 | 1196 | 		memcpy(dep->name, sfep->name, dep->namelen); | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 1197 | 		tagp = xfs_dir2_data_entry_tag_p(dep); | 
| Nathan Scott | 3d693c6 | 2006-03-17 17:28:27 +1100 | [diff] [blame] | 1198 | 		*tagp = cpu_to_be16((char *)dep - (char *)block); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1199 | 		xfs_dir2_data_log_entry(tp, bp, dep); | 
| Barry Naujok | 5163f95 | 2008-05-21 16:41:01 +1000 | [diff] [blame] | 1200 | 		name.name = sfep->name; | 
 | 1201 | 		name.len = sfep->namelen; | 
 | 1202 | 		blp[2 + i].hashval = cpu_to_be32(mp->m_dirnameops-> | 
 | 1203 | 							hashname(&name)); | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 1204 | 		blp[2 + i].address = cpu_to_be32(xfs_dir2_byte_to_dataptr(mp, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1205 | 						 (char *)dep - (char *)block)); | 
 | 1206 | 		offset = (int)((char *)(tagp + 1) - (char *)block); | 
| Nathan Scott | 8f44e04 | 2006-03-17 17:28:47 +1100 | [diff] [blame] | 1207 | 		if (++i == sfp->hdr.count) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1208 | 			sfep = NULL; | 
 | 1209 | 		else | 
| Christoph Hellwig | bbaaf53 | 2007-06-28 16:43:50 +1000 | [diff] [blame] | 1210 | 			sfep = xfs_dir2_sf_nextentry(sfp, sfep); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1211 | 	} | 
 | 1212 | 	/* Done with the temporary buffer */ | 
| Denys Vlasenko | f0e2d93 | 2008-05-19 16:31:57 +1000 | [diff] [blame] | 1213 | 	kmem_free(buf); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1214 | 	/* | 
 | 1215 | 	 * Sort the leaf entries by hash value. | 
 | 1216 | 	 */ | 
| Nathan Scott | e922fff | 2006-03-17 17:27:56 +1100 | [diff] [blame] | 1217 | 	xfs_sort(blp, be32_to_cpu(btp->count), sizeof(*blp), xfs_dir2_block_sort); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1218 | 	/* | 
 | 1219 | 	 * Log the leaf entry area and tail. | 
 | 1220 | 	 * Already logged the header in data_init, ignore needlog. | 
 | 1221 | 	 */ | 
 | 1222 | 	ASSERT(needscan == 0); | 
| Nathan Scott | e922fff | 2006-03-17 17:27:56 +1100 | [diff] [blame] | 1223 | 	xfs_dir2_block_log_leaf(tp, bp, 0, be32_to_cpu(btp->count) - 1); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1224 | 	xfs_dir2_block_log_tail(tp, bp); | 
 | 1225 | 	xfs_dir2_data_check(dp, bp); | 
 | 1226 | 	xfs_da_buf_done(bp); | 
 | 1227 | 	return 0; | 
 | 1228 | } |