Home
last modified time | relevance | path

Searched refs:target_highest_slotid (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nfs/
H A Dnfs4session.c287 tbl->target_highest_slotid = server_highest_slotid; in nfs4_reset_slot_table()
412 u32 target_highest_slotid) in nfs41_set_max_slotid_locked() argument
416 max_slotid = min(NFS4_MAX_SLOT_TABLE - 1, target_highest_slotid); in nfs41_set_max_slotid_locked()
419 if (max_slotid > tbl->target_highest_slotid) in nfs41_set_max_slotid_locked()
420 max_slotid = tbl->target_highest_slotid; in nfs41_set_max_slotid_locked()
427 u32 target_highest_slotid) in nfs41_set_target_slotid_locked() argument
429 if (tbl->target_highest_slotid == target_highest_slotid) in nfs41_set_target_slotid_locked()
431 tbl->target_highest_slotid = target_highest_slotid; in nfs41_set_target_slotid_locked()
436 u32 target_highest_slotid) in nfs41_set_target_slotid() argument
439 nfs41_set_target_slotid_locked(tbl, target_highest_slotid); in nfs41_set_target_slotid()
[all …]
H A Dcallback_proc.c548 res->csr_target_highestslotid = tbl->target_highest_slotid; in nfs4_callback_sequence()
H A Dnfs4proc.c800 * value for highest_user_slotid <= target_highest_slotid in nfs41_release_slot()
802 if (tbl->highest_used_slotid > tbl->target_highest_slotid) in nfs41_release_slot()
916 if (slot->slot_nr < slot->table->target_highest_slotid) in nfs41_sequence_process()