Searched refs:qblocks (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/fs/xfs/ |
D | xfs_iomap.c | 322 xfs_fsblock_t *qblocks, in xfs_quota_calc_throttle() argument 332 *qblocks = 0; in xfs_quota_calc_throttle() 350 if ((freesp >> shift) < (*qblocks >> *qshift)) { in xfs_quota_calc_throttle() 351 *qblocks = freesp; in xfs_quota_calc_throttle() 376 xfs_fsblock_t qblocks; in xfs_iomap_prealloc_size() local 426 qblocks = alloc_blocks; in xfs_iomap_prealloc_size() 456 xfs_quota_calc_throttle(ip, XFS_DQTYPE_USER, &qblocks, &qshift, in xfs_iomap_prealloc_size() 459 xfs_quota_calc_throttle(ip, XFS_DQTYPE_GROUP, &qblocks, &qshift, in xfs_iomap_prealloc_size() 462 xfs_quota_calc_throttle(ip, XFS_DQTYPE_PROJ, &qblocks, &qshift, in xfs_iomap_prealloc_size() 472 alloc_blocks = min(alloc_blocks, qblocks); in xfs_iomap_prealloc_size()
|