Searched refs:namebytes (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_dir_leaf.c | 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() [all …]
|
D | xfs_dir_leaf.h | 88 __uint16_t namebytes; /* num bytes of name strings stored */ member
|
D | xfs_dir.c | 646 *totallen = INT_GET(leaf->hdr.namebytes, ARCH_CONVERT); in xfs_dir_leaf_removename()
|