n_commitlock      415 nfs/nfs_bio.c  			rw_enter_write(&np->n_commitlock);
n_commitlock      421 nfs/nfs_bio.c  			rw_exit_write(&np->n_commitlock);
n_commitlock      699 nfs/nfs_bio.c  	    rw_enter_write(&np->n_commitlock);
n_commitlock      707 nfs/nfs_bio.c  	    rw_exit_write(&np->n_commitlock);
n_commitlock      130 nfs/nfs_node.c 	rw_init(&np->n_commitlock, "nfs_commitlk");
n_commitlock     2911 nfs/nfs_vnops.c 		rw_enter_write(&np->n_commitlock);
n_commitlock     2913 nfs/nfs_vnops.c 			rw_exit_write(&np->n_commitlock);
n_commitlock     2947 nfs/nfs_vnops.c 		rw_exit_write(&np->n_commitlock);
n_commitlock      124 nfs/nfsnode.h  	struct rwlock            n_commitlock;  /* Serialize commits */