Searched refs:n_commitlock (Results 1 – 4 of 4) sorted by relevance
1037 mutex_enter(&np->n_commitlock); in nfs_doio_write()1058 mutex_exit(&np->n_commitlock); in nfs_doio_write()1092 mutex_enter(&np->n_commitlock); in nfs_doio_write()1121 mutex_exit(&np->n_commitlock); in nfs_doio_write()1128 mutex_enter(&np->n_commitlock); in nfs_doio_write()1130 mutex_exit(&np->n_commitlock); in nfs_doio_write()1338 mutex_enter(&np->n_commitlock); in nfs_getpages()1340 if (!mutex_tryenter(&np->n_commitlock)) { in nfs_getpages()1372 mutex_exit(&np->n_commitlock); in nfs_getpages()
139 #define n_commitlock n_un1.nu_reg.nreg_commitlock macro
251 mutex_destroy(&np->n_commitlock); in nfs_reclaim()
206 mutex_init(&np->n_commitlock, MUTEX_DEFAULT, IPL_NONE); in nfs_loadattrcache()