Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.c2603 down_write(&sit_i->sentry_lock); in f2fs_invalidate_blocks()
2625 up_write(&sit_i->sentry_lock); in f2fs_invalidate_blocks()
2638 down_read(&sit_i->sentry_lock); in f2fs_is_checkpointed_data()
2647 up_read(&sit_i->sentry_lock); in f2fs_is_checkpointed_data()
3117 down_write(&SIT_I(sbi)->sentry_lock); in __f2fs_init_atgc_curseg()
3122 up_write(&SIT_I(sbi)->sentry_lock); in __f2fs_init_atgc_curseg()
3288 down_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_segment_for_resize()
3303 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_segment_for_resize()
3345 down_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_new_section()
3347 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_new_section()
[all …]
H A Dgc.c1025 down_read(&sit_i->sentry_lock); in check_valid_map()
1028 up_read(&sit_i->sentry_lock); in check_valid_map()
1733 down_write(&sit_i->sentry_lock); in __get_victim()
1736 up_write(&sit_i->sentry_lock); in __get_victim()
H A Dsegment.h223 struct rw_semaphore sentry_lock; /* to protect SIT cache */ member