tmphdr           2191 fs/xfs/libxfs/xfs_attr_leaf.c 		struct xfs_attr3_icleaf_hdr tmphdr;
tmphdr           2202 fs/xfs/libxfs/xfs_attr_leaf.c 		memset(&tmphdr, 0, sizeof(tmphdr));
tmphdr           2203 fs/xfs/libxfs/xfs_attr_leaf.c 		tmphdr.magic = savehdr.magic;
tmphdr           2204 fs/xfs/libxfs/xfs_attr_leaf.c 		tmphdr.forw = savehdr.forw;
tmphdr           2205 fs/xfs/libxfs/xfs_attr_leaf.c 		tmphdr.back = savehdr.back;
tmphdr           2206 fs/xfs/libxfs/xfs_attr_leaf.c 		tmphdr.firstused = state->args->geo->blksize;
tmphdr           2209 fs/xfs/libxfs/xfs_attr_leaf.c 		xfs_attr3_leaf_hdr_to_disk(state->args->geo, tmp_leaf, &tmphdr);
tmphdr           2215 fs/xfs/libxfs/xfs_attr_leaf.c 						tmp_leaf, &tmphdr, 0,
tmphdr           2219 fs/xfs/libxfs/xfs_attr_leaf.c 						tmp_leaf, &tmphdr, tmphdr.count,
tmphdr           2224 fs/xfs/libxfs/xfs_attr_leaf.c 						tmp_leaf, &tmphdr, 0,
tmphdr           2228 fs/xfs/libxfs/xfs_attr_leaf.c 						tmp_leaf, &tmphdr, tmphdr.count,
tmphdr           2232 fs/xfs/libxfs/xfs_attr_leaf.c 		savehdr = tmphdr; /* struct copy */