Searched refs:blk1 (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_attr_leaf.c | 57 xfs_da_state_blk_t *blk1, 1856 struct xfs_da_state_blk *blk1, in xfs_attr3_leaf_rebalance() argument 1875 ASSERT(blk1->magic == XFS_ATTR_LEAF_MAGIC); in xfs_attr3_leaf_rebalance() 1877 leaf1 = blk1->bp->b_addr; in xfs_attr3_leaf_rebalance() 1893 if (xfs_attr3_leaf_order(blk1->bp, &ichdr1, blk2->bp, &ichdr2)) { in xfs_attr3_leaf_rebalance() 1894 swap(blk1, blk2); in xfs_attr3_leaf_rebalance() 1899 leaf1 = blk1->bp->b_addr; in xfs_attr3_leaf_rebalance() 1909 * "inleaf" is true if the new entry should be inserted into blk1. in xfs_attr3_leaf_rebalance() 1912 state->inleaf = xfs_attr3_leaf_figure_balance(state, blk1, &ichdr1, in xfs_attr3_leaf_rebalance() 1965 xfs_attr3_leaf_compact(args, &ichdr1, blk1 in xfs_attr3_leaf_rebalance() 2046 xfs_attr3_leaf_figure_balance(struct xfs_da_state * state,struct xfs_da_state_blk * blk1,struct xfs_attr3_icleaf_hdr * ichdr1,struct xfs_da_state_blk * blk2,struct xfs_attr3_icleaf_hdr * ichdr2,int * countarg,int * usedbytesarg) xfs_attr3_leaf_figure_balance() argument [all...] |
| H A D | xfs_da_btree.c | 724 struct xfs_da_state_blk *blk1, in xfs_da3_root_split() argument 758 oldroot = blk1->bp->b_addr; in xfs_da3_root_split() 783 xfs_da_buf_copy(bp, blk1->bp, size); in xfs_da3_root_split() 787 * Update blk1 to point to new buffer. in xfs_da3_root_split() 789 blk1->bp = bp; in xfs_da3_root_split() 790 blk1->blkno = blkno; in xfs_da3_root_split() 804 btree[0].hashval = cpu_to_be32(blk1->hashval); in xfs_da3_root_split() 805 btree[0].before = cpu_to_be32(blk1->blkno); in xfs_da3_root_split() 814 ASSERT(blk1->blkno >= args->geo->leafblk && in xfs_da3_root_split() 815 blk1 in xfs_da3_root_split() 931 xfs_da3_node_rebalance(struct xfs_da_state * state,struct xfs_da_state_blk * blk1,struct xfs_da_state_blk * blk2) xfs_da3_node_rebalance() argument [all...] |
| /linux/fs/xfs/ |
| H A D | xfs_log_recover.c | 32 #define BLK_AVG(blk1, blk2) ((blk1+blk2) >> 1) argument
|