Home
last modified time | relevance | path

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

/Linux-v6.6/fs/f2fs/
Dsegment.c2502 down_write(&sit_i->sentry_lock); in f2fs_invalidate_blocks()
2510 up_write(&sit_i->sentry_lock); in f2fs_invalidate_blocks()
2523 down_read(&sit_i->sentry_lock); in f2fs_is_checkpointed_data()
2532 up_read(&sit_i->sentry_lock); in f2fs_is_checkpointed_data()
2911 down_write(&SIT_I(sbi)->sentry_lock); in __f2fs_init_atgc_curseg()
2915 up_write(&SIT_I(sbi)->sentry_lock); in __f2fs_init_atgc_curseg()
3059 down_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_segment_for_resize()
3074 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_segment_for_resize()
3105 down_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_new_section()
3107 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_new_section()
[all …]
Dgc.c985 down_read(&sit_i->sentry_lock); in check_valid_map()
988 up_read(&sit_i->sentry_lock); in check_valid_map()
1669 down_write(&sit_i->sentry_lock); in __get_victim()
1671 up_write(&sit_i->sentry_lock); in __get_victim()
Dsegment.h254 struct rw_semaphore sentry_lock; /* to protect SIT cache */ member