Searched refs:ichdr_s (Results 1 – 1 of 1) sorted by relevance
2707 struct xfs_attr3_icleaf_hdr *ichdr_s, in xfs_attr3_leaf_moveents() argument2729 ASSERT(ichdr_s->magic == XFS_ATTR_LEAF_MAGIC || in xfs_attr3_leaf_moveents()2730 ichdr_s->magic == XFS_ATTR3_LEAF_MAGIC); in xfs_attr3_leaf_moveents()2731 ASSERT(ichdr_s->magic == ichdr_d->magic); in xfs_attr3_leaf_moveents()2732 ASSERT(ichdr_s->count > 0 && ichdr_s->count < args->geo->blksize / 8); in xfs_attr3_leaf_moveents()2733 ASSERT(ichdr_s->firstused >= in xfs_attr3_leaf_moveents()2734 xfs_attr_leaf_entries_end(ichdr_s->count, leaf_s)); in xfs_attr3_leaf_moveents()2739 ASSERT(start_s < ichdr_s->count); in xfs_attr3_leaf_moveents()2741 ASSERT(count <= ichdr_s->count); in xfs_attr3_leaf_moveents()2763 ASSERT(be16_to_cpu(entry_s->nameidx) >= ichdr_s->firstused); in xfs_attr3_leaf_moveents()[all …]