Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr_leaf.c1563 struct xfs_da_state_blk *blk1, in xfs_attr3_leaf_rebalance()
1753 struct xfs_da_state_blk *blk1, in xfs_attr3_leaf_figure_balance()
Dxfs_da_btree.c523 struct xfs_da_state_blk *blk1, in xfs_da3_root_split()
751 struct xfs_da_state_blk *blk1, in xfs_da3_node_rebalance()
Dxfs_dir2_node.c1003 xfs_da_state_blk_t *blk1, /* first btree block */ in xfs_dir2_leafn_rebalance()
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c40 #define BLK_AVG(blk1, blk2) ((blk1+blk2) >> 1) argument