Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/fs/nfs/
Dnfsport.h548 #define NFSNAMEIDMUTEX extern struct mtx nfs_nameid_mutex
549 #define NFSLOCKNAMEID() mtx_lock(&nfs_nameid_mutex)
550 #define NFSUNLOCKNAMEID() mtx_unlock(&nfs_nameid_mutex)
551 #define NFSNAMEIDREQUIRED() mtx_assert(&nfs_nameid_mutex, MA_OWNED)
Dnfs_commonport.c118 struct mtx nfs_nameid_mutex; variable
579 mtx_init(&nfs_nameid_mutex, "nfs_nameid_mutex", NULL, MTX_DEF); in nfscommon_modevent()
601 mtx_destroy(&nfs_nameid_mutex); in nfscommon_modevent()