Lines Matching defs:tbl
402 validate_seqid(const struct nfs4_slot_table *tbl, const struct nfs4_slot *slot,
408 if (args->csa_slotid > tbl->server_highest_slotid)
414 if (nfs4_test_locked_slot(tbl, slot->slot_nr))
455 struct nfs4_slot_table *tbl;
464 tbl = &session->fc_slot_table;
476 status = nfs4_slot_wait_on_seqid(tbl, ref->rc_slotid,
493 struct nfs4_slot_table *tbl;
507 tbl = &clp->cl_session->bc_slot_table;
515 spin_lock(&tbl->slot_tbl_lock);
517 if (test_bit(NFS4_SLOT_TBL_DRAINING, &tbl->slot_tbl_state)) {
528 slot = nfs4_lookup_slot(tbl, args->csa_slotid);
532 res->csr_highestslotid = tbl->server_highest_slotid;
533 res->csr_target_highestslotid = tbl->target_highest_slotid;
535 status = validate_seqid(tbl, slot, args);
538 if (!nfs4_try_to_lock_slot(tbl, slot)) {
556 &tbl->slot_tbl_lock) < 0) {
568 spin_unlock(&tbl->slot_tbl_lock);