Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c2483 struct xfs_attr3_icleaf_hdr tmphdr; in xfs_attr3_leaf_unbalance() local
2495 memset(&tmphdr, 0, sizeof(tmphdr)); in xfs_attr3_leaf_unbalance()
2496 tmphdr.magic = savehdr.magic; in xfs_attr3_leaf_unbalance()
2497 tmphdr.forw = savehdr.forw; in xfs_attr3_leaf_unbalance()
2498 tmphdr.back = savehdr.back; in xfs_attr3_leaf_unbalance()
2499 tmphdr.firstused = state->args->geo->blksize; in xfs_attr3_leaf_unbalance()
2502 xfs_attr3_leaf_hdr_to_disk(state->args->geo, tmp_leaf, &tmphdr); in xfs_attr3_leaf_unbalance()
2508 tmp_leaf, &tmphdr, 0, in xfs_attr3_leaf_unbalance()
2512 tmp_leaf, &tmphdr, tmphdr.count, in xfs_attr3_leaf_unbalance()
2517 tmp_leaf, &tmphdr, 0, in xfs_attr3_leaf_unbalance()
[all …]