Searched refs:blk1 (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_attr_leaf.c | 56 xfs_da_state_blk_t *blk1, 1714 struct xfs_da_state_blk *blk1, in xfs_attr3_leaf_rebalance() argument 1735 leaf1 = blk1->bp->b_addr; in xfs_attr3_leaf_rebalance() 1752 swap(blk1, blk2); in xfs_attr3_leaf_rebalance() 1757 leaf1 = blk1->bp->b_addr; in xfs_attr3_leaf_rebalance() 1857 if (blk1->index > ichdr1.count) { in xfs_attr3_leaf_rebalance() 1862 } else if (blk1->index == ichdr1.count) { in xfs_attr3_leaf_rebalance() 1864 args->index = blk1->index; in xfs_attr3_leaf_rebalance() 1865 args->blkno = blk1->blkno; in xfs_attr3_leaf_rebalance() 1904 struct xfs_da_state_blk *blk1, in xfs_attr3_leaf_figure_balance() argument [all …]
|
A D | xfs_da_btree.c | 650 struct xfs_da_state_blk *blk1, in xfs_da3_root_split() argument 684 oldroot = blk1->bp->b_addr; in xfs_da3_root_split() 733 bp->b_ops = blk1->bp->b_ops; in xfs_da3_root_split() 735 blk1->bp = bp; in xfs_da3_root_split() 736 blk1->blkno = blkno; in xfs_da3_root_split() 877 struct xfs_da_state_blk *blk1, in xfs_da3_node_rebalance() argument 896 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance() 960 xfs_trans_log_buf(tp, blk1->bp, in xfs_da3_node_rebalance() 978 xfs_trans_log_buf(tp, blk1->bp, in xfs_da3_node_rebalance() 993 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance() [all …]
|
A D | xfs_dir2_node.c | 30 xfs_da_state_blk_t *blk1, 1063 xfs_da_state_blk_t *blk1, /* first btree block */ in xfs_dir2_leafn_rebalance() argument 1087 swap_blocks = xfs_dir2_leafn_order(dp, blk1->bp, blk2->bp); in xfs_dir2_leafn_rebalance() 1089 swap(blk1, blk2); in xfs_dir2_leafn_rebalance() 1091 leaf1 = blk1->bp->b_addr; in xfs_dir2_leafn_rebalance() 1130 xfs_dir3_leafn_moveents(args, blk1->bp, &hdr1, ents1, in xfs_dir2_leafn_rebalance() 1135 blk1->bp, &hdr1, ents1, in xfs_dir2_leafn_rebalance() 1144 xfs_dir3_leaf_log_header(args, blk1->bp); in xfs_dir2_leafn_rebalance() 1147 xfs_dir3_leaf_check(dp, blk1->bp); in xfs_dir2_leafn_rebalance() 1163 blk2->index = blk1->index - hdr1.count; in xfs_dir2_leafn_rebalance() [all …]
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_log_recover.c | 32 #define BLK_AVG(blk1, blk2) ((blk1+blk2) >> 1) argument
|
Completed in 19 milliseconds