Searched refs:save_leaf (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir_leaf.c1584 * Move all the directory entries from drop_leaf into save_leaf.
1590 xfs_dir_leafblock_t *drop_leaf, *save_leaf, *tmp_leaf; local
1602 save_leaf = save_blk->bp->data;
1604 ASSERT(be16_to_cpu(save_leaf->hdr.info.magic) == XFS_DIR_LEAF_MAGIC);
1606 save_hdr = &save_leaf->hdr;
1624 xfs_dir_leaf_moveents(drop_leaf, 0, save_leaf, 0,
1628 save_leaf, INT_GET(save_hdr->count, ARCH_CONVERT),
1650 xfs_dir_leaf_moveents(save_leaf, 0,
1654 xfs_dir_leaf_moveents(save_leaf, 0, tmp_leaf, 0,
1660 memcpy(save_leaf, tmp_lea
[all...]
H A Dxfs_dir2_node.c1253 xfs_dir2_leaf_t *save_leaf; /* surviving leaf structure */ local
1259 save_leaf = save_blk->bp->data;
1261 ASSERT(be16_to_cpu(save_leaf->hdr.info.magic) == XFS_DIR2_LEAFN_MAGIC);
1268 if (save_leaf->hdr.stale)
1279 be16_to_cpu(save_leaf->hdr.count), be16_to_cpu(drop_leaf->hdr.count));
1280 save_blk->hashval = be32_to_cpu(save_leaf->ents[be16_to_cpu(save_leaf->hdr.count) - 1].hashval);
H A Dxfs_attr_leaf.c1791 * Move all the attribute list entries from drop_leaf into save_leaf.
1797 xfs_attr_leafblock_t *drop_leaf, *save_leaf, *tmp_leaf; local
1809 save_leaf = save_blk->bp->data;
1811 ASSERT(be16_to_cpu(save_leaf->hdr.info.magic) == XFS_ATTR_LEAF_MAGIC);
1813 save_hdr = &save_leaf->hdr;
1832 xfs_attr_leaf_moveents(drop_leaf, 0, save_leaf, 0,
1835 xfs_attr_leaf_moveents(drop_leaf, 0, save_leaf,
1860 xfs_attr_leaf_moveents(save_leaf, 0, tmp_leaf,
1864 xfs_attr_leaf_moveents(save_leaf, 0, tmp_leaf, 0,
1870 memcpy((char *)save_leaf, (cha
[all...]

Completed in 112 milliseconds