Lines Matching defs:writes
171 * count writes in its epoch. */
2212 struct list_head writes;
2218 LIST_HEAD(writes);
2222 list_splice_init(&retry->writes, &writes);
2225 list_for_each_entry_safe(req, tmp, &writes, tl_requests) {
2251 * concurrent writes in multi-primary setup.
2272 list_move_tail(&req->tl_requests, &retry.writes);
2645 INIT_LIST_HEAD(&device->submit.writes);
2873 INIT_LIST_HEAD(&retry.writes);
3387 * Sets all bits in the bitmap and writes the whole bitmap to stable storage.
3414 * Clears all bits in the bitmap and writes the whole bitmap to stable storage.