Searched refs:bch2_bucket_nocow_unlock (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | nocow_locking.h | 22 void bch2_bucket_nocow_unlock(struct bucket_nocow_lock_table *, struct bpos, int);
|
D | nocow_locking.c | 24 void bch2_bucket_nocow_unlock(struct bucket_nocow_lock_table *t, struct bpos bucket, int flags) in bch2_bucket_nocow_unlock() function
|
D | data_update.c | 56 bch2_bucket_nocow_unlock(&c->nocow_locks, bucket, 0); in bkey_nocow_unlock() 85 bch2_bucket_nocow_unlock(&c->nocow_locks, bucket, 0); in bkey_nocow_lock()
|
D | io_write.c | 665 bch2_bucket_nocow_unlock(&c->nocow_locks, in bch2_write_endio() 1378 bch2_bucket_nocow_unlock(&c->nocow_locks, i->b, BUCKET_NOCOW_LOCK_UPDATE); in bch2_nocow_write()
|