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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dea.c253 const EA_ATTR *p_ea;
264 p_ea = (const EA_ATTR*)&value[offs];
272 && ((offs + offsetof(EA_ATTR,name)
276 && ((offs + offsetof(EA_ATTR,name)
416 const EA_ATTR *p_ea;
447 p_ea = (const EA_ATTR*)&buf[offset];
479 EA_ATTR base;
485 EA_ATTR base;
H A Dattrib.h280 EA_ATTR ea;
H A Dlayout.h2500 * struct EA_ATTR - Attribute: Extended attribute (EA) (0xe0).
2503 * a sequence of EA_ATTR variable length records.
2509 le32 next_entry_offset; /* Offset to the next EA_ATTR. */
2517 } __attribute__((__packed__)) EA_ATTR; typedef in typeref:struct:__anon100

Completed in 44 milliseconds