Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Dsegment.h211 spinlock_t segmap_lock; /* free segmap lock */ member
322 spin_lock(&free_i->segmap_lock); in find_next_inuse()
324 spin_unlock(&free_i->segmap_lock); in find_next_inuse()
335 spin_lock(&free_i->segmap_lock); in __set_free()
345 spin_unlock(&free_i->segmap_lock); in __set_free()
367 spin_lock(&free_i->segmap_lock); in __set_test_and_free()
378 spin_unlock(&free_i->segmap_lock); in __set_test_and_free()
386 spin_lock(&free_i->segmap_lock); in __set_test_and_inuse()
392 spin_unlock(&free_i->segmap_lock); in __set_test_and_inuse()
Dsegment.c810 spin_lock(&free_i->segmap_lock); in get_new_segment()
883 spin_unlock(&free_i->segmap_lock); in get_new_segment()
1933 spin_lock_init(&free_i->segmap_lock); in build_free_segmap()