Searched defs:dss_path (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c3051 rfs4_dss_path_t *dss_path; local
3070 dss_path = rfs4_dss_pathlist;
3073 char *path = dss_path->path;
3077 dss_path = dss_path->next;
3101 unsigned index = dss_path->index;
3102 rfs4_servinst_t *sip = dss_path->sip;
3103 rfs4_dss_path_t *path_next = dss_path->next;
3111 ASSERT(dss_path == sip->dss_paths[index]);
3115 remque(dss_path);
[all...]
H A Dnfs4_state.c952 rfs4_dss_path_t *dss_path = sip->dss_paths[i]; local
955 if (dss_path == NULL)
958 rfs4_ss_clid_write_one(cp, dss_path->path, leaf);
969 rfs4_ss_clid_write_one(rfs4_client_t *cp, char *dss_path, char *leaf) argument
982 dirlen = strlen(dss_path) + strlen(NFS4_DSS_STATE_LEAF) + 2;
984 (void) sprintf(dir, "%s/%s", dss_path, NFS4_DSS_STATE_LEAF);
1167 char *dss_path = NFS4_DSS_VAR_DIR; local
1205 rfs4_servinst_create(start_grace, 1, &dss_path);
1607 rfs4_dss_path_t *dss_path = sip->dss_paths[i]; local
1612 if (dss_path
[all...]
H A Dnfs4_srv.c685 rfs4_dss_path_t *dss_path; local
687 dss_path = kmem_alloc(sizeof (rfs4_dss_path_t), KM_SLEEP);
695 dss_path->path = kmem_alloc(len, KM_SLEEP);
696 (void) strlcpy(dss_path->path, path, len);
699 dss_path->sip = sip;
700 dss_path->index = index;
710 dss_path->next = dss_path->prev = dss_path;
712 rfs4_dss_pathlist = dss_path;
[all...]

Completed in 78 milliseconds