Lines Matching defs:blocks
217 * the number of blocks that will be changed during
289 /* quota blocks */
410 * worth of blocks for initial extent. */
416 * alloc group descriptor + mkdir/symlink blocks + dir blocks + xattr
417 * blocks + quota update */
508 /* 2 metadata alloc, 2 new blocks and root refcount block */
532 /* this does not include *new* metadata blocks, which are
534 * prev. last_eb_blk + blocks along edge of tree.
545 int blocks = ocfs2_mknod_credits(sb, 0, 0);
549 blocks += ocfs2_clusters_to_blocks(sb, 1);
551 return blocks + ocfs2_quota_trans_credits(sb);
557 int blocks;
560 + bitmap blocks affected */
561 blocks = 1 + 1 + 1 + bitmap_blocks;
562 return blocks;