Lines Matching defs:blocks
218 * the number of blocks that will be changed during
290 /* quota blocks */
411 * worth of blocks for initial extent. */
417 * alloc group descriptor + mkdir/symlink blocks + dir blocks + xattr
418 * blocks + quota update */
509 /* 2 metadata alloc, 2 new blocks and root refcount block */
533 /* this does not include *new* metadata blocks, which are
535 * prev. last_eb_blk + blocks along edge of tree.
546 int blocks = ocfs2_mknod_credits(sb, 0, 0);
550 blocks += ocfs2_clusters_to_blocks(sb, 1);
552 return blocks + ocfs2_quota_trans_credits(sb);
558 int blocks;
561 + bitmap blocks affected */
562 blocks = 1 + 1 + 1 + bitmap_blocks;
563 return blocks;