Home | History | Annotate | Download | only in block

Lines Matching defs:shift

850     int fd, header_size, backing_filename_len, l1_size, i, shift, l2_bits;
906 shift = s->cluster_bits + l2_bits;
907 l1_size = (((total_size * 512) + (1LL << shift) - 1) >> shift);