Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Dsegment.h272 spinlock_t segmap_lock; /* free segmap lock */ member
435 spin_lock(&free_i->segmap_lock); in find_next_inuse()
437 spin_unlock(&free_i->segmap_lock); in find_next_inuse()
449 spin_lock(&free_i->segmap_lock); in __set_free()
459 spin_unlock(&free_i->segmap_lock); in __set_free()
483 spin_lock(&free_i->segmap_lock); in __set_test_and_free()
497 spin_unlock(&free_i->segmap_lock); in __set_test_and_free()
506 spin_lock(&free_i->segmap_lock); in __set_test_and_inuse()
512 spin_unlock(&free_i->segmap_lock); in __set_test_and_inuse()
Dgc.h93 spin_lock(&free_i->segmap_lock); in free_segs_blk_count_zoned()
97 spin_unlock(&free_i->segmap_lock); in free_segs_blk_count_zoned()
Dsegment.c2529 spin_lock(&free_i->segmap_lock); in get_new_segment()
2600 spin_unlock(&free_i->segmap_lock); in get_new_segment()
4461 spin_lock_init(&free_i->segmap_lock); in build_free_segmap()