Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_attr_leaf.c1445 struct xfs_attr3_icleaf_hdr *ichdr_dst, in xfs_attr3_leaf_compact() argument
1470 ichdr_src = *ichdr_dst; /* struct copy */ in xfs_attr3_leaf_compact()
1471 ichdr_dst->firstused = args->geo->blksize; in xfs_attr3_leaf_compact()
1472 ichdr_dst->usedbytes = 0; in xfs_attr3_leaf_compact()
1473 ichdr_dst->count = 0; in xfs_attr3_leaf_compact()
1474 ichdr_dst->holes = 0; in xfs_attr3_leaf_compact()
1475 ichdr_dst->freemap[0].base = xfs_attr3_leaf_hdr_size(leaf_src); in xfs_attr3_leaf_compact()
1476 ichdr_dst->freemap[0].size = ichdr_dst->firstused - in xfs_attr3_leaf_compact()
1477 ichdr_dst->freemap[0].base; in xfs_attr3_leaf_compact()
1480 xfs_attr3_leaf_hdr_to_disk(args->geo, leaf_dst, ichdr_dst); in xfs_attr3_leaf_compact()
[all …]