Searched refs:curseg_mutex (Results 1 – 2 of 2) sorted by relevance
2334 mutex_lock(&curseg->curseg_mutex); in write_current_sum_page()2343 mutex_unlock(&curseg->curseg_mutex); in write_current_sum_page()2667 mutex_lock(&curseg->curseg_mutex); in allocate_segment_for_resize()2689 mutex_unlock(&curseg->curseg_mutex); in allocate_segment_for_resize()3074 mutex_lock(&curseg->curseg_mutex); in f2fs_allocate_data_block()3133 mutex_unlock(&curseg->curseg_mutex); in f2fs_allocate_data_block()3320 mutex_lock(&curseg->curseg_mutex); in f2fs_do_replace_block()3357 mutex_unlock(&curseg->curseg_mutex); in f2fs_do_replace_block()3537 mutex_lock(&curseg->curseg_mutex); in read_normal_summaries()3550 mutex_unlock(&curseg->curseg_mutex); in read_normal_summaries()[all …]
294 struct mutex curseg_mutex; /* lock for consistency */ member