Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c3084 dss_path = rfs4_dss_pathlist; in hanfsv4_failover()
3139 } while (dss_path != rfs4_dss_pathlist); in hanfsv4_failover()
3165 dss_path = rfs4_dss_pathlist; in hanfsv4_failover()
3181 } while (dss_path != rfs4_dss_pathlist); in hanfsv4_failover()
H A Dnfs4_srv.c706 if (rfs4_dss_pathlist == NULL) { in rfs4_dss_newpath()
712 rfs4_dss_pathlist = dss_path; in rfs4_dss_newpath()
714 insque(dss_path, rfs4_dss_pathlist); in rfs4_dss_newpath()
H A Dnfs4_state.c1196 rfs4_dss_pathlist = NULL; in rfs4_state_init()
/titanic_50/usr/src/uts/common/nfs/
H A Dnfs4.h376 rfs4_dss_path_t *rfs4_dss_pathlist; variable