Lines Matching refs:shadow_volume
1378 allocate_bitmap(char *shadow_volume) argument
1388 (void) strlcpy(args.shadow_vol, shadow_volume, DSW_NAMELEN);
1420 if (get_bitmap(shadow_volume, shd_bitmap, copy_bitmap, bm_size) < 0) {
1814 enable(char *master_volume, char *shadow_volume, argument
1853 conform_name(&shadow_volume);
1874 if (check_diskgroup(shadow_volume, shd_dg)) rc++;
1905 if (find_shadow_line(shadow_volume))
1985 check_iishadow(shadow_volume);
1986 if (stat(shadow_volume, &sstat) != 0)
1992 if (mounted(shadow_volume)) {
2021 (void) strncpy(parms.shadow_vol, shadow_volume, DSW_NAMELEN);
2042 else if (strncmp(shadow_volume, p, DSW_NAMELEN) == 0)
2055 if (find_shadow_config(shadow_volume, NULL, &temp))
2074 if (nsc_lookup(volhash, shadow_volume) == NULL) {
2077 rc = cfg_vol_enable(cfg, shadow_volume,
2081 rc = cfg_vol_enable(cfg, shadow_volume,
2126 master_volume, shadow_volume, bitmap_volume,
2131 !find_shadow_config(shadow_volume, NULL, &temp)) {
2137 remove_iiset(setnumber, shadow_volume, 0);
2146 master_volume, shadow_volume, bitmap_volume,
2152 exit(child_wait(child, Status, shadow_volume));
3525 import(char *shadow_volume, char *bitmap_volume) argument
3537 if (find_shadow_config(shadow_volume, &parms, NULL)) {
3544 (void) check_resource_group(shadow_volume);
3546 if (cfg_dgname(shadow_volume, shd_dg, DSW_NAMELEN)
3574 conform_name(&shadow_volume);
3576 (void) strlcpy(parms.shadow_vol, shadow_volume, DSW_NAMELEN);
3590 if (cfg_vol_enable(cfg, shadow_volume, cfg_cluster_tag, "ii")
3611 join(char *shadow_volume, char *bitmap_file) argument
3623 if (!find_shadow_config(shadow_volume, &conf, &shd))
3629 (cfg_dgname(shadow_volume, dgname, sizeof (dgname))))
3636 conform_name(&shadow_volume);
3684 (void) strlcpy(parms.shadow_vol, shadow_volume, DSW_NAMELEN);
3700 rc = cfg_vol_enable(cfg, shadow_volume, cfg_cluster_tag, "ii");
3710 params(char *shadow_volume) argument
3720 (void) strlcpy(parms.shadow_vol, shadow_volume, DSW_NAMELEN);
3785 attach(char *shadow_volume) argument
3795 (void) check_resource_group(shadow_volume);
3797 if (cfg_dgname(shadow_volume, shd_dg, DSW_NAMELEN)
3826 if (!find_shadow_config(shadow_volume, &parms, NULL))
3831 (void) strlcpy(args.shadow_vol, shadow_volume, DSW_NAMELEN);