Home
last modified time | relevance | path

Searched refs:qblocks (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_iomap.c359 xfs_fsblock_t *qblocks, in xfs_quota_calc_throttle() argument
369 *qblocks = 0; in xfs_quota_calc_throttle()
387 if ((freesp >> shift) < (*qblocks >> *qshift)) { in xfs_quota_calc_throttle()
388 *qblocks = freesp; in xfs_quota_calc_throttle()
413 xfs_fsblock_t qblocks; in xfs_iomap_prealloc_size() local
463 qblocks = alloc_blocks; in xfs_iomap_prealloc_size()
493 xfs_quota_calc_throttle(ip, XFS_DQTYPE_USER, &qblocks, &qshift, in xfs_iomap_prealloc_size()
496 xfs_quota_calc_throttle(ip, XFS_DQTYPE_GROUP, &qblocks, &qshift, in xfs_iomap_prealloc_size()
499 xfs_quota_calc_throttle(ip, XFS_DQTYPE_PROJ, &qblocks, &qshift, in xfs_iomap_prealloc_size()
509 alloc_blocks = min(alloc_blocks, qblocks); in xfs_iomap_prealloc_size()