Home
last modified time | relevance | path

Searched refs:indexed_file (Results 1 – 7 of 7) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h2303 leMFT_REF indexed_file; member
2329 leMFT_REF indexed_file; /* The mft reference of the file member
/third_party/ntfs-3g/libntfs-3g/
Ddir.c352 mref = le64_to_cpu(ie->indexed_file); in ntfs_inode_lookup_by_name()
468 mref = le64_to_cpu(ie->indexed_file); in ntfs_inode_lookup_by_name()
979 mref = le64_to_cpu(ie->indexed_file); in ntfs_filldir()
982 if (MREF_LE(ie->indexed_file) == FILE_root) in ntfs_filldir()
Dreparse.c196 lemref = entry->indexed_file; in ntfs_fix_file_name()
Dindex.c1645 ie->indexed_file = cpu_to_le64(mref); in ntfs_index_add_filename()
/third_party/ntfs-3g/ntfsprogs/
Dntfsinfo.c1707 MREF_LE(entry->indexed_file), in ntfs_dump_index_entries()
1709 MREF_LE(entry->indexed_file)); in ntfs_dump_index_entries()
Dmkntfs.c2330 e->indexed_file = const_cpu_to_le64(0LL); in add_attr_index_root()
3134 ie->indexed_file = file_ref; in insert_file_link_in_dir_index()
3237 idx_entry_new->indexed_file = ref_file; in create_hardlink_res()
Dplaylog.c1817 ixentry->indexed_file = const_cpu_to_le64(0); in create_indx()