Home
last modified time | relevance | path

Searched refs:dest_dev_flushed (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-clone-target.c1135 static int commit_metadata(struct clone *clone, bool *dest_dev_flushed) in commit_metadata() argument
1139 if (dest_dev_flushed) in commit_metadata()
1140 *dest_dev_flushed = false; in commit_metadata()
1168 if (dest_dev_flushed) in commit_metadata()
1169 *dest_dev_flushed = true; in commit_metadata()
1241 bool dest_dev_flushed; in process_deferred_flush_bios() local
1261 if (commit_metadata(clone, &dest_dev_flushed)) { in process_deferred_flush_bios()
1276 if ((bio->bi_opf & REQ_PREFLUSH) && dest_dev_flushed) { in process_deferred_flush_bios()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-clone-target.c1129 static int commit_metadata(struct clone *clone, bool *dest_dev_flushed) in commit_metadata() argument
1133 if (dest_dev_flushed) in commit_metadata()
1134 *dest_dev_flushed = false; in commit_metadata()
1158 if (dest_dev_flushed) in commit_metadata()
1159 *dest_dev_flushed = true; in commit_metadata()
1231 bool dest_dev_flushed; in process_deferred_flush_bios() local
1251 if (commit_metadata(clone, &dest_dev_flushed)) { in process_deferred_flush_bios()
1266 if ((bio->bi_opf & REQ_PREFLUSH) && dest_dev_flushed) { in process_deferred_flush_bios()

Completed in 9 milliseconds