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

/linux-master/fs/f2fs/
H A Dgc.h85 spin_lock(&free_i->segmap_lock);
89 spin_unlock(&free_i->segmap_lock);
H A Dsegment.h260 spinlock_t segmap_lock; /* free segmap lock */ member in struct:free_segmap_info
420 spin_lock(&free_i->segmap_lock);
422 spin_unlock(&free_i->segmap_lock);
434 spin_lock(&free_i->segmap_lock);
444 spin_unlock(&free_i->segmap_lock);
468 spin_lock(&free_i->segmap_lock);
482 spin_unlock(&free_i->segmap_lock);
491 spin_lock(&free_i->segmap_lock);
497 spin_unlock(&free_i->segmap_lock);
H A Dsegment.c2674 spin_lock(&free_i->segmap_lock);
2743 spin_unlock(&free_i->segmap_lock);
4610 spin_lock_init(&free_i->segmap_lock);

Completed in 168 milliseconds