/linux/drivers/md/ |
H A D | dm-clone-target.c | 69 struct clone { struct 86 struct dm_clone_metadata *cmd; argument 89 struct hash_table_bucket *ht; 91 atomic_t ios_in_flight; 93 wait_queue_head_t hydration_stopped; 95 mempool_t hydration_pool; 97 unsigned long last_commit_jiffies; 106 spinlock_t lock; 107 struct bio_list deferred_bios; 108 struct bio_list deferred_discard_bios; [all …]
|
H A D | dm-rq.c | 21 struct request *orig, *clone; member 78 static void end_clone_bio(struct bio *clone) in end_clone_bio() 157 static void dm_end_request(struct request *clone, blk_status_t error) in dm_end_request() 204 static void dm_done(struct request *clone, blk_status_t error, bool mapped) in dm_done() 255 struct request *clone = tio->clone; in dm_softirq_done() local 297 static enum rq_end_io_ret end_clone_request(struct request *clone, in end_clone_request() 320 static int setup_clone(struct request *clone, struct request *rq, in setup_clone() 368 struct request *clone = NULL; in map_request() local
|
H A D | dm-flakey.c | 407 static void clone_free(struct bio *clone) in clone_free() 420 static void clone_endio(struct bio *clone) in clone_endio() 430 struct bio *clone; in clone_bio() local 553 struct bio *clone = clone_bio(ti, fc, bio); in flakey_map() local
|
H A D | dm-rq.h | 31 struct bio clone; member
|
H A D | dm.c | 93 static inline struct dm_target_io *clone_to_tio(struct bio *clone) in clone_to_tio() 545 static void dm_start_io_acct(struct dm_io *io, struct bio *clone) in dm_start_io_acct() 580 struct bio *clone; in alloc_io() local 622 struct bio *clone; in alloc_tio() local 663 static void free_tio(struct bio *clone) in free_tio() 1359 void dm_submit_bio_remap(struct bio *clone, struct bio *tgt_clone) in dm_submit_bio_remap() 1396 static void __map_bio(struct bio *clone) in __map_bio() 1502 struct bio *clone; in __send_duplicate_bios() local 1571 struct bio *clone; in __send_empty_flush() local 1722 struct bio *clone; in __split_and_process_bio() local [all …]
|
H A D | dm-crypt.c | 1708 struct bio *clone; in crypt_alloc_buffer() local 1776 static void crypt_free_buffer_pages(struct crypt_config *cc, struct bio *clone) in crypt_free_buffer_pages() 1867 static void crypt_endio(struct bio *clone) in crypt_endio() 1903 struct bio *clone; in kcryptd_io_read() local 1966 struct bio *clone = io->ctx.bio_out; in kcryptd_io_write() local 2027 struct bio *clone = io->ctx.bio_out; in kcryptd_crypt_write_io_submit() local 2120 struct bio *clone; in kcryptd_crypt_write_convert() local
|
H A D | dm-mpath.c | 522 struct request *clone; in multipath_clone_and_map() local 575 static void multipath_release_clone(struct request *clone, in multipath_release_clone() 1646 static int multipath_end_io(struct dm_target *ti, struct request *clone, in multipath_end_io() 1695 static int multipath_end_io_bio(struct dm_target *ti, struct bio *clone, in multipath_end_io_bio()
|
/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_ethtool.c | 141 struct fbnic_net *clone; in fbnic_clone_create() local 154 struct fbnic_net *clone) in fbnic_clone_swap_cfg() 184 struct fbnic_net *clone) in fbnic_clone_swap() 204 static void fbnic_clone_free(struct fbnic_net *clone) in fbnic_clone_free() 298 struct fbnic_net *clone; in fbnic_set_ringparam() local 1441 struct fbnic_net *clone; in fbnic_set_channels() local
|
/linux/net/core/ |
H A D | timestamping.c | 28 struct sk_buff *clone; in skb_clone_tx_timestamp() local
|
/linux/fs/ |
H A D | posix_acl.c | 220 struct posix_acl *clone = NULL; in posix_acl_clone() local 557 struct posix_acl *clone = posix_acl_clone(*acl, gfp); in __posix_acl_create() local 575 struct posix_acl *clone = posix_acl_clone(*acl, gfp); in __posix_acl_chmod() local 637 struct posix_acl *clone; in posix_acl_create() local
|
/linux/include/linux/dsa/ |
H A D | ocelot.h | 16 struct sk_buff *clone; member 265 struct sk_buff *clone = OCELOT_SKB_CB(skb)->clone; in ocelot_ptp_rew_op() local
|
H A D | ksz_common.h | 38 struct sk_buff *clone; member
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
H A D | usernv04.c | 35 bool clone; member
|
/linux/rust/kernel/sync/ |
H A D | aref.rs | 124 fn clone(&self) -> Self { in clone() method
|
/linux/rust/kernel/alloc/ |
H A D | layout.rs | 23 fn clone(&self) -> Self { in clone() method
|
/linux/fs/btrfs/ |
H A D | fiemap.c | 308 struct extent_buffer *clone = path->nodes[0]; in fiemap_next_leaf_item() local 374 struct extent_buffer *clone; in fiemap_search_slot() local
|
/linux/scripts/gcc-plugins/ |
H A D | gcc-generate-gimple-pass.h | 97 virtual opt_pass * clone () { return new _PASS_NAME_PASS(); } in clone() function
|
H A D | gcc-generate-rtl-pass.h | 97 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); } in clone() function
|
H A D | gcc-generate-simple_ipa-pass.h | 97 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); } in clone() function
|
H A D | gcc-generate-ipa-pass.h | 174 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); } in clone() function
|
/linux/drivers/net/usb/ |
H A D | lg-vl600.c | 103 struct sk_buff *clone; in vl600_rx_fixup() local
|
/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_ptp.c | 645 struct sk_buff *clone) in ocelot_port_queue_ptp_tx_skb() 722 struct sk_buff **clone) in ocelot_port_txtstamp_request()
|
/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | hwtstamp.h | 152 struct sk_buff *clone, in mv88e6xxx_port_rxtstamp()
|
/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_ptp.h | 160 struct sk_buff *clone) in sja1105_ptp_txtstamp_skb()
|
/linux/net/ieee802154/ |
H A D | socket.c | 371 struct sk_buff *clone; in ieee802154_raw_deliver() local 812 struct sk_buff *clone; in ieee802154_dgram_deliver() local
|