Home
last modified time | relevance | path

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

/linux-6.8/drivers/md/bcache/
Drequest.c58 static CLOSURE_CALLBACK(bch_data_insert_keys) in CLOSURE_CALLBACK() function
139 static CLOSURE_CALLBACK(bch_data_insert_error) in CLOSURE_CALLBACK() function
187 static CLOSURE_CALLBACK(bch_data_insert_start) in CLOSURE_CALLBACK() function
308 CLOSURE_CALLBACK(bch_data_insert) in CLOSURE_CALLBACK() function
578 static CLOSURE_CALLBACK(cache_lookup) in CLOSURE_CALLBACK() function
701 static CLOSURE_CALLBACK(search_free) in CLOSURE_CALLBACK() function
752 static CLOSURE_CALLBACK(cached_dev_bio_complete) in CLOSURE_CALLBACK() function
763 static CLOSURE_CALLBACK(cached_dev_read_error_done) in CLOSURE_CALLBACK() function
776 static CLOSURE_CALLBACK(cached_dev_read_error) in CLOSURE_CALLBACK() function
804 static CLOSURE_CALLBACK(cached_dev_cache_miss_done) in CLOSURE_CALLBACK() function
[all …]
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
Dsuper.c330 static CLOSURE_CALLBACK(bch_write_bdev_super_unlock) in CLOSURE_CALLBACK() function
366 static CLOSURE_CALLBACK(bcache_write_super_unlock) in CLOSURE_CALLBACK() function
410 static CLOSURE_CALLBACK(uuid_io_unlock) in CLOSURE_CALLBACK() function
1346 static CLOSURE_CALLBACK(cached_dev_free) in CLOSURE_CALLBACK() function
1380 static CLOSURE_CALLBACK(cached_dev_flush) in CLOSURE_CALLBACK() function
1501 static CLOSURE_CALLBACK(flash_dev_free) in CLOSURE_CALLBACK() function
1514 static CLOSURE_CALLBACK(flash_dev_flush) in CLOSURE_CALLBACK() function
1672 static CLOSURE_CALLBACK(cache_set_free) in CLOSURE_CALLBACK() function
1713 static CLOSURE_CALLBACK(cache_set_flush) in CLOSURE_CALLBACK() function
1810 static CLOSURE_CALLBACK(__cache_set_unregister) in CLOSURE_CALLBACK() function
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
Djournal.c728 static CLOSURE_CALLBACK(journal_write_done) in CLOSURE_CALLBACK() function
826 static CLOSURE_CALLBACK(journal_write) in CLOSURE_CALLBACK() function
Dbtree.c296 static CLOSURE_CALLBACK(btree_node_write_unlock) in CLOSURE_CALLBACK() function
303 static CLOSURE_CALLBACK(__btree_node_write_done) in CLOSURE_CALLBACK() function
318 static CLOSURE_CALLBACK(btree_node_write_done) in CLOSURE_CALLBACK() function
/linux-6.8/fs/bcachefs/
Dfs-io-direct.c38 static CLOSURE_CALLBACK(bch2_dio_read_complete) in CLOSURE_CALLBACK() function
329 static CLOSURE_CALLBACK(bch2_dio_write_flush_done) in CLOSURE_CALLBACK() function
Dio_write.c578 static CLOSURE_CALLBACK(bch2_write_index) in CLOSURE_CALLBACK() function
1195 static CLOSURE_CALLBACK(bch2_nocow_write_done) in CLOSURE_CALLBACK() function
1555 CLOSURE_CALLBACK(bch2_write) in CLOSURE_CALLBACK() function
Djournal_io.c1068 static CLOSURE_CALLBACK(bch2_journal_read_device) in CLOSURE_CALLBACK() function
1569 static CLOSURE_CALLBACK(journal_write_done) in CLOSURE_CALLBACK() function
1691 static CLOSURE_CALLBACK(do_journal_write) in CLOSURE_CALLBACK() function
1904 CLOSURE_CALLBACK(bch2_journal_write) in CLOSURE_CALLBACK() function
Dbtree_io.c1411 static CLOSURE_CALLBACK(btree_node_read_all_replicas_done) in CLOSURE_CALLBACK() function
Dbtree_update_interior.c778 static CLOSURE_CALLBACK(btree_update_set_nodes_written) in CLOSURE_CALLBACK() function
/linux-6.8/lib/
Dclosure.c111 static CLOSURE_CALLBACK(closure_sync_fn) in CLOSURE_CALLBACK() function
/linux-6.8/include/linux/
Dclosure.h312 #define CLOSURE_CALLBACK(name) void name(struct work_struct *ws) macro