tmp_leaf         1976 fs/gfs2/dir.c  	struct gfs2_leaf *tmp_leaf;
tmp_leaf         2011 fs/gfs2/dir.c  		tmp_leaf = (struct gfs2_leaf *)bh->b_data;
tmp_leaf         2012 fs/gfs2/dir.c  		nblk = be64_to_cpu(tmp_leaf->lf_next);
tmp_leaf         2048 fs/gfs2/dir.c  		tmp_leaf = (struct gfs2_leaf *)bh->b_data;
tmp_leaf         2049 fs/gfs2/dir.c  		nblk = be64_to_cpu(tmp_leaf->lf_next);
tmp_leaf         2190 fs/xfs/libxfs/xfs_attr_leaf.c 		struct xfs_attr_leafblock *tmp_leaf;
tmp_leaf         2193 fs/xfs/libxfs/xfs_attr_leaf.c 		tmp_leaf = kmem_zalloc(state->args->geo->blksize, 0);
tmp_leaf         2200 fs/xfs/libxfs/xfs_attr_leaf.c 		memcpy(tmp_leaf, save_leaf, xfs_attr3_leaf_hdr_size(save_leaf));
tmp_leaf         2209 fs/xfs/libxfs/xfs_attr_leaf.c 		xfs_attr3_leaf_hdr_to_disk(state->args->geo, tmp_leaf, &tmphdr);
tmp_leaf         2215 fs/xfs/libxfs/xfs_attr_leaf.c 						tmp_leaf, &tmphdr, 0,
tmp_leaf         2219 fs/xfs/libxfs/xfs_attr_leaf.c 						tmp_leaf, &tmphdr, tmphdr.count,
tmp_leaf         2224 fs/xfs/libxfs/xfs_attr_leaf.c 						tmp_leaf, &tmphdr, 0,
tmp_leaf         2228 fs/xfs/libxfs/xfs_attr_leaf.c 						tmp_leaf, &tmphdr, tmphdr.count,
tmp_leaf         2231 fs/xfs/libxfs/xfs_attr_leaf.c 		memcpy(save_leaf, tmp_leaf, state->args->geo->blksize);
tmp_leaf         2233 fs/xfs/libxfs/xfs_attr_leaf.c 		kmem_free(tmp_leaf);