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

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1579 * Return 0 unless leaf2 should go before leaf1.
1637 struct xfs_attr_leafblock *leaf2; local
1654 leaf2 = blk2->bp->b_addr;
1656 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr2, leaf2);
1676 leaf2 = blk2->bp->b_addr;
1707 * leaf2 is the destination, compact it if it looks tight.
1715 * Move high entries from leaf1 to low end of leaf2.
1718 ichdr1.count - count, leaf2, &ichdr2, 0, count);
1744 * Move low entries from leaf2 to high end of leaf1.
1746 xfs_attr3_leaf_moveents(args, leaf2,
1830 struct xfs_attr_leafblock *leaf2 = blk2->bp->b_addr; local
2821 struct xfs_attr_leafblock *leaf2; local
[all...]
H A Dxfs_dir2_node.c1031 * Returns 1 if both are valid and leaf2 should be before leaf1, else 0.
1037 struct xfs_buf *leaf2_bp) /* leaf2 buffer */
1040 struct xfs_dir2_leaf *leaf2 = leaf2_bp->b_addr; local
1047 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &hdr2, leaf2);
1076 xfs_dir2_leaf_t *leaf2; /* second leaf structure */ local
1098 leaf2 = blk2->bp->b_addr;
1100 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &hdr2, leaf2);
1149 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf2, &hdr2);

Completed in 128 milliseconds