Home
last modified time | relevance | path

Searched refs:nfs_clstate_mutex (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfsport.h816 #define NFSCLSTATEMUTEX extern struct mtx nfs_clstate_mutex
817 #define NFSCLSTATEMUTEXPTR (&nfs_clstate_mutex)
818 #define NFSLOCKCLSTATE() mtx_lock(&nfs_clstate_mutex)
819 #define NFSUNLOCKCLSTATE() mtx_unlock(&nfs_clstate_mutex)
H A Dnfs_commonport.c147 struct mtx nfs_clstate_mutex; variable
802 mtx_init(&nfs_clstate_mutex, "nfs_clstate_mutex", NULL, MTX_DEF); in newnfs_portinit()
944 mtx_destroy(&nfs_clstate_mutex); in nfscommon_modevent()