• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/

Lines Matching refs:leaf

298 	 * upgrade it to a single-leaf-block attribute list.
344 * It won't fit in the shortform, transform to a leaf block.
370 * Commit the leaf transformation. We'll need another (linked)
371 * transaction to add the new attribute to the leaf.
916 * Add a name to the leaf attribute list structure
918 * This leaf block cannot have a "remote" value, we only call this routine
940 * Look up the given attribute in the leaf block. Figure out if
960 * Add the attribute to the leaf block, transitioning to a Btree
1112 * Remove a name from the leaf attribute list structure
1114 * This leaf block cannot have a "remote" value, we only call this routine
1176 * Look up a name in a leaf attribute list structure.
1178 * This leaf block cannot have a "remote" value, we only call this routine
1208 * Copy out attribute entries for attr_list(), for leaf attribute lists.
1213 xfs_attr_leafblock_t *leaf;
1222 leaf = bp->data;
1223 if (unlikely(be16_to_cpu(leaf->hdr.info.magic) != XFS_ATTR_LEAF_MAGIC)) {
1225 context->dp->i_mount, leaf);
1244 * leaf nodes and even splitting intermediate nodes up to and including
1298 * Its really a single leaf node, but it had
1379 * Commit the leaf addition or btree split and start the next
1507 * leaf nodes and even joining intermediate nodes up to and including
1779 * block, ie: both true Btree attr lists and for single-leaf-blocks with
1833 xfs_attr_leafblock_t *leaf;
1862 leaf = bp->data;
1863 if (cursor->hashval > be32_to_cpu(leaf->entries[
1864 be16_to_cpu(leaf->hdr.count)-1].hashval)) {
1866 context, leaf);
1870 be32_to_cpu(leaf->entries[0].hashval)) {
1872 context, leaf);
1888 * Note that start of node block is same as start of leaf block.
1938 * Roll upward through the blocks, processing each leaf block in
1943 leaf = bp->data;
1944 if (unlikely(be16_to_cpu(leaf->hdr.info.magic)
1948 context->dp->i_mount, leaf);
1957 if (context->seen_enough || leaf->hdr.info.forw == 0)
1959 cursor->blkno = be32_to_cpu(leaf->hdr.info.forw);
2360 * Add a trace buffer entry for a context structure and a leaf block.
2364 struct xfs_attr_leafblock *leaf)
2383 (__psunsigned_t)be16_to_cpu(leaf->hdr.count),
2384 (__psunsigned_t)be32_to_cpu(leaf->entries[0].hashval),
2385 (__psunsigned_t)be32_to_cpu(leaf->entries[
2386 be16_to_cpu(leaf->hdr.count)-1].hashval));