Searched refs:replay_map (Results 1 – 2 of 2) sorted by relevance
97 if (!osb->replay_map) in ocfs2_replay_map_set_state()104 osb->replay_map->rm_state = state; in ocfs2_replay_map_set_state()113 if (osb->replay_map) in ocfs2_compute_replay_slots()119 if (!replay_map) { in ocfs2_compute_replay_slots()135 osb->replay_map = replay_map; in ocfs2_compute_replay_slots()143 struct ocfs2_replay_map *replay_map = osb->replay_map; in ocfs2_queue_replay_slots() local146 if (!replay_map) in ocfs2_queue_replay_slots()162 struct ocfs2_replay_map *replay_map = osb->replay_map; in ocfs2_free_replay_slots() local164 if (!osb->replay_map) in ocfs2_free_replay_slots()167 kfree(replay_map); in ocfs2_free_replay_slots()[all …]
348 struct ocfs2_replay_map *replay_map; member
Completed in 10 milliseconds