Searched refs:FILE_MFT (Results 1 – 8 of 8) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsresize.c | 1336 if (mref == FILE_MFT) in expand_attribute_runlist() 1341 if (mref == FILE_MFT) in expand_attribute_runlist() 1360 if (mref != FILE_MFT) in expand_attribute_runlist() 1366 if ((mref != FILE_MFT) && ntfs_inode_close(ni)) in expand_attribute_runlist() 1403 if (!ntfs_file_record_read(resize->vol, FILE_MFT, &ni->mrec, NULL)) { in reload_mft() 1498 && (resize->delayed_runlists->mref == FILE_MFT) in delayed_updates() 1508 if (delayed->mref == FILE_MFT) { in delayed_updates() 1578 if ((delayed->mref == FILE_MFT) in replace_later() 1580 || (resize->delayed_runlists->mref != FILE_MFT)) { in replace_later() 1587 && (previous->next->mref == FILE_MFT)) in replace_later() [all …]
|
D | ntfsclone.c | 1714 mft_data = ((walk->image->ni->mft_no == FILE_MFT)
|
D | mkntfs.c | 4544 MK_LE_MREF(FILE_MFT, 1), in mkntfs_create_root_structures()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | volume.c | 980 if (ntfs_mft_record_check(vol, FILE_MFT + i, in ntfs_device_mount() 993 if (ntfs_mft_record_check(vol, FILE_MFT + i, in ntfs_device_mount()
|
D | inode.c | 1338 if (ntfs_inode_base(ctx->ntfs_ino)->mft_no == FILE_MFT && in ntfs_inode_free_space()
|
D | mft.c | 520 if (ni && ni->mft_no == FILE_MFT) in ntfs_is_mft()
|
D | attrib.c | 5635 if (na->type == AT_BITMAP && na->ni->mft_no == FILE_MFT) { 6775 (na->ni->mft_no == FILE_MFT && na->type == AT_DATA)) {
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | layout.h | 211 FILE_MFT = 0, /* Master file table (mft). Data attribute enumerator
|