Home
last modified time | relevance | path

Searched refs:strict_blocks_to_sectors (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/md/
H A Dmd.c3488 static int strict_blocks_to_sectors(const char *buf, sector_t *sectors) in strict_blocks_to_sectors()
3516 if (strict_blocks_to_sectors(buf, &sectors) < 0) in rdev_size_store()
4932 int err = strict_blocks_to_sectors(buf, &sectors); in size_store()
5806 if (strict_blocks_to_sectors(buf, &sectors) < 0) in array_size_store()
3477 static int strict_blocks_to_sectors(const char *buf, sector_t *sectors) strict_blocks_to_sectors() function