Lines Matching defs:blocks
30 * We need blocks for transaction + (user+group) quota
769 * some blocks. releases the path, so we have to go back to
832 * the item was found, so new blocks were not added to the file
1106 * this loop could log more blocks than we had originally
1197 static inline loff_t to_real_used_space(struct inode *inode, ulong blocks,
1205 (((loff_t) blocks) << 9);
1208 /* Compute number of blocks used by file in ReiserFS counting */
1259 unsigned long blocks;
1277 blocks = (inode->i_size + 511) >> 9;
1278 blocks = _ROUND_UP(blocks, inode->i_sb->s_blocksize >> 9);
1288 if (inode->i_blocks > blocks) {
1289 inode->i_blocks = blocks;
2607 * blocks we're going to log
2701 * catches various errors, we need to make sure any valid dirty blocks
2824 /* Truncate allocated blocks */
3270 * blocks outside i_size. Trim these off again.