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