Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c1064 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()
H A Dnfs_server.c148 rfs4_dss_paths = rfs4_dss_oldpaths = NULL; in _init()
274 nvlist_t *rfs4_dss_paths, *rfs4_dss_oldpaths; variable
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4.h379 nvlist_t *rfs4_dss_paths, *rfs4_dss_oldpaths; variable
H A Dnfs.h956 extern nvlist_t *rfs4_dss_paths, *rfs4_dss_oldpaths;