Searched refs:ichdr_d (Results 1 – 1 of 1) sorted by relevance
2710 struct xfs_attr3_icleaf_hdr *ichdr_d, in xfs_attr3_leaf_moveents() argument2731 ASSERT(ichdr_s->magic == ichdr_d->magic); in xfs_attr3_leaf_moveents()2735 ASSERT(ichdr_d->count < args->geo->blksize / 8); in xfs_attr3_leaf_moveents()2736 ASSERT(ichdr_d->firstused >= in xfs_attr3_leaf_moveents()2737 xfs_attr_leaf_entries_end(ichdr_d->count, leaf_d)); in xfs_attr3_leaf_moveents()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()2781 ichdr_d->firstused -= tmp; in xfs_attr3_leaf_moveents()2784 entry_d->nameidx = cpu_to_be16(ichdr_d->firstused); in xfs_attr3_leaf_moveents()[all …]