Searched refs:ichdr_d (Results 1 – 1 of 1) sorted by relevance
2599 ASSERT(ichdr_d->firstused >= (ichdr_d->count * sizeof(*entry_d)) in xfs_attr3_leaf_moveents()2610 if (start_d < ichdr_d->count) { in xfs_attr3_leaf_moveents()2644 ichdr_d->firstused -= tmp; in xfs_attr3_leaf_moveents()2657 ichdr_d->usedbytes += tmp; in xfs_attr3_leaf_moveents()2659 ichdr_d->count += 1; in xfs_attr3_leaf_moveents()2698 ichdr_d->freemap[0].base += ichdr_d->count * sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_moveents()2699 ichdr_d->freemap[0].size = ichdr_d->firstused - ichdr_d->freemap[0].base; in xfs_attr3_leaf_moveents()2700 ichdr_d->freemap[1].base = 0; in xfs_attr3_leaf_moveents()2701 ichdr_d->freemap[2].base = 0; in xfs_attr3_leaf_moveents()2702 ichdr_d->freemap[1].size = 0; in xfs_attr3_leaf_moveents()[all …]