Lines Matching refs:shift
326 int shift = 0; in xfs_quota_calc_throttle() local
337 shift = 2; in xfs_quota_calc_throttle()
339 shift += 2; in xfs_quota_calc_throttle()
341 shift += 2; in xfs_quota_calc_throttle()
348 if ((freesp >> shift) < (*qblocks >> *qshift)) { in xfs_quota_calc_throttle()
350 *qshift = shift; in xfs_quota_calc_throttle()
377 int shift = 0; in xfs_iomap_prealloc_size() local
438 shift = 2; in xfs_iomap_prealloc_size()
440 shift++; in xfs_iomap_prealloc_size()
442 shift++; in xfs_iomap_prealloc_size()
444 shift++; in xfs_iomap_prealloc_size()
446 shift++; in xfs_iomap_prealloc_size()
471 shift = max(shift, qshift); in xfs_iomap_prealloc_size()
473 if (shift) in xfs_iomap_prealloc_size()
474 alloc_blocks >>= shift; in xfs_iomap_prealloc_size()
494 trace_xfs_iomap_prealloc_size(ip, alloc_blocks, shift, in xfs_iomap_prealloc_size()