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.c55 xfs_da_state_blk_t *blk1,
1669 struct xfs_da_state_blk *blk1, in xfs_attr3_leaf_rebalance() argument
1690 leaf1 = blk1->bp->b_addr; in xfs_attr3_leaf_rebalance()
1707 swap(blk1, blk2); in xfs_attr3_leaf_rebalance()
1712 leaf1 = blk1->bp->b_addr; in xfs_attr3_leaf_rebalance()
1812 if (blk1->index > ichdr1.count) { in xfs_attr3_leaf_rebalance()
1817 } else if (blk1->index == ichdr1.count) { in xfs_attr3_leaf_rebalance()
1819 args->index = blk1->index; in xfs_attr3_leaf_rebalance()
1820 args->blkno = blk1->blkno; in xfs_attr3_leaf_rebalance()
1859 struct xfs_da_state_blk *blk1, in xfs_attr3_leaf_figure_balance() argument
[all …]
A Dxfs_da_btree.c635 struct xfs_da_state_blk *blk1, in xfs_da3_root_split() argument
669 oldroot = blk1->bp->b_addr; in xfs_da3_root_split()
718 bp->b_ops = blk1->bp->b_ops; in xfs_da3_root_split()
720 blk1->bp = bp; in xfs_da3_root_split()
721 blk1->blkno = blkno; in xfs_da3_root_split()
862 struct xfs_da_state_blk *blk1, in xfs_da3_node_rebalance() argument
881 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance()
945 xfs_trans_log_buf(tp, blk1->bp, in xfs_da3_node_rebalance()
963 xfs_trans_log_buf(tp, blk1->bp, in xfs_da3_node_rebalance()
978 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance()
[all …]
A Dxfs_dir2_node.c30 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/fs/xfs/
A Dxfs_log_recover.c32 #define BLK_AVG(blk1, blk2) ((blk1+blk2) >> 1) argument

Completed in 20 milliseconds