Searched refs:qblocks (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/fs/xfs/ |
D | xfs_iomap.c | 367 xfs_fsblock_t *qblocks, in xfs_quota_calc_throttle() argument 377 *qblocks = 0; in xfs_quota_calc_throttle() 395 if ((freesp >> shift) < (*qblocks >> *qshift)) { in xfs_quota_calc_throttle() 396 *qblocks = freesp; in xfs_quota_calc_throttle() 421 xfs_fsblock_t qblocks; in xfs_iomap_prealloc_size() local 471 qblocks = alloc_blocks; in xfs_iomap_prealloc_size() 501 xfs_quota_calc_throttle(ip, XFS_DQTYPE_USER, &qblocks, &qshift, in xfs_iomap_prealloc_size() 504 xfs_quota_calc_throttle(ip, XFS_DQTYPE_GROUP, &qblocks, &qshift, in xfs_iomap_prealloc_size() 507 xfs_quota_calc_throttle(ip, XFS_DQTYPE_PROJ, &qblocks, &qshift, in xfs_iomap_prealloc_size() 517 alloc_blocks = min(alloc_blocks, qblocks); in xfs_iomap_prealloc_size()
|