Lines Matching refs:shift
436 int shift = 0; in xfs_quota_calc_throttle() local
448 shift = 2; in xfs_quota_calc_throttle()
450 shift += 2; in xfs_quota_calc_throttle()
452 shift += 2; in xfs_quota_calc_throttle()
459 if ((freesp >> shift) < (*qblocks >> *qshift)) { in xfs_quota_calc_throttle()
461 *qshift = shift; in xfs_quota_calc_throttle()
480 int shift = 0; in xfs_iomap_prealloc_size() local
503 shift = 2; in xfs_iomap_prealloc_size()
505 shift++; in xfs_iomap_prealloc_size()
507 shift++; in xfs_iomap_prealloc_size()
509 shift++; in xfs_iomap_prealloc_size()
511 shift++; in xfs_iomap_prealloc_size()
536 shift = MAX(shift, qshift); in xfs_iomap_prealloc_size()
538 if (shift) in xfs_iomap_prealloc_size()
539 alloc_blocks >>= shift; in xfs_iomap_prealloc_size()
562 trace_xfs_iomap_prealloc_size(ip, alloc_blocks, shift, in xfs_iomap_prealloc_size()