Searched refs:xfs_attr3_leaf_hdr_size (Results 1 – 2 of 2) sorted by relevance
1162 + xfs_attr3_leaf_hdr_size(leaf); in xfs_attr3_leaf_add()1209 xfs_attr3_leaf_hdr_size(leaf))); in xfs_attr3_leaf_add()1319 + xfs_attr3_leaf_hdr_size(leaf)); in xfs_attr3_leaf_add_work()1321 + xfs_attr3_leaf_hdr_size(leaf); in xfs_attr3_leaf_add_work()1361 memcpy(bp->b_addr, tmpbuffer, xfs_attr3_leaf_hdr_size(leaf_src)); in xfs_attr3_leaf_compact()1369 ichdr_dst->freemap[0].base = xfs_attr3_leaf_hdr_size(leaf_src); in xfs_attr3_leaf_compact()1530 max = ichdr2.firstused - xfs_attr3_leaf_hdr_size(leaf1); in xfs_attr3_leaf_rebalance()1559 max = ichdr1.firstused - xfs_attr3_leaf_hdr_size(leaf1); in xfs_attr3_leaf_rebalance()1766 bytes = xfs_attr3_leaf_hdr_size(leaf) + in xfs_attr3_leaf_toosmall()1828 xfs_attr3_leaf_hdr_size(leaf); in xfs_attr3_leaf_toosmall()[all …]
789 xfs_attr3_leaf_hdr_size(struct xfs_attr_leafblock *leafp) in xfs_attr3_leaf_hdr_size() function