Searched refs:nfs_iodmount (Results 1 – 6 of 6) sorted by relevance
254 while (((nmp = nfs_iodmount[myiod]) == NULL) in nfssvc_iod()262 nfs_iodmount[myiod] = NULL; in nfssvc_iod()270 nmp = nfs_iodmount[myiod]; in nfssvc_iod()314 nmp = nfs_iodmount[myiod]; in nfssvc_iod()326 nfs_iodmount[myiod] = NULL; in nfssvc_iod()337 nfs_iodmount[myiod] = NULL; in nfssvc_iod()
185 extern struct nfsmount *nfs_iodmount[NFS_MAXASYNCDAEMON];
1393 if (nfs_iodmount[i] == nmp) { in nfs_unmount()1395 nfs_iodmount[i] = NULL; in nfs_unmount()
350 nfs_iodmount[i] = NULL; in nfs_init()
1389 nfs_iodmount[iod] = nmp; in nfs_asyncio()
215 struct nfsmount *nfs_iodmount[NFS_MAXASYNCDAEMON]; variable