Searched refs:sr_slot (Results 1 – 5 of 5) sorted by relevance
779 res->sr_slot = NULL; in nfs4_init_sequence()793 res->sr_slot = NULL; in nfs40_sequence_free_slot()799 if (res->sr_slot != NULL) in nfs40_sequence_done()848 res->sr_slot = NULL; in nfs41_sequence_free_slot()958 res->sr_slot = NULL; in nfs41_sequence_process()1013 if (res->sr_slot != NULL) in nfs41_sequence_done()1022 if (res->sr_slot == NULL) in nfs4_sequence_process()1041 if (res->sr_slot == NULL) in nfs4_sequence_done()1080 if (res->sr_slot != NULL) in nfs4_sequence_free_slot()1110 res->sr_slot = slot; in nfs4_sequence_attach_slot()[all …]
369 res->sr_slot = slot; in nfs41_assign_slot()
128 const struct nfs4_slot *sr_slot = res->sr_slot;130 __entry->slot_nr = sr_slot->slot_nr;131 __entry->seq_nr = sr_slot->seq_nr;
5908 if (res->sr_slot == NULL) in decode_sequence()5910 if (!res->sr_slot->table->session) in decode_sequence()5924 session = res->sr_slot->table->session; in decode_sequence()5938 if (dummy != res->sr_slot->seq_nr) { in decode_sequence()5944 if (dummy != res->sr_slot->slot_nr) { in decode_sequence()
209 struct nfs4_slot *sr_slot; /* slot used to send request */ member