Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
A Djournal.c97 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() local
146 if (!replay_map) in ocfs2_queue_replay_slots()
162 struct ocfs2_replay_map *replay_map = osb->replay_map; in ocfs2_free_replay_slots() local
164 if (!osb->replay_map) in ocfs2_free_replay_slots()
167 kfree(replay_map); in ocfs2_free_replay_slots()
[all …]
A Docfs2.h348 struct ocfs2_replay_map *replay_map; member

Completed in 10 milliseconds