HomeSort by: relevance | last modified time | path
    Searched refs:ncl_iodmount (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clnfsiod.c 79 struct nfsmount *ncl_iodmount[NFS_MAXASYNCDAEMON]; variable in typeref:struct:nfsmount * []
258 while (((nmp = ncl_iodmount[myiod]) == NULL)
266 ncl_iodmount[myiod] = NULL;
274 nmp = ncl_iodmount[myiod];
312 nmp = ncl_iodmount[myiod];
324 ncl_iodmount[myiod] = NULL;
335 ncl_iodmount[myiod] = NULL;
nfs_clsubs.c 85 extern struct nfsmount *ncl_iodmount[NFS_MAXASYNCDAEMON];
376 ncl_iodmount[i] = NULL;
nfs_clvfsops.c 87 extern struct nfsmount *ncl_iodmount[NFS_MAXASYNCDAEMON];
1688 if (ncl_iodmount[i] == nmp) {
1690 ncl_iodmount[i] = NULL;
nfs_clbio.c 60 extern struct nfsmount *ncl_iodmount[NFS_MAXASYNCDAEMON];
1429 ncl_iodmount[iod] = nmp;

Completed in 15 milliseconds