Home
last modified time | relevance | path

Searched defs:CLOSURE_CALLBACK (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/md/bcache/
H A Dmovinggc.c38 static CLOSURE_CALLBACK(moving_io_destructor) in CLOSURE_CALLBACK() function
45 static CLOSURE_CALLBACK(write_moving_finish) in CLOSURE_CALLBACK() function
92 static CLOSURE_CALLBACK(write_moving) in CLOSURE_CALLBACK() function
116 static CLOSURE_CALLBACK(read_moving_submit) in CLOSURE_CALLBACK() function
H A Dsuper.c329 static CLOSURE_CALLBACK(bch_write_bdev_super_unlock) in CLOSURE_CALLBACK() function
365 static CLOSURE_CALLBACK(bcache_write_super_unlock) in CLOSURE_CALLBACK() function
409 static CLOSURE_CALLBACK(uuid_io_unlock) in CLOSURE_CALLBACK() function
1345 static CLOSURE_CALLBACK(cached_dev_free) in CLOSURE_CALLBACK() function
1379 static CLOSURE_CALLBACK(cached_dev_flush) in CLOSURE_CALLBACK() function
1495 static CLOSURE_CALLBACK(flash_dev_free) in CLOSURE_CALLBACK() function
1508 static CLOSURE_CALLBACK(flash_dev_flush) in CLOSURE_CALLBACK() function
1666 static CLOSURE_CALLBACK(cache_set_free) in CLOSURE_CALLBACK() function
1707 static CLOSURE_CALLBACK(cache_set_flush) in CLOSURE_CALLBACK() function
1809 static CLOSURE_CALLBACK(__cache_set_unregister) in CLOSURE_CALLBACK() function
H A Dwriteback.c344 static CLOSURE_CALLBACK(dirty_io_destructor) in CLOSURE_CALLBACK() function
351 static CLOSURE_CALLBACK(write_dirty_finish) in CLOSURE_CALLBACK() function
403 static CLOSURE_CALLBACK(write_dirty) in CLOSURE_CALLBACK() function
465 static CLOSURE_CALLBACK(read_dirty_submit) in CLOSURE_CALLBACK() function
H A Djournal.c728 static CLOSURE_CALLBACK(journal_write_done) in CLOSURE_CALLBACK() function
826 static CLOSURE_CALLBACK(journal_write) in CLOSURE_CALLBACK() function
H A Dbtree.c295 static CLOSURE_CALLBACK(btree_node_write_unlock) in CLOSURE_CALLBACK() function
302 static CLOSURE_CALLBACK(__btree_node_write_done) in CLOSURE_CALLBACK() function
317 static CLOSURE_CALLBACK(btree_node_write_done) in CLOSURE_CALLBACK() function
/linux/fs/bcachefs/
H A Djournal_io.c1198 static CLOSURE_CALLBACK(bch2_journal_read_device) in CLOSURE_CALLBACK() function
1693 static CLOSURE_CALLBACK(journal_write_done) in CLOSURE_CALLBACK() function
1849 static CLOSURE_CALLBACK(journal_write_submit) in CLOSURE_CALLBACK() function
1893 static CLOSURE_CALLBACK(journal_write_preflush) in CLOSURE_CALLBACK() function
2132 CLOSURE_CALLBACK(bch2_journal_write) in CLOSURE_CALLBACK() function
H A Dio_write.c670 static CLOSURE_CALLBACK(bch2_write_index) in CLOSURE_CALLBACK() function
1296 static CLOSURE_CALLBACK(bch2_nocow_write_done) in CLOSURE_CALLBACK() function
1670 CLOSURE_CALLBACK(bch2_write) in CLOSURE_CALLBACK() function
H A Dbtree_update_interior.c871 static CLOSURE_CALLBACK(btree_update_set_nodes_written) in CLOSURE_CALLBACK() function
H A Dbtree_io.c1536 static CLOSURE_CALLBACK(btree_node_read_all_replicas_done) in CLOSURE_CALLBACK() function
/linux/lib/
H A Dclosure.c122 static CLOSURE_CALLBACK(closure_sync_fn) in CLOSURE_CALLBACK() function
/linux/include/linux/
H A Dclosure.h352 #define CLOSURE_CALLBACK(name) void name(struct work_struct *ws) macro