Lines Matching refs:shift
398 int shift = 0; in xfs_quota_calc_throttle() local
410 shift = 2; in xfs_quota_calc_throttle()
412 shift += 2; in xfs_quota_calc_throttle()
414 shift += 2; in xfs_quota_calc_throttle()
421 if ((freesp >> shift) < (*qblocks >> *qshift)) { in xfs_quota_calc_throttle()
423 *qshift = shift; in xfs_quota_calc_throttle()
442 int shift = 0; in xfs_iomap_prealloc_size() local
465 shift = 2; 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()
473 shift++; in xfs_iomap_prealloc_size()
498 shift = MAX(shift, qshift); in xfs_iomap_prealloc_size()
500 if (shift) in xfs_iomap_prealloc_size()
501 alloc_blocks >>= shift; in xfs_iomap_prealloc_size()
524 trace_xfs_iomap_prealloc_size(ip, alloc_blocks, shift, in xfs_iomap_prealloc_size()