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.h131 const struct nfs4_slot *sr_slot = res->sr_slot;
133 __entry->slot_nr = sr_slot->slot_nr;
134 __entry->seq_nr = sr_slot->seq_nr;
H A Dnfs4proc.c792 res->sr_slot = NULL; in nfs4_init_sequence()
837 nfs41_release_slot(res->sr_slot); in nfs41_sequence_free_slot()
838 res->sr_slot = NULL; in nfs41_sequence_free_slot()
865 struct nfs4_slot *slot = res->sr_slot; in nfs41_sequence_process()
948 res->sr_slot = NULL; in nfs41_sequence_process()
1003 if (res->sr_slot != NULL) in nfs41_sequence_done()
1050 res->sr_slot = slot; in nfs4_sequence_attach_slot()
1055 if (res->sr_slot != NULL) in nfs4_sequence_free_slot()
1061 if (res->sr_slot == NULL) in nfs4_sequence_process()
1068 if (res->sr_slot == NULL) in nfs4_sequence_done()
[all …]
H A Dnfs4xdr.c5974 if (res->sr_slot == NULL) in decode_sequence()
5976 if (!res->sr_slot->table->session) in decode_sequence()
5990 session = res->sr_slot->table->session; in decode_sequence()
6004 if (dummy != res->sr_slot->seq_nr) { in decode_sequence()
6010 if (dummy != res->sr_slot->slot_nr) { in decode_sequence()
/linux/include/linux/
H A Dnfs_xdr.h221 struct nfs4_slot *sr_slot; /* slot used to send request */ member