Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfsport.h811 #define NFSNAMEIDMUTEX extern struct mtx nfs_nameid_mutex
812 #define NFSNAMEIDMUTEXPTR (&nfs_nameid_mutex)
813 #define NFSLOCKNAMEID() mtx_lock(&nfs_nameid_mutex)
814 #define NFSUNLOCKNAMEID() mtx_unlock(&nfs_nameid_mutex)
815 #define NFSNAMEIDREQUIRED() mtx_assert(&nfs_nameid_mutex, MA_OWNED)
H A Dnfs_commonport.c144 struct mtx nfs_nameid_mutex; variable
920 mtx_init(&nfs_nameid_mutex, "nfs_nameid_mutex", NULL, MTX_DEF); in nfscommon_modevent()
941 mtx_destroy(&nfs_nameid_mutex); in nfscommon_modevent()