Lines Matching defs:new
96 sector_t log_start; /* log head. where new data appends */
102 struct r5l_io_unit *current_io; /* current io_unit accepting new data */
174 * big_stripe_tree. Instead of adding new flag, we reuses existing flags:
215 struct bio *current_bio;/* current_bio accepting new data */
243 IO_UNIT_RUNNING = 0, /* accepting new IO */
245 * don't accepting new bio */
754 * which will require a new bio.
1148 * calculate new last_checkpoint
1327 * superblock is updated to new log tail. Updating superblock (either
1564 unsigned long new = (unsigned long)space; /* overflow in theory */
1570 if (new < target)
1572 } while (cmpxchg(&log->reclaim_target, target, new) != target);
2238 * At the end of the scan, we return the new journal_tail, which points to
2288 * superblock points to meta 1, we write a new valid meta 2n. if crash
2289 * happens again, new recovery will start from meta 1. Since meta 2n is
2291 * The solution is we create a new meta in meta2 with its seq == meta
2349 * point on, the recovery will start from new log->last_checkpoint.