Searched refs:sr_slot (Results 1 – 5 of 5) sorted by relevance
282 const struct nfs4_slot *sr_slot = res->sr_slot;284 __entry->slot_nr = sr_slot->slot_nr;285 __entry->seq_nr = sr_slot->seq_nr;
661 res->sr_slot = NULL; in nfs4_init_sequence()666 struct nfs4_slot *slot = res->sr_slot; in nfs40_sequence_free_slot()675 res->sr_slot = NULL; in nfs40_sequence_free_slot()681 if (res->sr_slot != NULL) in nfs40_sequence_done()729 nfs41_release_slot(res->sr_slot); in nfs41_sequence_free_slot()730 res->sr_slot = NULL; in nfs41_sequence_free_slot()737 struct nfs4_slot *slot = res->sr_slot; in nfs41_sequence_process()851 if (res->sr_slot != NULL) in nfs41_sequence_done()860 if (res->sr_slot == NULL) in nfs4_sequence_process()862 if (res->sr_slot->table->session != NULL) in nfs4_sequence_process()[all …]
365 res->sr_slot = slot; in nfs41_assign_slot()
5919 if (res->sr_slot == NULL) in decode_sequence()5921 if (!res->sr_slot->table->session) in decode_sequence()5935 session = res->sr_slot->table->session; in decode_sequence()5949 if (dummy != res->sr_slot->seq_nr) { in decode_sequence()5955 if (dummy != res->sr_slot->slot_nr) { in decode_sequence()
203 struct nfs4_slot *sr_slot; /* slot used to send request */ member