Lines Matching refs:start
106 sector_t start;
668 sector += c->start;
971 * If we are over threshold_buffers, start freeing buffers.
1215 unsigned start, unsigned end)
1219 BUG_ON(start >= end);
1227 b->dirty_start = start;
1231 if (start < b->dirty_start)
1232 b->dirty_start = start;
1529 if (s >= c->start)
1530 s -= c->start;
1886 void dm_bufio_set_sector_offset(struct dm_bufio_client *c, sector_t start)
1888 c->start = start;