Lines Matching defs:blocks
30 * We need blocks for transaction + (user+group) quota
761 * some blocks. releases the path, so we have to go back to
824 * the item was found, so new blocks were not added to the file
1098 * this loop could log more blocks than we had originally
1189 static inline loff_t to_real_used_space(struct inode *inode, ulong blocks,
1197 (((loff_t) blocks) << 9);
1200 /* Compute number of blocks used by file in ReiserFS counting */
1251 unsigned long blocks;
1268 blocks = (inode->i_size + 511) >> 9;
1269 blocks = _ROUND_UP(blocks, inode->i_sb->s_blocksize >> 9);
1279 if (inode->i_blocks > blocks) {
1280 inode->i_blocks = blocks;
2593 * blocks we're going to log
2687 * catches various errors, we need to make sure any valid dirty blocks
2803 /* Truncate allocated blocks */
3247 * blocks outside i_size. Trim these off again.