fs/ntfs3/fslog.c
1045
struct RESTART_AREA *ra; /* In-memory image of the next restart area. */
fs/ntfs3/fslog.c
1225
struct RESTART_AREA *ra;
fs/ntfs3/fslog.c
1396
static struct RESTART_AREA *log_create_ra(struct ntfs_log *log)
fs/ntfs3/fslog.c
1399
struct RESTART_AREA *ra = kzalloc(log->restart_size, GFP_NOFS);
fs/ntfs3/fslog.c
1411
ra->client_off = cpu_to_le16(offsetof(struct RESTART_AREA, clients));
fs/ntfs3/fslog.c
3769
struct RESTART_AREA *ra2, *ra = NULL;
fs/ntfs3/fslog.c
4034
if (t16 == offsetof(struct RESTART_AREA, clients)) {
fs/ntfs3/fslog.c
4037
memcpy(ra, ra2, offsetof(struct RESTART_AREA, clients));
fs/ntfs3/fslog.c
4043
log->ra_size = offsetof(struct RESTART_AREA, clients) +
fs/ntfs3/fslog.c
4046
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
5165
memcpy(ra2, ra, sizeof(struct RESTART_AREA));
fs/ntfs3/fslog.c
535
const struct RESTART_AREA *ra = Add2Ptr(rhdr, ro);