Searched refs:nid_mount (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/nfs/
H A Dnfs_iod.c107 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)
H A Dnfsnode.h225 struct nfsmount *nid_mount; member in struct:nfs_iod
H A Dnfs_bio.c769 KASSERT(iod->nid_mount == NULL);
770 iod->nid_mount = nmp;

Completed in 94 milliseconds