Lines Matching defs:end
1210 * it's at the end of the disk.
1653 * 0: At least 8K, but less than 12K, from end of device
2284 * beyond end of badblocks
4698 char *end;
4709 chunk = end_chunk = simple_strtoul(buf, &end, 0);
4710 if (buf == end) break;
4711 if (*end == '-') { /* range */
4712 buf = end + 1;
4713 end_chunk = simple_strtoul(buf, &end, 0);
4714 if (buf == end) break;
4716 if (*end && !isspace(*end)) break;
4718 buf = skip_spaces(end);
8182 * near the end of resync when the number of remaining sectors
9915 * for_each_mddev() will call mddev_put() at the end of each