Home
last modified time | relevance | path

Searched refs:new_chain (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/block/
Dosdblk.c266 struct bio *tmp, *new_chain = NULL, *tail = NULL; in bio_chain_clone() local
277 if (!new_chain) in bio_chain_clone()
278 new_chain = tail = tmp; in bio_chain_clone()
287 return new_chain; in bio_chain_clone()
291 bio_chain_put(new_chain); in bio_chain_clone()