Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_device_util.h107 extern int slice_get_start_block(dm_descriptor_t slice, uint64_t *val);
H A Dlayout_discovery.c1437 ((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()
H A Dlayout_slice.c570 (error = slice_get_start_block(slice, &stblk)) || in create_devconfig_for_slice()
747 (error = slice_get_start_block(oslice, &ostblk)) || in create_new_slice()
H A Dlayout_device_util.c2390 slice_get_start_block( in slice_get_start_block() function
2417 (error = slice_get_start_block(slice, &nblks)); in slice_get_start()