Lines Matching refs:namebytes
1018 INT_MOD(hdr->namebytes, ARCH_CONVERT, args->namelen); in xfs_dir_leaf_add_work()
1065 INT_ZERO(hdr_d->namebytes, ARCH_CONVERT); in xfs_dir_leaf_compact()
1154 space = INT_GET(hdr1->namebytes, ARCH_CONVERT) - totallen; in xfs_dir_leaf_rebalance()
1184 space = totallen - INT_GET(hdr1->namebytes, ARCH_CONVERT); in xfs_dir_leaf_rebalance()
1260 …half += INT_GET(hdr1->namebytes, ARCH_CONVERT) + INT_GET(hdr2->namebytes, ARCH_CONVERT) + state->a… in xfs_dir_leaf_figure_balance()
1352 INT_GET(leaf->hdr.namebytes, ARCH_CONVERT); in xfs_dir_leaf_toosmall()
1408 bytes -= INT_GET(leaf->hdr.namebytes, ARCH_CONVERT); in xfs_dir_leaf_toosmall()
1412 bytes -= INT_GET(leaf->hdr.namebytes, ARCH_CONVERT); in xfs_dir_leaf_toosmall()
1554 INT_MOD(hdr->namebytes, ARCH_CONVERT, -(entry->namelen)); in xfs_dir_leaf_remove()
1594 tmp += INT_GET(leaf->hdr.namebytes, ARCH_CONVERT); in xfs_dir_leaf_remove()
1663 INT_ZERO(tmp_hdr->namebytes, ARCH_CONVERT); in xfs_dir_leaf_unbalance()
1848 INT_MOD(hdr_s->namebytes, ARCH_CONVERT, -(entry_d->namelen)); in xfs_dir_leaf_moveents()
1849 INT_MOD(hdr_d->namebytes, ARCH_CONVERT, entry_d->namelen); in xfs_dir_leaf_moveents()