Searched refs:replay_map (Results 1 – 2 of 2) sorted by relevance
98 if (!osb->replay_map) in ocfs2_replay_map_set_state()105 osb->replay_map->rm_state = state; in ocfs2_replay_map_set_state()114 if (osb->replay_map) in ocfs2_compute_replay_slots()120 if (!replay_map) { in ocfs2_compute_replay_slots()136 osb->replay_map = replay_map; in ocfs2_compute_replay_slots()144 struct ocfs2_replay_map *replay_map = osb->replay_map; in ocfs2_queue_replay_slots() local147 if (!replay_map) in ocfs2_queue_replay_slots()163 struct ocfs2_replay_map *replay_map = osb->replay_map; in ocfs2_free_replay_slots() local165 if (!osb->replay_map) in ocfs2_free_replay_slots()168 kfree(replay_map); in ocfs2_free_replay_slots()[all …]
347 struct ocfs2_replay_map *replay_map; member
Completed in 9 milliseconds