Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dclosure.h177 static inline unsigned closure_nr_remaining(struct closure *cl) in closure_nr_remaining() function
191 BUG_ON(closure_nr_remaining(cl) != 1 && !cl->closure_get_happened); in closure_sync()
203 BUG_ON(closure_nr_remaining(cl) != 1 && !cl->closure_get_happened); in closure_sync_timeout()
/linux-6.12.1/fs/bcachefs/
Dio_misc.c127 if (closure_nr_remaining(&cl) != 1) { in bch2_extent_fallocate()
Ddata_update.c519 if (closure_nr_remaining(&cl) != 1) { in bch2_update_unwritten_extent()
Dio_write.c1663 prt_printf(out, "ref: %u\n", closure_nr_remaining(&op->cl)); in bch2_write_op_to_text()
Dbtree_update_interior.c2584 closure_nr_remaining(&as->cl), in bch2_btree_update_to_text()