Searched refs:sr_slot (Results 1 – 6 of 6) sorted by relevance
27 struct nfs4_slot *slot = res->sr_slot; in nfs40_sequence_free_slot()36 res->sr_slot = NULL; in nfs40_sequence_free_slot()42 if (res->sr_slot != NULL) in nfs40_sequence_done()
369 res->sr_slot = slot; in nfs41_assign_slot()
130 const struct nfs4_slot *sr_slot = res->sr_slot;132 __entry->slot_nr = sr_slot->slot_nr;133 __entry->seq_nr = sr_slot->seq_nr;
778 res->sr_slot = NULL; in nfs4_init_sequence()823 nfs41_release_slot(res->sr_slot); in nfs41_sequence_free_slot()824 res->sr_slot = NULL; in nfs41_sequence_free_slot()851 struct nfs4_slot *slot = res->sr_slot; in nfs41_sequence_process()934 res->sr_slot = NULL; in nfs41_sequence_process()989 if (res->sr_slot != NULL) in nfs41_sequence_done()1036 res->sr_slot = slot; in nfs4_sequence_attach_slot()1041 if (res->sr_slot != NULL) in nfs4_sequence_free_slot()1047 if (res->sr_slot == NULL) in nfs4_sequence_process()1054 if (res->sr_slot == NULL) in nfs4_sequence_done()[all …]
5941 if (res->sr_slot == NULL) in decode_sequence()5943 if (!res->sr_slot->table->session) in decode_sequence()5957 session = res->sr_slot->table->session; in decode_sequence()5971 if (dummy != res->sr_slot->seq_nr) { in decode_sequence()5977 if (dummy != res->sr_slot->slot_nr) { in decode_sequence()
213 struct nfs4_slot *sr_slot; /* slot used to send request */ member