Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_attr_leaf.c2565 struct xfs_attr3_icleaf_hdr *ichdr_d, in xfs_attr3_leaf_moveents() argument
2586 ASSERT(ichdr_s->magic == ichdr_d->magic); in xfs_attr3_leaf_moveents()
2590 ASSERT(ichdr_d->count < args->geo->blksize / 8); in xfs_attr3_leaf_moveents()
2591 ASSERT(ichdr_d->firstused >= (ichdr_d->count * sizeof(*entry_d)) in xfs_attr3_leaf_moveents()
2595 ASSERT(start_d <= ichdr_d->count); in xfs_attr3_leaf_moveents()
2602 if (start_d < ichdr_d->count) { in xfs_attr3_leaf_moveents()
2603 tmp = ichdr_d->count - start_d; in xfs_attr3_leaf_moveents()
2636 ichdr_d->firstused -= tmp; in xfs_attr3_leaf_moveents()
2639 entry_d->nameidx = cpu_to_be16(ichdr_d->firstused); in xfs_attr3_leaf_moveents()
2649 ichdr_d->usedbytes += tmp; in xfs_attr3_leaf_moveents()
[all …]