Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_attr_leaf.c2172 struct xfs_attr_leafblock *tmp_leaf; in xfs_attr3_leaf_unbalance() local
2175 tmp_leaf = kmem_zalloc(state->args->geo->blksize, KM_SLEEP); in xfs_attr3_leaf_unbalance()
2182 memcpy(tmp_leaf, save_leaf, xfs_attr3_leaf_hdr_size(save_leaf)); in xfs_attr3_leaf_unbalance()
2191 xfs_attr3_leaf_hdr_to_disk(state->args->geo, tmp_leaf, &tmphdr); in xfs_attr3_leaf_unbalance()
2197 tmp_leaf, &tmphdr, 0, in xfs_attr3_leaf_unbalance()
2201 tmp_leaf, &tmphdr, tmphdr.count, in xfs_attr3_leaf_unbalance()
2206 tmp_leaf, &tmphdr, 0, in xfs_attr3_leaf_unbalance()
2210 tmp_leaf, &tmphdr, tmphdr.count, in xfs_attr3_leaf_unbalance()
2213 memcpy(save_leaf, tmp_leaf, state->args->geo->blksize); in xfs_attr3_leaf_unbalance()
2215 kmem_free(tmp_leaf); in xfs_attr3_leaf_unbalance()
/Linux-v4.19/fs/gfs2/
Ddir.c1977 struct gfs2_leaf *tmp_leaf; in leaf_dealloc() local
2012 tmp_leaf = (struct gfs2_leaf *)bh->b_data; in leaf_dealloc()
2013 nblk = be64_to_cpu(tmp_leaf->lf_next); in leaf_dealloc()
2047 tmp_leaf = (struct gfs2_leaf *)bh->b_data; in leaf_dealloc()
2048 nblk = be64_to_cpu(tmp_leaf->lf_next); in leaf_dealloc()