Home
last modified time | relevance | path

Searched defs:clone (Results 1 – 25 of 71) sorted by relevance

123

/Linux-v6.1/drivers/md/
Ddm-clone-target.c69 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 …]
Ddm-rq.c20 struct request *orig, *clone; member
77 static void end_clone_bio(struct bio *clone) in end_clone_bio()
155 static void dm_end_request(struct request *clone, blk_status_t error) in dm_end_request()
202 static void dm_done(struct request *clone, blk_status_t error, bool mapped) in dm_done()
253 struct request *clone = tio->clone; in dm_softirq_done() local
295 static enum rq_end_io_ret end_clone_request(struct request *clone, in end_clone_request()
318 static int setup_clone(struct request *clone, struct request *rq, in setup_clone()
366 struct request *clone = NULL; in map_request() local
Ddm-zone.c369 unsigned int zno, struct bio *clone) in dm_zone_map_bio_begin()
465 struct bio *clone) in dm_zone_lock()
475 struct bio *clone) in dm_zone_unlock()
518 struct bio *clone = &tio->clone; in dm_zone_map_bio() local
586 void dm_zone_endio(struct dm_io *io, struct bio *clone) in dm_zone_endio()
Ddm-target.c135 struct request **clone) in io_err_clone_and_map_rq()
140 static void io_err_release_clone_rq(struct request *clone, in io_err_release_clone_rq()
Ddm-rq.h30 struct bio clone; member
Ddm.c91 static inline struct dm_target_io *clone_to_tio(struct bio *clone) in clone_to_tio()
539 static void dm_start_io_acct(struct dm_io *io, struct bio *clone) in dm_start_io_acct()
574 struct bio *clone; in alloc_io() local
611 struct bio *clone; in alloc_tio() local
652 static void free_tio(struct bio *clone) in free_tio()
1364 void dm_submit_bio_remap(struct bio *clone, struct bio *tgt_clone) in dm_submit_bio_remap()
1401 static void __map_bio(struct bio *clone) in __map_bio()
1511 struct bio *clone; in __send_duplicate_bios() local
1691 struct bio *clone; in __split_and_process_bio() local
Ddm-mpath.c512 struct request *clone; in multipath_clone_and_map() local
565 static void multipath_release_clone(struct request *clone, in multipath_release_clone()
1634 static int multipath_end_io(struct dm_target *ti, struct request *clone, in multipath_end_io()
1683 static int multipath_end_io_bio(struct dm_target *ti, struct bio *clone, in multipath_end_io_bio()
Ddm-crypt.c1664 struct bio *clone; in crypt_alloc_buffer() local
1710 static void crypt_free_buffer_pages(struct crypt_config *cc, struct bio *clone) in crypt_free_buffer_pages()
1803 static void crypt_endio(struct bio *clone) in crypt_endio()
1835 struct bio *clone; in kcryptd_io_read() local
1883 struct bio *clone = io->ctx.bio_out; in kcryptd_io_write() local
1944 struct bio *clone = io->ctx.bio_out; in kcryptd_crypt_write_io_submit() local
2042 struct bio *clone; in kcryptd_crypt_write_convert() local
/Linux-v6.1/net/core/
Dtimestamping.c25 struct sk_buff *clone; in skb_clone_tx_timestamp() local
/Linux-v6.1/drivers/net/ethernet/mscc/
Docelot_ptp.c590 struct sk_buff *clone) in ocelot_port_add_txtstamp_skb()
642 struct sk_buff **clone) in ocelot_port_txtstamp_request()
712 static bool ocelot_validate_ptp_skb(struct sk_buff *clone, u16 seqid) in ocelot_validate_ptp_skb()
/Linux-v6.1/include/linux/dsa/
Docelot.h14 struct sk_buff *clone; member
262 struct sk_buff *clone = OCELOT_SKB_CB(skb)->clone; in ocelot_ptp_rew_op() local
Dsja1105.h61 struct sk_buff *clone; member
/Linux-v6.1/fs/f2fs/
Dacl.c295 struct posix_acl *clone = NULL; in f2fs_acl_clone() local
366 struct posix_acl *clone; in f2fs_acl_create() local
/Linux-v6.1/fs/
Dposix_acl.c206 struct posix_acl *clone = NULL; in posix_acl_clone() local
544 struct posix_acl *clone = posix_acl_clone(*acl, gfp); in __posix_acl_create() local
562 struct posix_acl *clone = posix_acl_clone(*acl, gfp); in __posix_acl_chmod() local
623 struct posix_acl *clone; in posix_acl_create() local
/Linux-v6.1/rust/alloc/vec/
Dinto_iter.rs308 fn clone(&self) -> Self { in clone() method
312 fn clone(&self) -> Self { in clone() method
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/engine/dma/
Dusernv04.c35 bool clone; member
/Linux-v6.1/scripts/gcc-plugins/
Dgcc-generate-gimple-pass.h97 virtual opt_pass * clone () { return new _PASS_NAME_PASS(); } in clone() function
Dgcc-generate-simple_ipa-pass.h97 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); } in clone() function
Dgcc-generate-rtl-pass.h97 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); } in clone() function
Dgcc-generate-ipa-pass.h174 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); } in clone() function
/Linux-v6.1/drivers/net/usb/
Dlg-vl600.c103 struct sk_buff *clone; in vl600_rx_fixup() local
/Linux-v6.1/net/rds/
Dtcp_recv.c161 struct sk_buff *clone; in rds_tcp_data_recv() local
/Linux-v6.1/drivers/scsi/cxlflash/
Dvlun.c46 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()
/Linux-v6.1/drivers/net/dsa/mv88e6xxx/
Dhwtstamp.h148 struct sk_buff *clone, in mv88e6xxx_port_rxtstamp()
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_sync.c344 int amdgpu_sync_clone(struct amdgpu_sync *source, struct amdgpu_sync *clone) in amdgpu_sync_clone()

123