Home
last modified time | relevance | path

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

/linux/fs/nfs/ !
H A Dnfs40proc.c27 struct nfs4_slot *slot = res->sr_slot; in nfs40_sequence_free_slot()
36 res->sr_slot = NULL; in nfs40_sequence_free_slot()
42 if (res->sr_slot != NULL) in nfs40_sequence_done()
H A Dnfs4session.c369 res->sr_slot = slot; in nfs41_assign_slot()
H A Dnfs4trace.h130 const struct nfs4_slot *sr_slot = res->sr_slot;
132 __entry->slot_nr = sr_slot->slot_nr;
133 __entry->seq_nr = sr_slot->seq_nr;
H A Dnfs4proc.c778 res->sr_slot = NULL; in nfs4_init_sequence()
823 nfs41_release_slot(res->sr_slot); in nfs41_sequence_free_slot()
824 res->sr_slot = NULL; in nfs41_sequence_free_slot()
851 struct nfs4_slot *slot = res->sr_slot; in nfs41_sequence_process()
934 res->sr_slot = NULL; in nfs41_sequence_process()
989 if (res->sr_slot != NULL) in nfs41_sequence_done()
1036 res->sr_slot = slot; in nfs4_sequence_attach_slot()
1041 if (res->sr_slot != NULL) in nfs4_sequence_free_slot()
1047 if (res->sr_slot == NULL) in nfs4_sequence_process()
1054 if (res->sr_slot == NULL) in nfs4_sequence_done()
[all …]
H A Dnfs4xdr.c5941 if (res->sr_slot == NULL) in decode_sequence()
5943 if (!res->sr_slot->table->session) in decode_sequence()
5957 session = res->sr_slot->table->session; in decode_sequence()
5971 if (dummy != res->sr_slot->seq_nr) { in decode_sequence()
5977 if (dummy != res->sr_slot->slot_nr) { in decode_sequence()
/linux/include/linux/ !
H A Dnfs_xdr.h213 struct nfs4_slot *sr_slot; /* slot used to send request */ member