Searched refs:xfs_attr_leaf_entsize (Results 1 – 2 of 2) sorted by relevance
302 int xfs_attr_leaf_entsize(struct xfs_attr_leafblock *leaf, int index);
1041 xfs_attr_leaf_entsize(leaf, args->index))); in xfs_attr_leaf_add_work()1067 xfs_attr_leaf_entsize(leaf, args->index)); in xfs_attr_leaf_add_work()1379 tmp = totallen + sizeof(*entry) + xfs_attr_leaf_entsize(leaf1, in xfs_attr_leaf_figure_balance()1585 entsize = xfs_attr_leaf_entsize(leaf, args->index); in xfs_attr_leaf_remove()2072 tmp = xfs_attr_leaf_entsize(leaf_s, start_s + i); in xfs_attr_leaf_moveents()2213 xfs_attr_leaf_entsize(xfs_attr_leafblock_t *leaf, int index) in xfs_attr_leaf_entsize() function