blob: a0f90193a247bfce514fdc5b13b2aafa6bc98ca4 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Nathan Scott7b718762005-11-02 14:58:39 +11002 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
Dave Chinner517c2222013-04-24 18:58:55 +10003 * Copyright (c) 2013 Red Hat, Inc.
Nathan Scott7b718762005-11-02 14:58:39 +11004 * All Rights Reserved.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 *
Nathan Scott7b718762005-11-02 14:58:39 +11006 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 * published by the Free Software Foundation.
9 *
Nathan Scott7b718762005-11-02 14:58:39 +110010 * This program is distributed in the hope that it would be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
Linus Torvalds1da177e2005-04-16 15:20:36 -070014 *
Nathan Scott7b718762005-11-02 14:58:39 +110015 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write the Free Software Foundation,
17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Linus Torvalds1da177e2005-04-16 15:20:36 -070018 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070019#include "xfs.h"
Nathan Scotta844f452005-11-02 14:38:42 +110020#include "xfs_fs.h"
Dave Chinnera4fbe6a2013-10-23 10:51:50 +110021#include "xfs_format.h"
Dave Chinner239880e2013-10-23 10:50:10 +110022#include "xfs_log_format.h"
23#include "xfs_trans_resv.h"
Nathan Scotta844f452005-11-02 14:38:42 +110024#include "xfs_bit.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070025#include "xfs_sb.h"
26#include "xfs_ag.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070027#include "xfs_mount.h"
Dave Chinner57062782013-10-15 09:17:51 +110028#include "xfs_da_format.h"
Nathan Scotta844f452005-11-02 14:38:42 +110029#include "xfs_da_btree.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070030#include "xfs_inode.h"
Dave Chinner239880e2013-10-23 10:50:10 +110031#include "xfs_trans.h"
Nathan Scotta844f452005-11-02 14:38:42 +110032#include "xfs_inode_item.h"
Dave Chinnera4fbe6a2013-10-23 10:51:50 +110033#include "xfs_bmap_btree.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070034#include "xfs_bmap.h"
Dave Chinnera4fbe6a2013-10-23 10:51:50 +110035#include "xfs_attr_sf.h"
36#include "xfs_attr_remote.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070037#include "xfs_attr.h"
38#include "xfs_attr_leaf.h"
39#include "xfs_error.h"
Christoph Hellwig0b1b2132009-12-14 23:14:59 +000040#include "xfs_trace.h"
Dave Chinner517c2222013-04-24 18:58:55 +100041#include "xfs_buf_item.h"
42#include "xfs_cksum.h"
Dave Chinnera4fbe6a2013-10-23 10:51:50 +110043#include "xfs_dinode.h"
Dave Chinner517c2222013-04-24 18:58:55 +100044
Linus Torvalds1da177e2005-04-16 15:20:36 -070045
46/*
47 * xfs_attr_leaf.c
48 *
49 * Routines to implement leaf blocks of attributes as Btrees of hashed names.
50 */
51
52/*========================================================================
53 * Function prototypes for the kernel.
54 *========================================================================*/
55
56/*
57 * Routines used for growing the Btree.
58 */
Dave Chinner517c2222013-04-24 18:58:55 +100059STATIC int xfs_attr3_leaf_create(struct xfs_da_args *args,
60 xfs_dablk_t which_block, struct xfs_buf **bpp);
61STATIC int xfs_attr3_leaf_add_work(struct xfs_buf *leaf_buffer,
62 struct xfs_attr3_icleaf_hdr *ichdr,
63 struct xfs_da_args *args, int freemap_index);
64STATIC void xfs_attr3_leaf_compact(struct xfs_da_args *args,
65 struct xfs_attr3_icleaf_hdr *ichdr,
66 struct xfs_buf *leaf_buffer);
67STATIC void xfs_attr3_leaf_rebalance(xfs_da_state_t *state,
Linus Torvalds1da177e2005-04-16 15:20:36 -070068 xfs_da_state_blk_t *blk1,
69 xfs_da_state_blk_t *blk2);
Dave Chinner517c2222013-04-24 18:58:55 +100070STATIC int xfs_attr3_leaf_figure_balance(xfs_da_state_t *state,
71 xfs_da_state_blk_t *leaf_blk_1,
72 struct xfs_attr3_icleaf_hdr *ichdr1,
73 xfs_da_state_blk_t *leaf_blk_2,
74 struct xfs_attr3_icleaf_hdr *ichdr2,
75 int *number_entries_in_blk1,
76 int *number_usedbytes_in_blk1);
Linus Torvalds1da177e2005-04-16 15:20:36 -070077
78/*
79 * Utility routines.
80 */
Dave Chinner517c2222013-04-24 18:58:55 +100081STATIC void xfs_attr3_leaf_moveents(struct xfs_attr_leafblock *src_leaf,
82 struct xfs_attr3_icleaf_hdr *src_ichdr, int src_start,
83 struct xfs_attr_leafblock *dst_leaf,
84 struct xfs_attr3_icleaf_hdr *dst_ichdr, int dst_start,
85 int move_count, struct xfs_mount *mp);
Christoph Hellwigba0f32d2005-06-21 15:36:52 +100086STATIC int xfs_attr_leaf_entsize(xfs_attr_leafblock_t *leaf, int index);
Tim Shimmin726801b2006-09-28 11:01:37 +100087
Dave Chinner517c2222013-04-24 18:58:55 +100088void
89xfs_attr3_leaf_hdr_from_disk(
90 struct xfs_attr3_icleaf_hdr *to,
91 struct xfs_attr_leafblock *from)
92{
93 int i;
94
95 ASSERT(from->hdr.info.magic == cpu_to_be16(XFS_ATTR_LEAF_MAGIC) ||
96 from->hdr.info.magic == cpu_to_be16(XFS_ATTR3_LEAF_MAGIC));
97
98 if (from->hdr.info.magic == cpu_to_be16(XFS_ATTR3_LEAF_MAGIC)) {
99 struct xfs_attr3_leaf_hdr *hdr3 = (struct xfs_attr3_leaf_hdr *)from;
100
101 to->forw = be32_to_cpu(hdr3->info.hdr.forw);
102 to->back = be32_to_cpu(hdr3->info.hdr.back);
103 to->magic = be16_to_cpu(hdr3->info.hdr.magic);
104 to->count = be16_to_cpu(hdr3->count);
105 to->usedbytes = be16_to_cpu(hdr3->usedbytes);
106 to->firstused = be16_to_cpu(hdr3->firstused);
107 to->holes = hdr3->holes;
108
109 for (i = 0; i < XFS_ATTR_LEAF_MAPSIZE; i++) {
110 to->freemap[i].base = be16_to_cpu(hdr3->freemap[i].base);
111 to->freemap[i].size = be16_to_cpu(hdr3->freemap[i].size);
112 }
113 return;
114 }
115 to->forw = be32_to_cpu(from->hdr.info.forw);
116 to->back = be32_to_cpu(from->hdr.info.back);
117 to->magic = be16_to_cpu(from->hdr.info.magic);
118 to->count = be16_to_cpu(from->hdr.count);
119 to->usedbytes = be16_to_cpu(from->hdr.usedbytes);
120 to->firstused = be16_to_cpu(from->hdr.firstused);
121 to->holes = from->hdr.holes;
122
123 for (i = 0; i < XFS_ATTR_LEAF_MAPSIZE; i++) {
124 to->freemap[i].base = be16_to_cpu(from->hdr.freemap[i].base);
125 to->freemap[i].size = be16_to_cpu(from->hdr.freemap[i].size);
126 }
127}
128
129void
130xfs_attr3_leaf_hdr_to_disk(
131 struct xfs_attr_leafblock *to,
132 struct xfs_attr3_icleaf_hdr *from)
133{
134 int i;
135
136 ASSERT(from->magic == XFS_ATTR_LEAF_MAGIC ||
137 from->magic == XFS_ATTR3_LEAF_MAGIC);
138
139 if (from->magic == XFS_ATTR3_LEAF_MAGIC) {
140 struct xfs_attr3_leaf_hdr *hdr3 = (struct xfs_attr3_leaf_hdr *)to;
141
142 hdr3->info.hdr.forw = cpu_to_be32(from->forw);
143 hdr3->info.hdr.back = cpu_to_be32(from->back);
144 hdr3->info.hdr.magic = cpu_to_be16(from->magic);
145 hdr3->count = cpu_to_be16(from->count);
146 hdr3->usedbytes = cpu_to_be16(from->usedbytes);
147 hdr3->firstused = cpu_to_be16(from->firstused);
148 hdr3->holes = from->holes;
149 hdr3->pad1 = 0;
150
151 for (i = 0; i < XFS_ATTR_LEAF_MAPSIZE; i++) {
152 hdr3->freemap[i].base = cpu_to_be16(from->freemap[i].base);
153 hdr3->freemap[i].size = cpu_to_be16(from->freemap[i].size);
154 }
155 return;
156 }
157 to->hdr.info.forw = cpu_to_be32(from->forw);
158 to->hdr.info.back = cpu_to_be32(from->back);
159 to->hdr.info.magic = cpu_to_be16(from->magic);
160 to->hdr.count = cpu_to_be16(from->count);
161 to->hdr.usedbytes = cpu_to_be16(from->usedbytes);
162 to->hdr.firstused = cpu_to_be16(from->firstused);
163 to->hdr.holes = from->holes;
164 to->hdr.pad1 = 0;
165
166 for (i = 0; i < XFS_ATTR_LEAF_MAPSIZE; i++) {
167 to->hdr.freemap[i].base = cpu_to_be16(from->freemap[i].base);
168 to->hdr.freemap[i].size = cpu_to_be16(from->freemap[i].size);
169 }
170}
171
172static bool
173xfs_attr3_leaf_verify(
Dave Chinnerad14c332012-11-12 22:54:16 +1100174 struct xfs_buf *bp)
175{
176 struct xfs_mount *mp = bp->b_target->bt_mount;
Dave Chinner517c2222013-04-24 18:58:55 +1000177 struct xfs_attr_leafblock *leaf = bp->b_addr;
178 struct xfs_attr3_icleaf_hdr ichdr;
Dave Chinnerad14c332012-11-12 22:54:16 +1100179
Dave Chinner517c2222013-04-24 18:58:55 +1000180 xfs_attr3_leaf_hdr_from_disk(&ichdr, leaf);
181
182 if (xfs_sb_version_hascrc(&mp->m_sb)) {
183 struct xfs_da3_node_hdr *hdr3 = bp->b_addr;
184
185 if (ichdr.magic != XFS_ATTR3_LEAF_MAGIC)
186 return false;
187
188 if (!uuid_equal(&hdr3->info.uuid, &mp->m_sb.sb_uuid))
189 return false;
190 if (be64_to_cpu(hdr3->info.blkno) != bp->b_bn)
191 return false;
192 } else {
193 if (ichdr.magic != XFS_ATTR_LEAF_MAGIC)
194 return false;
195 }
196 if (ichdr.count == 0)
197 return false;
198
199 /* XXX: need to range check rest of attr header values */
200 /* XXX: hash order check? */
201
202 return true;
203}
204
205static void
206xfs_attr3_leaf_write_verify(
207 struct xfs_buf *bp)
208{
209 struct xfs_mount *mp = bp->b_target->bt_mount;
210 struct xfs_buf_log_item *bip = bp->b_fspriv;
211 struct xfs_attr3_leaf_hdr *hdr3 = bp->b_addr;
212
213 if (!xfs_attr3_leaf_verify(bp)) {
214 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, mp, bp->b_addr);
215 xfs_buf_ioerror(bp, EFSCORRUPTED);
216 return;
217 }
218
219 if (!xfs_sb_version_hascrc(&mp->m_sb))
220 return;
221
222 if (bip)
223 hdr3->info.lsn = cpu_to_be64(bip->bli_item.li_lsn);
224
225 xfs_update_cksum(bp->b_addr, BBTOB(bp->b_length), XFS_ATTR3_LEAF_CRC_OFF);
226}
227
228/*
229 * leaf/node format detection on trees is sketchy, so a node read can be done on
230 * leaf level blocks when detection identifies the tree as a node format tree
231 * incorrectly. In this case, we need to swap the verifier to match the correct
232 * format of the block being read.
233 */
234static void
235xfs_attr3_leaf_read_verify(
236 struct xfs_buf *bp)
237{
238 struct xfs_mount *mp = bp->b_target->bt_mount;
239
240 if ((xfs_sb_version_hascrc(&mp->m_sb) &&
241 !xfs_verify_cksum(bp->b_addr, BBTOB(bp->b_length),
242 XFS_ATTR3_LEAF_CRC_OFF)) ||
243 !xfs_attr3_leaf_verify(bp)) {
244 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, mp, bp->b_addr);
Dave Chinnerad14c332012-11-12 22:54:16 +1100245 xfs_buf_ioerror(bp, EFSCORRUPTED);
246 }
Dave Chinner612cfbf2012-11-14 17:52:32 +1100247}
Dave Chinnerad14c332012-11-12 22:54:16 +1100248
Dave Chinner517c2222013-04-24 18:58:55 +1000249const struct xfs_buf_ops xfs_attr3_leaf_buf_ops = {
250 .verify_read = xfs_attr3_leaf_read_verify,
251 .verify_write = xfs_attr3_leaf_write_verify,
Dave Chinner1813dd62012-11-14 17:54:40 +1100252};
Dave Chinner612cfbf2012-11-14 17:52:32 +1100253
Dave Chinnerad14c332012-11-12 22:54:16 +1100254int
Dave Chinner517c2222013-04-24 18:58:55 +1000255xfs_attr3_leaf_read(
Dave Chinnerad14c332012-11-12 22:54:16 +1100256 struct xfs_trans *tp,
257 struct xfs_inode *dp,
258 xfs_dablk_t bno,
259 xfs_daddr_t mappedbno,
260 struct xfs_buf **bpp)
261{
Dave Chinnerd75afeb2013-04-03 16:11:29 +1100262 int err;
263
264 err = xfs_da_read_buf(tp, dp, bno, mappedbno, bpp,
Dave Chinner517c2222013-04-24 18:58:55 +1000265 XFS_ATTR_FORK, &xfs_attr3_leaf_buf_ops);
Dave Chinnerd75afeb2013-04-03 16:11:29 +1100266 if (!err && tp)
Dave Chinner61fe1352013-04-03 16:11:30 +1100267 xfs_trans_buf_set_type(tp, *bpp, XFS_BLFT_ATTR_LEAF_BUF);
Dave Chinnerd75afeb2013-04-03 16:11:29 +1100268 return err;
Dave Chinnerad14c332012-11-12 22:54:16 +1100269}
270
Tim Shimmin726801b2006-09-28 11:01:37 +1000271/*========================================================================
272 * Namespace helper routines
273 *========================================================================*/
274
Tim Shimmin726801b2006-09-28 11:01:37 +1000275/*
276 * If namespace bits don't match return 0.
277 * If all match then return 1.
278 */
Christoph Hellwigb8f82a42009-11-14 16:17:22 +0000279STATIC int
Tim Shimmin726801b2006-09-28 11:01:37 +1000280xfs_attr_namesp_match(int arg_flags, int ondisk_flags)
281{
282 return XFS_ATTR_NSP_ONDISK(ondisk_flags) == XFS_ATTR_NSP_ARGS_TO_ONDISK(arg_flags);
283}
284
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285
286/*========================================================================
Nathan Scottd8cc8902005-11-02 10:34:53 +1100287 * External routines when attribute fork size < XFS_LITINO(mp).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288 *========================================================================*/
289
290/*
Nathan Scottd8cc8902005-11-02 10:34:53 +1100291 * Query whether the requested number of additional bytes of extended
292 * attribute space will be able to fit inline.
Christoph Hellwig4c393a62011-11-19 17:44:30 +0000293 *
Nathan Scottd8cc8902005-11-02 10:34:53 +1100294 * Returns zero if not, else the di_forkoff fork offset to be used in the
295 * literal area for attribute data once the new bytes have been added.
296 *
297 * di_forkoff must be 8 byte aligned, hence is stored as a >>3 value;
298 * special case for dev/uuid inodes, they have fixed size data forks.
299 */
300int
301xfs_attr_shortform_bytesfit(xfs_inode_t *dp, int bytes)
302{
303 int offset;
304 int minforkoff; /* lower limit on valid forkoff locations */
305 int maxforkoff; /* upper limit on valid forkoff locations */
Christoph Hellwig4c393a62011-11-19 17:44:30 +0000306 int dsize;
Nathan Scottd8cc8902005-11-02 10:34:53 +1100307 xfs_mount_t *mp = dp->i_mount;
308
Christoph Hellwig56cea2d2013-03-12 23:30:36 +1100309 /* rounded down */
310 offset = (XFS_LITINO(mp, dp->i_d.di_version) - bytes) >> 3;
Nathan Scottd8cc8902005-11-02 10:34:53 +1100311
312 switch (dp->i_d.di_format) {
313 case XFS_DINODE_FMT_DEV:
314 minforkoff = roundup(sizeof(xfs_dev_t), 8) >> 3;
315 return (offset >= minforkoff) ? minforkoff : 0;
316 case XFS_DINODE_FMT_UUID:
317 minforkoff = roundup(sizeof(uuid_t), 8) >> 3;
318 return (offset >= minforkoff) ? minforkoff : 0;
319 }
320
Christoph Hellwig4c393a62011-11-19 17:44:30 +0000321 /*
322 * If the requested numbers of bytes is smaller or equal to the
323 * current attribute fork size we can always proceed.
324 *
325 * Note that if_bytes in the data fork might actually be larger than
326 * the current data fork size is due to delalloc extents. In that
327 * case either the extent count will go down when they are converted
328 * to real extents, or the delalloc conversion will take care of the
329 * literal area rebalancing.
330 */
331 if (bytes <= XFS_IFORK_ASIZE(dp))
332 return dp->i_d.di_forkoff;
333
334 /*
335 * For attr2 we can try to move the forkoff if there is space in the
336 * literal area, but for the old format we are done if there is no
337 * space in the fixed attribute fork.
338 */
339 if (!(mp->m_flags & XFS_MOUNT_ATTR2))
Nathan Scottda087ba2005-11-02 15:00:20 +1100340 return 0;
Nathan Scottda087ba2005-11-02 15:00:20 +1100341
Barry Naujoke5889e92007-02-10 18:35:58 +1100342 dsize = dp->i_df.if_bytes;
Christoph Hellwig4c393a62011-11-19 17:44:30 +0000343
Barry Naujoke5889e92007-02-10 18:35:58 +1100344 switch (dp->i_d.di_format) {
345 case XFS_DINODE_FMT_EXTENTS:
Christoph Hellwig4c393a62011-11-19 17:44:30 +0000346 /*
Barry Naujoke5889e92007-02-10 18:35:58 +1100347 * If there is no attr fork and the data fork is extents,
Christoph Hellwig4c393a62011-11-19 17:44:30 +0000348 * determine if creating the default attr fork will result
349 * in the extents form migrating to btree. If so, the
350 * minimum offset only needs to be the space required for
Barry Naujoke5889e92007-02-10 18:35:58 +1100351 * the btree root.
Christoph Hellwig4c393a62011-11-19 17:44:30 +0000352 */
Christoph Hellwig1a5902c2009-03-29 19:26:46 +0200353 if (!dp->i_d.di_forkoff && dp->i_df.if_bytes >
354 xfs_default_attroffset(dp))
Barry Naujoke5889e92007-02-10 18:35:58 +1100355 dsize = XFS_BMDR_SPACE_CALC(MINDBTPTRS);
356 break;
Barry Naujoke5889e92007-02-10 18:35:58 +1100357 case XFS_DINODE_FMT_BTREE:
358 /*
Christoph Hellwig4c393a62011-11-19 17:44:30 +0000359 * If we have a data btree then keep forkoff if we have one,
360 * otherwise we are adding a new attr, so then we set
361 * minforkoff to where the btree root can finish so we have
Barry Naujoke5889e92007-02-10 18:35:58 +1100362 * plenty of room for attrs
363 */
364 if (dp->i_d.di_forkoff) {
Christoph Hellwig4c393a62011-11-19 17:44:30 +0000365 if (offset < dp->i_d.di_forkoff)
Barry Naujoke5889e92007-02-10 18:35:58 +1100366 return 0;
Christoph Hellwig4c393a62011-11-19 17:44:30 +0000367 return dp->i_d.di_forkoff;
368 }
Christoph Hellwigee1a47a2013-04-21 14:53:46 -0500369 dsize = XFS_BMAP_BROOT_SPACE(mp, dp->i_df.if_broot);
Barry Naujoke5889e92007-02-10 18:35:58 +1100370 break;
371 }
Christoph Hellwig4c393a62011-11-19 17:44:30 +0000372
373 /*
374 * A data fork btree root must have space for at least
Barry Naujoke5889e92007-02-10 18:35:58 +1100375 * MINDBTPTRS key/ptr pairs if the data fork is small or empty.
376 */
377 minforkoff = MAX(dsize, XFS_BMDR_SPACE_CALC(MINDBTPTRS));
Nathan Scottd8cc8902005-11-02 10:34:53 +1100378 minforkoff = roundup(minforkoff, 8) >> 3;
379
380 /* attr fork btree root can have at least this many key/ptr pairs */
Christoph Hellwig56cea2d2013-03-12 23:30:36 +1100381 maxforkoff = XFS_LITINO(mp, dp->i_d.di_version) -
382 XFS_BMDR_SPACE_CALC(MINABTPTRS);
Nathan Scottd8cc8902005-11-02 10:34:53 +1100383 maxforkoff = maxforkoff >> 3; /* rounded down */
384
Nathan Scottd8cc8902005-11-02 10:34:53 +1100385 if (offset >= maxforkoff)
386 return maxforkoff;
Christoph Hellwig4c393a62011-11-19 17:44:30 +0000387 if (offset >= minforkoff)
388 return offset;
Nathan Scottd8cc8902005-11-02 10:34:53 +1100389 return 0;
390}
391
392/*
393 * Switch on the ATTR2 superblock bit (implies also FEATURES2)
394 */
395STATIC void
396xfs_sbversion_add_attr2(xfs_mount_t *mp, xfs_trans_t *tp)
397{
Nathan Scott13059ff2006-01-11 15:32:01 +1100398 if ((mp->m_flags & XFS_MOUNT_ATTR2) &&
Eric Sandeen62118702008-03-06 13:44:28 +1100399 !(xfs_sb_version_hasattr2(&mp->m_sb))) {
Eric Sandeen3685c2a2007-10-11 17:42:32 +1000400 spin_lock(&mp->m_sb_lock);
Eric Sandeen62118702008-03-06 13:44:28 +1100401 if (!xfs_sb_version_hasattr2(&mp->m_sb)) {
402 xfs_sb_version_addattr2(&mp->m_sb);
Eric Sandeen3685c2a2007-10-11 17:42:32 +1000403 spin_unlock(&mp->m_sb_lock);
Nathan Scottd8cc8902005-11-02 10:34:53 +1100404 xfs_mod_sb(tp, XFS_SB_VERSIONNUM | XFS_SB_FEATURES2);
405 } else
Eric Sandeen3685c2a2007-10-11 17:42:32 +1000406 spin_unlock(&mp->m_sb_lock);
Nathan Scottd8cc8902005-11-02 10:34:53 +1100407 }
408}
409
410/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411 * Create the initial contents of a shortform attribute list.
412 */
Nathan Scottd8cc8902005-11-02 10:34:53 +1100413void
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414xfs_attr_shortform_create(xfs_da_args_t *args)
415{
416 xfs_attr_sf_hdr_t *hdr;
417 xfs_inode_t *dp;
418 xfs_ifork_t *ifp;
419
Dave Chinner5a5881c2012-03-22 05:15:13 +0000420 trace_xfs_attr_sf_create(args);
421
Linus Torvalds1da177e2005-04-16 15:20:36 -0700422 dp = args->dp;
423 ASSERT(dp != NULL);
424 ifp = dp->i_afp;
425 ASSERT(ifp != NULL);
426 ASSERT(ifp->if_bytes == 0);
427 if (dp->i_d.di_aformat == XFS_DINODE_FMT_EXTENTS) {
428 ifp->if_flags &= ~XFS_IFEXTENTS; /* just in case */
429 dp->i_d.di_aformat = XFS_DINODE_FMT_LOCAL;
430 ifp->if_flags |= XFS_IFINLINE;
431 } else {
432 ASSERT(ifp->if_flags & XFS_IFINLINE);
433 }
434 xfs_idata_realloc(dp, sizeof(*hdr), XFS_ATTR_FORK);
435 hdr = (xfs_attr_sf_hdr_t *)ifp->if_u1.if_data;
436 hdr->count = 0;
Nathan Scott3b244aa2006-03-17 17:29:25 +1100437 hdr->totsize = cpu_to_be16(sizeof(*hdr));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700438 xfs_trans_log_inode(args->trans, dp, XFS_ILOG_CORE | XFS_ILOG_ADATA);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700439}
440
441/*
442 * Add a name/value pair to the shortform attribute list.
443 * Overflow from the inode has already been checked for.
444 */
Nathan Scottd8cc8902005-11-02 10:34:53 +1100445void
446xfs_attr_shortform_add(xfs_da_args_t *args, int forkoff)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700447{
448 xfs_attr_shortform_t *sf;
449 xfs_attr_sf_entry_t *sfe;
450 int i, offset, size;
Nathan Scottd8cc8902005-11-02 10:34:53 +1100451 xfs_mount_t *mp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452 xfs_inode_t *dp;
453 xfs_ifork_t *ifp;
454
Dave Chinner5a5881c2012-03-22 05:15:13 +0000455 trace_xfs_attr_sf_add(args);
456
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457 dp = args->dp;
Nathan Scottd8cc8902005-11-02 10:34:53 +1100458 mp = dp->i_mount;
459 dp->i_d.di_forkoff = forkoff;
Nathan Scottd8cc8902005-11-02 10:34:53 +1100460
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461 ifp = dp->i_afp;
462 ASSERT(ifp->if_flags & XFS_IFINLINE);
463 sf = (xfs_attr_shortform_t *)ifp->if_u1.if_data;
464 sfe = &sf->list[0];
Nathan Scott3b244aa2006-03-17 17:29:25 +1100465 for (i = 0; i < sf->hdr.count; sfe = XFS_ATTR_SF_NEXTENTRY(sfe), i++) {
Nathan Scottd8cc8902005-11-02 10:34:53 +1100466#ifdef DEBUG
Linus Torvalds1da177e2005-04-16 15:20:36 -0700467 if (sfe->namelen != args->namelen)
468 continue;
469 if (memcmp(args->name, sfe->nameval, args->namelen) != 0)
470 continue;
Tim Shimmin726801b2006-09-28 11:01:37 +1000471 if (!xfs_attr_namesp_match(args->flags, sfe->flags))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700472 continue;
Nathan Scottd8cc8902005-11-02 10:34:53 +1100473 ASSERT(0);
474#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700475 }
476
477 offset = (char *)sfe - (char *)sf;
478 size = XFS_ATTR_SF_ENTSIZE_BYNAME(args->namelen, args->valuelen);
479 xfs_idata_realloc(dp, size, XFS_ATTR_FORK);
480 sf = (xfs_attr_shortform_t *)ifp->if_u1.if_data;
481 sfe = (xfs_attr_sf_entry_t *)((char *)sf + offset);
482
483 sfe->namelen = args->namelen;
Nathan Scott3b244aa2006-03-17 17:29:25 +1100484 sfe->valuelen = args->valuelen;
Tim Shimmin726801b2006-09-28 11:01:37 +1000485 sfe->flags = XFS_ATTR_NSP_ARGS_TO_ONDISK(args->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486 memcpy(sfe->nameval, args->name, args->namelen);
487 memcpy(&sfe->nameval[args->namelen], args->value, args->valuelen);
Nathan Scott3b244aa2006-03-17 17:29:25 +1100488 sf->hdr.count++;
Marcin Slusarz413d57c2008-02-13 15:03:29 -0800489 be16_add_cpu(&sf->hdr.totsize, size);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700490 xfs_trans_log_inode(args->trans, dp, XFS_ILOG_CORE | XFS_ILOG_ADATA);
491
Nathan Scottd8cc8902005-11-02 10:34:53 +1100492 xfs_sbversion_add_attr2(mp, args->trans);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700493}
494
495/*
Christoph Hellwige1486de2009-02-04 09:36:00 +0100496 * After the last attribute is removed revert to original inode format,
497 * making all literal area available to the data fork once more.
498 */
499STATIC void
500xfs_attr_fork_reset(
501 struct xfs_inode *ip,
502 struct xfs_trans *tp)
503{
504 xfs_idestroy_fork(ip, XFS_ATTR_FORK);
505 ip->i_d.di_forkoff = 0;
506 ip->i_d.di_aformat = XFS_DINODE_FMT_EXTENTS;
507
508 ASSERT(ip->i_d.di_anextents == 0);
509 ASSERT(ip->i_afp == NULL);
510
Christoph Hellwige1486de2009-02-04 09:36:00 +0100511 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
512}
513
514/*
Nathan Scottd8cc8902005-11-02 10:34:53 +1100515 * Remove an attribute from the shortform attribute list structure.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516 */
517int
518xfs_attr_shortform_remove(xfs_da_args_t *args)
519{
520 xfs_attr_shortform_t *sf;
521 xfs_attr_sf_entry_t *sfe;
522 int base, size=0, end, totsize, i;
Nathan Scottd8cc8902005-11-02 10:34:53 +1100523 xfs_mount_t *mp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700524 xfs_inode_t *dp;
525
Dave Chinner5a5881c2012-03-22 05:15:13 +0000526 trace_xfs_attr_sf_remove(args);
527
Linus Torvalds1da177e2005-04-16 15:20:36 -0700528 dp = args->dp;
Nathan Scottd8cc8902005-11-02 10:34:53 +1100529 mp = dp->i_mount;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530 base = sizeof(xfs_attr_sf_hdr_t);
531 sf = (xfs_attr_shortform_t *)dp->i_afp->if_u1.if_data;
532 sfe = &sf->list[0];
Nathan Scott3b244aa2006-03-17 17:29:25 +1100533 end = sf->hdr.count;
Nathan Scottd8cc8902005-11-02 10:34:53 +1100534 for (i = 0; i < end; sfe = XFS_ATTR_SF_NEXTENTRY(sfe),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535 base += size, i++) {
536 size = XFS_ATTR_SF_ENTSIZE(sfe);
537 if (sfe->namelen != args->namelen)
538 continue;
539 if (memcmp(sfe->nameval, args->name, args->namelen) != 0)
540 continue;
Tim Shimmin726801b2006-09-28 11:01:37 +1000541 if (!xfs_attr_namesp_match(args->flags, sfe->flags))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542 continue;
543 break;
544 }
Nathan Scottd8cc8902005-11-02 10:34:53 +1100545 if (i == end)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700546 return(XFS_ERROR(ENOATTR));
547
Nathan Scottd8cc8902005-11-02 10:34:53 +1100548 /*
549 * Fix up the attribute fork data, covering the hole
550 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700551 end = base + size;
Nathan Scott3b244aa2006-03-17 17:29:25 +1100552 totsize = be16_to_cpu(sf->hdr.totsize);
Nathan Scottd8cc8902005-11-02 10:34:53 +1100553 if (end != totsize)
554 memmove(&((char *)sf)[base], &((char *)sf)[end], totsize - end);
Nathan Scott3b244aa2006-03-17 17:29:25 +1100555 sf->hdr.count--;
Marcin Slusarz413d57c2008-02-13 15:03:29 -0800556 be16_add_cpu(&sf->hdr.totsize, -size);
Nathan Scottd8cc8902005-11-02 10:34:53 +1100557
558 /*
559 * Fix up the start offset of the attribute fork
560 */
561 totsize -= size;
Barry Naujok6a178102008-05-21 16:42:05 +1000562 if (totsize == sizeof(xfs_attr_sf_hdr_t) &&
Christoph Hellwige1486de2009-02-04 09:36:00 +0100563 (mp->m_flags & XFS_MOUNT_ATTR2) &&
564 (dp->i_d.di_format != XFS_DINODE_FMT_BTREE) &&
565 !(args->op_flags & XFS_DA_OP_ADDNAME)) {
566 xfs_attr_fork_reset(dp, args->trans);
Nathan Scottd8cc8902005-11-02 10:34:53 +1100567 } else {
568 xfs_idata_realloc(dp, -size, XFS_ATTR_FORK);
569 dp->i_d.di_forkoff = xfs_attr_shortform_bytesfit(dp, totsize);
570 ASSERT(dp->i_d.di_forkoff);
Barry Naujok6a178102008-05-21 16:42:05 +1000571 ASSERT(totsize > sizeof(xfs_attr_sf_hdr_t) ||
572 (args->op_flags & XFS_DA_OP_ADDNAME) ||
573 !(mp->m_flags & XFS_MOUNT_ATTR2) ||
574 dp->i_d.di_format == XFS_DINODE_FMT_BTREE);
Nathan Scottd8cc8902005-11-02 10:34:53 +1100575 xfs_trans_log_inode(args->trans, dp,
576 XFS_ILOG_CORE | XFS_ILOG_ADATA);
577 }
578
579 xfs_sbversion_add_attr2(mp, args->trans);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580
581 return(0);
582}
583
584/*
585 * Look up a name in a shortform attribute list structure.
586 */
587/*ARGSUSED*/
588int
589xfs_attr_shortform_lookup(xfs_da_args_t *args)
590{
591 xfs_attr_shortform_t *sf;
592 xfs_attr_sf_entry_t *sfe;
593 int i;
594 xfs_ifork_t *ifp;
595
Dave Chinner5a5881c2012-03-22 05:15:13 +0000596 trace_xfs_attr_sf_lookup(args);
597
Linus Torvalds1da177e2005-04-16 15:20:36 -0700598 ifp = args->dp->i_afp;
599 ASSERT(ifp->if_flags & XFS_IFINLINE);
600 sf = (xfs_attr_shortform_t *)ifp->if_u1.if_data;
601 sfe = &sf->list[0];
Nathan Scott3b244aa2006-03-17 17:29:25 +1100602 for (i = 0; i < sf->hdr.count;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603 sfe = XFS_ATTR_SF_NEXTENTRY(sfe), i++) {
604 if (sfe->namelen != args->namelen)
605 continue;
606 if (memcmp(args->name, sfe->nameval, args->namelen) != 0)
607 continue;
Tim Shimmin726801b2006-09-28 11:01:37 +1000608 if (!xfs_attr_namesp_match(args->flags, sfe->flags))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609 continue;
610 return(XFS_ERROR(EEXIST));
611 }
612 return(XFS_ERROR(ENOATTR));
613}
614
615/*
616 * Look up a name in a shortform attribute list structure.
617 */
618/*ARGSUSED*/
619int
620xfs_attr_shortform_getvalue(xfs_da_args_t *args)
621{
622 xfs_attr_shortform_t *sf;
623 xfs_attr_sf_entry_t *sfe;
624 int i;
625
Eric Sandeen914ed442012-03-30 11:24:11 -0500626 ASSERT(args->dp->i_afp->if_flags == XFS_IFINLINE);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627 sf = (xfs_attr_shortform_t *)args->dp->i_afp->if_u1.if_data;
628 sfe = &sf->list[0];
Nathan Scott3b244aa2006-03-17 17:29:25 +1100629 for (i = 0; i < sf->hdr.count;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630 sfe = XFS_ATTR_SF_NEXTENTRY(sfe), i++) {
631 if (sfe->namelen != args->namelen)
632 continue;
633 if (memcmp(args->name, sfe->nameval, args->namelen) != 0)
634 continue;
Tim Shimmin726801b2006-09-28 11:01:37 +1000635 if (!xfs_attr_namesp_match(args->flags, sfe->flags))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700636 continue;
637 if (args->flags & ATTR_KERNOVAL) {
Nathan Scott3b244aa2006-03-17 17:29:25 +1100638 args->valuelen = sfe->valuelen;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639 return(XFS_ERROR(EEXIST));
640 }
Nathan Scott3b244aa2006-03-17 17:29:25 +1100641 if (args->valuelen < sfe->valuelen) {
642 args->valuelen = sfe->valuelen;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643 return(XFS_ERROR(ERANGE));
644 }
Nathan Scott3b244aa2006-03-17 17:29:25 +1100645 args->valuelen = sfe->valuelen;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646 memcpy(args->value, &sfe->nameval[args->namelen],
647 args->valuelen);
648 return(XFS_ERROR(EEXIST));
649 }
650 return(XFS_ERROR(ENOATTR));
651}
652
653/*
654 * Convert from using the shortform to the leaf.
655 */
656int
657xfs_attr_shortform_to_leaf(xfs_da_args_t *args)
658{
659 xfs_inode_t *dp;
660 xfs_attr_shortform_t *sf;
661 xfs_attr_sf_entry_t *sfe;
662 xfs_da_args_t nargs;
663 char *tmpbuffer;
664 int error, i, size;
665 xfs_dablk_t blkno;
Dave Chinner1d9025e2012-06-22 18:50:14 +1000666 struct xfs_buf *bp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667 xfs_ifork_t *ifp;
668
Dave Chinner5a5881c2012-03-22 05:15:13 +0000669 trace_xfs_attr_sf_to_leaf(args);
670
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671 dp = args->dp;
672 ifp = dp->i_afp;
673 sf = (xfs_attr_shortform_t *)ifp->if_u1.if_data;
Nathan Scott3b244aa2006-03-17 17:29:25 +1100674 size = be16_to_cpu(sf->hdr.totsize);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675 tmpbuffer = kmem_alloc(size, KM_SLEEP);
676 ASSERT(tmpbuffer != NULL);
677 memcpy(tmpbuffer, ifp->if_u1.if_data, size);
678 sf = (xfs_attr_shortform_t *)tmpbuffer;
679
680 xfs_idata_realloc(dp, -size, XFS_ATTR_FORK);
Dave Chinnerf3508bc2013-07-10 07:04:00 +1000681 xfs_bmap_local_to_extents_empty(dp, XFS_ATTR_FORK);
682
Linus Torvalds1da177e2005-04-16 15:20:36 -0700683 bp = NULL;
684 error = xfs_da_grow_inode(args, &blkno);
685 if (error) {
686 /*
687 * If we hit an IO error middle of the transaction inside
688 * grow_inode(), we may have inconsistent data. Bail out.
689 */
690 if (error == EIO)
691 goto out;
692 xfs_idata_realloc(dp, size, XFS_ATTR_FORK); /* try to put */
693 memcpy(ifp->if_u1.if_data, tmpbuffer, size); /* it back */
694 goto out;
695 }
696
697 ASSERT(blkno == 0);
Dave Chinner517c2222013-04-24 18:58:55 +1000698 error = xfs_attr3_leaf_create(args, blkno, &bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700699 if (error) {
700 error = xfs_da_shrink_inode(args, 0, bp);
701 bp = NULL;
702 if (error)
703 goto out;
704 xfs_idata_realloc(dp, size, XFS_ATTR_FORK); /* try to put */
705 memcpy(ifp->if_u1.if_data, tmpbuffer, size); /* it back */
706 goto out;
707 }
708
709 memset((char *)&nargs, 0, sizeof(nargs));
710 nargs.dp = dp;
711 nargs.firstblock = args->firstblock;
712 nargs.flist = args->flist;
713 nargs.total = args->total;
714 nargs.whichfork = XFS_ATTR_FORK;
715 nargs.trans = args->trans;
Barry Naujok6a178102008-05-21 16:42:05 +1000716 nargs.op_flags = XFS_DA_OP_OKNOENT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700717
718 sfe = &sf->list[0];
Nathan Scott3b244aa2006-03-17 17:29:25 +1100719 for (i = 0; i < sf->hdr.count; i++) {
Dave Chinnera9273ca2010-01-20 10:47:48 +1100720 nargs.name = sfe->nameval;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700721 nargs.namelen = sfe->namelen;
Dave Chinnera9273ca2010-01-20 10:47:48 +1100722 nargs.value = &sfe->nameval[nargs.namelen];
Nathan Scott3b244aa2006-03-17 17:29:25 +1100723 nargs.valuelen = sfe->valuelen;
Dave Chinnera9273ca2010-01-20 10:47:48 +1100724 nargs.hashval = xfs_da_hashname(sfe->nameval,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700725 sfe->namelen);
Tim Shimmin726801b2006-09-28 11:01:37 +1000726 nargs.flags = XFS_ATTR_NSP_ONDISK_TO_ARGS(sfe->flags);
Dave Chinner517c2222013-04-24 18:58:55 +1000727 error = xfs_attr3_leaf_lookup_int(bp, &nargs); /* set a->index */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728 ASSERT(error == ENOATTR);
Dave Chinner517c2222013-04-24 18:58:55 +1000729 error = xfs_attr3_leaf_add(bp, &nargs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700730 ASSERT(error != ENOSPC);
731 if (error)
732 goto out;
733 sfe = XFS_ATTR_SF_NEXTENTRY(sfe);
734 }
735 error = 0;
736
737out:
Denys Vlasenkof0e2d932008-05-19 16:31:57 +1000738 kmem_free(tmpbuffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739 return(error);
740}
741
Linus Torvalds1da177e2005-04-16 15:20:36 -0700742/*
743 * Check a leaf attribute block to see if all the entries would fit into
744 * a shortform attribute list.
745 */
746int
Dave Chinner1d9025e2012-06-22 18:50:14 +1000747xfs_attr_shortform_allfit(
Dave Chinnerb38958d2013-05-20 09:51:14 +1000748 struct xfs_buf *bp,
749 struct xfs_inode *dp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750{
Dave Chinnerb38958d2013-05-20 09:51:14 +1000751 struct xfs_attr_leafblock *leaf;
752 struct xfs_attr_leaf_entry *entry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700753 xfs_attr_leaf_name_local_t *name_loc;
Dave Chinnerb38958d2013-05-20 09:51:14 +1000754 struct xfs_attr3_icleaf_hdr leafhdr;
755 int bytes;
756 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757
Dave Chinner1d9025e2012-06-22 18:50:14 +1000758 leaf = bp->b_addr;
Dave Chinnerb38958d2013-05-20 09:51:14 +1000759 xfs_attr3_leaf_hdr_from_disk(&leafhdr, leaf);
760 entry = xfs_attr3_leaf_entryp(leaf);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700761
Linus Torvalds1da177e2005-04-16 15:20:36 -0700762 bytes = sizeof(struct xfs_attr_sf_hdr);
Dave Chinnerb38958d2013-05-20 09:51:14 +1000763 for (i = 0; i < leafhdr.count; entry++, i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764 if (entry->flags & XFS_ATTR_INCOMPLETE)
765 continue; /* don't copy partial entries */
766 if (!(entry->flags & XFS_ATTR_LOCAL))
767 return(0);
Dave Chinner517c2222013-04-24 18:58:55 +1000768 name_loc = xfs_attr3_leaf_name_local(leaf, i);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700769 if (name_loc->namelen >= XFS_ATTR_SF_ENTSIZE_MAX)
770 return(0);
Nathan Scott053b5752006-03-17 17:29:09 +1100771 if (be16_to_cpu(name_loc->valuelen) >= XFS_ATTR_SF_ENTSIZE_MAX)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700772 return(0);
Dave Chinnerb38958d2013-05-20 09:51:14 +1000773 bytes += sizeof(struct xfs_attr_sf_entry) - 1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700774 + name_loc->namelen
Nathan Scott053b5752006-03-17 17:29:09 +1100775 + be16_to_cpu(name_loc->valuelen);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700776 }
Nathan Scott13059ff2006-01-11 15:32:01 +1100777 if ((dp->i_mount->m_flags & XFS_MOUNT_ATTR2) &&
Barry Naujoke5889e92007-02-10 18:35:58 +1100778 (dp->i_d.di_format != XFS_DINODE_FMT_BTREE) &&
Nathan Scotte0144ca2005-11-25 16:42:22 +1100779 (bytes == sizeof(struct xfs_attr_sf_hdr)))
Dave Chinnerb38958d2013-05-20 09:51:14 +1000780 return -1;
781 return xfs_attr_shortform_bytesfit(dp, bytes);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782}
783
784/*
785 * Convert a leaf attribute list to shortform attribute list
786 */
787int
Dave Chinner517c2222013-04-24 18:58:55 +1000788xfs_attr3_leaf_to_shortform(
789 struct xfs_buf *bp,
790 struct xfs_da_args *args,
791 int forkoff)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700792{
Dave Chinner517c2222013-04-24 18:58:55 +1000793 struct xfs_attr_leafblock *leaf;
794 struct xfs_attr3_icleaf_hdr ichdr;
795 struct xfs_attr_leaf_entry *entry;
796 struct xfs_attr_leaf_name_local *name_loc;
797 struct xfs_da_args nargs;
798 struct xfs_inode *dp = args->dp;
799 char *tmpbuffer;
800 int error;
801 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700802
Dave Chinner5a5881c2012-03-22 05:15:13 +0000803 trace_xfs_attr_leaf_to_sf(args);
804
Linus Torvalds1da177e2005-04-16 15:20:36 -0700805 tmpbuffer = kmem_alloc(XFS_LBSIZE(dp->i_mount), KM_SLEEP);
Dave Chinner517c2222013-04-24 18:58:55 +1000806 if (!tmpbuffer)
807 return ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808
Dave Chinner1d9025e2012-06-22 18:50:14 +1000809 memcpy(tmpbuffer, bp->b_addr, XFS_LBSIZE(dp->i_mount));
Dave Chinner517c2222013-04-24 18:58:55 +1000810
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811 leaf = (xfs_attr_leafblock_t *)tmpbuffer;
Dave Chinner517c2222013-04-24 18:58:55 +1000812 xfs_attr3_leaf_hdr_from_disk(&ichdr, leaf);
813 entry = xfs_attr3_leaf_entryp(leaf);
814
815 /* XXX (dgc): buffer is about to be marked stale - why zero it? */
Dave Chinner1d9025e2012-06-22 18:50:14 +1000816 memset(bp->b_addr, 0, XFS_LBSIZE(dp->i_mount));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700817
818 /*
819 * Clean out the prior contents of the attribute list.
820 */
821 error = xfs_da_shrink_inode(args, 0, bp);
822 if (error)
823 goto out;
Nathan Scottd8cc8902005-11-02 10:34:53 +1100824
825 if (forkoff == -1) {
Nathan Scott13059ff2006-01-11 15:32:01 +1100826 ASSERT(dp->i_mount->m_flags & XFS_MOUNT_ATTR2);
Barry Naujoke5889e92007-02-10 18:35:58 +1100827 ASSERT(dp->i_d.di_format != XFS_DINODE_FMT_BTREE);
Christoph Hellwige1486de2009-02-04 09:36:00 +0100828 xfs_attr_fork_reset(dp, args->trans);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829 goto out;
Nathan Scottd8cc8902005-11-02 10:34:53 +1100830 }
831
832 xfs_attr_shortform_create(args);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700833
834 /*
835 * Copy the attributes
836 */
837 memset((char *)&nargs, 0, sizeof(nargs));
838 nargs.dp = dp;
839 nargs.firstblock = args->firstblock;
840 nargs.flist = args->flist;
841 nargs.total = args->total;
842 nargs.whichfork = XFS_ATTR_FORK;
843 nargs.trans = args->trans;
Barry Naujok6a178102008-05-21 16:42:05 +1000844 nargs.op_flags = XFS_DA_OP_OKNOENT;
Dave Chinner517c2222013-04-24 18:58:55 +1000845
846 for (i = 0; i < ichdr.count; entry++, i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700847 if (entry->flags & XFS_ATTR_INCOMPLETE)
848 continue; /* don't copy partial entries */
849 if (!entry->nameidx)
850 continue;
851 ASSERT(entry->flags & XFS_ATTR_LOCAL);
Dave Chinner517c2222013-04-24 18:58:55 +1000852 name_loc = xfs_attr3_leaf_name_local(leaf, i);
Dave Chinnera9273ca2010-01-20 10:47:48 +1100853 nargs.name = name_loc->nameval;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854 nargs.namelen = name_loc->namelen;
Dave Chinnera9273ca2010-01-20 10:47:48 +1100855 nargs.value = &name_loc->nameval[nargs.namelen];
Nathan Scott053b5752006-03-17 17:29:09 +1100856 nargs.valuelen = be16_to_cpu(name_loc->valuelen);
Nathan Scott6b19f2d2006-03-17 17:29:02 +1100857 nargs.hashval = be32_to_cpu(entry->hashval);
Tim Shimmin726801b2006-09-28 11:01:37 +1000858 nargs.flags = XFS_ATTR_NSP_ONDISK_TO_ARGS(entry->flags);
Nathan Scottd8cc8902005-11-02 10:34:53 +1100859 xfs_attr_shortform_add(&nargs, forkoff);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700860 }
861 error = 0;
862
863out:
Denys Vlasenkof0e2d932008-05-19 16:31:57 +1000864 kmem_free(tmpbuffer);
Dave Chinner517c2222013-04-24 18:58:55 +1000865 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700866}
867
868/*
869 * Convert from using a single leaf to a root node and a leaf.
870 */
871int
Dave Chinner517c2222013-04-24 18:58:55 +1000872xfs_attr3_leaf_to_node(
873 struct xfs_da_args *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700874{
Dave Chinner517c2222013-04-24 18:58:55 +1000875 struct xfs_attr_leafblock *leaf;
876 struct xfs_attr3_icleaf_hdr icleafhdr;
877 struct xfs_attr_leaf_entry *entries;
Dave Chinnerf5ea1102013-04-24 18:58:02 +1000878 struct xfs_da_node_entry *btree;
Dave Chinner517c2222013-04-24 18:58:55 +1000879 struct xfs_da3_icnode_hdr icnodehdr;
880 struct xfs_da_intnode *node;
881 struct xfs_inode *dp = args->dp;
882 struct xfs_mount *mp = dp->i_mount;
883 struct xfs_buf *bp1 = NULL;
884 struct xfs_buf *bp2 = NULL;
885 xfs_dablk_t blkno;
886 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887
Dave Chinner5a5881c2012-03-22 05:15:13 +0000888 trace_xfs_attr_leaf_to_node(args);
889
Linus Torvalds1da177e2005-04-16 15:20:36 -0700890 error = xfs_da_grow_inode(args, &blkno);
891 if (error)
892 goto out;
Dave Chinner517c2222013-04-24 18:58:55 +1000893 error = xfs_attr3_leaf_read(args->trans, dp, 0, -1, &bp1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894 if (error)
895 goto out;
Dave Chinnerad14c332012-11-12 22:54:16 +1100896
Dave Chinner517c2222013-04-24 18:58:55 +1000897 error = xfs_da_get_buf(args->trans, dp, blkno, -1, &bp2, XFS_ATTR_FORK);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898 if (error)
899 goto out;
Dave Chinner517c2222013-04-24 18:58:55 +1000900
901 /* copy leaf to new buffer, update identifiers */
Dave Chinner61fe1352013-04-03 16:11:30 +1100902 xfs_trans_buf_set_type(args->trans, bp2, XFS_BLFT_ATTR_LEAF_BUF);
Dave Chinner1813dd62012-11-14 17:54:40 +1100903 bp2->b_ops = bp1->b_ops;
Dave Chinner517c2222013-04-24 18:58:55 +1000904 memcpy(bp2->b_addr, bp1->b_addr, XFS_LBSIZE(mp));
905 if (xfs_sb_version_hascrc(&mp->m_sb)) {
906 struct xfs_da3_blkinfo *hdr3 = bp2->b_addr;
907 hdr3->blkno = cpu_to_be64(bp2->b_bn);
908 }
909 xfs_trans_log_buf(args->trans, bp2, 0, XFS_LBSIZE(mp) - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700910
911 /*
912 * Set up the new root node.
913 */
Dave Chinnerf5ea1102013-04-24 18:58:02 +1000914 error = xfs_da3_node_create(args, 0, 1, &bp1, XFS_ATTR_FORK);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915 if (error)
916 goto out;
Dave Chinner1d9025e2012-06-22 18:50:14 +1000917 node = bp1->b_addr;
Dave Chinner517c2222013-04-24 18:58:55 +1000918 xfs_da3_node_hdr_from_disk(&icnodehdr, node);
Dave Chinnerf5ea1102013-04-24 18:58:02 +1000919 btree = xfs_da3_node_tree_p(node);
Dave Chinner517c2222013-04-24 18:58:55 +1000920
921 leaf = bp2->b_addr;
922 xfs_attr3_leaf_hdr_from_disk(&icleafhdr, leaf);
923 entries = xfs_attr3_leaf_entryp(leaf);
924
925 /* both on-disk, don't endian-flip twice */
926 btree[0].hashval = entries[icleafhdr.count - 1].hashval;
Dave Chinnerf5ea1102013-04-24 18:58:02 +1000927 btree[0].before = cpu_to_be32(blkno);
Dave Chinner517c2222013-04-24 18:58:55 +1000928 icnodehdr.count = 1;
929 xfs_da3_node_hdr_to_disk(node, &icnodehdr);
930 xfs_trans_log_buf(args->trans, bp1, 0, XFS_LBSIZE(mp) - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931 error = 0;
932out:
Dave Chinner517c2222013-04-24 18:58:55 +1000933 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934}
935
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936/*========================================================================
937 * Routines used for growing the Btree.
938 *========================================================================*/
939
940/*
941 * Create the initial contents of a leaf attribute list
942 * or a leaf in a node attribute list.
943 */
Christoph Hellwigba0f32d2005-06-21 15:36:52 +1000944STATIC int
Dave Chinner517c2222013-04-24 18:58:55 +1000945xfs_attr3_leaf_create(
946 struct xfs_da_args *args,
947 xfs_dablk_t blkno,
948 struct xfs_buf **bpp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949{
Dave Chinner517c2222013-04-24 18:58:55 +1000950 struct xfs_attr_leafblock *leaf;
951 struct xfs_attr3_icleaf_hdr ichdr;
952 struct xfs_inode *dp = args->dp;
953 struct xfs_mount *mp = dp->i_mount;
954 struct xfs_buf *bp;
955 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956
Dave Chinner5a5881c2012-03-22 05:15:13 +0000957 trace_xfs_attr_leaf_create(args);
958
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959 error = xfs_da_get_buf(args->trans, args->dp, blkno, -1, &bp,
960 XFS_ATTR_FORK);
961 if (error)
Dave Chinner517c2222013-04-24 18:58:55 +1000962 return error;
963 bp->b_ops = &xfs_attr3_leaf_buf_ops;
Dave Chinner61fe1352013-04-03 16:11:30 +1100964 xfs_trans_buf_set_type(args->trans, bp, XFS_BLFT_ATTR_LEAF_BUF);
Dave Chinner1d9025e2012-06-22 18:50:14 +1000965 leaf = bp->b_addr;
Dave Chinner517c2222013-04-24 18:58:55 +1000966 memset(leaf, 0, XFS_LBSIZE(mp));
967
968 memset(&ichdr, 0, sizeof(ichdr));
969 ichdr.firstused = XFS_LBSIZE(mp);
970
971 if (xfs_sb_version_hascrc(&mp->m_sb)) {
972 struct xfs_da3_blkinfo *hdr3 = bp->b_addr;
973
974 ichdr.magic = XFS_ATTR3_LEAF_MAGIC;
975
976 hdr3->blkno = cpu_to_be64(bp->b_bn);
977 hdr3->owner = cpu_to_be64(dp->i_ino);
978 uuid_copy(&hdr3->uuid, &mp->m_sb.sb_uuid);
979
980 ichdr.freemap[0].base = sizeof(struct xfs_attr3_leaf_hdr);
981 } else {
982 ichdr.magic = XFS_ATTR_LEAF_MAGIC;
983 ichdr.freemap[0].base = sizeof(struct xfs_attr_leaf_hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984 }
Dave Chinner517c2222013-04-24 18:58:55 +1000985 ichdr.freemap[0].size = ichdr.firstused - ichdr.freemap[0].base;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986
Dave Chinner517c2222013-04-24 18:58:55 +1000987 xfs_attr3_leaf_hdr_to_disk(leaf, &ichdr);
988 xfs_trans_log_buf(args->trans, bp, 0, XFS_LBSIZE(mp) - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700989
990 *bpp = bp;
Dave Chinner517c2222013-04-24 18:58:55 +1000991 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700992}
993
994/*
995 * Split the leaf node, rebalance, then add the new entry.
996 */
997int
Dave Chinner517c2222013-04-24 18:58:55 +1000998xfs_attr3_leaf_split(
999 struct xfs_da_state *state,
1000 struct xfs_da_state_blk *oldblk,
1001 struct xfs_da_state_blk *newblk)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001002{
1003 xfs_dablk_t blkno;
1004 int error;
1005
Dave Chinner5a5881c2012-03-22 05:15:13 +00001006 trace_xfs_attr_leaf_split(state->args);
1007
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008 /*
1009 * Allocate space for a new leaf node.
1010 */
1011 ASSERT(oldblk->magic == XFS_ATTR_LEAF_MAGIC);
1012 error = xfs_da_grow_inode(state->args, &blkno);
1013 if (error)
1014 return(error);
Dave Chinner517c2222013-04-24 18:58:55 +10001015 error = xfs_attr3_leaf_create(state->args, blkno, &newblk->bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016 if (error)
1017 return(error);
1018 newblk->blkno = blkno;
1019 newblk->magic = XFS_ATTR_LEAF_MAGIC;
1020
1021 /*
1022 * Rebalance the entries across the two leaves.
1023 * NOTE: rebalance() currently depends on the 2nd block being empty.
1024 */
Dave Chinner517c2222013-04-24 18:58:55 +10001025 xfs_attr3_leaf_rebalance(state, oldblk, newblk);
Dave Chinnerf5ea1102013-04-24 18:58:02 +10001026 error = xfs_da3_blk_link(state, oldblk, newblk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027 if (error)
1028 return(error);
1029
1030 /*
1031 * Save info on "old" attribute for "atomic rename" ops, leaf_add()
1032 * modifies the index/blkno/rmtblk/rmtblkcnt fields to show the
1033 * "new" attrs info. Will need the "old" info to remove it later.
1034 *
1035 * Insert the "new" entry in the correct block.
1036 */
Dave Chinner5a5881c2012-03-22 05:15:13 +00001037 if (state->inleaf) {
1038 trace_xfs_attr_leaf_add_old(state->args);
Dave Chinner517c2222013-04-24 18:58:55 +10001039 error = xfs_attr3_leaf_add(oldblk->bp, state->args);
Dave Chinner5a5881c2012-03-22 05:15:13 +00001040 } else {
1041 trace_xfs_attr_leaf_add_new(state->args);
Dave Chinner517c2222013-04-24 18:58:55 +10001042 error = xfs_attr3_leaf_add(newblk->bp, state->args);
Dave Chinner5a5881c2012-03-22 05:15:13 +00001043 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044
1045 /*
1046 * Update last hashval in each block since we added the name.
1047 */
1048 oldblk->hashval = xfs_attr_leaf_lasthash(oldblk->bp, NULL);
1049 newblk->hashval = xfs_attr_leaf_lasthash(newblk->bp, NULL);
1050 return(error);
1051}
1052
1053/*
1054 * Add a name to the leaf attribute list structure.
1055 */
1056int
Dave Chinner517c2222013-04-24 18:58:55 +10001057xfs_attr3_leaf_add(
Dave Chinner1d9025e2012-06-22 18:50:14 +10001058 struct xfs_buf *bp,
1059 struct xfs_da_args *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060{
Dave Chinner517c2222013-04-24 18:58:55 +10001061 struct xfs_attr_leafblock *leaf;
1062 struct xfs_attr3_icleaf_hdr ichdr;
1063 int tablesize;
1064 int entsize;
1065 int sum;
1066 int tmp;
1067 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001068
Dave Chinner5a5881c2012-03-22 05:15:13 +00001069 trace_xfs_attr_leaf_add(args);
1070
Dave Chinner1d9025e2012-06-22 18:50:14 +10001071 leaf = bp->b_addr;
Dave Chinner517c2222013-04-24 18:58:55 +10001072 xfs_attr3_leaf_hdr_from_disk(&ichdr, leaf);
1073 ASSERT(args->index >= 0 && args->index <= ichdr.count);
Nathan Scottaa82daa2005-11-02 10:33:33 +11001074 entsize = xfs_attr_leaf_newentsize(args->namelen, args->valuelen,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075 args->trans->t_mountp->m_sb.sb_blocksize, NULL);
1076
1077 /*
1078 * Search through freemap for first-fit on new name length.
1079 * (may need to figure in size of entry struct too)
1080 */
Dave Chinner517c2222013-04-24 18:58:55 +10001081 tablesize = (ichdr.count + 1) * sizeof(xfs_attr_leaf_entry_t)
1082 + xfs_attr3_leaf_hdr_size(leaf);
1083 for (sum = 0, i = XFS_ATTR_LEAF_MAPSIZE - 1; i >= 0; i--) {
1084 if (tablesize > ichdr.firstused) {
1085 sum += ichdr.freemap[i].size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086 continue;
1087 }
Dave Chinner517c2222013-04-24 18:58:55 +10001088 if (!ichdr.freemap[i].size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089 continue; /* no space in this map */
1090 tmp = entsize;
Dave Chinner517c2222013-04-24 18:58:55 +10001091 if (ichdr.freemap[i].base < ichdr.firstused)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001092 tmp += sizeof(xfs_attr_leaf_entry_t);
Dave Chinner517c2222013-04-24 18:58:55 +10001093 if (ichdr.freemap[i].size >= tmp) {
1094 tmp = xfs_attr3_leaf_add_work(bp, &ichdr, args, i);
1095 goto out_log_hdr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001096 }
Dave Chinner517c2222013-04-24 18:58:55 +10001097 sum += ichdr.freemap[i].size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098 }
1099
1100 /*
1101 * If there are no holes in the address space of the block,
1102 * and we don't have enough freespace, then compaction will do us
1103 * no good and we should just give up.
1104 */
Dave Chinner517c2222013-04-24 18:58:55 +10001105 if (!ichdr.holes && sum < entsize)
1106 return XFS_ERROR(ENOSPC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001107
1108 /*
1109 * Compact the entries to coalesce free space.
1110 * This may change the hdr->count via dropping INCOMPLETE entries.
1111 */
Dave Chinner517c2222013-04-24 18:58:55 +10001112 xfs_attr3_leaf_compact(args, &ichdr, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113
1114 /*
1115 * After compaction, the block is guaranteed to have only one
1116 * free region, in freemap[0]. If it is not big enough, give up.
1117 */
Dave Chinner517c2222013-04-24 18:58:55 +10001118 if (ichdr.freemap[0].size < (entsize + sizeof(xfs_attr_leaf_entry_t))) {
1119 tmp = ENOSPC;
1120 goto out_log_hdr;
1121 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001122
Dave Chinner517c2222013-04-24 18:58:55 +10001123 tmp = xfs_attr3_leaf_add_work(bp, &ichdr, args, 0);
1124
1125out_log_hdr:
1126 xfs_attr3_leaf_hdr_to_disk(leaf, &ichdr);
1127 xfs_trans_log_buf(args->trans, bp,
1128 XFS_DA_LOGRANGE(leaf, &leaf->hdr,
1129 xfs_attr3_leaf_hdr_size(leaf)));
1130 return tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131}
1132
1133/*
1134 * Add a name to a leaf attribute list structure.
1135 */
1136STATIC int
Dave Chinner517c2222013-04-24 18:58:55 +10001137xfs_attr3_leaf_add_work(
1138 struct xfs_buf *bp,
1139 struct xfs_attr3_icleaf_hdr *ichdr,
1140 struct xfs_da_args *args,
1141 int mapindex)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001142{
Dave Chinner517c2222013-04-24 18:58:55 +10001143 struct xfs_attr_leafblock *leaf;
1144 struct xfs_attr_leaf_entry *entry;
1145 struct xfs_attr_leaf_name_local *name_loc;
1146 struct xfs_attr_leaf_name_remote *name_rmt;
1147 struct xfs_mount *mp;
1148 int tmp;
1149 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001150
Dave Chinneree732592012-11-12 22:53:53 +11001151 trace_xfs_attr_leaf_add_work(args);
1152
Dave Chinner1d9025e2012-06-22 18:50:14 +10001153 leaf = bp->b_addr;
Dave Chinner517c2222013-04-24 18:58:55 +10001154 ASSERT(mapindex >= 0 && mapindex < XFS_ATTR_LEAF_MAPSIZE);
1155 ASSERT(args->index >= 0 && args->index <= ichdr->count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001156
1157 /*
1158 * Force open some space in the entry array and fill it in.
1159 */
Dave Chinner517c2222013-04-24 18:58:55 +10001160 entry = &xfs_attr3_leaf_entryp(leaf)[args->index];
1161 if (args->index < ichdr->count) {
1162 tmp = ichdr->count - args->index;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163 tmp *= sizeof(xfs_attr_leaf_entry_t);
Dave Chinner517c2222013-04-24 18:58:55 +10001164 memmove(entry + 1, entry, tmp);
Dave Chinner1d9025e2012-06-22 18:50:14 +10001165 xfs_trans_log_buf(args->trans, bp,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166 XFS_DA_LOGRANGE(leaf, entry, tmp + sizeof(*entry)));
1167 }
Dave Chinner517c2222013-04-24 18:58:55 +10001168 ichdr->count++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169
1170 /*
1171 * Allocate space for the new string (at the end of the run).
1172 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173 mp = args->trans->t_mountp;
Dave Chinner517c2222013-04-24 18:58:55 +10001174 ASSERT(ichdr->freemap[mapindex].base < XFS_LBSIZE(mp));
1175 ASSERT((ichdr->freemap[mapindex].base & 0x3) == 0);
1176 ASSERT(ichdr->freemap[mapindex].size >=
Nathan Scottaa82daa2005-11-02 10:33:33 +11001177 xfs_attr_leaf_newentsize(args->namelen, args->valuelen,
1178 mp->m_sb.sb_blocksize, NULL));
Dave Chinner517c2222013-04-24 18:58:55 +10001179 ASSERT(ichdr->freemap[mapindex].size < XFS_LBSIZE(mp));
1180 ASSERT((ichdr->freemap[mapindex].size & 0x3) == 0);
1181
1182 ichdr->freemap[mapindex].size -=
1183 xfs_attr_leaf_newentsize(args->namelen, args->valuelen,
1184 mp->m_sb.sb_blocksize, &tmp);
1185
1186 entry->nameidx = cpu_to_be16(ichdr->freemap[mapindex].base +
1187 ichdr->freemap[mapindex].size);
Nathan Scott6b19f2d2006-03-17 17:29:02 +11001188 entry->hashval = cpu_to_be32(args->hashval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189 entry->flags = tmp ? XFS_ATTR_LOCAL : 0;
Tim Shimmin726801b2006-09-28 11:01:37 +10001190 entry->flags |= XFS_ATTR_NSP_ARGS_TO_ONDISK(args->flags);
Barry Naujok6a178102008-05-21 16:42:05 +10001191 if (args->op_flags & XFS_DA_OP_RENAME) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192 entry->flags |= XFS_ATTR_INCOMPLETE;
1193 if ((args->blkno2 == args->blkno) &&
1194 (args->index2 <= args->index)) {
1195 args->index2++;
1196 }
1197 }
Dave Chinner1d9025e2012-06-22 18:50:14 +10001198 xfs_trans_log_buf(args->trans, bp,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199 XFS_DA_LOGRANGE(leaf, entry, sizeof(*entry)));
Nathan Scott6b19f2d2006-03-17 17:29:02 +11001200 ASSERT((args->index == 0) ||
1201 (be32_to_cpu(entry->hashval) >= be32_to_cpu((entry-1)->hashval)));
Dave Chinner517c2222013-04-24 18:58:55 +10001202 ASSERT((args->index == ichdr->count - 1) ||
Nathan Scott6b19f2d2006-03-17 17:29:02 +11001203 (be32_to_cpu(entry->hashval) <= be32_to_cpu((entry+1)->hashval)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204
1205 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206 * For "remote" attribute values, simply note that we need to
1207 * allocate space for the "remote" value. We can't actually
1208 * allocate the extents in this transaction, and we can't decide
1209 * which blocks they should be as we might allocate more blocks
1210 * as part of this transaction (a split operation for example).
1211 */
1212 if (entry->flags & XFS_ATTR_LOCAL) {
Dave Chinner517c2222013-04-24 18:58:55 +10001213 name_loc = xfs_attr3_leaf_name_local(leaf, args->index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214 name_loc->namelen = args->namelen;
Nathan Scott053b5752006-03-17 17:29:09 +11001215 name_loc->valuelen = cpu_to_be16(args->valuelen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216 memcpy((char *)name_loc->nameval, args->name, args->namelen);
1217 memcpy((char *)&name_loc->nameval[args->namelen], args->value,
Nathan Scott053b5752006-03-17 17:29:09 +11001218 be16_to_cpu(name_loc->valuelen));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219 } else {
Dave Chinner517c2222013-04-24 18:58:55 +10001220 name_rmt = xfs_attr3_leaf_name_remote(leaf, args->index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221 name_rmt->namelen = args->namelen;
1222 memcpy((char *)name_rmt->name, args->name, args->namelen);
1223 entry->flags |= XFS_ATTR_INCOMPLETE;
1224 /* just in case */
1225 name_rmt->valuelen = 0;
1226 name_rmt->valueblk = 0;
1227 args->rmtblkno = 1;
Dave Chinnerad1858d2013-05-21 18:02:08 +10001228 args->rmtblkcnt = xfs_attr3_rmt_blocks(mp, args->valuelen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229 }
Dave Chinner1d9025e2012-06-22 18:50:14 +10001230 xfs_trans_log_buf(args->trans, bp,
Dave Chinner517c2222013-04-24 18:58:55 +10001231 XFS_DA_LOGRANGE(leaf, xfs_attr3_leaf_name(leaf, args->index),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232 xfs_attr_leaf_entsize(leaf, args->index)));
1233
1234 /*
1235 * Update the control info for this leaf node
1236 */
Dave Chinner517c2222013-04-24 18:58:55 +10001237 if (be16_to_cpu(entry->nameidx) < ichdr->firstused)
1238 ichdr->firstused = be16_to_cpu(entry->nameidx);
1239
1240 ASSERT(ichdr->firstused >= ichdr->count * sizeof(xfs_attr_leaf_entry_t)
1241 + xfs_attr3_leaf_hdr_size(leaf));
1242 tmp = (ichdr->count - 1) * sizeof(xfs_attr_leaf_entry_t)
1243 + xfs_attr3_leaf_hdr_size(leaf);
1244
1245 for (i = 0; i < XFS_ATTR_LEAF_MAPSIZE; i++) {
1246 if (ichdr->freemap[i].base == tmp) {
1247 ichdr->freemap[i].base += sizeof(xfs_attr_leaf_entry_t);
1248 ichdr->freemap[i].size -= sizeof(xfs_attr_leaf_entry_t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249 }
1250 }
Dave Chinner517c2222013-04-24 18:58:55 +10001251 ichdr->usedbytes += xfs_attr_leaf_entsize(leaf, args->index);
1252 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253}
1254
1255/*
1256 * Garbage collect a leaf attribute list block by copying it to a new buffer.
1257 */
1258STATIC void
Dave Chinner517c2222013-04-24 18:58:55 +10001259xfs_attr3_leaf_compact(
Dave Chinneree732592012-11-12 22:53:53 +11001260 struct xfs_da_args *args,
Dave Chinnerd4c712b2013-05-21 18:02:06 +10001261 struct xfs_attr3_icleaf_hdr *ichdr_dst,
Dave Chinneree732592012-11-12 22:53:53 +11001262 struct xfs_buf *bp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001263{
Dave Chinnerd4c712b2013-05-21 18:02:06 +10001264 struct xfs_attr_leafblock *leaf_src;
1265 struct xfs_attr_leafblock *leaf_dst;
1266 struct xfs_attr3_icleaf_hdr ichdr_src;
Dave Chinneree732592012-11-12 22:53:53 +11001267 struct xfs_trans *trans = args->trans;
1268 struct xfs_mount *mp = trans->t_mountp;
1269 char *tmpbuffer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001270
Dave Chinneree732592012-11-12 22:53:53 +11001271 trace_xfs_attr_leaf_compact(args);
1272
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273 tmpbuffer = kmem_alloc(XFS_LBSIZE(mp), KM_SLEEP);
Dave Chinner1d9025e2012-06-22 18:50:14 +10001274 memcpy(tmpbuffer, bp->b_addr, XFS_LBSIZE(mp));
1275 memset(bp->b_addr, 0, XFS_LBSIZE(mp));
Dave Chinnerd4c712b2013-05-21 18:02:06 +10001276 leaf_src = (xfs_attr_leafblock_t *)tmpbuffer;
1277 leaf_dst = bp->b_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278
1279 /*
Dave Chinnerd4c712b2013-05-21 18:02:06 +10001280 * Copy the on-disk header back into the destination buffer to ensure
1281 * all the information in the header that is not part of the incore
1282 * header structure is preserved.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283 */
Dave Chinnerd4c712b2013-05-21 18:02:06 +10001284 memcpy(bp->b_addr, tmpbuffer, xfs_attr3_leaf_hdr_size(leaf_src));
1285
1286 /* Initialise the incore headers */
1287 ichdr_src = *ichdr_dst; /* struct copy */
1288 ichdr_dst->firstused = XFS_LBSIZE(mp);
1289 ichdr_dst->usedbytes = 0;
1290 ichdr_dst->count = 0;
1291 ichdr_dst->holes = 0;
1292 ichdr_dst->freemap[0].base = xfs_attr3_leaf_hdr_size(leaf_src);
1293 ichdr_dst->freemap[0].size = ichdr_dst->firstused -
1294 ichdr_dst->freemap[0].base;
1295
Dave Chinnerd4c712b2013-05-21 18:02:06 +10001296 /* write the header back to initialise the underlying buffer */
1297 xfs_attr3_leaf_hdr_to_disk(leaf_dst, ichdr_dst);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298
1299 /*
1300 * Copy all entry's in the same (sorted) order,
1301 * but allocate name/value pairs packed and in sequence.
1302 */
Dave Chinnerd4c712b2013-05-21 18:02:06 +10001303 xfs_attr3_leaf_moveents(leaf_src, &ichdr_src, 0, leaf_dst, ichdr_dst, 0,
1304 ichdr_src.count, mp);
Dave Chinner517c2222013-04-24 18:58:55 +10001305 /*
1306 * this logs the entire buffer, but the caller must write the header
1307 * back to the buffer when it is finished modifying it.
1308 */
Dave Chinner1d9025e2012-06-22 18:50:14 +10001309 xfs_trans_log_buf(trans, bp, 0, XFS_LBSIZE(mp) - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310
Denys Vlasenkof0e2d932008-05-19 16:31:57 +10001311 kmem_free(tmpbuffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001312}
1313
1314/*
Dave Chinner517c2222013-04-24 18:58:55 +10001315 * Compare two leaf blocks "order".
1316 * Return 0 unless leaf2 should go before leaf1.
1317 */
1318static int
1319xfs_attr3_leaf_order(
1320 struct xfs_buf *leaf1_bp,
1321 struct xfs_attr3_icleaf_hdr *leaf1hdr,
1322 struct xfs_buf *leaf2_bp,
1323 struct xfs_attr3_icleaf_hdr *leaf2hdr)
1324{
1325 struct xfs_attr_leaf_entry *entries1;
1326 struct xfs_attr_leaf_entry *entries2;
1327
1328 entries1 = xfs_attr3_leaf_entryp(leaf1_bp->b_addr);
1329 entries2 = xfs_attr3_leaf_entryp(leaf2_bp->b_addr);
1330 if (leaf1hdr->count > 0 && leaf2hdr->count > 0 &&
1331 ((be32_to_cpu(entries2[0].hashval) <
1332 be32_to_cpu(entries1[0].hashval)) ||
1333 (be32_to_cpu(entries2[leaf2hdr->count - 1].hashval) <
1334 be32_to_cpu(entries1[leaf1hdr->count - 1].hashval)))) {
1335 return 1;
1336 }
1337 return 0;
1338}
1339
1340int
1341xfs_attr_leaf_order(
1342 struct xfs_buf *leaf1_bp,
1343 struct xfs_buf *leaf2_bp)
1344{
1345 struct xfs_attr3_icleaf_hdr ichdr1;
1346 struct xfs_attr3_icleaf_hdr ichdr2;
1347
1348 xfs_attr3_leaf_hdr_from_disk(&ichdr1, leaf1_bp->b_addr);
1349 xfs_attr3_leaf_hdr_from_disk(&ichdr2, leaf2_bp->b_addr);
1350 return xfs_attr3_leaf_order(leaf1_bp, &ichdr1, leaf2_bp, &ichdr2);
1351}
1352
1353/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354 * Redistribute the attribute list entries between two leaf nodes,
1355 * taking into account the size of the new entry.
1356 *
1357 * NOTE: if new block is empty, then it will get the upper half of the
1358 * old block. At present, all (one) callers pass in an empty second block.
1359 *
1360 * This code adjusts the args->index/blkno and args->index2/blkno2 fields
1361 * to match what it is doing in splitting the attribute leaf block. Those
1362 * values are used in "atomic rename" operations on attributes. Note that
1363 * the "new" and "old" values can end up in different blocks.
1364 */
1365STATIC void
Dave Chinner517c2222013-04-24 18:58:55 +10001366xfs_attr3_leaf_rebalance(
1367 struct xfs_da_state *state,
1368 struct xfs_da_state_blk *blk1,
1369 struct xfs_da_state_blk *blk2)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370{
Dave Chinner517c2222013-04-24 18:58:55 +10001371 struct xfs_da_args *args;
1372 struct xfs_attr_leafblock *leaf1;
1373 struct xfs_attr_leafblock *leaf2;
1374 struct xfs_attr3_icleaf_hdr ichdr1;
1375 struct xfs_attr3_icleaf_hdr ichdr2;
1376 struct xfs_attr_leaf_entry *entries1;
1377 struct xfs_attr_leaf_entry *entries2;
1378 int count;
1379 int totallen;
1380 int max;
1381 int space;
1382 int swap;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001383
1384 /*
1385 * Set up environment.
1386 */
1387 ASSERT(blk1->magic == XFS_ATTR_LEAF_MAGIC);
1388 ASSERT(blk2->magic == XFS_ATTR_LEAF_MAGIC);
Dave Chinner1d9025e2012-06-22 18:50:14 +10001389 leaf1 = blk1->bp->b_addr;
1390 leaf2 = blk2->bp->b_addr;
Dave Chinner517c2222013-04-24 18:58:55 +10001391 xfs_attr3_leaf_hdr_from_disk(&ichdr1, leaf1);
1392 xfs_attr3_leaf_hdr_from_disk(&ichdr2, leaf2);
1393 ASSERT(ichdr2.count == 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001394 args = state->args;
1395
Dave Chinner5a5881c2012-03-22 05:15:13 +00001396 trace_xfs_attr_leaf_rebalance(args);
1397
Linus Torvalds1da177e2005-04-16 15:20:36 -07001398 /*
1399 * Check ordering of blocks, reverse if it makes things simpler.
1400 *
1401 * NOTE: Given that all (current) callers pass in an empty
1402 * second block, this code should never set "swap".
1403 */
1404 swap = 0;
Dave Chinner517c2222013-04-24 18:58:55 +10001405 if (xfs_attr3_leaf_order(blk1->bp, &ichdr1, blk2->bp, &ichdr2)) {
1406 struct xfs_da_state_blk *tmp_blk;
1407 struct xfs_attr3_icleaf_hdr tmp_ichdr;
1408
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409 tmp_blk = blk1;
1410 blk1 = blk2;
1411 blk2 = tmp_blk;
Dave Chinner517c2222013-04-24 18:58:55 +10001412
1413 /* struct copies to swap them rather than reconverting */
1414 tmp_ichdr = ichdr1;
1415 ichdr1 = ichdr2;
1416 ichdr2 = tmp_ichdr;
1417
Dave Chinner1d9025e2012-06-22 18:50:14 +10001418 leaf1 = blk1->bp->b_addr;
1419 leaf2 = blk2->bp->b_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001420 swap = 1;
1421 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001422
1423 /*
1424 * Examine entries until we reduce the absolute difference in
1425 * byte usage between the two blocks to a minimum. Then get
1426 * the direction to copy and the number of elements to move.
1427 *
1428 * "inleaf" is true if the new entry should be inserted into blk1.
1429 * If "swap" is also true, then reverse the sense of "inleaf".
1430 */
Dave Chinner517c2222013-04-24 18:58:55 +10001431 state->inleaf = xfs_attr3_leaf_figure_balance(state, blk1, &ichdr1,
1432 blk2, &ichdr2,
1433 &count, &totallen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001434 if (swap)
1435 state->inleaf = !state->inleaf;
1436
1437 /*
1438 * Move any entries required from leaf to leaf:
1439 */
Dave Chinner517c2222013-04-24 18:58:55 +10001440 if (count < ichdr1.count) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001441 /*
1442 * Figure the total bytes to be added to the destination leaf.
1443 */
1444 /* number entries being moved */
Dave Chinner517c2222013-04-24 18:58:55 +10001445 count = ichdr1.count - count;
1446 space = ichdr1.usedbytes - totallen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001447 space += count * sizeof(xfs_attr_leaf_entry_t);
1448
1449 /*
1450 * leaf2 is the destination, compact it if it looks tight.
1451 */
Dave Chinner517c2222013-04-24 18:58:55 +10001452 max = ichdr2.firstused - xfs_attr3_leaf_hdr_size(leaf1);
1453 max -= ichdr2.count * sizeof(xfs_attr_leaf_entry_t);
Dave Chinneree732592012-11-12 22:53:53 +11001454 if (space > max)
Dave Chinner517c2222013-04-24 18:58:55 +10001455 xfs_attr3_leaf_compact(args, &ichdr2, blk2->bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456
1457 /*
1458 * Move high entries from leaf1 to low end of leaf2.
1459 */
Dave Chinner517c2222013-04-24 18:58:55 +10001460 xfs_attr3_leaf_moveents(leaf1, &ichdr1, ichdr1.count - count,
1461 leaf2, &ichdr2, 0, count, state->mp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462
Dave Chinner517c2222013-04-24 18:58:55 +10001463 } else if (count > ichdr1.count) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001464 /*
1465 * I assert that since all callers pass in an empty
1466 * second buffer, this code should never execute.
1467 */
Dave Chinner07428d72012-11-12 22:09:44 +11001468 ASSERT(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001469
1470 /*
1471 * Figure the total bytes to be added to the destination leaf.
1472 */
1473 /* number entries being moved */
Dave Chinner517c2222013-04-24 18:58:55 +10001474 count -= ichdr1.count;
1475 space = totallen - ichdr1.usedbytes;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001476 space += count * sizeof(xfs_attr_leaf_entry_t);
1477
1478 /*
1479 * leaf1 is the destination, compact it if it looks tight.
1480 */
Dave Chinner517c2222013-04-24 18:58:55 +10001481 max = ichdr1.firstused - xfs_attr3_leaf_hdr_size(leaf1);
1482 max -= ichdr1.count * sizeof(xfs_attr_leaf_entry_t);
Dave Chinneree732592012-11-12 22:53:53 +11001483 if (space > max)
Dave Chinner517c2222013-04-24 18:58:55 +10001484 xfs_attr3_leaf_compact(args, &ichdr1, blk1->bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001485
1486 /*
1487 * Move low entries from leaf2 to high end of leaf1.
1488 */
Dave Chinner517c2222013-04-24 18:58:55 +10001489 xfs_attr3_leaf_moveents(leaf2, &ichdr2, 0, leaf1, &ichdr1,
1490 ichdr1.count, count, state->mp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001491 }
1492
Dave Chinner517c2222013-04-24 18:58:55 +10001493 xfs_attr3_leaf_hdr_to_disk(leaf1, &ichdr1);
1494 xfs_attr3_leaf_hdr_to_disk(leaf2, &ichdr2);
1495 xfs_trans_log_buf(args->trans, blk1->bp, 0, state->blocksize-1);
1496 xfs_trans_log_buf(args->trans, blk2->bp, 0, state->blocksize-1);
1497
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498 /*
1499 * Copy out last hashval in each block for B-tree code.
1500 */
Dave Chinner517c2222013-04-24 18:58:55 +10001501 entries1 = xfs_attr3_leaf_entryp(leaf1);
1502 entries2 = xfs_attr3_leaf_entryp(leaf2);
1503 blk1->hashval = be32_to_cpu(entries1[ichdr1.count - 1].hashval);
1504 blk2->hashval = be32_to_cpu(entries2[ichdr2.count - 1].hashval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505
1506 /*
1507 * Adjust the expected index for insertion.
1508 * NOTE: this code depends on the (current) situation that the
1509 * second block was originally empty.
1510 *
1511 * If the insertion point moved to the 2nd block, we must adjust
1512 * the index. We must also track the entry just following the
1513 * new entry for use in an "atomic rename" operation, that entry
1514 * is always the "old" entry and the "new" entry is what we are
1515 * inserting. The index/blkno fields refer to the "old" entry,
1516 * while the index2/blkno2 fields refer to the "new" entry.
1517 */
Dave Chinner517c2222013-04-24 18:58:55 +10001518 if (blk1->index > ichdr1.count) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519 ASSERT(state->inleaf == 0);
Dave Chinner517c2222013-04-24 18:58:55 +10001520 blk2->index = blk1->index - ichdr1.count;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521 args->index = args->index2 = blk2->index;
1522 args->blkno = args->blkno2 = blk2->blkno;
Dave Chinner517c2222013-04-24 18:58:55 +10001523 } else if (blk1->index == ichdr1.count) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524 if (state->inleaf) {
1525 args->index = blk1->index;
1526 args->blkno = blk1->blkno;
1527 args->index2 = 0;
1528 args->blkno2 = blk2->blkno;
1529 } else {
Dave Chinner07428d72012-11-12 22:09:44 +11001530 /*
1531 * On a double leaf split, the original attr location
1532 * is already stored in blkno2/index2, so don't
1533 * overwrite it overwise we corrupt the tree.
1534 */
Dave Chinner517c2222013-04-24 18:58:55 +10001535 blk2->index = blk1->index - ichdr1.count;
Dave Chinner07428d72012-11-12 22:09:44 +11001536 args->index = blk2->index;
1537 args->blkno = blk2->blkno;
1538 if (!state->extravalid) {
1539 /*
1540 * set the new attr location to match the old
1541 * one and let the higher level split code
1542 * decide where in the leaf to place it.
1543 */
1544 args->index2 = blk2->index;
1545 args->blkno2 = blk2->blkno;
1546 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001547 }
1548 } else {
1549 ASSERT(state->inleaf == 1);
1550 args->index = args->index2 = blk1->index;
1551 args->blkno = args->blkno2 = blk1->blkno;
1552 }
1553}
1554
1555/*
1556 * Examine entries until we reduce the absolute difference in
1557 * byte usage between the two blocks to a minimum.
1558 * GROT: Is this really necessary? With other than a 512 byte blocksize,
1559 * GROT: there will always be enough room in either block for a new entry.
1560 * GROT: Do a double-split for this case?
1561 */
1562STATIC int
Dave Chinner517c2222013-04-24 18:58:55 +10001563xfs_attr3_leaf_figure_balance(
1564 struct xfs_da_state *state,
1565 struct xfs_da_state_blk *blk1,
1566 struct xfs_attr3_icleaf_hdr *ichdr1,
1567 struct xfs_da_state_blk *blk2,
1568 struct xfs_attr3_icleaf_hdr *ichdr2,
1569 int *countarg,
1570 int *usedbytesarg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571{
Dave Chinner517c2222013-04-24 18:58:55 +10001572 struct xfs_attr_leafblock *leaf1 = blk1->bp->b_addr;
1573 struct xfs_attr_leafblock *leaf2 = blk2->bp->b_addr;
1574 struct xfs_attr_leaf_entry *entry;
1575 int count;
1576 int max;
1577 int index;
1578 int totallen = 0;
1579 int half;
1580 int lastdelta;
1581 int foundit = 0;
1582 int tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583
1584 /*
1585 * Examine entries until we reduce the absolute difference in
1586 * byte usage between the two blocks to a minimum.
1587 */
Dave Chinner517c2222013-04-24 18:58:55 +10001588 max = ichdr1->count + ichdr2->count;
1589 half = (max + 1) * sizeof(*entry);
1590 half += ichdr1->usedbytes + ichdr2->usedbytes +
1591 xfs_attr_leaf_newentsize(state->args->namelen,
1592 state->args->valuelen,
1593 state->blocksize, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001594 half /= 2;
1595 lastdelta = state->blocksize;
Dave Chinner517c2222013-04-24 18:58:55 +10001596 entry = xfs_attr3_leaf_entryp(leaf1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597 for (count = index = 0; count < max; entry++, index++, count++) {
1598
1599#define XFS_ATTR_ABS(A) (((A) < 0) ? -(A) : (A))
1600 /*
1601 * The new entry is in the first block, account for it.
1602 */
1603 if (count == blk1->index) {
1604 tmp = totallen + sizeof(*entry) +
Nathan Scottaa82daa2005-11-02 10:33:33 +11001605 xfs_attr_leaf_newentsize(
1606 state->args->namelen,
1607 state->args->valuelen,
1608 state->blocksize, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001609 if (XFS_ATTR_ABS(half - tmp) > lastdelta)
1610 break;
1611 lastdelta = XFS_ATTR_ABS(half - tmp);
1612 totallen = tmp;
1613 foundit = 1;
1614 }
1615
1616 /*
1617 * Wrap around into the second block if necessary.
1618 */
Dave Chinner517c2222013-04-24 18:58:55 +10001619 if (count == ichdr1->count) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620 leaf1 = leaf2;
Dave Chinner517c2222013-04-24 18:58:55 +10001621 entry = xfs_attr3_leaf_entryp(leaf1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622 index = 0;
1623 }
1624
1625 /*
1626 * Figure out if next leaf entry would be too much.
1627 */
1628 tmp = totallen + sizeof(*entry) + xfs_attr_leaf_entsize(leaf1,
1629 index);
1630 if (XFS_ATTR_ABS(half - tmp) > lastdelta)
1631 break;
1632 lastdelta = XFS_ATTR_ABS(half - tmp);
1633 totallen = tmp;
1634#undef XFS_ATTR_ABS
1635 }
1636
1637 /*
1638 * Calculate the number of usedbytes that will end up in lower block.
1639 * If new entry not in lower block, fix up the count.
1640 */
1641 totallen -= count * sizeof(*entry);
1642 if (foundit) {
1643 totallen -= sizeof(*entry) +
Nathan Scottaa82daa2005-11-02 10:33:33 +11001644 xfs_attr_leaf_newentsize(
1645 state->args->namelen,
1646 state->args->valuelen,
1647 state->blocksize, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648 }
1649
1650 *countarg = count;
1651 *usedbytesarg = totallen;
Dave Chinner517c2222013-04-24 18:58:55 +10001652 return foundit;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653}
1654
1655/*========================================================================
1656 * Routines used for shrinking the Btree.
1657 *========================================================================*/
1658
1659/*
1660 * Check a leaf block and its neighbors to see if the block should be
1661 * collapsed into one or the other neighbor. Always keep the block
1662 * with the smaller block number.
1663 * If the current block is over 50% full, don't try to join it, return 0.
1664 * If the block is empty, fill in the state structure and return 2.
1665 * If it can be collapsed, fill in the state structure and return 1.
1666 * If nothing can be done, return 0.
1667 *
1668 * GROT: allow for INCOMPLETE entries in calculation.
1669 */
1670int
Dave Chinner517c2222013-04-24 18:58:55 +10001671xfs_attr3_leaf_toosmall(
1672 struct xfs_da_state *state,
1673 int *action)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001674{
Dave Chinner517c2222013-04-24 18:58:55 +10001675 struct xfs_attr_leafblock *leaf;
1676 struct xfs_da_state_blk *blk;
1677 struct xfs_attr3_icleaf_hdr ichdr;
1678 struct xfs_buf *bp;
1679 xfs_dablk_t blkno;
1680 int bytes;
1681 int forward;
1682 int error;
1683 int retval;
1684 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685
Dave Chinneree732592012-11-12 22:53:53 +11001686 trace_xfs_attr_leaf_toosmall(state->args);
1687
Linus Torvalds1da177e2005-04-16 15:20:36 -07001688 /*
1689 * Check for the degenerate case of the block being over 50% full.
1690 * If so, it's not worth even looking to see if we might be able
1691 * to coalesce with a sibling.
1692 */
1693 blk = &state->path.blk[ state->path.active-1 ];
Dave Chinner517c2222013-04-24 18:58:55 +10001694 leaf = blk->bp->b_addr;
1695 xfs_attr3_leaf_hdr_from_disk(&ichdr, leaf);
1696 bytes = xfs_attr3_leaf_hdr_size(leaf) +
1697 ichdr.count * sizeof(xfs_attr_leaf_entry_t) +
1698 ichdr.usedbytes;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001699 if (bytes > (state->blocksize >> 1)) {
1700 *action = 0; /* blk over 50%, don't try to join */
1701 return(0);
1702 }
1703
1704 /*
1705 * Check for the degenerate case of the block being empty.
1706 * If the block is empty, we'll simply delete it, no need to
Nathan Scottc41564b2006-03-29 08:55:14 +10001707 * coalesce it with a sibling block. We choose (arbitrarily)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708 * to merge with the forward block unless it is NULL.
1709 */
Dave Chinner517c2222013-04-24 18:58:55 +10001710 if (ichdr.count == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711 /*
1712 * Make altpath point to the block we want to keep and
1713 * path point to the block we want to drop (this one).
1714 */
Dave Chinner517c2222013-04-24 18:58:55 +10001715 forward = (ichdr.forw != 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001716 memcpy(&state->altpath, &state->path, sizeof(state->path));
Dave Chinnerf5ea1102013-04-24 18:58:02 +10001717 error = xfs_da3_path_shift(state, &state->altpath, forward,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718 0, &retval);
1719 if (error)
1720 return(error);
1721 if (retval) {
1722 *action = 0;
1723 } else {
1724 *action = 2;
1725 }
Dave Chinner517c2222013-04-24 18:58:55 +10001726 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727 }
1728
1729 /*
1730 * Examine each sibling block to see if we can coalesce with
1731 * at least 25% free space to spare. We need to figure out
1732 * whether to merge with the forward or the backward block.
1733 * We prefer coalescing with the lower numbered sibling so as
1734 * to shrink an attribute list over time.
1735 */
1736 /* start with smaller blk num */
Dave Chinner517c2222013-04-24 18:58:55 +10001737 forward = ichdr.forw < ichdr.back;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738 for (i = 0; i < 2; forward = !forward, i++) {
Dave Chinner517c2222013-04-24 18:58:55 +10001739 struct xfs_attr3_icleaf_hdr ichdr2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001740 if (forward)
Dave Chinner517c2222013-04-24 18:58:55 +10001741 blkno = ichdr.forw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001742 else
Dave Chinner517c2222013-04-24 18:58:55 +10001743 blkno = ichdr.back;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001744 if (blkno == 0)
1745 continue;
Dave Chinner517c2222013-04-24 18:58:55 +10001746 error = xfs_attr3_leaf_read(state->args->trans, state->args->dp,
Dave Chinnerad14c332012-11-12 22:54:16 +11001747 blkno, -1, &bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001748 if (error)
1749 return(error);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001750
Dave Chinner517c2222013-04-24 18:58:55 +10001751 xfs_attr3_leaf_hdr_from_disk(&ichdr2, bp->b_addr);
1752
1753 bytes = state->blocksize - (state->blocksize >> 2) -
1754 ichdr.usedbytes - ichdr2.usedbytes -
1755 ((ichdr.count + ichdr2.count) *
1756 sizeof(xfs_attr_leaf_entry_t)) -
1757 xfs_attr3_leaf_hdr_size(leaf);
1758
Dave Chinner1d9025e2012-06-22 18:50:14 +10001759 xfs_trans_brelse(state->args->trans, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760 if (bytes >= 0)
1761 break; /* fits with at least 25% to spare */
1762 }
1763 if (i >= 2) {
1764 *action = 0;
1765 return(0);
1766 }
1767
1768 /*
1769 * Make altpath point to the block we want to keep (the lower
1770 * numbered block) and path point to the block we want to drop.
1771 */
1772 memcpy(&state->altpath, &state->path, sizeof(state->path));
1773 if (blkno < blk->blkno) {
Dave Chinnerf5ea1102013-04-24 18:58:02 +10001774 error = xfs_da3_path_shift(state, &state->altpath, forward,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001775 0, &retval);
1776 } else {
Dave Chinnerf5ea1102013-04-24 18:58:02 +10001777 error = xfs_da3_path_shift(state, &state->path, forward,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001778 0, &retval);
1779 }
1780 if (error)
1781 return(error);
1782 if (retval) {
1783 *action = 0;
1784 } else {
1785 *action = 1;
1786 }
1787 return(0);
1788}
1789
1790/*
1791 * Remove a name from the leaf attribute list structure.
1792 *
1793 * Return 1 if leaf is less than 37% full, 0 if >= 37% full.
1794 * If two leaves are 37% full, when combined they will leave 25% free.
1795 */
1796int
Dave Chinner517c2222013-04-24 18:58:55 +10001797xfs_attr3_leaf_remove(
1798 struct xfs_buf *bp,
1799 struct xfs_da_args *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001800{
Dave Chinner517c2222013-04-24 18:58:55 +10001801 struct xfs_attr_leafblock *leaf;
1802 struct xfs_attr3_icleaf_hdr ichdr;
1803 struct xfs_attr_leaf_entry *entry;
1804 struct xfs_mount *mp = args->trans->t_mountp;
1805 int before;
1806 int after;
1807 int smallest;
1808 int entsize;
1809 int tablesize;
1810 int tmp;
1811 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812
Dave Chinneree732592012-11-12 22:53:53 +11001813 trace_xfs_attr_leaf_remove(args);
1814
Dave Chinner1d9025e2012-06-22 18:50:14 +10001815 leaf = bp->b_addr;
Dave Chinner517c2222013-04-24 18:58:55 +10001816 xfs_attr3_leaf_hdr_from_disk(&ichdr, leaf);
1817
1818 ASSERT(ichdr.count > 0 && ichdr.count < XFS_LBSIZE(mp) / 8);
1819 ASSERT(args->index >= 0 && args->index < ichdr.count);
1820 ASSERT(ichdr.firstused >= ichdr.count * sizeof(*entry) +
1821 xfs_attr3_leaf_hdr_size(leaf));
1822
1823 entry = &xfs_attr3_leaf_entryp(leaf)[args->index];
1824
1825 ASSERT(be16_to_cpu(entry->nameidx) >= ichdr.firstused);
Nathan Scott6b19f2d2006-03-17 17:29:02 +11001826 ASSERT(be16_to_cpu(entry->nameidx) < XFS_LBSIZE(mp));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001827
1828 /*
1829 * Scan through free region table:
1830 * check for adjacency of free'd entry with an existing one,
1831 * find smallest free region in case we need to replace it,
1832 * adjust any map that borders the entry table,
1833 */
Dave Chinner517c2222013-04-24 18:58:55 +10001834 tablesize = ichdr.count * sizeof(xfs_attr_leaf_entry_t)
1835 + xfs_attr3_leaf_hdr_size(leaf);
1836 tmp = ichdr.freemap[0].size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837 before = after = -1;
1838 smallest = XFS_ATTR_LEAF_MAPSIZE - 1;
1839 entsize = xfs_attr_leaf_entsize(leaf, args->index);
Dave Chinner517c2222013-04-24 18:58:55 +10001840 for (i = 0; i < XFS_ATTR_LEAF_MAPSIZE; i++) {
1841 ASSERT(ichdr.freemap[i].base < XFS_LBSIZE(mp));
1842 ASSERT(ichdr.freemap[i].size < XFS_LBSIZE(mp));
1843 if (ichdr.freemap[i].base == tablesize) {
1844 ichdr.freemap[i].base -= sizeof(xfs_attr_leaf_entry_t);
1845 ichdr.freemap[i].size += sizeof(xfs_attr_leaf_entry_t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846 }
1847
Dave Chinner517c2222013-04-24 18:58:55 +10001848 if (ichdr.freemap[i].base + ichdr.freemap[i].size ==
1849 be16_to_cpu(entry->nameidx)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001850 before = i;
Dave Chinner517c2222013-04-24 18:58:55 +10001851 } else if (ichdr.freemap[i].base ==
1852 (be16_to_cpu(entry->nameidx) + entsize)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001853 after = i;
Dave Chinner517c2222013-04-24 18:58:55 +10001854 } else if (ichdr.freemap[i].size < tmp) {
1855 tmp = ichdr.freemap[i].size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856 smallest = i;
1857 }
1858 }
1859
1860 /*
1861 * Coalesce adjacent freemap regions,
1862 * or replace the smallest region.
1863 */
1864 if ((before >= 0) || (after >= 0)) {
1865 if ((before >= 0) && (after >= 0)) {
Dave Chinner517c2222013-04-24 18:58:55 +10001866 ichdr.freemap[before].size += entsize;
1867 ichdr.freemap[before].size += ichdr.freemap[after].size;
1868 ichdr.freemap[after].base = 0;
1869 ichdr.freemap[after].size = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870 } else if (before >= 0) {
Dave Chinner517c2222013-04-24 18:58:55 +10001871 ichdr.freemap[before].size += entsize;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872 } else {
Dave Chinner517c2222013-04-24 18:58:55 +10001873 ichdr.freemap[after].base = be16_to_cpu(entry->nameidx);
1874 ichdr.freemap[after].size += entsize;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875 }
1876 } else {
1877 /*
1878 * Replace smallest region (if it is smaller than free'd entry)
1879 */
Dave Chinner517c2222013-04-24 18:58:55 +10001880 if (ichdr.freemap[smallest].size < entsize) {
1881 ichdr.freemap[smallest].base = be16_to_cpu(entry->nameidx);
1882 ichdr.freemap[smallest].size = entsize;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883 }
1884 }
1885
1886 /*
1887 * Did we remove the first entry?
1888 */
Dave Chinner517c2222013-04-24 18:58:55 +10001889 if (be16_to_cpu(entry->nameidx) == ichdr.firstused)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001890 smallest = 1;
1891 else
1892 smallest = 0;
1893
1894 /*
1895 * Compress the remaining entries and zero out the removed stuff.
1896 */
Dave Chinner517c2222013-04-24 18:58:55 +10001897 memset(xfs_attr3_leaf_name(leaf, args->index), 0, entsize);
1898 ichdr.usedbytes -= entsize;
Dave Chinner1d9025e2012-06-22 18:50:14 +10001899 xfs_trans_log_buf(args->trans, bp,
Dave Chinner517c2222013-04-24 18:58:55 +10001900 XFS_DA_LOGRANGE(leaf, xfs_attr3_leaf_name(leaf, args->index),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901 entsize));
1902
Dave Chinner517c2222013-04-24 18:58:55 +10001903 tmp = (ichdr.count - args->index) * sizeof(xfs_attr_leaf_entry_t);
1904 memmove(entry, entry + 1, tmp);
1905 ichdr.count--;
Dave Chinner1d9025e2012-06-22 18:50:14 +10001906 xfs_trans_log_buf(args->trans, bp,
Dave Chinner517c2222013-04-24 18:58:55 +10001907 XFS_DA_LOGRANGE(leaf, entry, tmp + sizeof(xfs_attr_leaf_entry_t)));
1908
1909 entry = &xfs_attr3_leaf_entryp(leaf)[ichdr.count];
1910 memset(entry, 0, sizeof(xfs_attr_leaf_entry_t));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911
1912 /*
1913 * If we removed the first entry, re-find the first used byte
1914 * in the name area. Note that if the entry was the "firstused",
1915 * then we don't have a "hole" in our block resulting from
1916 * removing the name.
1917 */
1918 if (smallest) {
1919 tmp = XFS_LBSIZE(mp);
Dave Chinner517c2222013-04-24 18:58:55 +10001920 entry = xfs_attr3_leaf_entryp(leaf);
1921 for (i = ichdr.count - 1; i >= 0; entry++, i--) {
1922 ASSERT(be16_to_cpu(entry->nameidx) >= ichdr.firstused);
Nathan Scott6b19f2d2006-03-17 17:29:02 +11001923 ASSERT(be16_to_cpu(entry->nameidx) < XFS_LBSIZE(mp));
1924
1925 if (be16_to_cpu(entry->nameidx) < tmp)
1926 tmp = be16_to_cpu(entry->nameidx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927 }
Dave Chinner517c2222013-04-24 18:58:55 +10001928 ichdr.firstused = tmp;
1929 if (!ichdr.firstused)
1930 ichdr.firstused = tmp - XFS_ATTR_LEAF_NAME_ALIGN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931 } else {
Dave Chinner517c2222013-04-24 18:58:55 +10001932 ichdr.holes = 1; /* mark as needing compaction */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933 }
Dave Chinner517c2222013-04-24 18:58:55 +10001934 xfs_attr3_leaf_hdr_to_disk(leaf, &ichdr);
Dave Chinner1d9025e2012-06-22 18:50:14 +10001935 xfs_trans_log_buf(args->trans, bp,
Dave Chinner517c2222013-04-24 18:58:55 +10001936 XFS_DA_LOGRANGE(leaf, &leaf->hdr,
1937 xfs_attr3_leaf_hdr_size(leaf)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938
1939 /*
1940 * Check if leaf is less than 50% full, caller may want to
1941 * "join" the leaf with a sibling if so.
1942 */
Dave Chinner517c2222013-04-24 18:58:55 +10001943 tmp = ichdr.usedbytes + xfs_attr3_leaf_hdr_size(leaf) +
1944 ichdr.count * sizeof(xfs_attr_leaf_entry_t);
1945
1946 return tmp < mp->m_attr_magicpct; /* leaf is < 37% full */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947}
1948
1949/*
1950 * Move all the attribute list entries from drop_leaf into save_leaf.
1951 */
1952void
Dave Chinner517c2222013-04-24 18:58:55 +10001953xfs_attr3_leaf_unbalance(
1954 struct xfs_da_state *state,
1955 struct xfs_da_state_blk *drop_blk,
1956 struct xfs_da_state_blk *save_blk)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957{
Dave Chinner517c2222013-04-24 18:58:55 +10001958 struct xfs_attr_leafblock *drop_leaf = drop_blk->bp->b_addr;
1959 struct xfs_attr_leafblock *save_leaf = save_blk->bp->b_addr;
1960 struct xfs_attr3_icleaf_hdr drophdr;
1961 struct xfs_attr3_icleaf_hdr savehdr;
1962 struct xfs_attr_leaf_entry *entry;
1963 struct xfs_mount *mp = state->mp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001964
Dave Chinner5a5881c2012-03-22 05:15:13 +00001965 trace_xfs_attr_leaf_unbalance(state->args);
1966
Dave Chinner1d9025e2012-06-22 18:50:14 +10001967 drop_leaf = drop_blk->bp->b_addr;
1968 save_leaf = save_blk->bp->b_addr;
Dave Chinner517c2222013-04-24 18:58:55 +10001969 xfs_attr3_leaf_hdr_from_disk(&drophdr, drop_leaf);
1970 xfs_attr3_leaf_hdr_from_disk(&savehdr, save_leaf);
1971 entry = xfs_attr3_leaf_entryp(drop_leaf);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001972
1973 /*
1974 * Save last hashval from dying block for later Btree fixup.
1975 */
Dave Chinner517c2222013-04-24 18:58:55 +10001976 drop_blk->hashval = be32_to_cpu(entry[drophdr.count - 1].hashval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977
1978 /*
1979 * Check if we need a temp buffer, or can we do it in place.
1980 * Note that we don't check "leaf" for holes because we will
1981 * always be dropping it, toosmall() decided that for us already.
1982 */
Dave Chinner517c2222013-04-24 18:58:55 +10001983 if (savehdr.holes == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001984 /*
1985 * dest leaf has no holes, so we add there. May need
1986 * to make some room in the entry array.
1987 */
Dave Chinner517c2222013-04-24 18:58:55 +10001988 if (xfs_attr3_leaf_order(save_blk->bp, &savehdr,
1989 drop_blk->bp, &drophdr)) {
1990 xfs_attr3_leaf_moveents(drop_leaf, &drophdr, 0,
1991 save_leaf, &savehdr, 0,
1992 drophdr.count, mp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993 } else {
Dave Chinner517c2222013-04-24 18:58:55 +10001994 xfs_attr3_leaf_moveents(drop_leaf, &drophdr, 0,
1995 save_leaf, &savehdr,
1996 savehdr.count, drophdr.count, mp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001997 }
1998 } else {
1999 /*
2000 * Destination has holes, so we make a temporary copy
2001 * of the leaf and add them both to that.
2002 */
Dave Chinner517c2222013-04-24 18:58:55 +10002003 struct xfs_attr_leafblock *tmp_leaf;
2004 struct xfs_attr3_icleaf_hdr tmphdr;
2005
Dave Chinner8517de22013-05-21 18:02:05 +10002006 tmp_leaf = kmem_zalloc(state->blocksize, KM_SLEEP);
Dave Chinner517c2222013-04-24 18:58:55 +10002007
Dave Chinner8517de22013-05-21 18:02:05 +10002008 /*
2009 * Copy the header into the temp leaf so that all the stuff
2010 * not in the incore header is present and gets copied back in
2011 * once we've moved all the entries.
2012 */
2013 memcpy(tmp_leaf, save_leaf, xfs_attr3_leaf_hdr_size(save_leaf));
2014
2015 memset(&tmphdr, 0, sizeof(tmphdr));
Dave Chinner517c2222013-04-24 18:58:55 +10002016 tmphdr.magic = savehdr.magic;
2017 tmphdr.forw = savehdr.forw;
2018 tmphdr.back = savehdr.back;
2019 tmphdr.firstused = state->blocksize;
Dave Chinner8517de22013-05-21 18:02:05 +10002020
2021 /* write the header to the temp buffer to initialise it */
2022 xfs_attr3_leaf_hdr_to_disk(tmp_leaf, &tmphdr);
2023
Dave Chinner517c2222013-04-24 18:58:55 +10002024 if (xfs_attr3_leaf_order(save_blk->bp, &savehdr,
2025 drop_blk->bp, &drophdr)) {
2026 xfs_attr3_leaf_moveents(drop_leaf, &drophdr, 0,
2027 tmp_leaf, &tmphdr, 0,
2028 drophdr.count, mp);
2029 xfs_attr3_leaf_moveents(save_leaf, &savehdr, 0,
2030 tmp_leaf, &tmphdr, tmphdr.count,
2031 savehdr.count, mp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032 } else {
Dave Chinner517c2222013-04-24 18:58:55 +10002033 xfs_attr3_leaf_moveents(save_leaf, &savehdr, 0,
2034 tmp_leaf, &tmphdr, 0,
2035 savehdr.count, mp);
2036 xfs_attr3_leaf_moveents(drop_leaf, &drophdr, 0,
2037 tmp_leaf, &tmphdr, tmphdr.count,
2038 drophdr.count, mp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039 }
Dave Chinner517c2222013-04-24 18:58:55 +10002040 memcpy(save_leaf, tmp_leaf, state->blocksize);
2041 savehdr = tmphdr; /* struct copy */
2042 kmem_free(tmp_leaf);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002043 }
2044
Dave Chinner517c2222013-04-24 18:58:55 +10002045 xfs_attr3_leaf_hdr_to_disk(save_leaf, &savehdr);
Dave Chinner1d9025e2012-06-22 18:50:14 +10002046 xfs_trans_log_buf(state->args->trans, save_blk->bp, 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002047 state->blocksize - 1);
2048
2049 /*
2050 * Copy out last hashval in each block for B-tree code.
2051 */
Dave Chinner517c2222013-04-24 18:58:55 +10002052 entry = xfs_attr3_leaf_entryp(save_leaf);
2053 save_blk->hashval = be32_to_cpu(entry[savehdr.count - 1].hashval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002054}
2055
2056/*========================================================================
2057 * Routines used for finding things in the Btree.
2058 *========================================================================*/
2059
2060/*
2061 * Look up a name in a leaf attribute list structure.
2062 * This is the internal routine, it uses the caller's buffer.
2063 *
2064 * Note that duplicate keys are allowed, but only check within the
2065 * current leaf node. The Btree code must check in adjacent leaf nodes.
2066 *
2067 * Return in args->index the index into the entry[] array of either
2068 * the found entry, or where the entry should have been (insert before
2069 * that entry).
2070 *
2071 * Don't change the args->value unless we find the attribute.
2072 */
2073int
Dave Chinner517c2222013-04-24 18:58:55 +10002074xfs_attr3_leaf_lookup_int(
2075 struct xfs_buf *bp,
2076 struct xfs_da_args *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077{
Dave Chinner517c2222013-04-24 18:58:55 +10002078 struct xfs_attr_leafblock *leaf;
2079 struct xfs_attr3_icleaf_hdr ichdr;
2080 struct xfs_attr_leaf_entry *entry;
2081 struct xfs_attr_leaf_entry *entries;
2082 struct xfs_attr_leaf_name_local *name_loc;
2083 struct xfs_attr_leaf_name_remote *name_rmt;
2084 xfs_dahash_t hashval;
2085 int probe;
2086 int span;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087
Dave Chinner5a5881c2012-03-22 05:15:13 +00002088 trace_xfs_attr_leaf_lookup(args);
2089
Dave Chinner1d9025e2012-06-22 18:50:14 +10002090 leaf = bp->b_addr;
Dave Chinner517c2222013-04-24 18:58:55 +10002091 xfs_attr3_leaf_hdr_from_disk(&ichdr, leaf);
2092 entries = xfs_attr3_leaf_entryp(leaf);
2093 ASSERT(ichdr.count < XFS_LBSIZE(args->dp->i_mount) / 8);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094
2095 /*
2096 * Binary search. (note: small blocks will skip this loop)
2097 */
2098 hashval = args->hashval;
Dave Chinner517c2222013-04-24 18:58:55 +10002099 probe = span = ichdr.count / 2;
2100 for (entry = &entries[probe]; span > 4; entry = &entries[probe]) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101 span /= 2;
Nathan Scott6b19f2d2006-03-17 17:29:02 +11002102 if (be32_to_cpu(entry->hashval) < hashval)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103 probe += span;
Nathan Scott6b19f2d2006-03-17 17:29:02 +11002104 else if (be32_to_cpu(entry->hashval) > hashval)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105 probe -= span;
2106 else
2107 break;
2108 }
Dave Chinner517c2222013-04-24 18:58:55 +10002109 ASSERT(probe >= 0 && (!ichdr.count || probe < ichdr.count));
2110 ASSERT(span <= 4 || be32_to_cpu(entry->hashval) == hashval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111
2112 /*
2113 * Since we may have duplicate hashval's, find the first matching
2114 * hashval in the leaf.
2115 */
Dave Chinner517c2222013-04-24 18:58:55 +10002116 while (probe > 0 && be32_to_cpu(entry->hashval) >= hashval) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117 entry--;
2118 probe--;
2119 }
Dave Chinner517c2222013-04-24 18:58:55 +10002120 while (probe < ichdr.count &&
2121 be32_to_cpu(entry->hashval) < hashval) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122 entry++;
2123 probe++;
2124 }
Dave Chinner517c2222013-04-24 18:58:55 +10002125 if (probe == ichdr.count || be32_to_cpu(entry->hashval) != hashval) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002126 args->index = probe;
Dave Chinner517c2222013-04-24 18:58:55 +10002127 return XFS_ERROR(ENOATTR);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128 }
2129
2130 /*
2131 * Duplicate keys may be present, so search all of them for a match.
2132 */
Dave Chinner517c2222013-04-24 18:58:55 +10002133 for (; probe < ichdr.count && (be32_to_cpu(entry->hashval) == hashval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134 entry++, probe++) {
2135/*
2136 * GROT: Add code to remove incomplete entries.
2137 */
2138 /*
2139 * If we are looking for INCOMPLETE entries, show only those.
2140 * If we are looking for complete entries, show only those.
2141 */
2142 if ((args->flags & XFS_ATTR_INCOMPLETE) !=
2143 (entry->flags & XFS_ATTR_INCOMPLETE)) {
2144 continue;
2145 }
2146 if (entry->flags & XFS_ATTR_LOCAL) {
Dave Chinner517c2222013-04-24 18:58:55 +10002147 name_loc = xfs_attr3_leaf_name_local(leaf, probe);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002148 if (name_loc->namelen != args->namelen)
2149 continue;
Dave Chinner517c2222013-04-24 18:58:55 +10002150 if (memcmp(args->name, name_loc->nameval,
2151 args->namelen) != 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002152 continue;
Tim Shimmin726801b2006-09-28 11:01:37 +10002153 if (!xfs_attr_namesp_match(args->flags, entry->flags))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154 continue;
2155 args->index = probe;
Dave Chinner517c2222013-04-24 18:58:55 +10002156 return XFS_ERROR(EEXIST);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157 } else {
Dave Chinner517c2222013-04-24 18:58:55 +10002158 name_rmt = xfs_attr3_leaf_name_remote(leaf, probe);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159 if (name_rmt->namelen != args->namelen)
2160 continue;
Dave Chinner517c2222013-04-24 18:58:55 +10002161 if (memcmp(args->name, name_rmt->name,
2162 args->namelen) != 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163 continue;
Tim Shimmin726801b2006-09-28 11:01:37 +10002164 if (!xfs_attr_namesp_match(args->flags, entry->flags))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165 continue;
2166 args->index = probe;
Dave Chinnere461fcb2013-05-20 09:51:16 +10002167 args->valuelen = be32_to_cpu(name_rmt->valuelen);
Nathan Scottc0f054e2006-03-17 17:29:18 +11002168 args->rmtblkno = be32_to_cpu(name_rmt->valueblk);
Dave Chinnerad1858d2013-05-21 18:02:08 +10002169 args->rmtblkcnt = xfs_attr3_rmt_blocks(
2170 args->dp->i_mount,
2171 args->valuelen);
Dave Chinner517c2222013-04-24 18:58:55 +10002172 return XFS_ERROR(EEXIST);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173 }
2174 }
2175 args->index = probe;
Dave Chinner517c2222013-04-24 18:58:55 +10002176 return XFS_ERROR(ENOATTR);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177}
2178
2179/*
2180 * Get the value associated with an attribute name from a leaf attribute
2181 * list structure.
2182 */
2183int
Dave Chinner517c2222013-04-24 18:58:55 +10002184xfs_attr3_leaf_getvalue(
2185 struct xfs_buf *bp,
2186 struct xfs_da_args *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187{
Dave Chinner517c2222013-04-24 18:58:55 +10002188 struct xfs_attr_leafblock *leaf;
2189 struct xfs_attr3_icleaf_hdr ichdr;
2190 struct xfs_attr_leaf_entry *entry;
2191 struct xfs_attr_leaf_name_local *name_loc;
2192 struct xfs_attr_leaf_name_remote *name_rmt;
2193 int valuelen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002194
Dave Chinner1d9025e2012-06-22 18:50:14 +10002195 leaf = bp->b_addr;
Dave Chinner517c2222013-04-24 18:58:55 +10002196 xfs_attr3_leaf_hdr_from_disk(&ichdr, leaf);
2197 ASSERT(ichdr.count < XFS_LBSIZE(args->dp->i_mount) / 8);
2198 ASSERT(args->index < ichdr.count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002199
Dave Chinner517c2222013-04-24 18:58:55 +10002200 entry = &xfs_attr3_leaf_entryp(leaf)[args->index];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201 if (entry->flags & XFS_ATTR_LOCAL) {
Dave Chinner517c2222013-04-24 18:58:55 +10002202 name_loc = xfs_attr3_leaf_name_local(leaf, args->index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002203 ASSERT(name_loc->namelen == args->namelen);
2204 ASSERT(memcmp(args->name, name_loc->nameval, args->namelen) == 0);
Nathan Scott053b5752006-03-17 17:29:09 +11002205 valuelen = be16_to_cpu(name_loc->valuelen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002206 if (args->flags & ATTR_KERNOVAL) {
2207 args->valuelen = valuelen;
Dave Chinner517c2222013-04-24 18:58:55 +10002208 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209 }
2210 if (args->valuelen < valuelen) {
2211 args->valuelen = valuelen;
Dave Chinner517c2222013-04-24 18:58:55 +10002212 return XFS_ERROR(ERANGE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002213 }
2214 args->valuelen = valuelen;
2215 memcpy(args->value, &name_loc->nameval[args->namelen], valuelen);
2216 } else {
Dave Chinner517c2222013-04-24 18:58:55 +10002217 name_rmt = xfs_attr3_leaf_name_remote(leaf, args->index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218 ASSERT(name_rmt->namelen == args->namelen);
2219 ASSERT(memcmp(args->name, name_rmt->name, args->namelen) == 0);
Nathan Scottc0f054e2006-03-17 17:29:18 +11002220 valuelen = be32_to_cpu(name_rmt->valuelen);
2221 args->rmtblkno = be32_to_cpu(name_rmt->valueblk);
Dave Chinnerad1858d2013-05-21 18:02:08 +10002222 args->rmtblkcnt = xfs_attr3_rmt_blocks(args->dp->i_mount,
2223 valuelen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224 if (args->flags & ATTR_KERNOVAL) {
2225 args->valuelen = valuelen;
Dave Chinner517c2222013-04-24 18:58:55 +10002226 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227 }
2228 if (args->valuelen < valuelen) {
2229 args->valuelen = valuelen;
Dave Chinner517c2222013-04-24 18:58:55 +10002230 return XFS_ERROR(ERANGE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231 }
2232 args->valuelen = valuelen;
2233 }
Dave Chinner517c2222013-04-24 18:58:55 +10002234 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002235}
2236
2237/*========================================================================
2238 * Utility routines.
2239 *========================================================================*/
2240
2241/*
2242 * Move the indicated entries from one leaf to another.
2243 * NOTE: this routine modifies both source and destination leaves.
2244 */
2245/*ARGSUSED*/
2246STATIC void
Dave Chinner517c2222013-04-24 18:58:55 +10002247xfs_attr3_leaf_moveents(
2248 struct xfs_attr_leafblock *leaf_s,
2249 struct xfs_attr3_icleaf_hdr *ichdr_s,
2250 int start_s,
2251 struct xfs_attr_leafblock *leaf_d,
2252 struct xfs_attr3_icleaf_hdr *ichdr_d,
2253 int start_d,
2254 int count,
2255 struct xfs_mount *mp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256{
Dave Chinner517c2222013-04-24 18:58:55 +10002257 struct xfs_attr_leaf_entry *entry_s;
2258 struct xfs_attr_leaf_entry *entry_d;
2259 int desti;
2260 int tmp;
2261 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002262
2263 /*
2264 * Check for nothing to do.
2265 */
2266 if (count == 0)
2267 return;
2268
2269 /*
2270 * Set up environment.
2271 */
Dave Chinner517c2222013-04-24 18:58:55 +10002272 ASSERT(ichdr_s->magic == XFS_ATTR_LEAF_MAGIC ||
2273 ichdr_s->magic == XFS_ATTR3_LEAF_MAGIC);
2274 ASSERT(ichdr_s->magic == ichdr_d->magic);
2275 ASSERT(ichdr_s->count > 0 && ichdr_s->count < XFS_LBSIZE(mp) / 8);
2276 ASSERT(ichdr_s->firstused >= (ichdr_s->count * sizeof(*entry_s))
2277 + xfs_attr3_leaf_hdr_size(leaf_s));
2278 ASSERT(ichdr_d->count < XFS_LBSIZE(mp) / 8);
2279 ASSERT(ichdr_d->firstused >= (ichdr_d->count * sizeof(*entry_d))
2280 + xfs_attr3_leaf_hdr_size(leaf_d));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281
Dave Chinner517c2222013-04-24 18:58:55 +10002282 ASSERT(start_s < ichdr_s->count);
2283 ASSERT(start_d <= ichdr_d->count);
2284 ASSERT(count <= ichdr_s->count);
2285
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286
2287 /*
2288 * Move the entries in the destination leaf up to make a hole?
2289 */
Dave Chinner517c2222013-04-24 18:58:55 +10002290 if (start_d < ichdr_d->count) {
2291 tmp = ichdr_d->count - start_d;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292 tmp *= sizeof(xfs_attr_leaf_entry_t);
Dave Chinner517c2222013-04-24 18:58:55 +10002293 entry_s = &xfs_attr3_leaf_entryp(leaf_d)[start_d];
2294 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d + count];
2295 memmove(entry_d, entry_s, tmp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296 }
2297
2298 /*
2299 * Copy all entry's in the same (sorted) order,
2300 * but allocate attribute info packed and in sequence.
2301 */
Dave Chinner517c2222013-04-24 18:58:55 +10002302 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[start_s];
2303 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002304 desti = start_d;
2305 for (i = 0; i < count; entry_s++, entry_d++, desti++, i++) {
Dave Chinner517c2222013-04-24 18:58:55 +10002306 ASSERT(be16_to_cpu(entry_s->nameidx) >= ichdr_s->firstused);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002307 tmp = xfs_attr_leaf_entsize(leaf_s, start_s + i);
2308#ifdef GROT
2309 /*
2310 * Code to drop INCOMPLETE entries. Difficult to use as we
2311 * may also need to change the insertion index. Code turned
2312 * off for 6.2, should be revisited later.
2313 */
2314 if (entry_s->flags & XFS_ATTR_INCOMPLETE) { /* skip partials? */
Dave Chinner517c2222013-04-24 18:58:55 +10002315 memset(xfs_attr3_leaf_name(leaf_s, start_s + i), 0, tmp);
2316 ichdr_s->usedbytes -= tmp;
2317 ichdr_s->count -= 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002318 entry_d--; /* to compensate for ++ in loop hdr */
2319 desti--;
2320 if ((start_s + i) < offset)
2321 result++; /* insertion index adjustment */
2322 } else {
2323#endif /* GROT */
Dave Chinner517c2222013-04-24 18:58:55 +10002324 ichdr_d->firstused -= tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002325 /* both on-disk, don't endian flip twice */
2326 entry_d->hashval = entry_s->hashval;
Dave Chinner517c2222013-04-24 18:58:55 +10002327 entry_d->nameidx = cpu_to_be16(ichdr_d->firstused);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328 entry_d->flags = entry_s->flags;
Nathan Scott6b19f2d2006-03-17 17:29:02 +11002329 ASSERT(be16_to_cpu(entry_d->nameidx) + tmp
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330 <= XFS_LBSIZE(mp));
Dave Chinner517c2222013-04-24 18:58:55 +10002331 memmove(xfs_attr3_leaf_name(leaf_d, desti),
2332 xfs_attr3_leaf_name(leaf_s, start_s + i), tmp);
Nathan Scott6b19f2d2006-03-17 17:29:02 +11002333 ASSERT(be16_to_cpu(entry_s->nameidx) + tmp
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334 <= XFS_LBSIZE(mp));
Dave Chinner517c2222013-04-24 18:58:55 +10002335 memset(xfs_attr3_leaf_name(leaf_s, start_s + i), 0, tmp);
2336 ichdr_s->usedbytes -= tmp;
2337 ichdr_d->usedbytes += tmp;
2338 ichdr_s->count -= 1;
2339 ichdr_d->count += 1;
2340 tmp = ichdr_d->count * sizeof(xfs_attr_leaf_entry_t)
2341 + xfs_attr3_leaf_hdr_size(leaf_d);
2342 ASSERT(ichdr_d->firstused >= tmp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002343#ifdef GROT
2344 }
2345#endif /* GROT */
2346 }
2347
2348 /*
2349 * Zero out the entries we just copied.
2350 */
Dave Chinner517c2222013-04-24 18:58:55 +10002351 if (start_s == ichdr_s->count) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352 tmp = count * sizeof(xfs_attr_leaf_entry_t);
Dave Chinner517c2222013-04-24 18:58:55 +10002353 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[start_s];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354 ASSERT(((char *)entry_s + tmp) <=
2355 ((char *)leaf_s + XFS_LBSIZE(mp)));
Dave Chinner517c2222013-04-24 18:58:55 +10002356 memset(entry_s, 0, tmp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357 } else {
2358 /*
2359 * Move the remaining entries down to fill the hole,
2360 * then zero the entries at the top.
2361 */
Dave Chinner517c2222013-04-24 18:58:55 +10002362 tmp = (ichdr_s->count - count) * sizeof(xfs_attr_leaf_entry_t);
2363 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[start_s + count];
2364 entry_d = &xfs_attr3_leaf_entryp(leaf_s)[start_s];
2365 memmove(entry_d, entry_s, tmp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366
2367 tmp = count * sizeof(xfs_attr_leaf_entry_t);
Dave Chinner517c2222013-04-24 18:58:55 +10002368 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[ichdr_s->count];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002369 ASSERT(((char *)entry_s + tmp) <=
2370 ((char *)leaf_s + XFS_LBSIZE(mp)));
Dave Chinner517c2222013-04-24 18:58:55 +10002371 memset(entry_s, 0, tmp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372 }
2373
2374 /*
2375 * Fill in the freemap information
2376 */
Dave Chinner517c2222013-04-24 18:58:55 +10002377 ichdr_d->freemap[0].base = xfs_attr3_leaf_hdr_size(leaf_d);
2378 ichdr_d->freemap[0].base += ichdr_d->count * sizeof(xfs_attr_leaf_entry_t);
2379 ichdr_d->freemap[0].size = ichdr_d->firstused - ichdr_d->freemap[0].base;
2380 ichdr_d->freemap[1].base = 0;
2381 ichdr_d->freemap[2].base = 0;
2382 ichdr_d->freemap[1].size = 0;
2383 ichdr_d->freemap[2].size = 0;
2384 ichdr_s->holes = 1; /* leaf may not be compact */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002385}
2386
2387/*
2388 * Pick up the last hashvalue from a leaf block.
2389 */
2390xfs_dahash_t
Dave Chinner1d9025e2012-06-22 18:50:14 +10002391xfs_attr_leaf_lasthash(
2392 struct xfs_buf *bp,
2393 int *count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002394{
Dave Chinner517c2222013-04-24 18:58:55 +10002395 struct xfs_attr3_icleaf_hdr ichdr;
2396 struct xfs_attr_leaf_entry *entries;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002397
Dave Chinner517c2222013-04-24 18:58:55 +10002398 xfs_attr3_leaf_hdr_from_disk(&ichdr, bp->b_addr);
2399 entries = xfs_attr3_leaf_entryp(bp->b_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400 if (count)
Dave Chinner517c2222013-04-24 18:58:55 +10002401 *count = ichdr.count;
2402 if (!ichdr.count)
2403 return 0;
2404 return be32_to_cpu(entries[ichdr.count - 1].hashval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405}
2406
2407/*
2408 * Calculate the number of bytes used to store the indicated attribute
2409 * (whether local or remote only calculate bytes in this block).
2410 */
Christoph Hellwigba0f32d2005-06-21 15:36:52 +10002411STATIC int
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412xfs_attr_leaf_entsize(xfs_attr_leafblock_t *leaf, int index)
2413{
Dave Chinner517c2222013-04-24 18:58:55 +10002414 struct xfs_attr_leaf_entry *entries;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415 xfs_attr_leaf_name_local_t *name_loc;
2416 xfs_attr_leaf_name_remote_t *name_rmt;
2417 int size;
2418
Dave Chinner517c2222013-04-24 18:58:55 +10002419 entries = xfs_attr3_leaf_entryp(leaf);
2420 if (entries[index].flags & XFS_ATTR_LOCAL) {
2421 name_loc = xfs_attr3_leaf_name_local(leaf, index);
Eric Sandeenc9fb86a2009-01-01 16:40:11 -06002422 size = xfs_attr_leaf_entsize_local(name_loc->namelen,
Nathan Scott053b5752006-03-17 17:29:09 +11002423 be16_to_cpu(name_loc->valuelen));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002424 } else {
Dave Chinner517c2222013-04-24 18:58:55 +10002425 name_rmt = xfs_attr3_leaf_name_remote(leaf, index);
Eric Sandeenc9fb86a2009-01-01 16:40:11 -06002426 size = xfs_attr_leaf_entsize_remote(name_rmt->namelen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002427 }
Dave Chinner517c2222013-04-24 18:58:55 +10002428 return size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002429}
2430
2431/*
2432 * Calculate the number of bytes that would be required to store the new
2433 * attribute (whether local or remote only calculate bytes in this block).
2434 * This routine decides as a side effect whether the attribute will be
2435 * a "local" or a "remote" attribute.
2436 */
2437int
Nathan Scottaa82daa2005-11-02 10:33:33 +11002438xfs_attr_leaf_newentsize(int namelen, int valuelen, int blocksize, int *local)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439{
2440 int size;
2441
Eric Sandeenc9fb86a2009-01-01 16:40:11 -06002442 size = xfs_attr_leaf_entsize_local(namelen, valuelen);
2443 if (size < xfs_attr_leaf_entsize_local_max(blocksize)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002444 if (local) {
2445 *local = 1;
2446 }
2447 } else {
Eric Sandeenc9fb86a2009-01-01 16:40:11 -06002448 size = xfs_attr_leaf_entsize_remote(namelen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002449 if (local) {
2450 *local = 0;
2451 }
2452 }
Dave Chinner517c2222013-04-24 18:58:55 +10002453 return size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002454}
2455
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456
2457/*========================================================================
2458 * Manage the INCOMPLETE flag in a leaf entry
2459 *========================================================================*/
2460
2461/*
2462 * Clear the INCOMPLETE flag on an entry in a leaf block.
2463 */
2464int
Dave Chinner517c2222013-04-24 18:58:55 +10002465xfs_attr3_leaf_clearflag(
2466 struct xfs_da_args *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467{
Dave Chinner517c2222013-04-24 18:58:55 +10002468 struct xfs_attr_leafblock *leaf;
2469 struct xfs_attr_leaf_entry *entry;
2470 struct xfs_attr_leaf_name_remote *name_rmt;
2471 struct xfs_buf *bp;
2472 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002473#ifdef DEBUG
Dave Chinner517c2222013-04-24 18:58:55 +10002474 struct xfs_attr3_icleaf_hdr ichdr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002475 xfs_attr_leaf_name_local_t *name_loc;
2476 int namelen;
2477 char *name;
2478#endif /* DEBUG */
2479
Dave Chinner5a5881c2012-03-22 05:15:13 +00002480 trace_xfs_attr_leaf_clearflag(args);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481 /*
2482 * Set up the operation.
2483 */
Dave Chinner517c2222013-04-24 18:58:55 +10002484 error = xfs_attr3_leaf_read(args->trans, args->dp, args->blkno, -1, &bp);
Dave Chinnerad14c332012-11-12 22:54:16 +11002485 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002486 return(error);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002487
Dave Chinner1d9025e2012-06-22 18:50:14 +10002488 leaf = bp->b_addr;
Dave Chinner517c2222013-04-24 18:58:55 +10002489 entry = &xfs_attr3_leaf_entryp(leaf)[args->index];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490 ASSERT(entry->flags & XFS_ATTR_INCOMPLETE);
2491
2492#ifdef DEBUG
Dave Chinner517c2222013-04-24 18:58:55 +10002493 xfs_attr3_leaf_hdr_from_disk(&ichdr, leaf);
2494 ASSERT(args->index < ichdr.count);
2495 ASSERT(args->index >= 0);
2496
Linus Torvalds1da177e2005-04-16 15:20:36 -07002497 if (entry->flags & XFS_ATTR_LOCAL) {
Dave Chinner517c2222013-04-24 18:58:55 +10002498 name_loc = xfs_attr3_leaf_name_local(leaf, args->index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499 namelen = name_loc->namelen;
2500 name = (char *)name_loc->nameval;
2501 } else {
Dave Chinner517c2222013-04-24 18:58:55 +10002502 name_rmt = xfs_attr3_leaf_name_remote(leaf, args->index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503 namelen = name_rmt->namelen;
2504 name = (char *)name_rmt->name;
2505 }
Nathan Scott6b19f2d2006-03-17 17:29:02 +11002506 ASSERT(be32_to_cpu(entry->hashval) == args->hashval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507 ASSERT(namelen == args->namelen);
2508 ASSERT(memcmp(name, args->name, namelen) == 0);
2509#endif /* DEBUG */
2510
2511 entry->flags &= ~XFS_ATTR_INCOMPLETE;
Dave Chinner1d9025e2012-06-22 18:50:14 +10002512 xfs_trans_log_buf(args->trans, bp,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002513 XFS_DA_LOGRANGE(leaf, entry, sizeof(*entry)));
2514
2515 if (args->rmtblkno) {
2516 ASSERT((entry->flags & XFS_ATTR_LOCAL) == 0);
Dave Chinner517c2222013-04-24 18:58:55 +10002517 name_rmt = xfs_attr3_leaf_name_remote(leaf, args->index);
Nathan Scottc0f054e2006-03-17 17:29:18 +11002518 name_rmt->valueblk = cpu_to_be32(args->rmtblkno);
2519 name_rmt->valuelen = cpu_to_be32(args->valuelen);
Dave Chinner1d9025e2012-06-22 18:50:14 +10002520 xfs_trans_log_buf(args->trans, bp,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521 XFS_DA_LOGRANGE(leaf, name_rmt, sizeof(*name_rmt)));
2522 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002523
2524 /*
2525 * Commit the flag value change and start the next trans in series.
2526 */
Niv Sardi322ff6b2008-08-13 16:05:49 +10002527 return xfs_trans_roll(&args->trans, args->dp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528}
2529
2530/*
2531 * Set the INCOMPLETE flag on an entry in a leaf block.
2532 */
2533int
Dave Chinner517c2222013-04-24 18:58:55 +10002534xfs_attr3_leaf_setflag(
2535 struct xfs_da_args *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536{
Dave Chinner517c2222013-04-24 18:58:55 +10002537 struct xfs_attr_leafblock *leaf;
2538 struct xfs_attr_leaf_entry *entry;
2539 struct xfs_attr_leaf_name_remote *name_rmt;
2540 struct xfs_buf *bp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541 int error;
Dave Chinner517c2222013-04-24 18:58:55 +10002542#ifdef DEBUG
2543 struct xfs_attr3_icleaf_hdr ichdr;
2544#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545
Dave Chinner5a5881c2012-03-22 05:15:13 +00002546 trace_xfs_attr_leaf_setflag(args);
2547
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548 /*
2549 * Set up the operation.
2550 */
Dave Chinner517c2222013-04-24 18:58:55 +10002551 error = xfs_attr3_leaf_read(args->trans, args->dp, args->blkno, -1, &bp);
Dave Chinnerad14c332012-11-12 22:54:16 +11002552 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553 return(error);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002554
Dave Chinner1d9025e2012-06-22 18:50:14 +10002555 leaf = bp->b_addr;
Dave Chinner517c2222013-04-24 18:58:55 +10002556#ifdef DEBUG
2557 xfs_attr3_leaf_hdr_from_disk(&ichdr, leaf);
2558 ASSERT(args->index < ichdr.count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559 ASSERT(args->index >= 0);
Dave Chinner517c2222013-04-24 18:58:55 +10002560#endif
2561 entry = &xfs_attr3_leaf_entryp(leaf)[args->index];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562
2563 ASSERT((entry->flags & XFS_ATTR_INCOMPLETE) == 0);
2564 entry->flags |= XFS_ATTR_INCOMPLETE;
Dave Chinner1d9025e2012-06-22 18:50:14 +10002565 xfs_trans_log_buf(args->trans, bp,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002566 XFS_DA_LOGRANGE(leaf, entry, sizeof(*entry)));
2567 if ((entry->flags & XFS_ATTR_LOCAL) == 0) {
Dave Chinner517c2222013-04-24 18:58:55 +10002568 name_rmt = xfs_attr3_leaf_name_remote(leaf, args->index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569 name_rmt->valueblk = 0;
2570 name_rmt->valuelen = 0;
Dave Chinner1d9025e2012-06-22 18:50:14 +10002571 xfs_trans_log_buf(args->trans, bp,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572 XFS_DA_LOGRANGE(leaf, name_rmt, sizeof(*name_rmt)));
2573 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574
2575 /*
2576 * Commit the flag value change and start the next trans in series.
2577 */
Niv Sardi322ff6b2008-08-13 16:05:49 +10002578 return xfs_trans_roll(&args->trans, args->dp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579}
2580
2581/*
2582 * In a single transaction, clear the INCOMPLETE flag on the leaf entry
2583 * given by args->blkno/index and set the INCOMPLETE flag on the leaf
2584 * entry given by args->blkno2/index2.
2585 *
2586 * Note that they could be in different blocks, or in the same block.
2587 */
2588int
Dave Chinner517c2222013-04-24 18:58:55 +10002589xfs_attr3_leaf_flipflags(
2590 struct xfs_da_args *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002591{
Dave Chinner517c2222013-04-24 18:58:55 +10002592 struct xfs_attr_leafblock *leaf1;
2593 struct xfs_attr_leafblock *leaf2;
2594 struct xfs_attr_leaf_entry *entry1;
2595 struct xfs_attr_leaf_entry *entry2;
2596 struct xfs_attr_leaf_name_remote *name_rmt;
2597 struct xfs_buf *bp1;
2598 struct xfs_buf *bp2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599 int error;
2600#ifdef DEBUG
Dave Chinner517c2222013-04-24 18:58:55 +10002601 struct xfs_attr3_icleaf_hdr ichdr1;
2602 struct xfs_attr3_icleaf_hdr ichdr2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603 xfs_attr_leaf_name_local_t *name_loc;
2604 int namelen1, namelen2;
2605 char *name1, *name2;
2606#endif /* DEBUG */
2607
Dave Chinner5a5881c2012-03-22 05:15:13 +00002608 trace_xfs_attr_leaf_flipflags(args);
2609
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610 /*
2611 * Read the block containing the "old" attr
2612 */
Dave Chinner517c2222013-04-24 18:58:55 +10002613 error = xfs_attr3_leaf_read(args->trans, args->dp, args->blkno, -1, &bp1);
Dave Chinnerad14c332012-11-12 22:54:16 +11002614 if (error)
2615 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002616
2617 /*
2618 * Read the block containing the "new" attr, if it is different
2619 */
2620 if (args->blkno2 != args->blkno) {
Dave Chinner517c2222013-04-24 18:58:55 +10002621 error = xfs_attr3_leaf_read(args->trans, args->dp, args->blkno2,
Dave Chinnerad14c332012-11-12 22:54:16 +11002622 -1, &bp2);
2623 if (error)
2624 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002625 } else {
2626 bp2 = bp1;
2627 }
2628
Dave Chinner1d9025e2012-06-22 18:50:14 +10002629 leaf1 = bp1->b_addr;
Dave Chinner517c2222013-04-24 18:58:55 +10002630 entry1 = &xfs_attr3_leaf_entryp(leaf1)[args->index];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631
Dave Chinner1d9025e2012-06-22 18:50:14 +10002632 leaf2 = bp2->b_addr;
Dave Chinner517c2222013-04-24 18:58:55 +10002633 entry2 = &xfs_attr3_leaf_entryp(leaf2)[args->index2];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002634
2635#ifdef DEBUG
Dave Chinner517c2222013-04-24 18:58:55 +10002636 xfs_attr3_leaf_hdr_from_disk(&ichdr1, leaf1);
2637 ASSERT(args->index < ichdr1.count);
2638 ASSERT(args->index >= 0);
2639
2640 xfs_attr3_leaf_hdr_from_disk(&ichdr2, leaf2);
2641 ASSERT(args->index2 < ichdr2.count);
2642 ASSERT(args->index2 >= 0);
2643
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644 if (entry1->flags & XFS_ATTR_LOCAL) {
Dave Chinner517c2222013-04-24 18:58:55 +10002645 name_loc = xfs_attr3_leaf_name_local(leaf1, args->index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002646 namelen1 = name_loc->namelen;
2647 name1 = (char *)name_loc->nameval;
2648 } else {
Dave Chinner517c2222013-04-24 18:58:55 +10002649 name_rmt = xfs_attr3_leaf_name_remote(leaf1, args->index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002650 namelen1 = name_rmt->namelen;
2651 name1 = (char *)name_rmt->name;
2652 }
2653 if (entry2->flags & XFS_ATTR_LOCAL) {
Dave Chinner517c2222013-04-24 18:58:55 +10002654 name_loc = xfs_attr3_leaf_name_local(leaf2, args->index2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002655 namelen2 = name_loc->namelen;
2656 name2 = (char *)name_loc->nameval;
2657 } else {
Dave Chinner517c2222013-04-24 18:58:55 +10002658 name_rmt = xfs_attr3_leaf_name_remote(leaf2, args->index2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002659 namelen2 = name_rmt->namelen;
2660 name2 = (char *)name_rmt->name;
2661 }
Nathan Scott6b19f2d2006-03-17 17:29:02 +11002662 ASSERT(be32_to_cpu(entry1->hashval) == be32_to_cpu(entry2->hashval));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663 ASSERT(namelen1 == namelen2);
2664 ASSERT(memcmp(name1, name2, namelen1) == 0);
2665#endif /* DEBUG */
2666
2667 ASSERT(entry1->flags & XFS_ATTR_INCOMPLETE);
2668 ASSERT((entry2->flags & XFS_ATTR_INCOMPLETE) == 0);
2669
2670 entry1->flags &= ~XFS_ATTR_INCOMPLETE;
Dave Chinner1d9025e2012-06-22 18:50:14 +10002671 xfs_trans_log_buf(args->trans, bp1,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672 XFS_DA_LOGRANGE(leaf1, entry1, sizeof(*entry1)));
2673 if (args->rmtblkno) {
2674 ASSERT((entry1->flags & XFS_ATTR_LOCAL) == 0);
Dave Chinner517c2222013-04-24 18:58:55 +10002675 name_rmt = xfs_attr3_leaf_name_remote(leaf1, args->index);
Nathan Scottc0f054e2006-03-17 17:29:18 +11002676 name_rmt->valueblk = cpu_to_be32(args->rmtblkno);
2677 name_rmt->valuelen = cpu_to_be32(args->valuelen);
Dave Chinner1d9025e2012-06-22 18:50:14 +10002678 xfs_trans_log_buf(args->trans, bp1,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002679 XFS_DA_LOGRANGE(leaf1, name_rmt, sizeof(*name_rmt)));
2680 }
2681
2682 entry2->flags |= XFS_ATTR_INCOMPLETE;
Dave Chinner1d9025e2012-06-22 18:50:14 +10002683 xfs_trans_log_buf(args->trans, bp2,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002684 XFS_DA_LOGRANGE(leaf2, entry2, sizeof(*entry2)));
2685 if ((entry2->flags & XFS_ATTR_LOCAL) == 0) {
Dave Chinner517c2222013-04-24 18:58:55 +10002686 name_rmt = xfs_attr3_leaf_name_remote(leaf2, args->index2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687 name_rmt->valueblk = 0;
2688 name_rmt->valuelen = 0;
Dave Chinner1d9025e2012-06-22 18:50:14 +10002689 xfs_trans_log_buf(args->trans, bp2,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690 XFS_DA_LOGRANGE(leaf2, name_rmt, sizeof(*name_rmt)));
2691 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002692
2693 /*
2694 * Commit the flag value change and start the next trans in series.
2695 */
Niv Sardi322ff6b2008-08-13 16:05:49 +10002696 error = xfs_trans_roll(&args->trans, args->dp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002697
Dave Chinner517c2222013-04-24 18:58:55 +10002698 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002699}