Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.h238 spinlock_t segmap_lock; /* free segmap lock */ member
453 spin_lock(&free_i->segmap_lock); in find_next_inuse()
455 spin_unlock(&free_i->segmap_lock); in find_next_inuse()
466 spin_lock(&free_i->segmap_lock); in __set_free()
476 spin_unlock(&free_i->segmap_lock); in __set_free()
500 spin_lock(&free_i->segmap_lock); in __set_test_and_free()
528 spin_unlock(&free_i->segmap_lock); in __set_test_and_free()
537 spin_lock(&free_i->segmap_lock); in __set_test_and_inuse()
543 spin_unlock(&free_i->segmap_lock); in __set_test_and_inuse()
H A Dgc.h80 spin_lock(&free_i->segmap_lock); in free_segs_blk_count_zoned()
84 spin_unlock(&free_i->segmap_lock); in free_segs_blk_count_zoned()
H A Dgc.c2247 spin_lock(&FREE_I(sbi)->segmap_lock); in free_segment_range()
2253 spin_unlock(&FREE_I(sbi)->segmap_lock); in free_segment_range()
2279 spin_lock(&FREE_I(sbi)->segmap_lock); in free_segment_range()
2281 spin_unlock(&FREE_I(sbi)->segmap_lock); in free_segment_range()
H A Dfile.c3799 spin_lock(&FREE_I(sbi)->segmap_lock); in f2fs_ioc_reserve_dev_alias()
3801 spin_unlock(&FREE_I(sbi)->segmap_lock); in f2fs_ioc_reserve_dev_alias()
3851 spin_lock(&FREE_I(sbi)->segmap_lock); in f2fs_ioc_reserve_dev_alias()
3853 spin_unlock(&FREE_I(sbi)->segmap_lock); in f2fs_ioc_reserve_dev_alias()
3868 spin_lock(&FREE_I(sbi)->segmap_lock); in f2fs_ioc_reserve_dev_alias()
3870 spin_unlock(&FREE_I(sbi)->segmap_lock); in f2fs_ioc_reserve_dev_alias()
H A Dsegment.c2886 spin_lock(&free_i->segmap_lock); in get_new_segment()
3013 spin_unlock(&free_i->segmap_lock); in get_new_segment()
5046 spin_lock_init(&free_i->segmap_lock); in build_free_segmap()