Searched refs:rfs4_dss_paths (Results 1 – 4 of 4) sorted by relevance
1064 if (rfs4_dss_paths != NULL) { in rfs4_dss_setpaths()1071 rfs4_dss_oldpaths = rfs4_dss_paths; in rfs4_dss_setpaths()1075 error = nvlist_unpack(buf, buflen, &rfs4_dss_paths, KM_SLEEP); in rfs4_dss_setpaths()1083 error = nvlist_lookup_string_array(rfs4_dss_paths, NFS4_DSS_NVPAIR_NAME, in rfs4_dss_setpaths()1470 if (rfs4_dss_paths) in rfs4_state_fini()1471 nvlist_free(rfs4_dss_paths); in rfs4_state_fini()1472 rfs4_dss_paths = rfs4_dss_oldpaths = NULL; in rfs4_state_fini()
148 rfs4_dss_paths = rfs4_dss_oldpaths = NULL; in _init()274 nvlist_t *rfs4_dss_paths, *rfs4_dss_oldpaths; variable
379 nvlist_t *rfs4_dss_paths, *rfs4_dss_oldpaths; variable
956 extern nvlist_t *rfs4_dss_paths, *rfs4_dss_oldpaths;