Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_attr_leaf.c2519 struct xfs_attr3_icleaf_hdr *ichdr_s, in xfs_attr3_leaf_moveents() argument
2541 ASSERT(ichdr_s->magic == XFS_ATTR_LEAF_MAGIC || in xfs_attr3_leaf_moveents()
2542 ichdr_s->magic == XFS_ATTR3_LEAF_MAGIC); in xfs_attr3_leaf_moveents()
2543 ASSERT(ichdr_s->magic == ichdr_d->magic); in xfs_attr3_leaf_moveents()
2544 ASSERT(ichdr_s->count > 0 && ichdr_s->count < args->geo->blksize / 8); in xfs_attr3_leaf_moveents()
2545 ASSERT(ichdr_s->firstused >= (ichdr_s->count * sizeof(*entry_s)) in xfs_attr3_leaf_moveents()
2551 ASSERT(start_s < ichdr_s->count); in xfs_attr3_leaf_moveents()
2553 ASSERT(count <= ichdr_s->count); in xfs_attr3_leaf_moveents()
2575 ASSERT(be16_to_cpu(entry_s->nameidx) >= ichdr_s->firstused); in xfs_attr3_leaf_moveents()
2585 ichdr_s->usedbytes -= tmp; in xfs_attr3_leaf_moveents()
[all …]