Lines Matching defs:shift
373 int shift = 0;
384 shift = 2;
386 shift += 2;
388 shift += 2;
395 if ((freesp >> shift) < (*qblocks >> *qshift)) {
397 *qshift = shift;
424 int shift = 0;
485 shift = 2;
487 shift++;
489 shift++;
491 shift++;
493 shift++;
497 * Check each quota to cap the prealloc size, provide a shift value to
514 * The shift throttle value is set to the maximum value as determined by
518 shift = max(shift, qshift);
520 if (shift)
521 alloc_blocks >>= shift;
541 trace_xfs_iomap_prealloc_size(ip, alloc_blocks, shift,