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

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c337 if (ichdr.firstused < xfs_attr3_leaf_hdr_size(leaf))
1344 + xfs_attr3_leaf_hdr_size(leaf);
1391 xfs_attr3_leaf_hdr_size(leaf)));
1503 + xfs_attr3_leaf_hdr_size(leaf));
1505 + xfs_attr3_leaf_hdr_size(leaf);
1547 memcpy(bp->b_addr, tmpbuffer, xfs_attr3_leaf_hdr_size(leaf_src));
1555 ichdr_dst->freemap[0].base = xfs_attr3_leaf_hdr_size(leaf_src);
1709 max = ichdr2.firstused - xfs_attr3_leaf_hdr_size(leaf1);
1738 max = ichdr1.firstused - xfs_attr3_leaf_hdr_size(leaf1);
1945 bytes = xfs_attr3_leaf_hdr_size(lea
[all...]
H A Dxfs_da_format.h731 xfs_attr3_leaf_hdr_size(struct xfs_attr_leafblock *leafp) function
/linux-master/fs/xfs/scrub/
H A Dattr.c404 hdrsize = xfs_attr3_leaf_hdr_size(leaf);
487 hdrsize = xfs_attr3_leaf_hdr_size(bp->b_addr);

Completed in 100 milliseconds