Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_discovery.c158 uint64_t stblk,
165 uint64_t stblk,
1536 uint64_t stblk, in add_new_usable() argument
1552 stblk, stblk + nblks + 1); in add_new_usable()
1586 error = update_slice_attributes(new_usable, stblk, in add_new_usable()
1617 uint64_t stblk, in update_slice_attributes() argument
1627 if ((error = slice_set_start_block(slice, stblk)) == 0) { in update_slice_attributes()
1633 sname, index, stblk, nblks, nbytes, NULL); in update_slice_attributes()
H A Dlayout.c930 uint64_t stblk = 0; in get_modified_slices_for_disks() local
953 &stblk)) != 0) || in get_modified_slices_for_disks()
960 (error = devconfig_set_slice_start_block(newslice, stblk)) || in get_modified_slices_for_disks()
H A Dlayout_slice.c562 uint64_t stblk = 0; in create_devconfig_for_slice() local
570 (error = slice_get_start_block(slice, &stblk)) || in create_devconfig_for_slice()
579 (error = devconfig_set_slice_start_block(*nslice, stblk)) || in create_devconfig_for_slice()