Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1745 struct xfs_attr3_icleaf_hdr *ichdr_dst, in xfs_attr3_leaf_compact() argument
1770 ichdr_src = *ichdr_dst; /* struct copy */ in xfs_attr3_leaf_compact()
1771 ichdr_dst->firstused = args->geo->blksize; in xfs_attr3_leaf_compact()
1772 ichdr_dst->usedbytes = 0; in xfs_attr3_leaf_compact()
1773 ichdr_dst->count = 0; in xfs_attr3_leaf_compact()
1774 ichdr_dst->holes = 0; in xfs_attr3_leaf_compact()
1775 ichdr_dst->freemap[0].base = xfs_attr3_leaf_hdr_size(leaf_src); in xfs_attr3_leaf_compact()
1776 ichdr_dst->freemap[0].size = ichdr_dst->firstused - in xfs_attr3_leaf_compact()
1777 ichdr_dst->freemap[0].base; in xfs_attr3_leaf_compact()
1778 ichdr_dst->freemap[1].base = 0; in xfs_attr3_leaf_compact()
[all …]