Lines Matching refs:rv

1477 	int rv;  in __bitmap_start_sync()  local
1484 rv = 0; in __bitmap_start_sync()
1488 rv = 1; in __bitmap_start_sync()
1490 rv = 1; in __bitmap_start_sync()
1498 return rv; in __bitmap_start_sync()
1511 int rv = 0; in bitmap_start_sync() local
1516 rv |= __bitmap_start_sync(bitmap, offset, in bitmap_start_sync()
1521 return rv; in bitmap_start_sync()
1869 int rv = 0, i, j; in bitmap_copy_from_slot() local
1877 rv = bitmap_init_from_disk(bitmap, 0); in bitmap_copy_from_slot()
1878 if (rv) in bitmap_copy_from_slot()
1908 return rv; in bitmap_copy_from_slot()
2156 int rv; in location_store() local
2158 rv = kstrtoll(buf+1, 10, &offset); in location_store()
2160 rv = kstrtoll(buf, 10, &offset); in location_store()
2161 if (rv) in location_store()
2162 return rv; in location_store()
2175 rv = PTR_ERR(bitmap); in location_store()
2178 rv = bitmap_load(mddev); in location_store()
2179 if (rv) { in location_store()
2185 if (rv) in location_store()
2186 return rv; in location_store()
2217 int rv; in space_store() local
2219 rv = kstrtoul(buf, 10, &sectors); in space_store()
2220 if (rv) in space_store()
2221 return rv; in space_store()
2259 int rv = strict_strtoul_scaled(buf, &timeout, 4); in timeout_store() local
2260 if (rv) in timeout_store()
2261 return rv; in timeout_store()
2300 int rv = kstrtoul(buf, 10, &backlog); in backlog_store() local
2301 if (rv) in backlog_store()
2302 return rv; in backlog_store()
2322 int rv; in chunksize_store() local
2326 rv = kstrtoul(buf, 10, &csize); in chunksize_store()
2327 if (rv) in chunksize_store()
2328 return rv; in chunksize_store()