Searched refs:enableQuota (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/assoc/
H A DSolaris_NFSMount.c2026 char *enableQuota, *failoverList, *noSuid, local
2081 enableQuota = get_property_from_opt_string(nfs_mount->nml_mntopts,
2083 if (enableQuota == NULL) {
2086 propValues[ENABLEQUOTA] = strdup(enableQuota);
2090 free(enableQuota);

Completed in 43 milliseconds