Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_attr_leaf.c1172 + xfs_attr3_leaf_hdr_size(leaf); in xfs_attr3_leaf_add()
1219 xfs_attr3_leaf_hdr_size(leaf))); in xfs_attr3_leaf_add()
1329 + xfs_attr3_leaf_hdr_size(leaf)); in xfs_attr3_leaf_add_work()
1331 + xfs_attr3_leaf_hdr_size(leaf); in xfs_attr3_leaf_add_work()
1371 memcpy(bp->b_addr, tmpbuffer, xfs_attr3_leaf_hdr_size(leaf_src)); in xfs_attr3_leaf_compact()
1379 ichdr_dst->freemap[0].base = xfs_attr3_leaf_hdr_size(leaf_src); in xfs_attr3_leaf_compact()
1540 max = ichdr2.firstused - xfs_attr3_leaf_hdr_size(leaf1); in xfs_attr3_leaf_rebalance()
1569 max = ichdr1.firstused - xfs_attr3_leaf_hdr_size(leaf1); in xfs_attr3_leaf_rebalance()
1776 bytes = xfs_attr3_leaf_hdr_size(leaf) + in xfs_attr3_leaf_toosmall()
1838 xfs_attr3_leaf_hdr_size(leaf); in xfs_attr3_leaf_toosmall()
[all …]
Dxfs_da_format.h787 xfs_attr3_leaf_hdr_size(struct xfs_attr_leafblock *leafp) in xfs_attr3_leaf_hdr_size() function