Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c2562 struct xfs_attr3_icleaf_hdr *ichdr_s, in xfs_attr3_leaf_moveents() argument
2586 ASSERT(ichdr_s->magic == ichdr_d->magic); in xfs_attr3_leaf_moveents()
2587 ASSERT(ichdr_s->count > 0 && ichdr_s->count < args->geo->blksize / 8); in xfs_attr3_leaf_moveents()
2588 ASSERT(ichdr_s->firstused >= (ichdr_s->count * sizeof(*entry_s)) in xfs_attr3_leaf_moveents()
2594 ASSERT(start_s < ichdr_s->count); in xfs_attr3_leaf_moveents()
2596 ASSERT(count <= ichdr_s->count); in xfs_attr3_leaf_moveents()
2628 ichdr_s->usedbytes -= tmp; in xfs_attr3_leaf_moveents()
2629 ichdr_s->count -= 1; in xfs_attr3_leaf_moveents()
2648 ichdr_s->usedbytes -= tmp; in xfs_attr3_leaf_moveents()
2650 ichdr_s->count -= 1; in xfs_attr3_leaf_moveents()
[all …]