Lines Matching defs:RESTART_AREA
54 struct RESTART_AREA {
466 const struct RESTART_AREA *ra;
472 if (ro + offsetof(struct RESTART_AREA, l_size) >
535 const struct RESTART_AREA *ra = Add2Ptr(rhdr, ro);
1026 struct RESTART_AREA *ra; /* In-memory image of the next restart area. */
1203 struct RESTART_AREA *ra;
1374 static struct RESTART_AREA *log_create_ra(struct ntfs_log *log)
1377 struct RESTART_AREA *ra = kzalloc(log->restart_size, GFP_NOFS);
1389 ra->client_off = cpu_to_le16(offsetof(struct RESTART_AREA, clients));
3744 struct RESTART_AREA *ra2, *ra = NULL;
4006 if (t16 == offsetof(struct RESTART_AREA, clients)) {
4009 memcpy(ra, ra2, offsetof(struct RESTART_AREA, clients));
4015 log->ra_size = offsetof(struct RESTART_AREA, clients) +
4018 cpu_to_le16(offsetof(struct RESTART_AREA, clients));
5116 memcpy(ra2, ra, sizeof(struct RESTART_AREA));