Lines Matching refs:modified
847 * SIDEEFFECTS: updates the module private list of modified slices
883 /* create a modified slice record for the new slice */
895 /* update/create the modified slice record gfor the source slice */
911 * was taken from to create the modified slice
912 * mod_name - name of the modified slice
913 * mod_index - name of the modified slice
914 * mod_stblk - start block of the modified slice
915 * mod_nblks - size in blocks of the modified slice
916 * mod_size - size in bytes of the modified slice
919 * devconfig_t representing the modified slice.
921 * SIDEEFFECTS: adds or updates an entry in the modified slice list
922 * tracking the slices that have been explicitly modified
929 * representing a slice that needs to be modified.
931 * If a modified slice record does not exist for the named
933 * to the modified slice list.
938 * The information about the slices in the modified slice list
956 /* see if the slice has been modified before */
983 /* add to list of modified slices */
987 /* count # of times source slice has been modified */
1020 "modified %s (start blk: %9llu, nblks: %9llu)\n",
1023 /* return devconfig_t for modified slice */
1037 * modified slices
1039 * PURPOSE: public accessor to the list of slices modified while
1076 * PURPOSE: cleanup the module global list of slices modified
1111 modslice_t *modified = NULL;
1133 modified = (modslice_t *)item->obj;
1138 if (modified != NULL) {
1140 dm_descriptor_t src = modified->src_slice_desc;
1189 free_modslice_object(modified);