Searched refs:tmphdr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 2289 struct xfs_attr3_icleaf_hdr tmphdr; in xfs_attr3_leaf_unbalance() local 2300 memset(&tmphdr, 0, sizeof(tmphdr)); in xfs_attr3_leaf_unbalance() 2301 tmphdr.magic = savehdr.magic; in xfs_attr3_leaf_unbalance() 2302 tmphdr.forw = savehdr.forw; in xfs_attr3_leaf_unbalance() 2303 tmphdr.back = savehdr.back; in xfs_attr3_leaf_unbalance() 2304 tmphdr.firstused = state->args->geo->blksize; in xfs_attr3_leaf_unbalance() 2307 xfs_attr3_leaf_hdr_to_disk(state->args->geo, tmp_leaf, &tmphdr); in xfs_attr3_leaf_unbalance() 2313 tmp_leaf, &tmphdr, 0, in xfs_attr3_leaf_unbalance() 2317 tmp_leaf, &tmphdr, tmphd in xfs_attr3_leaf_unbalance() [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 2333 struct xfs_attr3_icleaf_hdr tmphdr; in xfs_attr3_leaf_unbalance() local 2344 memset(&tmphdr, 0, sizeof(tmphdr)); in xfs_attr3_leaf_unbalance() 2345 tmphdr.magic = savehdr.magic; in xfs_attr3_leaf_unbalance() 2346 tmphdr.forw = savehdr.forw; in xfs_attr3_leaf_unbalance() 2347 tmphdr.back = savehdr.back; in xfs_attr3_leaf_unbalance() 2348 tmphdr.firstused = state->args->geo->blksize; in xfs_attr3_leaf_unbalance() 2351 xfs_attr3_leaf_hdr_to_disk(state->args->geo, tmp_leaf, &tmphdr); in xfs_attr3_leaf_unbalance() 2357 tmp_leaf, &tmphdr, 0, in xfs_attr3_leaf_unbalance() 2361 tmp_leaf, &tmphdr, tmphd in xfs_attr3_leaf_unbalance() [all...] |
Completed in 11 milliseconds