Lines Matching refs:shift
345 int shift = 0; in xfs_quota_calc_throttle() local
357 shift = 2; in xfs_quota_calc_throttle()
359 shift += 2; in xfs_quota_calc_throttle()
361 shift += 2; in xfs_quota_calc_throttle()
368 if ((freesp >> shift) < (*qblocks >> *qshift)) { in xfs_quota_calc_throttle()
370 *qshift = shift; in xfs_quota_calc_throttle()
404 int shift = 0; in xfs_iomap_prealloc_size() local
463 shift = 2; in xfs_iomap_prealloc_size()
465 shift++; in xfs_iomap_prealloc_size()
467 shift++; in xfs_iomap_prealloc_size()
469 shift++; in xfs_iomap_prealloc_size()
471 shift++; in xfs_iomap_prealloc_size()
496 shift = max(shift, qshift); in xfs_iomap_prealloc_size()
498 if (shift) in xfs_iomap_prealloc_size()
499 alloc_blocks >>= shift; in xfs_iomap_prealloc_size()
520 trace_xfs_iomap_prealloc_size(ip, alloc_blocks, shift, in xfs_iomap_prealloc_size()