Searched refs:qshift (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_iomap.c | 432 int *qshift, in xfs_quota_calc_throttle() argument 459 if ((freesp >> shift) < (*qblocks >> *qshift)) { in xfs_quota_calc_throttle() 461 *qshift = shift; in xfs_quota_calc_throttle() 483 int qshift = 0; in xfs_iomap_prealloc_size() local 519 xfs_quota_calc_throttle(ip, XFS_DQ_USER, &qblocks, &qshift, in xfs_iomap_prealloc_size() 522 xfs_quota_calc_throttle(ip, XFS_DQ_GROUP, &qblocks, &qshift, in xfs_iomap_prealloc_size() 525 xfs_quota_calc_throttle(ip, XFS_DQ_PROJ, &qblocks, &qshift, in xfs_iomap_prealloc_size() 536 shift = MAX(shift, qshift); in xfs_iomap_prealloc_size()
|