Home
last modified time | relevance | path

Searched refs:NFSMNT_DISMNTFORCE (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/nfs/
Dnfsmount.h122 #define NFSMNT_DISMNTFORCE 0x00020000 /* force unmount requested */ macro
Dnfs_vfsops.c841 nmp->nm_iflag |= NFSMNT_DISMNTFORCE; in nfs_unmount()
918 nmp->nm_iflag &= ~NFSMNT_DISMNTFORCE; in nfs_unmount()
Dnfs_socket.c361 if (nmp->nm_iflag & NFSMNT_DISMNTFORCE) in nfs_reconnect()
930 if (nmp->nm_iflag & NFSMNT_DISMNTFORCE) in nfs_rcvlock()
Dnfs_clntsocket.c983 if (nmp->nm_iflag & NFSMNT_DISMNTFORCE) in nfs_sndlock()
Dnfs_bio.c748 if (nmp->nm_iflag & NFSMNT_DISMNTFORCE) in nfs_asyncio()