Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/libxfs/
Dxfs_attr_leaf.c2567 struct xfs_attr3_icleaf_hdr *ichdr_d, in xfs_attr3_leaf_moveents() argument
2588 ASSERT(ichdr_s->magic == ichdr_d->magic); in xfs_attr3_leaf_moveents()
2592 ASSERT(ichdr_d->count < args->geo->blksize / 8); in xfs_attr3_leaf_moveents()
2593 ASSERT(ichdr_d->firstused >= (ichdr_d->count * sizeof(*entry_d)) in xfs_attr3_leaf_moveents()
2597 ASSERT(start_d <= ichdr_d->count); in xfs_attr3_leaf_moveents()
2604 if (start_d < ichdr_d->count) { in xfs_attr3_leaf_moveents()
2605 tmp = ichdr_d->count - start_d; in xfs_attr3_leaf_moveents()
2638 ichdr_d->firstused -= tmp; in xfs_attr3_leaf_moveents()
2641 entry_d->nameidx = cpu_to_be16(ichdr_d->firstused); in xfs_attr3_leaf_moveents()
2651 ichdr_d->usedbytes += tmp; in xfs_attr3_leaf_moveents()
[all …]