Home
last modified time | relevance | path

Searched refs:xfs_attr_leaf_entsize (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_attr_leaf.c73 STATIC int xfs_attr_leaf_entsize(xfs_attr_leafblock_t *leaf, int index);
1434 xfs_attr_leaf_entsize(leaf, args->index))); in xfs_attr3_leaf_add_work()
1453 ichdr->usedbytes += xfs_attr_leaf_entsize(leaf, args->index); in xfs_attr3_leaf_add_work()
1818 tmp = totallen + sizeof(*entry) + xfs_attr_leaf_entsize(leaf1, in xfs_attr3_leaf_figure_balance()
2026 entsize = xfs_attr_leaf_entsize(leaf, args->index); in xfs_attr3_leaf_remove()
2487 tmp = xfs_attr_leaf_entsize(leaf_s, start_s + i); in xfs_attr3_leaf_moveents()
2593 xfs_attr_leaf_entsize(xfs_attr_leafblock_t *leaf, int index) in xfs_attr_leaf_entsize() function