Searched refs:nfsiodmounts (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c363 if (!morework || !TAILQ_EMPTY(&nfsiodmounts)) {
366 TAILQ_INSERT_TAIL(&nfsiodmounts, nmp, nm_iodlink);
373 if (!niod->niod_nmp && !TAILQ_EMPTY(&nfsiodmounts)) {
374 niod->niod_nmp = TAILQ_FIRST(&nfsiodmounts);
375 TAILQ_REMOVE(&nfsiodmounts, niod->niod_nmp, nm_iodlink);
H A Dnfsnode.h784 __private_extern__ struct nfsiodmountlist nfsiodmounts; variable in typeref:struct:nfsiodmountlist
H A Dnfs_vfsops.c156 struct nfsiodmountlist nfsiodmounts; variable in typeref:struct:nfsiodmountlist
311 TAILQ_INIT(&nfsiodmounts);
H A Dnfs_bio.c3787 TAILQ_INSERT_TAIL(&nfsiodmounts, nmp, nm_iodlink);

Completed in 29 milliseconds