Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.c724 struct xfs_da_state_blk *blk1, in xfs_da3_root_split()
931 struct xfs_da_state_blk *blk1, in xfs_da3_node_rebalance()
/linux/fs/xfs/
H A Dxfs_log_recover.c32 #define BLK_AVG(blk1, blk2) ((blk1+blk2) >> 1) argument