Lines Matching full:reserve
209 * Reserve AG metadata blocks. ENOSPC here does not mean there in xfs_growfs_data_private()
360 * Reserve the requested number of blocks if available. Otherwise return
399 * retry if we end up trying to reserve more space than is available. in xfs_reserve_blocks()
426 * If the request is larger than the current reservation, reserve the in xfs_reserve_blocks()
427 * blocks before we update the reserve counters. Sample m_fdblocks and in xfs_reserve_blocks()
431 * fdblocks to stash in the reserve pool. This is a classic TOCTOU in xfs_reserve_blocks()
433 * m_sb_lock. Set the reserve size even if there's not enough free in xfs_reserve_blocks()
435 * reserve when it can. in xfs_reserve_blocks()
445 * here - we don't want to reserve the extra reserve blocks in xfs_reserve_blocks()
446 * from the reserve. in xfs_reserve_blocks()
448 * The desired reserve size can change after we drop the lock. in xfs_reserve_blocks()
449 * Use mod_fdblocks to put the space into the reserve or into in xfs_reserve_blocks()
554 * Reserve free space for per-AG metadata.
574 "Error %d reserving per-AG metadata reserve pool.", error); in xfs_fs_reserve_ag_blocks()
601 "Error %d freeing per-AG metadata reserve pool.", error); in xfs_fs_unreserve_ag_blocks()