Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c221 static void nfsrv_deleteds(struct nfsdevice *fndds);
7887 struct nfsdevice *fndds; in nfsrv_deldsnmp() local
7892 fndds = nfsv4_findmirror(nmp); in nfsrv_deldsnmp()
7894 fndds = nfsrv_findmirroredds(nmp); in nfsrv_deldsnmp()
7895 if (fndds != NULL) in nfsrv_deldsnmp()
7896 nfsrv_deleteds(fndds); in nfsrv_deldsnmp()
7898 if (fndds != NULL) { in nfsrv_deldsnmp()
7900 nfsrv_flexmirrordel(fndds->nfsdev_deviceid, p); in nfsrv_deldsnmp()
7901 printf("pNFS server: mirror %s failed\n", fndds->nfsdev_host); in nfsrv_deldsnmp()
7903 return (fndds); in nfsrv_deldsnmp()
[all …]
H A Dnfs_nfsdport.c5114 struct nfsdevice *ds, *tds, *fndds; in nfsrv_dsgetsockmnt() local
5180 fndds = NULL; in nfsrv_dsgetsockmnt()
5191 fndds = ds; in nfsrv_dsgetsockmnt()
5196 if (fndds != NULL && newnmpp != NULL && in nfsrv_dsgetsockmnt()
5202 fndds != tds && in nfsrv_dsgetsockmnt()
5204 fndds->nfsdev_mdsisset == 0) || in nfsrv_dsgetsockmnt()
5206 fndds->nfsdev_mdsisset != 0 && in nfsrv_dsgetsockmnt()
5226 if (fndds != NULL) { in nfsrv_dsgetsockmnt()
5227 dvp = fndds->nfsdev_dsdir[dsdir]; in nfsrv_dsgetsockmnt()
5270 NFSBCOPY(fndds->nfsdev_deviceid, in nfsrv_dsgetsockmnt()