Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
Dplaylog.c323 while ((k < mftrecsz) in sanity_mft()
643 if ((size == mftrecsz) && !memcmp(buffer,"FILE",4)) { in write_protected()
886 dump(buffer,mftrecsz); in change_resident()
895 && (attrend <= mftrecsz) in change_resident()
906 buffer, mftrecsz); in change_resident()
944 && ((target + length) <= mftrecsz)) { in change_resident_expect()
954 buffer, mftrecsz); in change_resident_expect()
1039 && ((target + length) <= mftrecsz)) { in add_resident()
1053 mftrecsz - target - resize); in add_resident()
1065 buffer, mftrecsz); in add_resident()
[all …]
Dntfsrecover.c129 u32 mftrecsz; variable
1339 if (!ctx->vol && !mftrecsz && (length > 8)) { in fixup()
1341 mftrecsz = (getle16(buf,6) - 1)*512; in fixup()
1343 while ((u32)(1 << mftrecbits) < mftrecsz) in fixup()
1455 firstpos = 0x30 + (((mftrecsz/512 + 1)*2 - 1 ) | 7) + 1; in fixup()
1924 if (mftrecsz && onmft) { in detaillogr()
1925 if (clustersz > mftrecsz) in detaillogr()
1929 *clustersz/mftrecsz), in detaillogr()
1931 *clustersz/mftrecsz - 1)); in detaillogr()
1935 *clustersz/mftrecsz)); in detaillogr()
[all …]
Dntfsrecover.h116 extern u32 mftrecsz;