Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_attr_leaf.c2548 ASSERT(ichdr_d->firstused >= (ichdr_d->count * sizeof(*entry_d)) in xfs_attr3_leaf_moveents()
2559 if (start_d < ichdr_d->count) { in xfs_attr3_leaf_moveents()
2593 ichdr_d->firstused -= tmp; in xfs_attr3_leaf_moveents()
2606 ichdr_d->usedbytes += tmp; in xfs_attr3_leaf_moveents()
2608 ichdr_d->count += 1; in xfs_attr3_leaf_moveents()
2647 ichdr_d->freemap[0].base += ichdr_d->count * sizeof(xfs_attr_leaf_entry_t); in xfs_attr3_leaf_moveents()
2648 ichdr_d->freemap[0].size = ichdr_d->firstused - ichdr_d->freemap[0].base; in xfs_attr3_leaf_moveents()
2649 ichdr_d->freemap[1].base = 0; in xfs_attr3_leaf_moveents()
2650 ichdr_d->freemap[2].base = 0; in xfs_attr3_leaf_moveents()
2651 ichdr_d->freemap[1].size = 0; in xfs_attr3_leaf_moveents()
[all …]

Completed in 7 milliseconds