Lines Matching refs:sr_slot
715 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()
959 if (res->sr_slot->table->session != NULL) in nfs4_sequence_process()
966 if (res->sr_slot != NULL) { in nfs4_sequence_free_slot()
967 if (res->sr_slot->table->session != NULL) in nfs4_sequence_free_slot()
976 if (res->sr_slot == NULL) in nfs4_sequence_done()
978 if (!res->sr_slot->table->session) in nfs4_sequence_done()
1015 if (res->sr_slot != NULL) in nfs4_sequence_free_slot()
1045 res->sr_slot = slot; in nfs4_sequence_attach_slot()
1058 if (res->sr_slot != NULL) in nfs4_setup_sequence()