Home
last modified time | relevance | path

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

/Linux-v6.1/fs/f2fs/
Dsegment.c2274 down_write(&sit_i->sentry_lock); in f2fs_invalidate_blocks()
2282 up_write(&sit_i->sentry_lock); in f2fs_invalidate_blocks()
2295 down_read(&sit_i->sentry_lock); in f2fs_is_checkpointed_data()
2304 up_read(&sit_i->sentry_lock); in f2fs_is_checkpointed_data()
2713 down_write(&SIT_I(sbi)->sentry_lock); in __f2fs_init_atgc_curseg()
2717 up_write(&SIT_I(sbi)->sentry_lock); in __f2fs_init_atgc_curseg()
2873 down_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_segment_for_resize()
2888 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_segment_for_resize()
2928 down_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_new_section()
2930 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_new_section()
[all …]
Dgc.c958 down_read(&sit_i->sentry_lock); in check_valid_map()
961 up_read(&sit_i->sentry_lock); in check_valid_map()
1637 down_write(&sit_i->sentry_lock); in __get_victim()
1640 up_write(&sit_i->sentry_lock); in __get_victim()
Dsegment.h257 struct rw_semaphore sentry_lock; /* to protect SIT cache */ member