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

/opensolaris-onvv-gate/usr/src/lib/libntfs/common/libntfs/
H A Dlogfile.c163 RESTART_AREA *ra;
169 ra = (RESTART_AREA*)((u8*)rp + ra_ofs);
175 if (ra_ofs + offsetof(RESTART_AREA, file_size) >
277 RESTART_AREA *ra;
283 ra = (RESTART_AREA*)((u8*)rp + le16_to_cpu(rp->restart_area_offset));
355 RESTART_AREA *ra;
370 ra = (RESTART_AREA*)((u8*)rp + le16_to_cpu(rp->restart_area_offset));
652 RESTART_AREA *ra;
673 ra = (RESTART_AREA*)((u8*)rp + le16_to_cpu(rp->restart_area_offset));
/opensolaris-onvv-gate/usr/src/lib/libntfs/common/include/ntfs/
H A Dlogfile.h93 the RESTART_AREA. Value has to be aligned
131 * struct RESTART_AREA - Log file restart area record.
220 assumed to be (sizeof(RESTART_AREA) + 7) &
234 the RESTART_AREA record is actually bigger
272 } __attribute__((__packed__)) RESTART_AREA; typedef in typeref:struct:__anon3934
281 * RESTART_AREA to the client_array_offset value found in it.

Completed in 45 milliseconds