Lines Matching refs:usedbytes
115 ASSERT(!to->count && !to->usedbytes); in xfs_attr3_leaf_firstused_from_disk()
170 to->usedbytes = be16_to_cpu(hdr3->usedbytes); in xfs_attr3_leaf_hdr_from_disk()
184 to->usedbytes = be16_to_cpu(from->hdr.usedbytes); in xfs_attr3_leaf_hdr_from_disk()
212 hdr3->usedbytes = cpu_to_be16(from->usedbytes); in xfs_attr3_leaf_hdr_to_disk()
227 to->hdr.usedbytes = cpu_to_be16(from->usedbytes); in xfs_attr3_leaf_hdr_to_disk()
1597 ichdr->usedbytes += xfs_attr_leaf_entsize(leaf, args->index); in xfs_attr3_leaf_add_work()
1633 ichdr_dst->usedbytes = 0; in xfs_attr3_leaf_compact()
1784 space = ichdr1.usedbytes - totallen; in xfs_attr3_leaf_rebalance()
1813 space = totallen - ichdr1.usedbytes; in xfs_attr3_leaf_rebalance()
1928 half += ichdr1->usedbytes + ichdr2->usedbytes + in xfs_attr3_leaf_figure_balance()
2028 ichdr.usedbytes; in xfs_attr3_leaf_toosmall()
2085 ichdr.usedbytes - ichdr2.usedbytes - in xfs_attr3_leaf_toosmall()
2228 ichdr.usedbytes -= entsize; in xfs_attr3_leaf_remove()
2272 tmp = ichdr.usedbytes + xfs_attr3_leaf_hdr_size(leaf) + in xfs_attr3_leaf_remove()
2636 ichdr_s->usedbytes -= tmp; in xfs_attr3_leaf_moveents()
2656 ichdr_s->usedbytes -= tmp; in xfs_attr3_leaf_moveents()
2657 ichdr_d->usedbytes += tmp; in xfs_attr3_leaf_moveents()