Searched refs:RESTART_AREA (Results 1 - 2 of 2) sorted by path

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogfile.h90 the RESTART_AREA. Value has to be aligned
121 * struct RESTART_AREA - Log file restart area record.
207 assumed to be (sizeof(RESTART_AREA) + 7) &
221 the RESTART_AREA record is actually bigger
259 } __attribute__((__packed__)) RESTART_AREA; typedef in typeref:struct:__anon1507
265 * RESTART_AREA to the client_array_offset value found in it.
H A Dlogfile.c172 RESTART_AREA *ra;
178 ra = (RESTART_AREA*)((u8*)rp + ra_ofs);
184 if (ra_ofs + offsetof(RESTART_AREA, file_size) >
286 RESTART_AREA *ra;
294 if ((le16_to_cpu(rp->restart_area_offset) + sizeof(RESTART_AREA))
297 ra = (RESTART_AREA*)((u8*)rp + le16_to_cpu(rp->restart_area_offset));
378 RESTART_AREA *ra;
393 ra = (RESTART_AREA*)((u8*)rp + le16_to_cpu(rp->restart_area_offset));
681 RESTART_AREA *ra;
699 ra = (RESTART_AREA*)((u
[all...]

Completed in 59 milliseconds