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

  /src/sys/nfs/
nfs_iod.c 107 myiod->nid_mount = NULL;
119 nmp = myiod->nid_mount;
121 myiod->nid_mount = NULL;
132 * recheck nid_mount because nfs_asyncio can
136 if (myiod->nid_mount != NULL) {
175 KASSERT(myiod->nid_mount == NULL);
212 if (iod->nid_mount == nmp)
nfsnode.h 228 struct nfsmount *nid_mount; member in struct:nfs_iod
nfs_bio.c 769 KASSERT(iod->nid_mount == NULL);
770 iod->nid_mount = nmp;

Completed in 13 milliseconds