Searched refs:nfs_iodmount (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/nfsclient/
H A Dnfs_nfsiod.c254 while (((nmp = nfs_iodmount[myiod]) == NULL)
262 nfs_iodmount[myiod] = NULL;
270 nmp = nfs_iodmount[myiod];
314 nmp = nfs_iodmount[myiod];
326 nfs_iodmount[myiod] = NULL;
337 nfs_iodmount[myiod] = NULL;
H A Dnfsnode.h185 extern struct nfsmount *nfs_iodmount[NFS_MAXASYNCDAEMON];
H A Dnfs_vfsops.c1393 if (nfs_iodmount[i] == nmp) {
1395 nfs_iodmount[i] = NULL;
H A Dnfs_subs.c350 nfs_iodmount[i] = NULL;
H A Dnfs_bio.c1389 nfs_iodmount[iod] = nmp;
H A Dnfs_vnops.c215 struct nfsmount *nfs_iodmount[NFS_MAXASYNCDAEMON]; variable in typeref:struct:nfsmount

Completed in 112 milliseconds