Searched refs:AT_EA_INFORMATION (Results 1 – 7 of 7) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
D | ea.c | 154 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()
|
D | attrib.c | 3571 case AT_EA_INFORMATION :
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfstruncate.c | 434 case AT_EA_INFORMATION: in dump_resident_attr_val()
|
D | ntfsinfo.c | 1308 case AT_EA_INFORMATION: return "$EA_INFORMATION"; in get_attribute_type_name() 2408 case AT_EA_INFORMATION: in ntfs_dump_file_attributes()
|
D | ntfsrecover.c | 735 case AT_EA_INFORMATION : in mftattrname()
|
D | playlog.c | 204 case AT_EA_INFORMATION : in valid_type()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | layout.h | 512 AT_EA_INFORMATION = const_cpu_to_le32( 0xd0), enumerator
|