Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ocfs2/
A Djournal.c98 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() local
147 if (!replay_map) in ocfs2_queue_replay_slots()
163 struct ocfs2_replay_map *replay_map = osb->replay_map; in ocfs2_free_replay_slots() local
165 if (!osb->replay_map) in ocfs2_free_replay_slots()
168 kfree(replay_map); in ocfs2_free_replay_slots()
[all …]
A Docfs2.h347 struct ocfs2_replay_map *replay_map; member

Completed in 9 milliseconds