Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/fs/nfsclient/
Dnfs_clvnops.c1486 static struct mtx nfs_cverf_mtx; variable
1487 MTX_SYSINIT(nfs_cverf_mtx, &nfs_cverf_mtx, "NFS create verifier mutex",
1497 mtx_lock(&nfs_cverf_mtx); in nfs_get_cverf()
1505 mtx_unlock(&nfs_cverf_mtx); in nfs_get_cverf()