Searched refs:xfs_attr3_leaf_order (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 1400 xfs_attr3_leaf_order( in xfs_attr3_leaf_order() function 1432 return xfs_attr3_leaf_order(leaf1_bp, &ichdr1, leaf2_bp, &ichdr2); in xfs_attr_leaf_order() 1487 if (xfs_attr3_leaf_order(blk1->bp, &ichdr1, blk2->bp, &ichdr2)) { in xfs_attr3_leaf_rebalance() 2060 if (xfs_attr3_leaf_order(save_blk->bp, &savehdr, in xfs_attr3_leaf_unbalance() 2098 if (xfs_attr3_leaf_order(save_blk->bp, &savehdr, in xfs_attr3_leaf_unbalance()
|