Searched refs:xfs_attr_leaf_entsize (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 73 STATIC int xfs_attr_leaf_entsize(xfs_attr_leafblock_t *leaf, int index); 1530 xfs_attr_leaf_entsize(leaf, args->index))); in xfs_attr3_leaf_add_work() 1551 ichdr->usedbytes += xfs_attr_leaf_entsize(leaf, args->index); in xfs_attr3_leaf_add_work() 1916 tmp = totallen + sizeof(*entry) + xfs_attr_leaf_entsize(leaf1, in xfs_attr3_leaf_figure_balance() 2124 entsize = xfs_attr_leaf_entsize(leaf, args->index); in xfs_attr3_leaf_remove() 2575 tmp = xfs_attr_leaf_entsize(leaf_s, start_s + i); in xfs_attr3_leaf_moveents() 2681 xfs_attr_leaf_entsize(xfs_attr_leafblock_t *leaf, int index) in xfs_attr_leaf_entsize() function
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 75 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() 1962 tmp = totallen + sizeof(*entry) + xfs_attr_leaf_entsize(leaf1, in xfs_attr3_leaf_figure_balance() 2170 entsize = xfs_attr_leaf_entsize(leaf, args->index); in xfs_attr3_leaf_remove() 2619 tmp = xfs_attr_leaf_entsize(leaf_s, start_s + i); in xfs_attr3_leaf_moveents() 2725 xfs_attr_leaf_entsize(xfs_attr_leafblock_t *leaf, int index) in xfs_attr_leaf_entsize() function
|
Completed in 7 milliseconds