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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_dir2_node.c1324 xfs_dir2_leaf_t *save_leaf; /* surviving leaf structure */ local
1330 save_leaf = save_blk->bp->data;
1332 ASSERT(be16_to_cpu(save_leaf->hdr.info.magic) == XFS_DIR2_LEAFN_MAGIC);
1339 if (save_leaf->hdr.stale)
1350 be16_to_cpu(save_leaf->hdr.count), be16_to_cpu(drop_leaf->hdr.count));
1351 save_blk->hashval = be32_to_cpu(save_leaf->ents[be16_to_cpu(save_leaf->hdr.count) - 1].hashval);
H A Dxfs_attr_leaf.c1797 * Move all the attribute list entries from drop_leaf into save_leaf.
1803 xfs_attr_leafblock_t *drop_leaf, *save_leaf, *tmp_leaf; local
1815 save_leaf = save_blk->bp->data;
1817 ASSERT(be16_to_cpu(save_leaf->hdr.info.magic) == XFS_ATTR_LEAF_MAGIC);
1819 save_hdr = &save_leaf->hdr;
1838 xfs_attr_leaf_moveents(drop_leaf, 0, save_leaf, 0,
1841 xfs_attr_leaf_moveents(drop_leaf, 0, save_leaf,
1866 xfs_attr_leaf_moveents(save_leaf, 0, tmp_leaf,
1870 xfs_attr_leaf_moveents(save_leaf, 0, tmp_leaf, 0,
1876 memcpy((char *)save_leaf, (cha
[all...]

Completed in 129 milliseconds