Home
last modified time | relevance | path

Searched refs:EA_INFORMATION (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dea.c117 static void restore_ea_info(ntfs_attr *nai, const EA_INFORMATION *old_ea_info) in restore_ea_info()
124 written = ntfs_attr_pwrite(nai, 0, sizeof(EA_INFORMATION), in restore_ea_info()
126 if ((size_t)written != sizeof(EA_INFORMATION)) { in restore_ea_info()
146 const EA_INFORMATION *ea_info, in ntfs_update_ea()
147 const EA_INFORMATION *old_ea_info) in ntfs_update_ea()
162 if (ntfs_attr_pwrite(nai, 0, sizeof(EA_INFORMATION), in ntfs_update_ea()
164 != (s64)sizeof(EA_INFORMATION)) { in ntfs_update_ea()
244 EA_INFORMATION ea_info; in ntfs_set_ntfs_ea()
245 EA_INFORMATION *old_ea_info; in ntfs_set_ntfs_ea()
319 sizeof(EA_INFORMATION), flags) in ntfs_set_ntfs_ea()
[all …]
/third_party/ntfs-3g/include/ntfs-3g/
Dattrib.h279 EA_INFORMATION ea_inf;
Dlayout.h2487 } __attribute__((__packed__)) EA_INFORMATION; typedef
/third_party/ntfs-3g/ntfsprogs/
Dntfsinfo.c2064 EA_INFORMATION *ea_info; in ntfs_dump_attr_ea_information()
2066 ea_info = (EA_INFORMATION*)((u8*)attr + in ntfs_dump_attr_ea_information()