Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dsegment.h224 spinlock_t segmap_lock; /* free segmap lock */ member
335 spin_lock(&free_i->segmap_lock); in find_next_inuse()
337 spin_unlock(&free_i->segmap_lock); in find_next_inuse()
348 spin_lock(&free_i->segmap_lock); in __set_free()
358 spin_unlock(&free_i->segmap_lock); in __set_free()
380 spin_lock(&free_i->segmap_lock); in __set_test_and_free()
391 spin_unlock(&free_i->segmap_lock); in __set_test_and_free()
399 spin_lock(&free_i->segmap_lock); in __set_test_and_inuse()
405 spin_unlock(&free_i->segmap_lock); in __set_test_and_inuse()
Dsegment.c885 spin_lock(&free_i->segmap_lock); in get_new_segment()
958 spin_unlock(&free_i->segmap_lock); in get_new_segment()
2094 spin_lock_init(&free_i->segmap_lock); in build_free_segmap()