Home
last modified time | relevance | path

Searched refs:MREF (Results 1 – 20 of 20) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dmft.c88 ntfs_log_trace("inode %llu\n", (unsigned long long)MREF(mref)); in ntfs_mft_records_read()
93 b, (long long)count, (unsigned long long)MREF(mref)); in ntfs_mft_records_read()
96 m = MREF(mref); in ntfs_mft_records_read()
156 m = MREF(mref); in ntfs_mft_records_write()
246 (unsigned long long)MREF(mref), in ntfs_mft_record_check()
253 "(%u <> %u)\n", (unsigned long long)MREF(mref), in ntfs_mft_record_check()
261 "(%u > %u)\n", (unsigned long long)MREF(mref), in ntfs_mft_record_check()
268 (unsigned long long)MREF(mref)); in ntfs_mft_record_check()
275 (unsigned long long)MREF(mref)); in ntfs_mft_record_check()
298 (unsigned long long)MREF(mref)); in ntfs_mft_record_check()
[all …]
Dinode.c166 ntfs_log_enter("Entering for inode %lld\n", (long long)MREF(mref)); in ntfs_inode_real_open()
180 ni->mft_no = MREF(mref); in ntfs_inode_real_open()
189 " %lld", (long long)MREF(mref)); in ntfs_inode_real_open()
196 (long long)MREF(mref)); in ntfs_inode_real_open()
237 "%lld", (long long)l, (long long)MREF(mref)); in ntfs_inode_real_open()
251 (long long)MREF(mref)); in ntfs_inode_real_open()
445 item.inum = MREF(mref); in ntfs_inode_invalidate()
473 item.inum = MREF(mref); in ntfs_inode_open()
Ddir.c153 || ((w->inum != MREF(c->inum)) in inode_cache_inv_compare()
159 || (w->inum != MREF(c->inum)); in inode_cache_inv_compare()
197 || (MREF(c->inum) != MREF(w->inum))); in lookup_cache_inv_compare()
710 inum = MREF(cached->inum); in ntfs_pathname_to_inode()
801 inum = MREF(inum); in ntfs_pathname_to_inode()
936 (long long)MREF(mref)); in ntfs_dir_entry_type()
941 (long long)MREF(mref)); in ntfs_dir_entry_type()
980 metadata = (MREF(mref) != FILE_root) && (MREF(mref) < FILE_first_user); in ntfs_filldir()
2318 dir_ni = ntfs_inode_open(ni->vol, MREF(inum)); in ntfs_dir_parent_inode()
Dobject_id.c241 && (MREF(le64_to_cpu(entry->data.file_id)) in merge_index_data()
Dreparse.c253 inum = MREF(inum); in search_absolute()
351 curni = ntfs_inode_open(ni->vol, MREF(inum)); in search_relative()
Dvolume.c770 inode = MREF(inode); in ntfs_hiberfile_open()
Dattrib.c3452 inum = MREF(mref);
/third_party/ntfs-3g/include/ntfs-3g/
Dmft.h55 ntfs_log_enter("Entering for inode %lld\n", (long long)MREF(mref)); in ntfs_mft_record_read()
90 ntfs_log_enter("Entering for inode %lld\n", (long long)MREF(mref)); in ntfs_mft_record_write()
Dlayout.h327 #define MREF(x) ((u64)((x) & MFT_REF_MASK_CPU)) macro
/third_party/ntfs-3g/ntfsprogs/
Dutils.c598 if (MREF(parent) == FILE_root) { /* The root directory, stop. */ in utils_inode_get_name()
606 (unsigned long long)MREF(parent)); in utils_inode_get_name()
804 if (((s64)MREF(mref) < bmpmref) in utils_mftrec_in_use()
805 || ((s64)MREF(mref) >= (s64)(bmpmref + (sizeof(buffer) << 3)))) { in utils_mftrec_in_use()
1054 (long long)MREF(base_inode)); in mft_next_record()
Dntfsls.c510 if ((MREF(mref) < FILE_first_user) && (!opts.system)) in list_dir_entry()
544 printf("%7llu %s\n", (unsigned long long)MREF(mref), in list_dir_entry()
590 (unsigned long long)MREF(mref), in list_dir_entry()
Dntfsmftalloc.c253 (unsigned long long)MREF(r), MSEQNO(r)); in dump_mft_record()
Dntfsfix.c964 inum = MREF(selfloc->mft_ref1); in self_mapped_selfloc_condition()
1090 mft2->mft_record_number = cpu_to_le32(MREF(selfloc->mft_ref1)); in fix_selfloc_conditions()
1106 inum = MREF(selfloc->mft_ref1); in fix_selfloc_conditions()
Dntfsrecover.c1185 pa->inode = MREF(le64_to_cpu(panew->inode)); in copy_attribute()
1192 pa->inode = MREF(le64_to_cpu(old_aligned.inode)); in copy_attribute()
1384 (long long)MREF(le64_to_cpu(inode))); in fixup()
1526 (long long)MREF(le64_to_cpu(inode))); in fixup()
1529 (long long)MREF(le64_to_cpu(inode))); in fixup()
1600 (long long)MREF(le64_to_cpu(inode))); in fixup()
1612 (long long)MREF(le64_to_cpu(inode))); in fixup()
2146 lcn = MREF(sle64_to_cpu(logr->lcn_list[i])); in within_lcn_range()
Dntfstruncate.c664 (unsigned long long)MREF(r), MSEQNO(r)); in dump_mft_record()
Dplaylog.c2373 err = (MREF(le64_to_cpu(inode)) != pa->inode) in redo_open_attribute()
2378 err = (MREF(le64_to_cpu(attr_new->inode)) in redo_open_attribute()
3450 err = (MREF(le64_to_cpu(inode)) != pa->inode) in undo_open_attribute()
3455 err = (MREF(le64_to_cpu(attr_new->inode))!= pa->inode) in undo_open_attribute()
Dntfsresize.c1570 delayed->mref = MREF(mref); in replace_later()
2171 base_mref = MREF(le64_to_cpu(lemref)); in relocate_attributes()
Dntfsclone.c2003 ni->mft_no = MREF(mref);
/third_party/ntfs-3g/src/
Dlowntfs-3g.c387 if (MREF(inum) <= 1) { in ntfs_fuse_inode_lookup()
395 ino = MREF(inum); in ntfs_fuse_inode_lookup()
1011 pentry->ino = MREF(iref); in ntfs_fuse_fillstat()
1054 if (MREF(iref) <= 1) { in ntfs_fuse_lookup()
1246 (unsigned long long)MREF(mref)); in ntfs_fuse_filler()
1250 if (MREF(mref) > 1) { in ntfs_fuse_filler()
1251 struct stat st = { .st_ino = MREF(mref) }; in ntfs_fuse_filler()
1358 (unsigned long long)MREF(mref)); in ntfs_fuse_filler()
2729 ino = (fuse_ino_t)MREF(iref); in ntfs_fuse_rm()
2825 gni = ntfs_inode_open(ctx->vol, MREF(gref)); in ntfs_fuse_rm()
Dntfs-3g.c1271 (unsigned long long)MREF(mref)); in ntfs_fuse_filler()
1278 filename, (unsigned long long)MREF(mref)); in ntfs_fuse_filler()
1282 struct stat st = { .st_ino = MREF(mref) }; in ntfs_fuse_filler()