Home
last modified time | relevance | path

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

/Linux-v5.4/fs/f2fs/
Dsegment.h260 spinlock_t segmap_lock; /* free segmap lock */ member
408 spin_lock(&free_i->segmap_lock); in find_next_inuse()
410 spin_unlock(&free_i->segmap_lock); in find_next_inuse()
421 spin_lock(&free_i->segmap_lock); in __set_free()
431 spin_unlock(&free_i->segmap_lock); in __set_free()
454 spin_lock(&free_i->segmap_lock); in __set_test_and_free()
468 spin_unlock(&free_i->segmap_lock); in __set_test_and_free()
477 spin_lock(&free_i->segmap_lock); in __set_test_and_inuse()
483 spin_unlock(&free_i->segmap_lock); in __set_test_and_inuse()
Dsegment.c2377 spin_lock(&free_i->segmap_lock); in get_new_segment()
2448 spin_unlock(&free_i->segmap_lock); in get_new_segment()
4072 spin_lock_init(&free_i->segmap_lock); in build_free_segmap()