Searched refs:tmp_leaf (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 2288 struct xfs_attr_leafblock *tmp_leaf; in xfs_attr3_leaf_unbalance() local 2291 tmp_leaf = kmem_zalloc(state->args->geo->blksize, 0); in xfs_attr3_leaf_unbalance() 2298 memcpy(tmp_leaf, save_leaf, xfs_attr3_leaf_hdr_size(save_leaf)); 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, tmphdr.count, in xfs_attr3_leaf_unbalance() 2322 tmp_leaf, &tmphdr, 0, in xfs_attr3_leaf_unbalance() 2326 tmp_leaf, &tmphdr, tmphdr.count, in xfs_attr3_leaf_unbalance() 2329 memcpy(save_leaf, tmp_leaf, state->args->geo->blksize); in xfs_attr3_leaf_unbalance() 2331 kmem_free(tmp_leaf); in xfs_attr3_leaf_unbalance() [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 2332 struct xfs_attr_leafblock *tmp_leaf; in xfs_attr3_leaf_unbalance() local 2335 tmp_leaf = kmem_zalloc(state->args->geo->blksize, 0); in xfs_attr3_leaf_unbalance() 2342 memcpy(tmp_leaf, save_leaf, xfs_attr3_leaf_hdr_size(save_leaf)); 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, tmphdr.count, in xfs_attr3_leaf_unbalance() 2366 tmp_leaf, &tmphdr, 0, in xfs_attr3_leaf_unbalance() 2370 tmp_leaf, &tmphdr, tmphdr.count, in xfs_attr3_leaf_unbalance() 2373 memcpy(save_leaf, tmp_leaf, state->args->geo->blksize); in xfs_attr3_leaf_unbalance() 2375 kmem_free(tmp_leaf); in xfs_attr3_leaf_unbalance() [all...] |
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | dir.c | 1973 struct gfs2_leaf *tmp_leaf; in leaf_dealloc() local 2007 tmp_leaf = (struct gfs2_leaf *)bh->b_data; in leaf_dealloc() 2008 nblk = be64_to_cpu(tmp_leaf->lf_next); in leaf_dealloc() 2045 tmp_leaf = (struct gfs2_leaf *)bh->b_data; in leaf_dealloc() 2046 nblk = be64_to_cpu(tmp_leaf->lf_next); in leaf_dealloc()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A 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()
|
Completed in 13 milliseconds