Home
last modified time | relevance | path

Searched refs:sentry_lock (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsegment.c2340 down_write(&sit_i->sentry_lock); in f2fs_invalidate_blocks()
2348 up_write(&sit_i->sentry_lock); in f2fs_invalidate_blocks()
2361 down_read(&sit_i->sentry_lock); in f2fs_is_checkpointed_data()
2370 up_read(&sit_i->sentry_lock); in f2fs_is_checkpointed_data()
2764 down_write(&SIT_I(sbi)->sentry_lock); in __f2fs_init_atgc_curseg()
2768 up_write(&SIT_I(sbi)->sentry_lock); in __f2fs_init_atgc_curseg()
2924 down_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_segment_for_resize()
2939 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_segment_for_resize()
2979 down_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_new_section()
2981 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_new_section()
[all …]
H A Dgc.c879 down_read(&sit_i->sentry_lock); in check_valid_map()
882 up_read(&sit_i->sentry_lock); in check_valid_map()
1565 down_write(&sit_i->sentry_lock); in __get_victim()
1568 up_write(&sit_i->sentry_lock); in __get_victim()
H A Dsegment.h254 struct rw_semaphore sentry_lock; /* to protect SIT cache */ member