/openbmc/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; 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 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-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()
|
H A 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
|
H A 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()
|
H A D | dm-rq.h | 31 struct bio clone; member
|
H A 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
|
H A 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()
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | patchtest.sh | 25 function clone() { function
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A 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
|
/openbmc/linux/net/core/ |
H A D | timestamping.c | 25 struct sk_buff *clone; in skb_clone_tx_timestamp() local
|
/openbmc/linux/fs/f2fs/ |
H A D | acl.c | 297 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 D | ocelot.h | 16 struct sk_buff *clone; member 264 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
|
H A D | sja1105.h | 57 struct sk_buff *clone; member
|
/openbmc/linux/fs/ |
H A 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
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A 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()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
H A D | usernv04.c | 35 bool clone; member
|
/openbmc/linux/rust/alloc/vec/ |
H A D | into_iter.rs | 390 fn clone(&self) -> Self { in clone() method 394 fn clone(&self) -> Self { in clone() method
|
/openbmc/linux/scripts/gcc-plugins/ |
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-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
|
/openbmc/linux/drivers/net/usb/ |
H A D | lg-vl600.c | 103 struct sk_buff *clone; in vl600_rx_fixup() local
|
/openbmc/linux/rust/kernel/sync/ |
H A D | arc.rs | 278 fn clone(&self) -> Self { in clone() method 394 fn clone(&self) -> Self { in clone() method
|
/openbmc/linux/net/rds/ |
H A D | tcp_recv.c | 162 struct sk_buff *clone; in rds_tcp_data_recv() local
|