n_rdonly          190 fs/nfs/nfs4_fs.h 	unsigned int n_rdonly;		/* Number of read-only references */
n_rdonly         1409 fs/nfs/nfs4proc.c 		return state->n_rdonly != 0;
n_rdonly         1432 fs/nfs/nfs4proc.c 				&& state->n_rdonly != 0;
n_rdonly         1475 fs/nfs/nfs4proc.c 			state->n_rdonly++;
n_rdonly         1486 fs/nfs/nfs4proc.c 	if (state->n_rdonly && !test_bit(NFS_O_RDONLY_STATE, &state->flags))
n_rdonly         1520 fs/nfs/nfs4proc.c 	if (test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags) && state->n_rdonly)
n_rdonly         1561 fs/nfs/nfs4proc.c 	if (!(state->n_wronly || state->n_rdonly || state->n_rdwr))
n_rdonly         1565 fs/nfs/nfs4proc.c 	if (state->n_rdonly)
n_rdonly         3540 fs/nfs/nfs4proc.c 		if (state->n_rdonly == 0)
n_rdonly          786 fs/nfs/nfs4state.c 			state->n_rdonly--;
n_rdonly          796 fs/nfs/nfs4state.c 		if (state->n_rdonly == 0) {