Lines Matching defs:master_volume
1360 get_bitmap(master_volume, shd_bitmap, copy_bitmap, size)
1361 char *master_volume;
1368 (void) strlcpy(parms.shadow_vol, master_volume, DSW_NAMELEN);
1814 enable(char *master_volume, char *shadow_volume,
1852 conform_name(&master_volume);
1873 if (check_diskgroup(master_volume, mst_dg)) rc++;
1978 if (stat(master_volume, &mstat) != 0)
2020 (void) strncpy(parms.master_vol, master_volume, DSW_NAMELEN);
2038 if (strncmp(master_volume, p, DSW_NAMELEN) == 0)
2063 if (nsc_lookup(volhash, master_volume) == NULL) {
2064 if (cfg_vol_enable(cfg, master_volume, cfg_cluster_tag,
2087 master_volume, cfg_cluster_tag,
2126 master_volume, shadow_volume, bitmap_volume,
2146 master_volume, shadow_volume, bitmap_volume,
2329 bitmap_op(char *master_volume, int print_bitmap, int bitmap_percent, int used,
2339 bitmap = allocate_bitmap(master_volume);
2365 name = strrchr(master_volume, '/');
2367 name = master_volume;