Searched refs:tmp_leaf (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/fs/xfs/libxfs/ |
| D | xfs_attr_leaf.c | 2289 struct xfs_attr_leafblock *tmp_leaf; in xfs_attr3_leaf_unbalance() local 2292 tmp_leaf = kmem_zalloc(state->args->geo->blksize, 0); in xfs_attr3_leaf_unbalance() 2299 memcpy(tmp_leaf, save_leaf, xfs_attr3_leaf_hdr_size(save_leaf)); in xfs_attr3_leaf_unbalance() 2308 xfs_attr3_leaf_hdr_to_disk(state->args->geo, tmp_leaf, &tmphdr); in xfs_attr3_leaf_unbalance() 2314 tmp_leaf, &tmphdr, 0, in xfs_attr3_leaf_unbalance() 2318 tmp_leaf, &tmphdr, tmphdr.count, in xfs_attr3_leaf_unbalance() 2323 tmp_leaf, &tmphdr, 0, in xfs_attr3_leaf_unbalance() 2327 tmp_leaf, &tmphdr, tmphdr.count, in xfs_attr3_leaf_unbalance() 2330 memcpy(save_leaf, tmp_leaf, state->args->geo->blksize); in xfs_attr3_leaf_unbalance() 2332 kmem_free(tmp_leaf); in xfs_attr3_leaf_unbalance()
|
| /Linux-v5.15/fs/gfs2/ |
| D | dir.c | 1977 struct gfs2_leaf *tmp_leaf; in leaf_dealloc() local 2011 tmp_leaf = (struct gfs2_leaf *)bh->b_data; in leaf_dealloc() 2012 nblk = be64_to_cpu(tmp_leaf->lf_next); in leaf_dealloc() 2049 tmp_leaf = (struct gfs2_leaf *)bh->b_data; in leaf_dealloc() 2050 nblk = be64_to_cpu(tmp_leaf->lf_next); in leaf_dealloc()
|