Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-target.c134 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()
Ddm.c86 struct request *orig, *clone; member
106 struct bio clone; member
1028 static void end_clone_bio(struct bio *clone) in end_clone_bio()
1121 static void free_rq_clone(struct request *clone) in free_rq_clone()
1149 static void dm_end_request(struct request *clone, int error) in dm_end_request()
1181 struct request *clone = tio->clone; in dm_unprep_request() local
1264 static void dm_done(struct request *clone, int error, bool mapped) in dm_done()
1303 struct request *clone = tio->clone; in dm_softirq_done() local
1356 static void end_clone_request(struct request *clone, int error) in end_clone_request()
1475 struct bio *clone = &tio->clone; in __map_bio() local
[all …]
Ddm-crypt.c990 struct bio *clone; in crypt_alloc_buffer() local
1037 static void crypt_free_buffer_pages(struct crypt_config *cc, struct bio *clone) in crypt_free_buffer_pages()
1102 static void crypt_endio(struct bio *clone) in crypt_endio()
1129 static void clone_init(struct dm_crypt_io *io, struct bio *clone) in clone_init()
1142 struct bio *clone; in kcryptd_io_read() local
1183 struct bio *clone = io->ctx.bio_out; in kcryptd_io_write() local
1247 struct bio *clone = io->ctx.bio_out; in kcryptd_crypt_write_io_submit() local
1291 struct bio *clone; in kcryptd_crypt_write_convert() local
Ddm-mpath.c379 static int __multipath_map(struct dm_target *ti, struct request *clone, in __multipath_map()
451 static int multipath_map(struct dm_target *ti, struct request *clone, in multipath_map()
459 struct request **clone) in multipath_clone_and_map()
464 static void multipath_release_clone(struct request *clone) in multipath_release_clone()
1249 static int do_end_io(struct multipath *m, struct request *clone, in do_end_io()
1290 static int multipath_end_io(struct dm_target *ti, struct request *clone, in multipath_end_io()
Ddm-era-target.c1002 struct dm_block *clone; in metadata_take_snap() local
1062 struct dm_block *clone; in metadata_drop_snap() local
/linux-4.4.14/net/core/
Dtimestamping.c38 struct sk_buff *clone; in skb_clone_tx_timestamp() local
Dskbuff.c1570 struct sk_buff *clone = NULL; in __pskb_pull_tail() local
3634 struct sk_buff *clone; in skb_clone_sk() local
/linux-4.4.14/fs/
Dposix_acl.c158 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
550 struct posix_acl *clone; in posix_acl_create() local
/linux-4.4.14/fs/f2fs/
Dacl.c266 struct posix_acl *clone = NULL; in f2fs_acl_clone() local
337 struct posix_acl *clone; in f2fs_acl_create() local
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/dma/
Dusernv04.c35 bool clone; member
/linux-4.4.14/net/ipv6/netfilter/
Dnf_conntrack_reasm.c414 struct sk_buff *clone; in nf_ct_frag6_reasm() local
569 struct sk_buff *clone; in nf_ct_frag6_gather() local
/linux-4.4.14/fs/9p/
Dfid.c121 int i, n, l, clone, access; in v9fs_fid_lookup_with_uid() local
/linux-4.4.14/drivers/net/usb/
Dlg-vl600.c117 struct sk_buff *clone; in vl600_rx_fixup() local
/linux-4.4.14/net/rds/
Dtcp_recv.c161 struct sk_buff *clone; in rds_tcp_data_recv() local
/linux-4.4.14/drivers/scsi/cxlflash/
Dvlun.c49 static void marshal_clone_to_rele(struct dk_cxlflash_clone *clone, in marshal_clone_to_rele()
1119 struct dk_cxlflash_clone *clone) in cxlflash_disk_clone()
/linux-4.4.14/net/ipv4/
Dtcp_cong.c302 char *saved_clone, *clone, *name; in tcp_set_allowed_congestion_control() local
Dip_fragment.c580 struct sk_buff *clone; in ip_frag_reasm() local
Draw.c190 struct sk_buff *clone = skb_clone(skb, GFP_ATOMIC); in raw_v4_input() local
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_ptp.c58 struct sk_buff *clone; in fm10k_ts_tx_enqueue() local
/linux-4.4.14/net/ieee802154/
Dsocket.c377 struct sk_buff *clone; in ieee802154_raw_deliver() local
807 struct sk_buff *clone; in ieee802154_dgram_deliver() local
/linux-4.4.14/net/ipv6/
Dreassembly.c433 struct sk_buff *clone; in ip6_frag_reasm() local
Draw.c214 struct sk_buff *clone = skb_clone(skb, GFP_ATOMIC); in ipv6_raw_deliver() local
/linux-4.4.14/net/ieee802154/6lowpan/
Dreassembly.c263 struct sk_buff *clone; in lowpan_frag_reasm() local
/linux-4.4.14/include/uapi/scsi/
Dcxlflash_ioctl.h152 struct dk_cxlflash_clone clone; member
/linux-4.4.14/net/phonet/
Dsocket.c125 struct sk_buff *clone; in pn_deliver_sock_broadcast() local
/linux-4.4.14/include/linux/
Ddevice-mapper.h296 struct bio clone; member
/linux-4.4.14/kernel/
Dfork.c1809 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() argument
/linux-4.4.14/net/9p/
Dclient.c1152 char **wnames, int clone) in p9_client_walk()
/linux-4.4.14/fs/gfs2/
Drgrp.c1297 const u8 *clone = bi->bi_clone ? bi->bi_clone : bi->bi_bh->b_data; in gfs2_rgrp_send_discards() local
/linux-4.4.14/include/net/netfilter/
Dnf_tables.h621 int (*clone)(struct nft_expr *dst, member