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

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c76 STATIC int xfs_attr_leaf_entsize(xfs_attr_leafblock_t *leaf, int index);
1494 xfs_attr_leaf_entsize(leaf, args->index)));
1515 ichdr->usedbytes += xfs_attr_leaf_entsize(leaf, args->index);
1880 tmp = totallen + sizeof(*entry) + xfs_attr_leaf_entsize(leaf1,
2088 entsize = xfs_attr_leaf_entsize(leaf, args->index);
2541 tmp = xfs_attr_leaf_entsize(leaf_s, start_s + i);
2647 xfs_attr_leaf_entsize(xfs_attr_leafblock_t *leaf, int index) function

Completed in 162 milliseconds