Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dalloc_foreground.c1273 mutex_lock(&c->write_points_hash_lock); in try_decrease_writepoints()
1275 mutex_unlock(&c->write_points_hash_lock); in try_decrease_writepoints()
1281 mutex_unlock(&c->write_points_hash_lock); in try_decrease_writepoints()
1288 mutex_unlock(&c->write_points_hash_lock); in try_decrease_writepoints()
1330 bch2_trans_mutex_lock_norelock(trans, &c->write_points_hash_lock); in writepoint_find()
1333 mutex_unlock(&c->write_points_hash_lock); in writepoint_find()
1340 mutex_unlock(&c->write_points_hash_lock); in writepoint_find()
1349 mutex_unlock(&c->write_points_hash_lock); in writepoint_find()
1566 mutex_init(&c->write_points_hash_lock); in bch2_fs_allocator_foreground_init()
Dbcachefs.h926 struct mutex write_points_hash_lock; member