Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c10207 char **added_paths = NULL; in hanfsv4_failover() local
10300 added_paths = kmem_zalloc(sz, KM_SLEEP); in hanfsv4_failover()
10327 added_paths[numadded_paths] = newpath; in hanfsv4_failover()
10338 rfs4_servinst_create(nsrv4, start_grace, numadded_paths, added_paths); in hanfsv4_failover()
10341 rfs4_dss_readstate(nsrv4, numadded_paths, added_paths); in hanfsv4_failover()
10355 kmem_free(added_paths, rfs4_dss_numnewpaths * sizeof (char *)); in hanfsv4_failover()