Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_attr_leaf.c2290 struct xfs_attr3_icleaf_hdr tmphdr; in xfs_attr3_leaf_unbalance() local
2301 memset(&tmphdr, 0, sizeof(tmphdr)); in xfs_attr3_leaf_unbalance()
2302 tmphdr.magic = savehdr.magic; in xfs_attr3_leaf_unbalance()
2303 tmphdr.forw = savehdr.forw; in xfs_attr3_leaf_unbalance()
2304 tmphdr.back = savehdr.back; in xfs_attr3_leaf_unbalance()
2305 tmphdr.firstused = state->args->geo->blksize; in xfs_attr3_leaf_unbalance()
2308 xfs_attr3_leaf_hdr_to_disk(state->args->geo, tmp_leaf, &tmphdr); in xfs_attr3_leaf_unbalance()
2314 tmp_leaf, &tmphdr, 0, in xfs_attr3_leaf_unbalance()
2318 tmp_leaf, &tmphdr, tmphdr.count, in xfs_attr3_leaf_unbalance()
2323 tmp_leaf, &tmphdr, 0, in xfs_attr3_leaf_unbalance()
[all …]