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

/linux-master/drivers/md/
H A Ddm-bufio.c351 unsigned int dirty_start; member in struct:dm_buffer
1458 b->write_start = b->dirty_start;
2079 b->dirty_start = start;
2083 if (start < b->dirty_start)
2084 b->dirty_start = start;

Completed in 197 milliseconds