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

/freebsd-11-stable/sys/fs/nfs/
H A Dnfsport.h675 #define NFSNAMEIDMUTEX extern struct mtx nfs_nameid_mutex
676 #define NFSNAMEIDMUTEXPTR (&nfs_nameid_mutex)
677 #define NFSLOCKNAMEID() mtx_lock(&nfs_nameid_mutex)
678 #define NFSUNLOCKNAMEID() mtx_unlock(&nfs_nameid_mutex)
679 #define NFSNAMEIDREQUIRED() mtx_assert(&nfs_nameid_mutex, MA_OWNED)
H A Dnfs_commonport.c129 struct mtx nfs_nameid_mutex; variable in typeref:struct:mtx
703 mtx_init(&nfs_nameid_mutex, "nfs_nameid_mutex", NULL, MTX_DEF);
727 mtx_destroy(&nfs_nameid_mutex);

Completed in 55 milliseconds