Lines Matching refs:mft_num
903 ctx->mft_num = -1;
945 for (ctx->mft_num++; (s64)ctx->mft_num < nr_mft_records; ctx->mft_num++) {
949 in_use = utils_mftrec_in_use(ctx->vol, (MFT_REF) ctx->mft_num);
952 (unsigned long long)ctx->mft_num);
959 ctx->inode = ntfs_inode_open(ctx->vol, (MFT_REF) ctx->mft_num);
962 long long) ctx->mft_num);
999 //ntfs_log_error("Error reading inode %lld.\n", ctx->mft_num);
1014 ctx->inode->mft_no = ctx->mft_num;
1030 if (ntfs_attr_pread(mft, ctx->vol->mft_record_size * ctx->mft_num, ctx->vol->mft_record_size, ctx->inode->mrec) < ctx->vol->mft_record_size) {
1032 (unsigned long long) ctx->mft_num);
1047 (unsigned long long)ctx->mft_num);