Home
last modified time | relevance | path

Searched refs:standard_attr (Results 1 - 1 of 1) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
H A Dntfsinfo.c323 * sle64_to_cpu(standard_attr->creation_time));
680 STANDARD_INFORMATION *standard_attr = NULL; in ntfs_dump_attr_standard_information() local
683 standard_attr = (STANDARD_INFORMATION*)((char *)attr + in ntfs_dump_attr_standard_information()
690 ntfs_time_str = ntfsinfo_time_to_str(standard_attr->creation_time); in ntfs_dump_attr_standard_information()
694 standard_attr->last_data_change_time); in ntfs_dump_attr_standard_information()
698 standard_attr->last_mft_change_time); in ntfs_dump_attr_standard_information()
701 ntfs_time_str = ntfsinfo_time_to_str(standard_attr->last_access_time); in ntfs_dump_attr_standard_information()
704 ntfs_dump_flags("\t", attr->type, standard_attr->file_attributes); in ntfs_dump_attr_standard_information()
711 le32_to_cpu(standard_attr->maximum_versions)); in ntfs_dump_attr_standard_information()
713 le32_to_cpu(standard_attr in ntfs_dump_attr_standard_information()
[all...]

Completed in 2 milliseconds