Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.c2614 down_write(&sit_i->sentry_lock); in f2fs_invalidate_blocks()
2636 up_write(&sit_i->sentry_lock); in f2fs_invalidate_blocks()
2649 down_read(&sit_i->sentry_lock); in f2fs_is_checkpointed_data()
2658 up_read(&sit_i->sentry_lock); in f2fs_is_checkpointed_data()
3127 down_write(&SIT_I(sbi)->sentry_lock); in __f2fs_init_atgc_curseg()
3132 up_write(&SIT_I(sbi)->sentry_lock); in __f2fs_init_atgc_curseg()
3298 down_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_segment_for_resize()
3313 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_segment_for_resize()
3355 down_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_new_section()
3357 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_new_section()
[all …]
H A Dgc.c1021 down_read(&sit_i->sentry_lock); in check_valid_map()
1024 up_read(&sit_i->sentry_lock); in check_valid_map()
1718 down_write(&sit_i->sentry_lock); in __get_victim()
1721 up_write(&sit_i->sentry_lock); in __get_victim()
H A Dsegment.h224 struct rw_semaphore sentry_lock; /* to protect SIT cache */ member