Searched refs:ippos (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdport.c | 5107 struct nfsmount *curnmp, int *ippos, int *dsdirp) in nfsrv_dsgetsockmnt() argument 5126 if (ippos != NULL) in nfsrv_dsgetsockmnt() 5127 *ippos = -1; in nfsrv_dsgetsockmnt() 5147 if (ippos != NULL) in nfsrv_dsgetsockmnt() 5148 *ippos = i; in nfsrv_dsgetsockmnt() 5173 if (ippos != NULL && curnmp == NULL && in nfsrv_dsgetsockmnt() 5176 *ippos = i; in nfsrv_dsgetsockmnt()
|
H A D | nfs_nfsdstate.c | 8636 int dsdir, error, mirrorcnt, ippos; in nfsrv_mdscopymr() local 8771 NULL, NULL, NULL, fname, nvpp, &nmp, curnmp, &ippos, &dsdir); in nfsrv_mdscopymr() 8796 if (error == 0 && dspathp != NULL && ippos == -1) { in nfsrv_mdscopymr() 8807 if (ippos == -1) { in nfsrv_mdscopymr() 8809 ippos = *buflenp / sizeof(*pf); in nfsrv_mdscopymr() 8811 pf += ippos; in nfsrv_mdscopymr() 8816 pf += ippos; in nfsrv_mdscopymr()
|