Searched refs:xfs_attr_leaf_entsize (Results 1 – 1 of 1) sorted by relevance
76 STATIC int xfs_attr_leaf_entsize(xfs_attr_leafblock_t *leaf, int index);1576 xfs_attr_leaf_entsize(leaf, args->index))); in xfs_attr3_leaf_add_work()1597 ichdr->usedbytes += xfs_attr_leaf_entsize(leaf, args->index); in xfs_attr3_leaf_add_work()1961 tmp = totallen + sizeof(*entry) + xfs_attr_leaf_entsize(leaf1, in xfs_attr3_leaf_figure_balance()2169 entsize = xfs_attr_leaf_entsize(leaf, args->index); in xfs_attr3_leaf_remove()2627 tmp = xfs_attr_leaf_entsize(leaf_s, start_s + i); in xfs_attr3_leaf_moveents()2733 xfs_attr_leaf_entsize(xfs_attr_leafblock_t *leaf, int index) in xfs_attr_leaf_entsize() function