Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c2891 char *zfsnew; in sa_moveshare() local
2937 zfsnew = sa_get_group_attr(group, "zfs"); in sa_moveshare()
2938 if ((zfsold != NULL && zfsnew == NULL) || in sa_moveshare()
2939 (zfsold == NULL && zfsnew != NULL)) { in sa_moveshare()
2944 if (zfsnew != NULL) in sa_moveshare()
2945 sa_free_attr_string(zfsnew); in sa_moveshare()