Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dea.c154 nai = ntfs_attr_open(ni, AT_EA_INFORMATION, AT_UNNAMED, 0); in ntfs_update_ea()
309 if (ntfs_attr_exist(ni, AT_EA_INFORMATION, in ntfs_set_ntfs_ea()
312 AT_EA_INFORMATION, in ntfs_set_ntfs_ea()
318 if (!ntfs_need_ea(ni, AT_EA_INFORMATION, in ntfs_set_ntfs_ea()
361 nai = ntfs_attr_open(ni, AT_EA_INFORMATION, AT_UNNAMED, 0); in ntfs_remove_ntfs_ea()
367 AT_EA_INFORMATION, in ntfs_remove_ntfs_ea()
Dattrib.c3571 case AT_EA_INFORMATION :
/third_party/ntfs-3g/ntfsprogs/
Dntfstruncate.c434 case AT_EA_INFORMATION: in dump_resident_attr_val()
Dntfsinfo.c1308 case AT_EA_INFORMATION: return "$EA_INFORMATION"; in get_attribute_type_name()
2408 case AT_EA_INFORMATION: in ntfs_dump_file_attributes()
Dntfsrecover.c735 case AT_EA_INFORMATION : in mftattrname()
Dplaylog.c204 case AT_EA_INFORMATION : in valid_type()
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h512 AT_EA_INFORMATION = const_cpu_to_le32( 0xd0), enumerator