Lines Matching refs:RESTART_AREA
54 struct RESTART_AREA { struct
466 const struct RESTART_AREA *ra; in is_rst_area_valid()
472 if (ro + offsetof(struct RESTART_AREA, l_size) > in is_rst_area_valid()
535 const struct RESTART_AREA *ra = Add2Ptr(rhdr, ro); in is_client_area_valid()
1045 struct RESTART_AREA *ra; /* In-memory image of the next restart area. */
1223 struct RESTART_AREA *ra; in log_read_rst()
1394 static struct RESTART_AREA *log_create_ra(struct ntfs_log *log) in log_create_ra()
1397 struct RESTART_AREA *ra = kzalloc(log->restart_size, GFP_NOFS); in log_create_ra()
1409 ra->client_off = cpu_to_le16(offsetof(struct RESTART_AREA, clients)); in log_create_ra()
3767 struct RESTART_AREA *ra2, *ra = NULL; in log_replay()
4032 if (t16 == offsetof(struct RESTART_AREA, clients)) { in log_replay()
4035 memcpy(ra, ra2, offsetof(struct RESTART_AREA, clients)); in log_replay()
4041 log->ra_size = offsetof(struct RESTART_AREA, clients) + in log_replay()
4044 cpu_to_le16(offsetof(struct RESTART_AREA, clients)); in log_replay()
5163 memcpy(ra2, ra, sizeof(struct RESTART_AREA)); in log_replay()