Lines Matching defs:count
35 atomic_t count;
133 if (atomic_dec_and_test(&io->count))
305 sector_t remaining = where->count;
322 atomic_inc(&io->count);
328 * where->count may be zero if op holds a flush and we need to
349 bio->bi_iter.bi_sector = where->sector + (where->count - remaining);
385 atomic_inc(&io->count);
408 if (where[i].count || (op_flags & REQ_PREFLUSH))
448 atomic_set(&io->count, 1); /* see dispatch_io() */
480 atomic_set(&io->count, 1); /* see dispatch_io() */
543 r = dp_init(io_req, &dp, (unsigned long)where->count << SECTOR_SHIFT);