Lines Matching defs:blocks
83 * blocks. Locks and log items, however, are no inherited. They must
134 * This is called to reserve free disk blocks and log space for the
138 * This will return ENOSPC if there are not enough blocks available.
151 uint blocks,
159 * Attempt to reserve the needed disk blocks by decrementing
163 if (blocks > 0) {
164 error = xfs_mod_fdblocks(mp, -((int64_t)blocks), rsvd);
167 tp->t_blk_res += blocks;
236 if (blocks > 0) {
237 xfs_mod_fdblocks(mp, (int64_t)blocks, rsvd);
247 uint blocks,
282 error = xfs_trans_reserve(tp, resp, blocks, rtextents);
298 * pointer that points higher in the tree), we risk deadlock. However, blocks
329 * used filesystem blocks in the superblock, we do not mark the
358 * Track the number of blocks allocated in the transaction.
370 * Return freed blocks directly to the reservation
374 * repeatedly free and allocate blocks.
397 * Track the number of blocks allocated in the
857 * Also make sure to return any reserved blocks to