Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ntfs3/
Dfslog.c54 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()
[all …]