Searched refs:sentry_lock (Results 1 – 3 of 3) sorted by relevance
2085 down_write(&sit_i->sentry_lock); in f2fs_invalidate_blocks()2092 up_write(&sit_i->sentry_lock); in f2fs_invalidate_blocks()2105 down_read(&sit_i->sentry_lock); in f2fs_is_checkpointed_data()2114 up_read(&sit_i->sentry_lock); in f2fs_is_checkpointed_data()2514 down_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_new_segments()2523 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_new_segments()2536 down_write(&SIT_I(sbi)->sentry_lock); in f2fs_exist_trim_candidates()2543 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_exist_trim_candidates()2891 down_write(&sit_i->sentry_lock); in f2fs_allocate_data_block()2927 up_write(&sit_i->sentry_lock); in f2fs_allocate_data_block()[all …]
455 down_read(&sit_i->sentry_lock); in check_valid_map()458 up_read(&sit_i->sentry_lock); in check_valid_map()1044 down_write(&sit_i->sentry_lock); in __get_victim()1047 up_write(&sit_i->sentry_lock); in __get_victim()
242 struct rw_semaphore sentry_lock; /* to protect SIT cache */ member