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

/linux-master/fs/ntfs3/
H A Dfslog.c54 struct RESTART_AREA { struct
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 *ra
[all...]

Completed in 215 milliseconds