Home
last modified time | relevance | path

Searched refs:drophdr (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_dir2_node.c1514 struct xfs_dir3_icleaf_hdr drophdr; in xfs_dir2_leafn_unbalance() local
1526 dp->d_ops->leaf_hdr_from_disk(&drophdr, drop_leaf); in xfs_dir2_leafn_unbalance()
1534 if (drophdr.stale) in xfs_dir2_leafn_unbalance()
1535 xfs_dir3_leaf_compact(args, &drophdr, drop_blk->bp); in xfs_dir2_leafn_unbalance()
1542 drop_blk->hashval = be32_to_cpu(dents[drophdr.count - 1].hashval); in xfs_dir2_leafn_unbalance()
1544 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance()
1546 drophdr.count); in xfs_dir2_leafn_unbalance()
1548 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance()
1550 savehdr.count, drophdr.count); in xfs_dir2_leafn_unbalance()
1555 dp->d_ops->leaf_hdr_to_disk(drop_leaf, &drophdr); in xfs_dir2_leafn_unbalance()
Dxfs_attr_leaf.c2029 struct xfs_attr3_icleaf_hdr drophdr; in xfs_attr3_leaf_unbalance() local
2037 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &drophdr, drop_leaf); in xfs_attr3_leaf_unbalance()
2044 drop_blk->hashval = be32_to_cpu(entry[drophdr.count - 1].hashval); in xfs_attr3_leaf_unbalance()
2057 drop_blk->bp, &drophdr)) { in xfs_attr3_leaf_unbalance()
2059 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance()
2061 drophdr.count); in xfs_attr3_leaf_unbalance()
2064 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance()
2066 savehdr.count, drophdr.count); in xfs_attr3_leaf_unbalance()
2095 drop_blk->bp, &drophdr)) { in xfs_attr3_leaf_unbalance()
2097 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance()
[all …]