Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Dsegment.c2371 down_write(&sit_i->sentry_lock); in f2fs_invalidate_blocks()
2379 up_write(&sit_i->sentry_lock); in f2fs_invalidate_blocks()
2392 down_read(&sit_i->sentry_lock); in f2fs_is_checkpointed_data()
2401 up_read(&sit_i->sentry_lock); in f2fs_is_checkpointed_data()
2795 down_write(&SIT_I(sbi)->sentry_lock); in __f2fs_init_atgc_curseg()
2799 up_write(&SIT_I(sbi)->sentry_lock); in __f2fs_init_atgc_curseg()
2955 down_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_segment_for_resize()
2970 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_segment_for_resize()
3010 down_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_new_section()
3012 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_new_section()
[all …]
Dgc.c881 down_read(&sit_i->sentry_lock); in check_valid_map()
884 up_read(&sit_i->sentry_lock); in check_valid_map()
1553 down_write(&sit_i->sentry_lock); in __get_victim()
1556 up_write(&sit_i->sentry_lock); in __get_victim()
Dsegment.h253 struct rw_semaphore sentry_lock; /* to protect SIT cache */ member