Lines Matching refs:ichdr_s
2437 struct xfs_attr3_icleaf_hdr *ichdr_s, in xfs_attr3_leaf_moveents() argument
2459 ASSERT(ichdr_s->magic == XFS_ATTR_LEAF_MAGIC || in xfs_attr3_leaf_moveents()
2460 ichdr_s->magic == XFS_ATTR3_LEAF_MAGIC); in xfs_attr3_leaf_moveents()
2461 ASSERT(ichdr_s->magic == ichdr_d->magic); in xfs_attr3_leaf_moveents()
2462 ASSERT(ichdr_s->count > 0 && ichdr_s->count < args->geo->blksize / 8); in xfs_attr3_leaf_moveents()
2463 ASSERT(ichdr_s->firstused >= (ichdr_s->count * sizeof(*entry_s)) in xfs_attr3_leaf_moveents()
2469 ASSERT(start_s < ichdr_s->count); in xfs_attr3_leaf_moveents()
2471 ASSERT(count <= ichdr_s->count); in xfs_attr3_leaf_moveents()
2493 ASSERT(be16_to_cpu(entry_s->nameidx) >= ichdr_s->firstused); in xfs_attr3_leaf_moveents()
2503 ichdr_s->usedbytes -= tmp; in xfs_attr3_leaf_moveents()
2504 ichdr_s->count -= 1; in xfs_attr3_leaf_moveents()
2523 ichdr_s->usedbytes -= tmp; in xfs_attr3_leaf_moveents()
2525 ichdr_s->count -= 1; in xfs_attr3_leaf_moveents()
2538 if (start_s == ichdr_s->count) { in xfs_attr3_leaf_moveents()
2549 tmp = (ichdr_s->count - count) * sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_moveents()
2555 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[ichdr_s->count]; in xfs_attr3_leaf_moveents()
2571 ichdr_s->holes = 1; /* leaf may not be compact */ in xfs_attr3_leaf_moveents()