Home
last modified time | relevance | path

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

/Linux-v6.1/fs/f2fs/
Dsegment.h276 spinlock_t segmap_lock; /* free segmap lock */ member
443 spin_lock(&free_i->segmap_lock); in find_next_inuse()
445 spin_unlock(&free_i->segmap_lock); in find_next_inuse()
457 spin_lock(&free_i->segmap_lock); in __set_free()
467 spin_unlock(&free_i->segmap_lock); in __set_free()
491 spin_lock(&free_i->segmap_lock); in __set_test_and_free()
505 spin_unlock(&free_i->segmap_lock); in __set_test_and_free()
514 spin_lock(&free_i->segmap_lock); in __set_test_and_inuse()
520 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.c2432 spin_lock(&free_i->segmap_lock); in get_new_segment()
2503 spin_unlock(&free_i->segmap_lock); in get_new_segment()
4304 spin_lock_init(&free_i->segmap_lock); in build_free_segmap()