Searched refs:cache_writeout_mutex (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/btrfs/
H A Dfree-space-cache.h84 struct mutex cache_writeout_mutex; member in struct:btrfs_free_space_ctl
H A Dfree-space-cache.c1424 mutex_lock(&ctl->cache_writeout_mutex);
1446 * At last, we write out all the bitmaps and keep cache_writeout_mutex
1452 mutex_unlock(&ctl->cache_writeout_mutex);
1495 mutex_unlock(&ctl->cache_writeout_mutex);
2958 mutex_init(&ctl->cache_writeout_mutex);
3677 mutex_lock(&ctl->cache_writeout_mutex);
3687 mutex_unlock(&ctl->cache_writeout_mutex);
3725 mutex_lock(&ctl->cache_writeout_mutex);
3756 mutex_unlock(&ctl->cache_writeout_mutex);
3781 mutex_unlock(&ctl->cache_writeout_mutex);
[all...]

Completed in 269 milliseconds