/linux-4.1.27/drivers/md/ |
D | dm-target.c | 134 static int io_err_map_rq(struct dm_target *ti, struct request *clone, in io_err_map_rq() 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.c | 85 struct request *orig, *clone; member 102 struct bio clone; member 996 static void end_clone_bio(struct bio *clone, int error) in end_clone_bio() 1077 static void free_rq_clone(struct request *clone) in free_rq_clone() 1105 static void dm_end_request(struct request *clone, int error) in dm_end_request() 1136 struct request *clone = tio->clone; in dm_unprep_request() local 1180 static void dm_requeue_unmapped_request(struct request *clone) in dm_requeue_unmapped_request() 1225 static void dm_done(struct request *clone, int error, bool mapped) in dm_done() 1264 struct request *clone = tio->clone; in dm_softirq_done() local 1316 static void end_clone_request(struct request *clone, int error) in end_clone_request() [all …]
|
D | dm-mpath.c | 382 static int __multipath_map(struct dm_target *ti, struct request *clone, in __multipath_map() 454 static int multipath_map(struct dm_target *ti, struct request *clone, in multipath_map() 462 struct request **clone) in multipath_clone_and_map() 467 static void multipath_release_clone(struct request *clone) in multipath_release_clone() 1264 static int do_end_io(struct multipath *m, struct request *clone, in do_end_io() 1305 static int multipath_end_io(struct dm_target *ti, struct request *clone, in multipath_end_io()
|
D | dm-crypt.c | 976 struct bio *clone; in crypt_alloc_buffer() local 1023 static void crypt_free_buffer_pages(struct crypt_config *cc, struct bio *clone) in crypt_free_buffer_pages() 1087 static void crypt_endio(struct bio *clone, int error) in crypt_endio() 1115 static void clone_init(struct dm_crypt_io *io, struct bio *clone) in clone_init() 1128 struct bio *clone; in kcryptd_io_read() local 1169 struct bio *clone = io->ctx.bio_out; in kcryptd_io_write() local 1235 struct bio *clone = io->ctx.bio_out; in kcryptd_crypt_write_io_submit() local 1279 struct bio *clone; in kcryptd_crypt_write_convert() local
|
D | dm-era-target.c | 998 struct dm_block *clone; in metadata_take_snap() local 1063 struct dm_block *clone; in metadata_drop_snap() local
|
/linux-4.1.27/net/core/ |
D | timestamping.c | 38 struct sk_buff *clone; in skb_clone_tx_timestamp() local
|
D | skbuff.c | 1618 struct sk_buff *clone = NULL; in __pskb_pull_tail() local 3634 struct sk_buff *clone; in skb_clone_sk() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/ |
D | nv04.c | 34 bool clone; member
|
/linux-4.1.27/fs/ |
D | posix_acl.c | 158 struct posix_acl *clone = NULL; in posix_acl_clone() local 485 struct posix_acl *clone = posix_acl_clone(*acl, gfp); in __posix_acl_create() local 503 struct posix_acl *clone = posix_acl_clone(*acl, gfp); in __posix_acl_chmod() local
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | nf_conntrack_reasm.c | 414 struct sk_buff *clone; in nf_ct_frag6_reasm() local 569 struct sk_buff *clone; in nf_ct_frag6_gather() local
|
/linux-4.1.27/fs/9p/ |
D | fid.c | 121 int i, n, l, clone, access; in v9fs_fid_lookup_with_uid() local
|
/linux-4.1.27/drivers/net/usb/ |
D | lg-vl600.c | 117 struct sk_buff *clone; in vl600_rx_fixup() local
|
/linux-4.1.27/net/rds/ |
D | tcp_recv.c | 161 struct sk_buff *clone; in rds_tcp_data_recv() local
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_encoder.c | 133 struct drm_encoder *clone; in exynos_drm_encoder_clones() local
|
/linux-4.1.27/fs/f2fs/ |
D | acl.c | 266 struct posix_acl *clone = NULL; in f2fs_acl_clone() local
|
/linux-4.1.27/net/tipc/ |
D | udp_media.c | 157 struct sk_buff *clone; in tipc_udp_send_msg() local
|
D | bearer.c | 428 struct sk_buff *clone; in tipc_l2_send_msg() local
|
/linux-4.1.27/net/ipv4/ |
D | tcp_cong.c | 291 char *saved_clone, *clone, *name; in tcp_set_allowed_congestion_control() local
|
D | ip_fragment.c | 559 struct sk_buff *clone; in ip_frag_reasm() local
|
D | raw.c | 190 struct sk_buff *clone = skb_clone(skb, GFP_ATOMIC); in raw_v4_input() local
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_ptp.c | 58 struct sk_buff *clone; in fm10k_ts_tx_enqueue() local
|
/linux-4.1.27/net/ieee802154/ |
D | socket.c | 385 struct sk_buff *clone; in ieee802154_raw_deliver() local 815 struct sk_buff *clone; in ieee802154_dgram_deliver() local
|
/linux-4.1.27/net/ieee802154/6lowpan/ |
D | reassembly.c | 274 struct sk_buff *clone; in lowpan_frag_reasm() local
|
/linux-4.1.27/net/ipv6/ |
D | reassembly.c | 433 struct sk_buff *clone; in ip6_frag_reasm() local
|
D | raw.c | 214 struct sk_buff *clone = skb_clone(skb, GFP_ATOMIC); in ipv6_raw_deliver() local
|
/linux-4.1.27/net/phonet/ |
D | socket.c | 125 struct sk_buff *clone; in pn_deliver_sock_broadcast() local
|
/linux-4.1.27/include/linux/ |
D | device-mapper.h | 298 struct bio clone; member
|
/linux-4.1.27/kernel/ |
D | fork.c | 1778 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() argument
|
/linux-4.1.27/net/9p/ |
D | client.c | 1152 char **wnames, int clone) in p9_client_walk()
|
/linux-4.1.27/fs/gfs2/ |
D | rgrp.c | 1281 const u8 *clone = bi->bi_clone ? bi->bi_clone : bi->bi_bh->b_data; in gfs2_rgrp_send_discards() local
|