Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_iomap.c317 int *qshift, in xfs_quota_calc_throttle() argument
344 if ((freesp >> shift) < (*qblocks >> *qshift)) { in xfs_quota_calc_throttle()
346 *qshift = shift; in xfs_quota_calc_throttle()
382 int qshift = 0; in xfs_iomap_prealloc_size() local
454 xfs_quota_calc_throttle(ip, XFS_DQ_USER, &qblocks, &qshift, in xfs_iomap_prealloc_size()
457 xfs_quota_calc_throttle(ip, XFS_DQ_GROUP, &qblocks, &qshift, in xfs_iomap_prealloc_size()
460 xfs_quota_calc_throttle(ip, XFS_DQ_PROJ, &qblocks, &qshift, in xfs_iomap_prealloc_size()
471 shift = max(shift, qshift); in xfs_iomap_prealloc_size()