Searched refs:slice_get_start_block (Results 1 – 4 of 4) sorted by relevance
107 extern int slice_get_start_block(dm_descriptor_t slice, uint64_t *val);
1437 ((error = slice_get_start_block(cur, &cur_stblk)) != 0) || in create_usable_slices()1468 if (((error = slice_get_start_block(next, &next_stblk)) == 0) && in create_usable_slices()2423 (void) slice_get_start_block((uintptr_t)desc1, &stblk1); in compare_start_blocks()2424 (void) slice_get_start_block((uintptr_t)desc2, &stblk2); in compare_start_blocks()
570 (error = slice_get_start_block(slice, &stblk)) || in create_devconfig_for_slice()747 (error = slice_get_start_block(oslice, &ostblk)) || in create_new_slice()
2390 slice_get_start_block( in slice_get_start_block() function2417 (error = slice_get_start_block(slice, &nblks)); in slice_get_start()