Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Dsegment.h274 spinlock_t segmap_lock; /* free segmap lock */ member
425 spin_lock(&free_i->segmap_lock); in find_next_inuse()
427 spin_unlock(&free_i->segmap_lock); in find_next_inuse()
439 spin_lock(&free_i->segmap_lock); in __set_free()
449 spin_unlock(&free_i->segmap_lock); in __set_free()
473 spin_lock(&free_i->segmap_lock); in __set_test_and_free()
487 spin_unlock(&free_i->segmap_lock); in __set_test_and_free()
496 spin_lock(&free_i->segmap_lock); in __set_test_and_inuse()
502 spin_unlock(&free_i->segmap_lock); in __set_test_and_inuse()
Dgc.h87 spin_lock(&free_i->segmap_lock); in free_segs_blk_count_zoned()
91 spin_unlock(&free_i->segmap_lock); in free_segs_blk_count_zoned()
Dsegment.c2460 spin_lock(&free_i->segmap_lock); in get_new_segment()
2531 spin_unlock(&free_i->segmap_lock); in get_new_segment()
4341 spin_lock_init(&free_i->segmap_lock); in build_free_segmap()