Searched refs:qblocks (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/fs/xfs/ |
| H A D | xfs_iomap.c | 387 xfs_fsblock_t *qblocks, in xfs_quota_calc_throttle() argument 410 *qblocks = 0; in xfs_quota_calc_throttle() 428 if ((freesp >> shift) < (*qblocks >> *qshift)) { in xfs_quota_calc_throttle() 429 *qblocks = freesp; in xfs_quota_calc_throttle() 478 xfs_fsblock_t qblocks; in xfs_iomap_prealloc_size() local 528 qblocks = alloc_blocks; in xfs_iomap_prealloc_size() 553 xfs_quota_calc_throttle(ip, XFS_DQTYPE_USER, &qblocks, &qshift, in xfs_iomap_prealloc_size() 556 xfs_quota_calc_throttle(ip, XFS_DQTYPE_GROUP, &qblocks, &qshift, in xfs_iomap_prealloc_size() 559 xfs_quota_calc_throttle(ip, XFS_DQTYPE_PROJ, &qblocks, &qshift, in xfs_iomap_prealloc_size() 569 alloc_blocks = min(alloc_blocks, qblocks); in xfs_iomap_prealloc_size()
|