Home
last modified time | relevance | path

Searched refs:start_d (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c2711 int start_d, in xfs_attr3_leaf_moveents() argument
2740 ASSERT(start_d <= ichdr_d->count); in xfs_attr3_leaf_moveents()
2747 if (start_d < ichdr_d->count) { in xfs_attr3_leaf_moveents()
2748 tmp = ichdr_d->count - start_d; in xfs_attr3_leaf_moveents()
2750 entry_s = &xfs_attr3_leaf_entryp(leaf_d)[start_d]; in xfs_attr3_leaf_moveents()
2751 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d + count]; in xfs_attr3_leaf_moveents()
2760 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d]; in xfs_attr3_leaf_moveents()
2761 desti = start_d; in xfs_attr3_leaf_moveents()