Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1668 struct xfs_da_state_blk *blk1, in xfs_attr3_leaf_rebalance()
1858 struct xfs_da_state_blk *blk1, in xfs_attr3_leaf_figure_balance()
H A Dxfs_da_btree.c635 struct xfs_da_state_blk *blk1, in xfs_da3_root_split()
862 struct xfs_da_state_blk *blk1, in xfs_da3_node_rebalance()
H A Dxfs_dir2_node.c1063 xfs_da_state_blk_t *blk1, /* first btree block */ in xfs_dir2_leafn_rebalance()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log_recover.c29 #define BLK_AVG(blk1, blk2) ((blk1+blk2) >> 1) argument