sr_slot           692 fs/nfs/nfs4proc.c 	res->sr_slot = NULL;
sr_slot           697 fs/nfs/nfs4proc.c 	struct nfs4_slot *slot = res->sr_slot;
sr_slot           706 fs/nfs/nfs4proc.c 	res->sr_slot = NULL;
sr_slot           712 fs/nfs/nfs4proc.c 	if (res->sr_slot != NULL)
sr_slot           760 fs/nfs/nfs4proc.c 	nfs41_release_slot(res->sr_slot);
sr_slot           761 fs/nfs/nfs4proc.c 	res->sr_slot = NULL;
sr_slot           781 fs/nfs/nfs4proc.c 	struct nfs4_slot *slot = res->sr_slot;
sr_slot           911 fs/nfs/nfs4proc.c 	if (res->sr_slot != NULL)
sr_slot           920 fs/nfs/nfs4proc.c 	if (res->sr_slot == NULL)
sr_slot           922 fs/nfs/nfs4proc.c 	if (res->sr_slot->table->session != NULL)
sr_slot           929 fs/nfs/nfs4proc.c 	if (res->sr_slot != NULL) {
sr_slot           930 fs/nfs/nfs4proc.c 		if (res->sr_slot->table->session != NULL)
sr_slot           939 fs/nfs/nfs4proc.c 	if (res->sr_slot == NULL)
sr_slot           941 fs/nfs/nfs4proc.c 	if (!res->sr_slot->table->session)
sr_slot           978 fs/nfs/nfs4proc.c 	if (res->sr_slot != NULL)
sr_slot          1008 fs/nfs/nfs4proc.c 	res->sr_slot = slot;
sr_slot          1021 fs/nfs/nfs4proc.c 	if (res->sr_slot != NULL)
sr_slot           369 fs/nfs/nfs4session.c 	res->sr_slot = slot;
sr_slot           427 fs/nfs/nfs4trace.h 			const struct nfs4_slot *sr_slot = res->sr_slot;
sr_slot           429 fs/nfs/nfs4trace.h 			__entry->slot_nr = sr_slot->slot_nr;
sr_slot           430 fs/nfs/nfs4trace.h 			__entry->seq_nr = sr_slot->seq_nr;
sr_slot          5728 fs/nfs/nfs4xdr.c 	if (res->sr_slot == NULL)
sr_slot          5730 fs/nfs/nfs4xdr.c 	if (!res->sr_slot->table->session)
sr_slot          5744 fs/nfs/nfs4xdr.c 	session = res->sr_slot->table->session;
sr_slot          5758 fs/nfs/nfs4xdr.c 	if (dummy != res->sr_slot->seq_nr) {
sr_slot          5764 fs/nfs/nfs4xdr.c 	if (dummy != res->sr_slot->slot_nr) {
sr_slot           203 include/linux/nfs_xdr.h 	struct nfs4_slot	*sr_slot;	/* slot used to send request */