Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4proc.c715 res->sr_slot = NULL; in nfs4_init_sequence()
720 struct nfs4_slot *slot = res->sr_slot; in nfs40_sequence_free_slot()
729 res->sr_slot = NULL; in nfs40_sequence_free_slot()
735 if (res->sr_slot != NULL) in nfs40_sequence_done()
783 nfs41_release_slot(res->sr_slot); in nfs41_sequence_free_slot()
784 res->sr_slot = NULL; in nfs41_sequence_free_slot()
811 struct nfs4_slot *slot = res->sr_slot; in nfs41_sequence_process()
894 res->sr_slot = NULL; in nfs41_sequence_process()
948 if (res->sr_slot != NULL) in nfs41_sequence_done()
957 if (res->sr_slot == NULL) in nfs4_sequence_process()
[all …]
H A 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;
H A Dnfs4session.c369 res->sr_slot = slot; in nfs41_assign_slot()
H A Dnfs4xdr.c5753 if (res->sr_slot == NULL) in decode_sequence()
5755 if (!res->sr_slot->table->session) in decode_sequence()
5769 session = res->sr_slot->table->session; in decode_sequence()
5783 if (dummy != res->sr_slot->seq_nr) { in decode_sequence()
5789 if (dummy != res->sr_slot->slot_nr) { in decode_sequence()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_xdr.h207 struct nfs4_slot *sr_slot; /* slot used to send request */ member