Searched refs:xfs_attr_leaf_order (Results 1 – 3 of 3) sorted by relevance
261 int xfs_attr_leaf_order(struct xfs_dabuf *leaf1_bp,
1270 if (xfs_attr_leaf_order(blk1->bp, blk2->bp)) { in xfs_attr_leaf_rebalance()1837 if (xfs_attr_leaf_order(save_blk->bp, drop_blk->bp)) { in xfs_attr_leaf_unbalance()1863 if (xfs_attr_leaf_order(save_blk->bp, drop_blk->bp)) { in xfs_attr_leaf_unbalance()2219 xfs_attr_leaf_order(xfs_dabuf_t *leaf1_bp, xfs_dabuf_t *leaf2_bp) in xfs_attr_leaf_order() function
1209 before = xfs_attr_leaf_order(old_blk->bp, new_blk->bp); in xfs_da_blk_link()