Searched refs:nr_mft_records (Results 1 - 6 of 6) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfscmp.c | 904 u64 nr_mft_records, nr_mft_records2; in cmp_inodes() local 909 nr_mft_records = get_nr_mft_records(vol1); in cmp_inodes() 912 if (nr_mft_records != nr_mft_records2) { in cmp_inodes() 915 (long long)nr_mft_records, (long long)nr_mft_records2); in cmp_inodes() 917 if (nr_mft_records > nr_mft_records2) in cmp_inodes() 918 nr_mft_records = nr_mft_records2; in cmp_inodes() 921 progress_init(&progress, 0, nr_mft_records - 1, pb_flags); in cmp_inodes() 924 for (inode = 0; inode < nr_mft_records; inode++) { in cmp_inodes()
|
H A D | ntfsck.c | 768 s64 mft_num, nr_mft_records; in check_volume() local 774 nr_mft_records = vol->mft_na->initialized_size >> in check_volume() 776 ntfs_log_info("Checking %lld MFT records.\n", (long long)nr_mft_records); in check_volume() 778 for (mft_num=0; mft_num < nr_mft_records; mft_num++) { in check_volume()
|
H A D | ntfswipe.c | 872 s64 nr_mft_records, inode_num; in wipe_tails() local 881 nr_mft_records = vol->mft_na->initialized_size >> in wipe_tails() 887 for (inode_num = FILE_first_user; inode_num < nr_mft_records; in wipe_tails() 960 s64 nr_mft_records, i; in wipe_mft() local 975 nr_mft_records = vol->mft_na->initialized_size >> in wipe_mft() 978 for (i = 0; i < nr_mft_records; i++) { in wipe_mft() 1245 s64 nr_mft_records, inode_num; in wipe_directory() local 1254 nr_mft_records = vol->mft_na->initialized_size >> in wipe_directory() 1260 for (inode_num = 5; inode_num < nr_mft_records; inode_num++) { in wipe_directory() 2018 s64 bmpsize, size, nr_mft_records, in wipe_unrm() local [all...] |
H A D | utils.c | 1002 s64 nr_mft_records; in mft_next_record() local 1018 nr_mft_records = ctx->vol->mft_na->initialized_size >> in mft_next_record() 1021 for (ctx->mft_num++; (s64)ctx->mft_num < nr_mft_records; ctx->mft_num++) { in mft_next_record()
|
H A D | ntfsundelete.c | 2219 s64 nr_mft_records; in scan_disk() local 2265 nr_mft_records = vol->mft_na->initialized_size >> in scan_disk() 2279 if (((i+j)*8+k) >= nr_mft_records) in scan_disk() 2351 s64 nr_mft_records; in copy_mft() local 2394 nr_mft_records = vol->mft_na->initialized_size >> in copy_mft() 2397 mft_end = min(mft_end, nr_mft_records - 1); in copy_mft() 2400 ntfs_log_debug("\tTotal: %8lld\n", (long long)nr_mft_records); in copy_mft()
|
H A D | ntfsresize.c | 1059 s64 nr_mft_records, inode = 0; in build_allocation_bitmap() local 1071 nr_mft_records = vol->mft_na->initialized_size >> in build_allocation_bitmap() 1074 progress_init(&progress, inode, nr_mft_records - 1, pb_flags); in build_allocation_bitmap() 1076 for (; inode < nr_mft_records; inode++) { in build_allocation_bitmap() 1145 s64 nr_mft_records, inode; in set_resize_constraints() local 1151 nr_mft_records = resize->vol->mft_na->initialized_size >> in set_resize_constraints() 1154 for (inode = 0; inode < nr_mft_records; inode++) { in set_resize_constraints() 2247 s64 nr_mft_records; in relocate_inodes() local 2261 nr_mft_records = resize->vol->mft_na->initialized_size >> in relocate_inodes() 2316 for (mref = 0; mref < (MFT_REF)nr_mft_records; mre in relocate_inodes() [all...] |
Completed in 12 milliseconds