Lines Matching defs:blockbits
125 int blockbits;
193 ((s64)blk << blockbits) >> clusterbits);
196 if (((s64)blk << blockbits) >= logfilesz)
200 + ((s64)blk << blockbits);
370 got = (ntfs_attr_pread(log_na,(u64)rnum << blockbits,
1118 prevblk = (logfilesz >> blockbits) - 1;
1124 >> blockbits) - 1;
1129 >> (blockbits - 3);
1138 prevblk = (logfilesz >> blockbits) - 1;
2856 blockbits = 1;
2857 while ((u32)(1 << blockbits) < blocksz)
2858 blockbits++;
2903 - (1 << (blockbits - 3));
2951 blockbits = BLOCKBITS; /* Until the correct value is read */
2952 blocksz = 1L << blockbits;
3032 && (ntfs_attr_pwrite(log_na, (u64)1 << blockbits,
3375 if (mblk >= (logfilesz >> blockbits))
3622 + (logfilesz >> blockbits)
3722 curblk = le64_to_cpu(offset) >> blockbits;
3731 if (curblk >= (logfilesz >> blockbits))
3809 >> (blockbits - 3);
3832 blk = (final_lsn & offset_mask) >> (blockbits - 3);
3882 if ((nextblk >= (logfilesz >> blockbits)) && (optr || optf))