Lines Matching defs:blocks
31 fs_warn(sdp, "blocks=%u revokes=%u reserved=%u touched=%u\n",
41 unsigned int blocks, unsigned int revokes,
50 BUG_ON(blocks == 0 && revokes == 0);
56 tr->tr_blocks = blocks;
59 if (blocks) {
61 * The reserved blocks are either used for data or metadata.
65 tr->tr_reserved += blocks + 1 + DIV_ROUND_UP(blocks - 1, databuf_limit(sdp));
83 * appropriate number of blocks to revokes, use as many revokes locally
109 int gfs2_trans_begin(struct gfs2_sbd *sdp, unsigned int blocks,
118 error = __gfs2_trans_begin(tr, sdp, blocks, revokes, _RET_IP_);
189 * blocks, which isn't an enormous overhead but twice as much as
190 * for normal metadata blocks.