Searched refs:xfs_attr_leaf_entsize (Results 1 – 1 of 1) sorted by relevance
89 STATIC int xfs_attr_leaf_entsize(xfs_attr_leafblock_t *leaf, int index);1154 xfs_attr_leaf_entsize(leaf, args->index))); in xfs_attr_leaf_add_work()1175 be16_add_cpu(&hdr->usedbytes, xfs_attr_leaf_entsize(leaf, args->index)); in xfs_attr_leaf_add_work()1477 tmp = totallen + sizeof(*entry) + xfs_attr_leaf_entsize(leaf1, in xfs_attr_leaf_figure_balance()1678 entsize = xfs_attr_leaf_entsize(leaf, args->index); in xfs_attr_leaf_remove()2129 tmp = xfs_attr_leaf_entsize(leaf_s, start_s + i); in xfs_attr_leaf_moveents()2262 xfs_attr_leaf_entsize(xfs_attr_leafblock_t *leaf, int index) in xfs_attr_leaf_entsize() function