Home
last modified time | relevance | path

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

1234

/openbmc/linux/drivers/md/
H A 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;
95 mempool_t hydration_pool;
106 spinlock_t lock;
107 struct bio_list deferred_bios;
136 enum clone_metadata_mode mode; argument
141 * dm-clone flags argument
530 struct clone *clone; member
[all …]
H A Ddm-rq.c21 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 Ddm-zone.c368 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()
H A Ddm-flakey.c392 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
H A Ddm-target.c142 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()
H A Ddm-rq.h31 struct bio clone; member
H A Ddm.c92 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
H A Ddm-mpath.c517 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()
/openbmc/openbmc/poky/scripts/contrib/
H A Dpatchtest.sh25 function clone() { function
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Ddynptr_fail.c1455 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
/openbmc/linux/net/core/
H A Dtimestamping.c25 struct sk_buff *clone; in skb_clone_tx_timestamp() local
/openbmc/linux/fs/f2fs/
H A Dacl.c297 struct posix_acl *clone = NULL; in f2fs_acl_clone() local
368 struct posix_acl *clone; in f2fs_acl_create() local
/openbmc/linux/include/linux/dsa/
H A Docelot.h16 struct sk_buff *clone; member
264 struct sk_buff *clone = OCELOT_SKB_CB(skb)->clone; in ocelot_ptp_rew_op() local
H A Dksz_common.h38 struct sk_buff *clone; member
H A Dsja1105.h57 struct sk_buff *clone; member
/openbmc/linux/fs/
H A Dposix_acl.c221 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
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_ptp.c611 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()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dusernv04.c35 bool clone; member
/openbmc/linux/rust/alloc/vec/
H A Dinto_iter.rs390 fn clone(&self) -> Self { in clone() method
394 fn clone(&self) -> Self { in clone() method
/openbmc/linux/scripts/gcc-plugins/
H A Dgcc-generate-simple_ipa-pass.h97 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); } in clone() function
H A Dgcc-generate-gimple-pass.h97 virtual opt_pass * clone () { return new _PASS_NAME_PASS(); } in clone() function
H A Dgcc-generate-rtl-pass.h97 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); } in clone() function
/openbmc/linux/drivers/net/usb/
H A Dlg-vl600.c103 struct sk_buff *clone; in vl600_rx_fixup() local
/openbmc/linux/rust/kernel/sync/
H A Darc.rs278 fn clone(&self) -> Self { in clone() method
394 fn clone(&self) -> Self { in clone() method
/openbmc/linux/net/rds/
H A Dtcp_recv.c162 struct sk_buff *clone; in rds_tcp_data_recv() local

1234