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

/linux-master/drivers/md/
H A Ddm-core.h312 DM_IO_WAS_SPLIT, enumerator in enum:__anon48
H A Ddm.c503 if (unlikely(dm_io_flagged(io, DM_IO_WAS_SPLIT)))
526 if (unlikely(dm_io_flagged(io, DM_IO_WAS_SPLIT)))
1033 * Also flush data dm_io won't be marked as DM_IO_WAS_SPLIT, so they
1036 if (dm_io_flagged(io, DM_IO_WAS_SPLIT))
1355 dm_io_set_flag(io, DM_IO_WAS_SPLIT);
1486 dm_io_set_flag(io, DM_IO_WAS_SPLIT);

Completed in 154 milliseconds