Home
last modified time | relevance | path

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

/Linux-v4.19/fs/f2fs/
Dsegment.h259 spinlock_t segmap_lock; /* free segmap lock */ member
401 spin_lock(&free_i->segmap_lock); in find_next_inuse()
403 spin_unlock(&free_i->segmap_lock); in find_next_inuse()
414 spin_lock(&free_i->segmap_lock); in __set_free()
424 spin_unlock(&free_i->segmap_lock); in __set_free()
447 spin_lock(&free_i->segmap_lock); in __set_test_and_free()
461 spin_unlock(&free_i->segmap_lock); in __set_test_and_free()
470 spin_lock(&free_i->segmap_lock); in __set_test_and_inuse()
476 spin_unlock(&free_i->segmap_lock); in __set_test_and_inuse()
Dsegment.c2239 spin_lock(&free_i->segmap_lock); in get_new_segment()
2310 spin_unlock(&free_i->segmap_lock); in get_new_segment()
3849 spin_lock_init(&free_i->segmap_lock); in build_free_segmap()