Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfs/
Dnfs4trace.h427 const struct nfs4_slot *sr_slot = res->sr_slot;
429 __entry->slot_nr = sr_slot->slot_nr;
430 __entry->seq_nr = sr_slot->seq_nr;
Dnfs4proc.c694 res->sr_slot = NULL; in nfs4_init_sequence()
699 struct nfs4_slot *slot = res->sr_slot; in nfs40_sequence_free_slot()
708 res->sr_slot = NULL; in nfs40_sequence_free_slot()
714 if (res->sr_slot != NULL) in nfs40_sequence_done()
762 nfs41_release_slot(res->sr_slot); in nfs41_sequence_free_slot()
763 res->sr_slot = NULL; in nfs41_sequence_free_slot()
783 struct nfs4_slot *slot = res->sr_slot; in nfs41_sequence_process()
901 if (res->sr_slot != NULL) in nfs41_sequence_done()
910 if (res->sr_slot == NULL) in nfs4_sequence_process()
912 if (res->sr_slot->table->session != NULL) in nfs4_sequence_process()
[all …]
Dnfs4session.c369 res->sr_slot = slot; in nfs41_assign_slot()
Dnfs4xdr.c5725 if (res->sr_slot == NULL) in decode_sequence()
5727 if (!res->sr_slot->table->session) in decode_sequence()
5741 session = res->sr_slot->table->session; in decode_sequence()
5755 if (dummy != res->sr_slot->seq_nr) { in decode_sequence()
5761 if (dummy != res->sr_slot->slot_nr) { in decode_sequence()
/Linux-v5.4/include/linux/
Dnfs_xdr.h203 struct nfs4_slot *sr_slot; /* slot used to send request */ member