Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dnfs4proc.c717 res->sr_slot = NULL; in nfs4_init_sequence()
722 struct nfs4_slot *slot = res->sr_slot; in nfs40_sequence_free_slot()
731 res->sr_slot = NULL; in nfs40_sequence_free_slot()
737 if (res->sr_slot != NULL) in nfs40_sequence_done()
785 nfs41_release_slot(res->sr_slot); in nfs41_sequence_free_slot()
786 res->sr_slot = NULL; in nfs41_sequence_free_slot()
813 struct nfs4_slot *slot = res->sr_slot; in nfs41_sequence_process()
896 res->sr_slot = NULL; in nfs41_sequence_process()
951 if (res->sr_slot != NULL) in nfs41_sequence_done()
960 if (res->sr_slot == NULL) in nfs4_sequence_process()
[all …]
H A Dnfs4session.c369 res->sr_slot = slot; in nfs41_assign_slot()
H A Dnfs4trace.h98 const struct nfs4_slot *sr_slot = res->sr_slot;
100 __entry->slot_nr = sr_slot->slot_nr;
101 __entry->seq_nr = sr_slot->seq_nr;
H A Dnfs4xdr.c5848 if (res->sr_slot == NULL) in decode_sequence()
5850 if (!res->sr_slot->table->session) in decode_sequence()
5864 session = res->sr_slot->table->session; in decode_sequence()
5878 if (dummy != res->sr_slot->seq_nr) { in decode_sequence()
5884 if (dummy != res->sr_slot->slot_nr) { in decode_sequence()
/openbmc/linux/include/linux/
H A Dnfs_xdr.h209 struct nfs4_slot *sr_slot; /* slot used to send request */ member