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()
131 const struct nfs4_slot *sr_slot = res->sr_slot;133 __entry->slot_nr = sr_slot->slot_nr;134 __entry->seq_nr = sr_slot->seq_nr;
792 res->sr_slot = NULL; in nfs4_init_sequence()837 nfs41_release_slot(res->sr_slot); in nfs41_sequence_free_slot()838 res->sr_slot = NULL; in nfs41_sequence_free_slot()865 struct nfs4_slot *slot = res->sr_slot; in nfs41_sequence_process()948 res->sr_slot = NULL; in nfs41_sequence_process()1003 if (res->sr_slot != NULL) in nfs41_sequence_done()1050 res->sr_slot = slot; in nfs4_sequence_attach_slot()1055 if (res->sr_slot != NULL) in nfs4_sequence_free_slot()1061 if (res->sr_slot == NULL) in nfs4_sequence_process()1068 if (res->sr_slot == NULL) in nfs4_sequence_done()[all …]
5974 if (res->sr_slot == NULL) in decode_sequence()5976 if (!res->sr_slot->table->session) in decode_sequence()5990 session = res->sr_slot->table->session; in decode_sequence()6004 if (dummy != res->sr_slot->seq_nr) { in decode_sequence()6010 if (dummy != res->sr_slot->slot_nr) { in decode_sequence()
221 struct nfs4_slot *sr_slot; /* slot used to send request */ member