fs/ntfs3/fslog.c
1056
struct RESTART_AREA *ra; /* In-memory image of the next restart area. */
fs/ntfs3/fslog.c
1236
struct RESTART_AREA *ra;
fs/ntfs3/fslog.c
1407
static struct RESTART_AREA *log_create_ra(struct ntfs_log *log)
fs/ntfs3/fslog.c
1410
struct RESTART_AREA *ra = kzalloc(log->restart_size, GFP_NOFS);
fs/ntfs3/fslog.c
1422
ra->client_off = cpu_to_le16(offsetof(struct RESTART_AREA, clients));
fs/ntfs3/fslog.c
3850
struct RESTART_AREA *ra2, *ra = NULL;
fs/ntfs3/fslog.c
4130
if (t16 == offsetof(struct RESTART_AREA, clients)) {
fs/ntfs3/fslog.c
4133
memcpy(ra, ra2, offsetof(struct RESTART_AREA, clients));
fs/ntfs3/fslog.c
4139
log->ra_size = offsetof(struct RESTART_AREA, clients) +
fs/ntfs3/fslog.c
4142
cpu_to_le16(offsetof(struct RESTART_AREA, clients));
fs/ntfs3/fslog.c
466
const struct RESTART_AREA *ra;
fs/ntfs3/fslog.c
472
if (ro + offsetof(struct RESTART_AREA, l_size) >
fs/ntfs3/fslog.c
5296
memcpy(ra2, ra, sizeof(struct RESTART_AREA));
fs/ntfs3/fslog.c
535
const struct RESTART_AREA *ra = Add2Ptr(rhdr, ro);