Home
last modified time | relevance | path

Searched refs:sr_slot (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/fs/nfs/
Dnfs4proc.c702 res->sr_slot = NULL; in nfs4_init_sequence()
707 struct nfs4_slot *slot = res->sr_slot; in nfs40_sequence_free_slot()
716 res->sr_slot = NULL; in nfs40_sequence_free_slot()
722 if (res->sr_slot != NULL) in nfs40_sequence_done()
770 nfs41_release_slot(res->sr_slot); in nfs41_sequence_free_slot()
771 res->sr_slot = NULL; in nfs41_sequence_free_slot()
799 struct nfs4_slot *slot = res->sr_slot; in nfs41_sequence_process()
883 res->sr_slot = NULL; in nfs41_sequence_process()
937 if (res->sr_slot != NULL) in nfs41_sequence_done()
946 if (res->sr_slot == NULL) in nfs4_sequence_process()
[all …]
Dnfs4trace.h433 const struct nfs4_slot *sr_slot = res->sr_slot;
435 __entry->slot_nr = sr_slot->slot_nr;
436 __entry->seq_nr = sr_slot->seq_nr;
Dnfs4session.c369 res->sr_slot = slot; in nfs41_assign_slot()
Dnfs4xdr.c5750 if (res->sr_slot == NULL) in decode_sequence()
5752 if (!res->sr_slot->table->session) in decode_sequence()
5766 session = res->sr_slot->table->session; in decode_sequence()
5780 if (dummy != res->sr_slot->seq_nr) { in decode_sequence()
5786 if (dummy != res->sr_slot->slot_nr) { in decode_sequence()
/Linux-v5.10/include/linux/
Dnfs_xdr.h205 struct nfs4_slot *sr_slot; /* slot used to send request */ member