Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr_leaf.c2440 struct xfs_attr3_icleaf_hdr *ichdr_d, in xfs_attr3_leaf_moveents() argument
2461 ASSERT(ichdr_s->magic == ichdr_d->magic); in xfs_attr3_leaf_moveents()
2465 ASSERT(ichdr_d->count < args->geo->blksize / 8); in xfs_attr3_leaf_moveents()
2466 ASSERT(ichdr_d->firstused >= (ichdr_d->count * sizeof(*entry_d)) in xfs_attr3_leaf_moveents()
2470 ASSERT(start_d <= ichdr_d->count); in xfs_attr3_leaf_moveents()
2477 if (start_d < ichdr_d->count) { in xfs_attr3_leaf_moveents()
2478 tmp = ichdr_d->count - start_d; in xfs_attr3_leaf_moveents()
2511 ichdr_d->firstused -= tmp; in xfs_attr3_leaf_moveents()
2514 entry_d->nameidx = cpu_to_be16(ichdr_d->firstused); in xfs_attr3_leaf_moveents()
2524 ichdr_d->usedbytes += tmp; in xfs_attr3_leaf_moveents()
[all …]