Lines Matching defs:blk1
56 xfs_da_state_blk_t *blk1,
1714 struct xfs_da_state_blk *blk1,
1733 ASSERT(blk1->magic == XFS_ATTR_LEAF_MAGIC);
1735 leaf1 = blk1->bp->b_addr;
1751 if (xfs_attr3_leaf_order(blk1->bp, &ichdr1, blk2->bp, &ichdr2)) {
1752 swap(blk1, blk2);
1757 leaf1 = blk1->bp->b_addr;
1767 * "inleaf" is true if the new entry should be inserted into blk1.
1770 state->inleaf = xfs_attr3_leaf_figure_balance(state, blk1, &ichdr1,
1823 xfs_attr3_leaf_compact(args, &ichdr1, blk1->bp);
1834 xfs_trans_log_buf(args->trans, blk1->bp, 0, args->geo->blksize - 1);
1842 blk1->hashval = be32_to_cpu(entries1[ichdr1.count - 1].hashval);
1857 if (blk1->index > ichdr1.count) {
1859 blk2->index = blk1->index - ichdr1.count;
1862 } else if (blk1->index == ichdr1.count) {
1864 args->index = blk1->index;
1865 args->blkno = blk1->blkno;
1874 blk2->index = blk1->index - ichdr1.count;
1889 args->index = args->index2 = blk1->index;
1890 args->blkno = args->blkno2 = blk1->blkno;
1904 struct xfs_da_state_blk *blk1,
1911 struct xfs_attr_leafblock *leaf1 = blk1->bp->b_addr;
1940 if (count == blk1->index) {