Lines Matching defs:blocks
526 * gfs2_trans_da_blks - Calculate number of blocks to link inode
531 * This calculate the number of blocks we need to reserve in a
536 * Returns: Number of blocks
609 * FIXME: Change to allocate the disk blocks and write them out in the same
632 unsigned blocks = 1;
735 blocks++;
737 error = alloc_dinode(ip, aflags, &blocks);
741 gfs2_set_inode_blocks(inode, blocks);
768 error = gfs2_trans_begin(sdp, blocks, 0);
772 if (blocks > 1)