Home
last modified time | relevance | path

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

/trueos/sys/fs/nfs/
HDnfsport.h614 #define NFSCLSTATEMUTEX extern struct mtx nfs_clstate_mutex
615 #define NFSCLSTATEMUTEXPTR (&nfs_clstate_mutex)
616 #define NFSLOCKCLSTATE() mtx_lock(&nfs_clstate_mutex)
617 #define NFSUNLOCKCLSTATE() mtx_unlock(&nfs_clstate_mutex)
/trueos/sys/fs/nfsclient/
HDnfs_clport.c81 struct mtx nfs_clstate_mutex; variable
1310 mtx_init(&nfs_clstate_mutex, "nfs_clstate_mutex", NULL, in nfscl_modevent()
1335 mtx_destroy(&nfs_clstate_mutex); in nfscl_modevent()