Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_iomap.c394 int *qshift, in xfs_quota_calc_throttle() argument
421 if ((freesp >> shift) < (*qblocks >> *qshift)) { in xfs_quota_calc_throttle()
423 *qshift = shift; in xfs_quota_calc_throttle()
445 int qshift = 0; in xfs_iomap_prealloc_size() local
481 xfs_quota_calc_throttle(ip, XFS_DQ_USER, &qblocks, &qshift, in xfs_iomap_prealloc_size()
484 xfs_quota_calc_throttle(ip, XFS_DQ_GROUP, &qblocks, &qshift, in xfs_iomap_prealloc_size()
487 xfs_quota_calc_throttle(ip, XFS_DQ_PROJ, &qblocks, &qshift, in xfs_iomap_prealloc_size()
498 shift = MAX(shift, qshift); in xfs_iomap_prealloc_size()