Searched refs:sr_slot (Results 1 – 5 of 5) sorted by relevance
786 res->sr_slot = NULL; in nfs4_init_sequence() 791 struct nfs4_slot *slot = res->sr_slot; in nfs40_sequence_free_slot() 800 res->sr_slot = NULL; in nfs40_sequence_free_slot() 806 if (res->sr_slot != NULL) in nfs40_sequence_done() 854 nfs41_release_slot(res->sr_slot); in nfs41_sequence_free_slot() 855 res->sr_slot = NULL; in nfs41_sequence_free_slot() 882 struct nfs4_slot *slot = res->sr_slot; in nfs41_sequence_process() 965 res->sr_slot = NULL; in nfs41_sequence_process() 1020 if (res->sr_slot != NULL) in nfs41_sequence_done() 1029 if (res->sr_slot in nfs4_sequence_process() [all...]
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;
5984 if (res->sr_slot == NULL) in decode_sequence()5986 if (!res->sr_slot->table->session) in decode_sequence()6000 session = res->sr_slot->table->session; in decode_sequence()6014 if (dummy != res->sr_slot->seq_nr) { in decode_sequence()6020 if (dummy != res->sr_slot->slot_nr) { in decode_sequence()
212 struct nfs4_slot *sr_slot; /* slot used to send request */ member