Lines Matching refs:sr_slot
492 res->sr_slot = NULL; in nfs4_init_sequence()
508 if (res->sr_slot != NULL) in nfs40_setup_sequence()
524 res->sr_slot = slot; in nfs40_setup_sequence()
544 struct nfs4_slot *slot = res->sr_slot; in nfs40_sequence_done()
556 res->sr_slot = NULL; in nfs40_sequence_done()
567 struct nfs4_slot *slot = res->sr_slot; in nfs41_sequence_free_slot()
590 res->sr_slot = NULL; in nfs41_sequence_free_slot()
598 struct nfs4_slot *slot = res->sr_slot; in nfs41_sequence_done()
701 if (res->sr_slot == NULL) in nfs4_sequence_done()
703 if (!res->sr_slot->table->session) in nfs4_sequence_done()
719 if (res->sr_slot != NULL) in nfs41_setup_sequence()
749 res->sr_slot = slot; in nfs41_setup_sequence()
786 __func__, session->clp, session, res->sr_slot ? in nfs4_setup_sequence()
787 res->sr_slot->slot_nr : NFS4_NO_SLOT); in nfs4_setup_sequence()
7827 lgp->res.seq_res.sr_slot = NULL; in nfs4_proc_layoutget()