/Linux-v6.6/drivers/md/ |
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 …]
|
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
|
D | dm-zone.c | 368 unsigned int zno, struct bio *clone) in dm_zone_map_bio_begin() 464 struct bio *clone) in dm_zone_lock() 474 struct bio *clone) in dm_zone_unlock() 517 struct bio *clone = &tio->clone; in dm_zone_map_bio() local 585 void dm_zone_endio(struct dm_io *io, struct bio *clone) in dm_zone_endio()
|
D | dm-flakey.c | 392 static void clone_free(struct bio *clone) in clone_free() 405 static void clone_endio(struct bio *clone) in clone_endio() 415 struct bio *clone; in clone_bio() local 535 struct bio *clone = clone_bio(ti, fc, bio); in flakey_map() local
|
D | dm-target.c | 142 struct request **clone) in io_err_clone_and_map_rq() 147 static void io_err_release_clone_rq(struct request *clone, in io_err_release_clone_rq()
|
D | dm-rq.h | 31 struct bio clone; member
|
D | dm.c | 92 static inline struct dm_target_io *clone_to_tio(struct bio *clone) in clone_to_tio() 542 static void dm_start_io_acct(struct dm_io *io, struct bio *clone) in dm_start_io_acct() 577 struct bio *clone; in alloc_io() local 617 struct bio *clone; in alloc_tio() local 658 static void free_tio(struct bio *clone) in free_tio() 1357 void dm_submit_bio_remap(struct bio *clone, struct bio *tgt_clone) in dm_submit_bio_remap() 1394 static void __map_bio(struct bio *clone) in __map_bio() 1506 struct bio *clone; in __send_duplicate_bios() local 1702 struct bio *clone; in __split_and_process_bio() local
|
D | dm-mpath.c | 517 struct request *clone; in multipath_clone_and_map() local 570 static void multipath_release_clone(struct request *clone, in multipath_release_clone() 1642 static int multipath_end_io(struct dm_target *ti, struct request *clone, in multipath_end_io() 1691 static int multipath_end_io_bio(struct dm_target *ti, struct bio *clone, in multipath_end_io_bio()
|
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | dynptr_fail.c | 1455 struct bpf_dynptr clone; in clone_invalid2() local 1474 struct bpf_dynptr clone; in clone_invalidate1() local 1496 struct bpf_dynptr clone; in clone_invalidate2() local 1543 struct bpf_dynptr clone; in clone_invalidate4() local 1569 struct bpf_dynptr clone; in clone_invalidate5() local 1623 struct bpf_dynptr clone; in clone_skb_packet_data() local 1649 struct bpf_dynptr clone; in clone_xdp_packet_data() local
|
/Linux-v6.6/net/core/ |
D | timestamping.c | 25 struct sk_buff *clone; in skb_clone_tx_timestamp() local
|
/Linux-v6.6/include/linux/dsa/ |
D | ocelot.h | 14 struct sk_buff *clone; member 262 struct sk_buff *clone = OCELOT_SKB_CB(skb)->clone; in ocelot_ptp_rew_op() local
|
D | ksz_common.h | 38 struct sk_buff *clone; member
|
D | sja1105.h | 57 struct sk_buff *clone; member
|
/Linux-v6.6/fs/f2fs/ |
D | acl.c | 297 struct posix_acl *clone = NULL; in f2fs_acl_clone() local 368 struct posix_acl *clone; in f2fs_acl_create() local
|
/Linux-v6.6/fs/ |
D | posix_acl.c | 221 struct posix_acl *clone = NULL; in posix_acl_clone() local 559 struct posix_acl *clone = posix_acl_clone(*acl, gfp); in __posix_acl_create() local 577 struct posix_acl *clone = posix_acl_clone(*acl, gfp); in __posix_acl_chmod() local 639 struct posix_acl *clone; in posix_acl_create() local
|
/Linux-v6.6/drivers/net/ethernet/mscc/ |
D | ocelot_ptp.c | 611 struct sk_buff *clone) in ocelot_port_add_txtstamp_skb() 663 struct sk_buff **clone) in ocelot_port_txtstamp_request() 733 static bool ocelot_validate_ptp_skb(struct sk_buff *clone, u16 seqid) in ocelot_validate_ptp_skb()
|
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
D | usernv04.c | 35 bool clone; member
|
/Linux-v6.6/rust/alloc/vec/ |
D | into_iter.rs | 390 fn clone(&self) -> Self { in clone() method 394 fn clone(&self) -> Self { in clone() method
|
/Linux-v6.6/scripts/gcc-plugins/ |
D | gcc-generate-rtl-pass.h | 97 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); } in clone() function
|
D | gcc-generate-simple_ipa-pass.h | 97 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); } in clone() function
|
D | gcc-generate-gimple-pass.h | 97 virtual opt_pass * clone () { return new _PASS_NAME_PASS(); } in clone() function
|
/Linux-v6.6/drivers/net/usb/ |
D | lg-vl600.c | 103 struct sk_buff *clone; in vl600_rx_fixup() local
|
/Linux-v6.6/rust/kernel/sync/ |
D | arc.rs | 278 fn clone(&self) -> Self { in clone() method 394 fn clone(&self) -> Self { in clone() method
|
/Linux-v6.6/net/rds/ |
D | tcp_recv.c | 162 struct sk_buff *clone; in rds_tcp_data_recv() local
|
/Linux-v6.6/drivers/scsi/cxlflash/ |
D | vlun.c | 46 static void marshal_clone_to_rele(struct dk_cxlflash_clone *clone, in marshal_clone_to_rele() 1191 struct dk_cxlflash_clone *clone) in cxlflash_disk_clone()
|