Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c3064 char **added_paths = NULL; in hanfsv4_failover() local
3157 added_paths = kmem_zalloc(sz, KM_SLEEP); in hanfsv4_failover()
3184 added_paths[numadded_paths] = newpath; in hanfsv4_failover()
3193 rfs4_servinst_create(start_grace, numadded_paths, added_paths); in hanfsv4_failover()
3196 rfs4_dss_readstate(numadded_paths, added_paths); in hanfsv4_failover()
3210 kmem_free(added_paths, rfs4_dss_numnewpaths * sizeof (char *)); in hanfsv4_failover()