| /Linux-v5.15/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 79 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() 258 	struct request *clone = tio->clone;  in dm_softirq_done()  local 300 static void end_clone_request(struct request *clone, blk_status_t error)  in end_clone_request() 307 static blk_status_t dm_dispatch_clone_request(struct request *clone, struct request *rq)  in dm_dispatch_clone_request() 336 static int setup_clone(struct request *clone, struct request *rq,  in setup_clone() 384 	struct request *clone = NULL;  in map_request()  local
  | 
| D | dm-zone.c | 370 				  struct bio *orig_bio, struct bio *clone)  in dm_zone_map_bio_begin() 471 				unsigned int zno, struct bio *clone)  in dm_zone_lock() 481 				  unsigned int zno, struct bio *clone)  in dm_zone_unlock() 527 	struct bio *clone = &tio->clone;  in dm_zone_map_bio()  local 599 void dm_zone_endio(struct dm_io *io, struct bio *clone)  in dm_zone_endio()
  | 
| D | dm-target.c | 134 				   struct request **clone)  in io_err_clone_and_map_rq() 139 static void io_err_release_clone_rq(struct request *clone,  in io_err_release_clone_rq()
  | 
| D | dm-rq.h | 30 	struct bio clone;  member
  | 
| D | dm-crypt.c | 1658 	struct bio *clone;  in crypt_alloc_buffer()  local 1705 static void crypt_free_buffer_pages(struct crypt_config *cc, struct bio *clone)  in crypt_free_buffer_pages() 1798 static void crypt_endio(struct bio *clone)  in crypt_endio() 1825 static void clone_init(struct dm_crypt_io *io, struct bio *clone)  in clone_init() 1838 	struct bio *clone;  in kcryptd_io_read()  local 1885 	struct bio *clone = io->ctx.bio_out;  in kcryptd_io_write()  local 1946 	struct bio *clone = io->ctx.bio_out;  in kcryptd_crypt_write_io_submit()  local 2045 	struct bio *clone;  in kcryptd_crypt_write_convert()  local
  | 
| D | dm-mpath.c | 510 	struct request *clone;  in multipath_clone_and_map()  local 564 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()
  | 
| D | dm.c | 520 	struct bio *clone;  in alloc_io()  local 557 		struct bio *clone = bio_alloc_bioset(gfp_mask, 0, &ci->io->md->bs);  in alloc_tio()  local 1190 	struct bio *clone = &tio->clone;  in __map_bio()  local 1267 	struct bio *clone = &tio->clone;  in clone_bio()  local 1342 	struct bio *clone = &tio->clone;  in __clone_and_map_simple_bio()  local
  | 
| /Linux-v5.15/net/core/ | 
| D | timestamping.c | 25 	struct sk_buff *clone;  in skb_clone_tx_timestamp()  local
  | 
| /Linux-v5.15/fs/ | 
| D | posix_acl.c | 205 	struct posix_acl *clone = NULL;  in posix_acl_clone()  local 539 	struct posix_acl *clone = posix_acl_clone(*acl, gfp);  in __posix_acl_create()  local 557 	struct posix_acl *clone = posix_acl_clone(*acl, gfp);  in __posix_acl_chmod()  local 618 	struct posix_acl *clone;  in posix_acl_create()  local
  | 
| /Linux-v5.15/fs/f2fs/ | 
| D | acl.c | 292 	struct posix_acl *clone = NULL;  in f2fs_acl_clone()  local 363 	struct posix_acl *clone;  in f2fs_acl_create()  local
  | 
| /Linux-v5.15/include/linux/dsa/ | 
| D | ocelot.h | 13 	struct sk_buff *clone;  member 253 	struct sk_buff *clone = OCELOT_SKB_CB(skb)->clone;  in ocelot_ptp_rew_op()  local
  | 
| D | sja1105.h | 58 	struct sk_buff *clone;  member
  | 
| /Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/engine/dma/ | 
| D | usernv04.c | 35 	bool clone;  member
  | 
| /Linux-v5.15/scripts/gcc-plugins/ | 
| D | gcc-generate-gimple-pass.h | 112 	virtual opt_pass * clone () { return new _PASS_NAME_PASS(); }  in clone()  function
  | 
| D | gcc-generate-rtl-pass.h | 112 	virtual opt_pass *clone() { return new _PASS_NAME_PASS(); }  in clone()  function
  | 
| D | gcc-generate-simple_ipa-pass.h | 112 	virtual opt_pass *clone() { return new _PASS_NAME_PASS(); }  in clone()  function
  | 
| D | gcc-generate-ipa-pass.h | 189 	virtual opt_pass *clone() { return new _PASS_NAME_PASS(); }  in clone()  function
  | 
| /Linux-v5.15/fs/9p/ | 
| D | fid.c | 153 	int i, n, l, clone, access;  in v9fs_fid_lookup_with_uid()  local
  | 
| /Linux-v5.15/drivers/net/usb/ | 
| D | lg-vl600.c | 103 	struct sk_buff *clone;  in vl600_rx_fixup()  local
  | 
| /Linux-v5.15/net/rds/ | 
| D | tcp_recv.c | 161 	struct sk_buff *clone;  in rds_tcp_data_recv()  local
  | 
| /Linux-v5.15/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()
  | 
| /Linux-v5.15/drivers/net/dsa/mv88e6xxx/ | 
| D | hwtstamp.h | 148 					   struct sk_buff *clone,  in mv88e6xxx_port_rxtstamp()
  | 
| /Linux-v5.15/drivers/net/dsa/sja1105/ | 
| D | sja1105_ptp.h | 135 					    struct sk_buff *clone)  in sja1105_ptp_txtstamp_skb()
  | 
| /Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ | 
| D | amdgpu_sync.c | 376 int amdgpu_sync_clone(struct amdgpu_sync *source, struct amdgpu_sync *clone)  in amdgpu_sync_clone()
  |