Searched refs:sr_slot (Results 1 – 5 of 5) sorted by relevance
317 const struct nfs4_slot *sr_slot = res->sr_slot;319 __entry->slot_nr = sr_slot->slot_nr;320 __entry->seq_nr = sr_slot->seq_nr;
280 res->sr_slot = slot; in nfs41_assign_slot()
562 res->sr_slot = NULL; in nfs4_init_sequence()578 if (res->sr_slot != NULL) in nfs40_setup_sequence()594 res->sr_slot = slot; in nfs40_setup_sequence()614 struct nfs4_slot *slot = res->sr_slot; in nfs40_sequence_done()626 res->sr_slot = NULL; in nfs40_sequence_done()637 struct nfs4_slot *slot = res->sr_slot; in nfs41_sequence_free_slot()660 res->sr_slot = NULL; in nfs41_sequence_free_slot()668 struct nfs4_slot *slot = res->sr_slot; in nfs41_sequence_done()770 if (res->sr_slot == NULL) in nfs4_sequence_done()772 if (!res->sr_slot->table->session) in nfs4_sequence_done()[all …]
5781 if (res->sr_slot == NULL) in decode_sequence()5783 if (!res->sr_slot->table->session) in decode_sequence()5797 session = res->sr_slot->table->session; in decode_sequence()5811 if (dummy != res->sr_slot->seq_nr) { in decode_sequence()5817 if (dummy != res->sr_slot->slot_nr) { in decode_sequence()
196 struct nfs4_slot *sr_slot; /* slot used to send request */ member