Home
last modified time | relevance | path

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

/fs/f2fs/
Dsegment.c2399 down_write(&sit_i->sentry_lock); in f2fs_invalidate_blocks()
2407 up_write(&sit_i->sentry_lock); in f2fs_invalidate_blocks()
2420 down_read(&sit_i->sentry_lock); in f2fs_is_checkpointed_data()
2429 up_read(&sit_i->sentry_lock); in f2fs_is_checkpointed_data()
2838 down_write(&SIT_I(sbi)->sentry_lock); in __f2fs_init_atgc_curseg()
2842 up_write(&SIT_I(sbi)->sentry_lock); in __f2fs_init_atgc_curseg()
2998 down_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_segment_for_resize()
3013 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_segment_for_resize()
3053 down_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_new_section()
3055 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_new_section()
[all …]
Dgc.c947 down_read(&sit_i->sentry_lock); in check_valid_map()
950 up_read(&sit_i->sentry_lock); in check_valid_map()
1643 down_write(&sit_i->sentry_lock); in __get_victim()
1646 up_write(&sit_i->sentry_lock); in __get_victim()
Dsegment.h260 struct rw_semaphore sentry_lock; /* to protect SIT cache */ member