Home
last modified time | relevance | path

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

/fs/ocfs2/
Djournal.c109 if (!osb->replay_map) in ocfs2_replay_map_set_state()
113 if (osb->replay_map->rm_state == REPLAY_DONE) in ocfs2_replay_map_set_state()
116 osb->replay_map->rm_state = state; in ocfs2_replay_map_set_state()
121 struct ocfs2_replay_map *replay_map; in ocfs2_compute_replay_slots() local
125 if (osb->replay_map) in ocfs2_compute_replay_slots()
128 replay_map = kzalloc(sizeof(struct ocfs2_replay_map) + in ocfs2_compute_replay_slots()
131 if (!replay_map) { in ocfs2_compute_replay_slots()
138 replay_map->rm_slots = osb->max_slots; in ocfs2_compute_replay_slots()
139 replay_map->rm_state = REPLAY_UNNEEDED; in ocfs2_compute_replay_slots()
142 for (i = 0; i < replay_map->rm_slots; i++) { in ocfs2_compute_replay_slots()
[all …]
Docfs2.h345 struct ocfs2_replay_map *replay_map; member