Lines Matching refs:sr_slot
661 res->sr_slot = NULL; in nfs4_init_sequence()
666 struct nfs4_slot *slot = res->sr_slot; in nfs40_sequence_free_slot()
675 res->sr_slot = NULL; in nfs40_sequence_free_slot()
681 if (res->sr_slot != NULL) in nfs40_sequence_done()
729 nfs41_release_slot(res->sr_slot); in nfs41_sequence_free_slot()
730 res->sr_slot = NULL; in nfs41_sequence_free_slot()
737 struct nfs4_slot *slot = res->sr_slot; in nfs41_sequence_process()
851 if (res->sr_slot != NULL) in nfs41_sequence_done()
860 if (res->sr_slot == NULL) in nfs4_sequence_process()
862 if (res->sr_slot->table->session != NULL) in nfs4_sequence_process()
869 if (res->sr_slot != NULL) { in nfs4_sequence_free_slot()
870 if (res->sr_slot->table->session != NULL) in nfs4_sequence_free_slot()
879 if (res->sr_slot == NULL) in nfs4_sequence_done()
881 if (!res->sr_slot->table->session) in nfs4_sequence_done()
929 if (res->sr_slot != NULL) in nfs4_sequence_free_slot()
960 res->sr_slot = slot; in nfs4_sequence_attach_slot()
977 if (res->sr_slot != NULL) in nfs4_setup_sequence()