Home
last modified time | relevance | path

Searched refs:clusterbits (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.c123 int clusterbits; variable
193 ((s64)blk << blockbits) >> clusterbits); in loclogblk()
194 loc = lcn << clusterbits; in loclogblk()
199 loc = (logfilelcn << clusterbits) in loclogblk()
1349 << clusterbits) in fixup()
1397 (((long long)sle64_to_cpu(logr->target_vcn) << clusterbits) in fixup()
1908 << clusterbits) in detaillogr()
2019 >> clusterbits]), in detaillogr()
2048 >> clusterbits]), in detaillogr()
3088 clusterbits = 1; in getboot()
[all …]
Dntfsrecover.h111 extern int clusterbits;
Dplaylog.c126 << clusterbits) in inode_number()
460 && (ntfs_pread(vol->dev, lcn << clusterbits, in read_raw()
532 if (ntfs_pwrite(vol->dev, lcn << clusterbits, in write_raw()
566 || (ntfs_pwrite(vol->dev, lcn << clusterbits, in write_mirr()
665 << clusterbits) in write_protected()
990 if ((target + length) <= (count << clusterbits)) { in change_index_value()
2724 if ((target + length) <= (count << clusterbits)) { in redo_update_value()
3848 if ((target + length) <= (count << clusterbits)) { in undo_update_value()