Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr_leaf.c1456 struct xfs_attr3_icleaf_hdr *ichdr_dst, in xfs_attr3_leaf_compact() argument
1481 ichdr_src = *ichdr_dst; /* struct copy */ in xfs_attr3_leaf_compact()
1482 ichdr_dst->firstused = args->geo->blksize; in xfs_attr3_leaf_compact()
1483 ichdr_dst->usedbytes = 0; in xfs_attr3_leaf_compact()
1484 ichdr_dst->count = 0; in xfs_attr3_leaf_compact()
1485 ichdr_dst->holes = 0; in xfs_attr3_leaf_compact()
1486 ichdr_dst->freemap[0].base = xfs_attr3_leaf_hdr_size(leaf_src); in xfs_attr3_leaf_compact()
1487 ichdr_dst->freemap[0].size = ichdr_dst->firstused - in xfs_attr3_leaf_compact()
1488 ichdr_dst->freemap[0].base; in xfs_attr3_leaf_compact()
1491 xfs_attr3_leaf_hdr_to_disk(args->geo, leaf_dst, ichdr_dst); in xfs_attr3_leaf_compact()
[all …]