Lines Matching refs:ichdr_d

2429 	struct xfs_attr3_icleaf_hdr	*ichdr_d,  in xfs_attr3_leaf_moveents()  argument
2450 ASSERT(ichdr_s->magic == ichdr_d->magic); in xfs_attr3_leaf_moveents()
2454 ASSERT(ichdr_d->count < args->geo->blksize / 8); in xfs_attr3_leaf_moveents()
2455 ASSERT(ichdr_d->firstused >= (ichdr_d->count * sizeof(*entry_d)) in xfs_attr3_leaf_moveents()
2459 ASSERT(start_d <= ichdr_d->count); in xfs_attr3_leaf_moveents()
2466 if (start_d < ichdr_d->count) { in xfs_attr3_leaf_moveents()
2467 tmp = ichdr_d->count - start_d; in xfs_attr3_leaf_moveents()
2500 ichdr_d->firstused -= tmp; in xfs_attr3_leaf_moveents()
2503 entry_d->nameidx = cpu_to_be16(ichdr_d->firstused); in xfs_attr3_leaf_moveents()
2513 ichdr_d->usedbytes += tmp; in xfs_attr3_leaf_moveents()
2515 ichdr_d->count += 1; in xfs_attr3_leaf_moveents()
2516 tmp = ichdr_d->count * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_moveents()
2518 ASSERT(ichdr_d->firstused >= tmp); in xfs_attr3_leaf_moveents()
2553 ichdr_d->freemap[0].base = xfs_attr3_leaf_hdr_size(leaf_d); in xfs_attr3_leaf_moveents()
2554 ichdr_d->freemap[0].base += ichdr_d->count * sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_moveents()
2555 ichdr_d->freemap[0].size = ichdr_d->firstused - ichdr_d->freemap[0].base; in xfs_attr3_leaf_moveents()
2556 ichdr_d->freemap[1].base = 0; in xfs_attr3_leaf_moveents()
2557 ichdr_d->freemap[2].base = 0; in xfs_attr3_leaf_moveents()
2558 ichdr_d->freemap[1].size = 0; in xfs_attr3_leaf_moveents()
2559 ichdr_d->freemap[2].size = 0; in xfs_attr3_leaf_moveents()