Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsegment.h273 spinlock_t segmap_lock; /* free segmap lock */ member
436 spin_lock(&free_i->segmap_lock); in find_next_inuse()
438 spin_unlock(&free_i->segmap_lock); in find_next_inuse()
450 spin_lock(&free_i->segmap_lock); in __set_free()
460 spin_unlock(&free_i->segmap_lock); in __set_free()
484 spin_lock(&free_i->segmap_lock); in __set_test_and_free()
498 spin_unlock(&free_i->segmap_lock); in __set_test_and_free()
507 spin_lock(&free_i->segmap_lock); in __set_test_and_inuse()
513 spin_unlock(&free_i->segmap_lock); in __set_test_and_inuse()
H A Dgc.h93 spin_lock(&free_i->segmap_lock); in free_segs_blk_count_zoned()
97 spin_unlock(&free_i->segmap_lock); in free_segs_blk_count_zoned()
H A Dsegment.c2498 spin_lock(&free_i->segmap_lock); in get_new_segment()
2569 spin_unlock(&free_i->segmap_lock); in get_new_segment()
4464 spin_lock_init(&free_i->segmap_lock); in build_free_segmap()