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

/illumos-gate/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) ||
1468 if (((error = slice_get_start_block(next, &next_stblk)) == 0) &&
2423 (void) slice_get_start_block((uintptr_t)desc1, &stblk1);
2424 (void) slice_get_start_block((uintptr_t)desc2, &stblk2);
H A Dlayout_slice.c570 (error = slice_get_start_block(slice, &stblk)) ||
747 (error = slice_get_start_block(oslice, &ostblk)) ||
H A Dlayout_device_util.c2372 * FUNCTION: slice_get_start_block(dm_descriptor_t slice, uint64_t *val)
2390 slice_get_start_block( function
2417 (error = slice_get_start_block(slice, &nblks));

Completed in 270 milliseconds