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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dea.c69 * Create a needed attribute (EA or EA_INFORMATION)
108 * Restore the old EA_INFORMATION or delete the current one,
117 static void restore_ea_info(ntfs_attr *nai, const EA_INFORMATION *old_ea_info)
124 written = ntfs_attr_pwrite(nai, 0, sizeof(EA_INFORMATION),
126 if ((size_t)written != sizeof(EA_INFORMATION)) {
127 ntfs_log_error("Could not restore the EA_INFORMATION,"
133 ntfs_log_error("Could not delete the EA_INFORMATION,"
142 * Update both EA and EA_INFORMATION
146 const EA_INFORMATION *ea_info,
147 const EA_INFORMATION *old_ea_inf
[all...]
H A Dattrib.h279 EA_INFORMATION ea_inf;
H A Dlayout.h2473 * struct EA_INFORMATION - Attribute: Extended attribute information (0xd0).
2487 } __attribute__((__packed__)) EA_INFORMATION; typedef in typeref:struct:__anon98

Completed in 55 milliseconds