Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c1087 if (rfs4_dss_paths != NULL) { in rfs4_dss_setpaths()
1093 rfs4_dss_oldpaths = rfs4_dss_paths; in rfs4_dss_setpaths()
1097 error = nvlist_unpack(buf, buflen, &rfs4_dss_paths, KM_SLEEP); in rfs4_dss_setpaths()
1105 error = nvlist_lookup_string_array(rfs4_dss_paths, NFS4_DSS_NVPAIR_NAME, in rfs4_dss_setpaths()
1282 nvlist_free(rfs4_dss_paths); in rfs4_state_g_fini()
1283 rfs4_dss_paths = rfs4_dss_oldpaths = NULL; in rfs4_state_g_fini()
H A Dnfs_server.c124 nvlist_t *rfs4_dss_paths, *rfs4_dss_oldpaths; variable
156 rfs4_dss_paths = rfs4_dss_oldpaths = NULL; in _init()
262 nvlist_t *rfs4_dss_paths, *rfs4_dss_oldpaths; variable
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h393 extern nvlist_t *rfs4_dss_paths, *rfs4_dss_oldpaths;
H A Dnfs.h1030 extern nvlist_t *rfs4_dss_paths, *rfs4_dss_oldpaths;