n_wronly          191 fs/nfs/nfs4_fs.h 	unsigned int n_wronly;		/* Number of write-only references */
n_wronly         1407 fs/nfs/nfs4proc.c 		return state->n_wronly != 0;
n_wronly         1436 fs/nfs/nfs4proc.c 				&& state->n_wronly != 0;
n_wronly         1472 fs/nfs/nfs4proc.c 			state->n_wronly++;
n_wronly         1488 fs/nfs/nfs4proc.c 	if (state->n_wronly && !test_bit(NFS_O_WRONLY_STATE, &state->flags))
n_wronly         1522 fs/nfs/nfs4proc.c 	if (test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags) && state->n_wronly)
n_wronly         1561 fs/nfs/nfs4proc.c 	if (!(state->n_wronly || state->n_rdonly || state->n_rdwr))
n_wronly         1563 fs/nfs/nfs4proc.c 	if (state->n_wronly)
n_wronly         3544 fs/nfs/nfs4proc.c 		if (state->n_wronly == 0)
n_wronly          789 fs/nfs/nfs4state.c 			state->n_wronly--;
n_wronly          801 fs/nfs/nfs4state.c 		if (state->n_wronly == 0) {