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

/freebsd-9.3-release/sys/fs/nfs/
H A Dnfsport.h562 #define NFSV4ROOTLOCKMUTEX extern struct mtx nfs_v4root_mutex
563 #define NFSV4ROOTLOCKMUTEXPTR (&nfs_v4root_mutex)
564 #define NFSLOCKV4ROOTMUTEX() mtx_lock(&nfs_v4root_mutex)
565 #define NFSUNLOCKV4ROOTMUTEX() mtx_unlock(&nfs_v4root_mutex)
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.c66 struct mtx nfs_v4root_mutex; variable in typeref:struct:mtx
3323 mtx_init(&nfs_v4root_mutex, "nfs_v4root_mutex", NULL, MTX_DEF);
3371 mtx_destroy(&nfs_v4root_mutex);

Completed in 66 milliseconds