Lines Matching refs:gdata
1829 grptag_t *gdata;
1913 gdata = (grptag_t *)nsc_lookup(volhash, group_name);
1914 if (gdata &&
1915 strncmp(gdata->ctag, mst_dg, DSW_NAMELEN) != 0) {
1955 gdata = (grptag_t *)nsc_lookup(volhash, group_name);
1956 if (gdata) {
1957 if (strlen(gdata->ctag) != 0) {
4017 grptag_t *gdata;
4025 gdata = NULL;
4028 gdata = (grptag_t *)nsc_lookup(volhash, group_name);
4039 if (gdata && *gdata->ctag) {
4040 if (strncmp(parms.cluster_tag, gdata->ctag,
4121 grptag_t *gdata;
4184 gdata = (grptag_t *)nsc_lookup(volhash, group);
4185 if (gdata) {
4188 (strncmp(ctag, gdata->ctag, DSW_NAMELEN) != 0)) {
4199 gdata = (grptag_t *)malloc(sizeof (grptag_t));
4200 (void) strncpy(gdata->ctag, ctag, DSW_NAMELEN);
4201 (void) nsc_insert_node(volhash, gdata, group);