Home
last modified time | relevance | path

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

/fs/f2fs/
Dsegment.c2405 down_write(&sit_i->sentry_lock); in f2fs_invalidate_blocks()
2413 up_write(&sit_i->sentry_lock); in f2fs_invalidate_blocks()
2426 down_read(&sit_i->sentry_lock); in f2fs_is_checkpointed_data()
2435 up_read(&sit_i->sentry_lock); in f2fs_is_checkpointed_data()
2814 down_write(&SIT_I(sbi)->sentry_lock); in __f2fs_init_atgc_curseg()
2818 up_write(&SIT_I(sbi)->sentry_lock); in __f2fs_init_atgc_curseg()
2962 down_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_segment_for_resize()
2977 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_segment_for_resize()
3008 down_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_new_section()
3010 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_new_section()
[all …]
Dgc.c985 down_read(&sit_i->sentry_lock); in check_valid_map()
988 up_read(&sit_i->sentry_lock); in check_valid_map()
1670 down_write(&sit_i->sentry_lock); in __get_victim()
1672 up_write(&sit_i->sentry_lock); in __get_victim()
Dsegment.h254 struct rw_semaphore sentry_lock; /* to protect SIT cache */ member