Searched refs:tmp_leaf (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 2331 struct xfs_attr_leafblock *tmp_leaf; in xfs_attr3_leaf_unbalance() local 2334 tmp_leaf = kvzalloc(state->args->geo->blksize, 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 kvfree(tmp_leaf); in xfs_attr3_leaf_unbalance()
|
/linux-6.12.1/fs/gfs2/ |
D | dir.c | 1980 struct gfs2_leaf *tmp_leaf; in leaf_dealloc() local 2014 tmp_leaf = (struct gfs2_leaf *)bh->b_data; in leaf_dealloc() 2015 nblk = be64_to_cpu(tmp_leaf->lf_next); in leaf_dealloc() 2052 tmp_leaf = (struct gfs2_leaf *)bh->b_data; in leaf_dealloc() 2053 nblk = be64_to_cpu(tmp_leaf->lf_next); in leaf_dealloc()
|