Home
last modified time | relevance | path

Searched refs:blk1 (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/libxfs/
A Dxfs_attr_leaf.c57 xfs_da_state_blk_t *blk1,
1713 struct xfs_da_state_blk *blk1, in xfs_attr3_leaf_rebalance() argument
1734 leaf1 = blk1->bp->b_addr; in xfs_attr3_leaf_rebalance()
1751 swap(blk1, blk2); in xfs_attr3_leaf_rebalance()
1756 leaf1 = blk1->bp->b_addr; in xfs_attr3_leaf_rebalance()
1856 if (blk1->index > ichdr1.count) { in xfs_attr3_leaf_rebalance()
1861 } else if (blk1->index == ichdr1.count) { in xfs_attr3_leaf_rebalance()
1863 args->index = blk1->index; in xfs_attr3_leaf_rebalance()
1864 args->blkno = blk1->blkno; in xfs_attr3_leaf_rebalance()
1903 struct xfs_da_state_blk *blk1, in xfs_attr3_leaf_figure_balance() argument
[all …]
A Dxfs_da_btree.c724 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()
789 blk1->bp = bp; in xfs_da3_root_split()
790 blk1->blkno = blkno; in xfs_da3_root_split()
931 struct xfs_da_state_blk *blk1, in xfs_da3_node_rebalance() argument
950 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance()
1014 xfs_trans_log_buf(tp, blk1->bp, in xfs_da3_node_rebalance()
1032 xfs_trans_log_buf(tp, blk1->bp, in xfs_da3_node_rebalance()
1047 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance()
[all …]
A Dxfs_dir2_node.c31 xfs_da_state_blk_t *blk1,
1073 xfs_da_state_blk_t *blk1, /* first btree block */ in xfs_dir2_leafn_rebalance() argument
1097 swap_blocks = xfs_dir2_leafn_order(dp, blk1->bp, blk2->bp); in xfs_dir2_leafn_rebalance()
1099 swap(blk1, blk2); in xfs_dir2_leafn_rebalance()
1101 leaf1 = blk1->bp->b_addr; in xfs_dir2_leafn_rebalance()
1140 xfs_dir3_leafn_moveents(args, blk1->bp, &hdr1, ents1, in xfs_dir2_leafn_rebalance()
1145 blk1->bp, &hdr1, ents1, in xfs_dir2_leafn_rebalance()
1154 xfs_dir3_leaf_log_header(args, blk1->bp); in xfs_dir2_leafn_rebalance()
1157 xfs_dir3_leaf_check(dp, blk1->bp); in xfs_dir2_leafn_rebalance()
1173 blk2->index = blk1->index - hdr1.count; in xfs_dir2_leafn_rebalance()
[all …]
/linux/fs/xfs/
A Dxfs_log_recover.c32 #define BLK_AVG(blk1, blk2) ((blk1+blk2) >> 1) argument

Completed in 27 milliseconds