Home
last modified time | relevance | path

Searched refs:slot_nr (Results 1 – 6 of 6) sorted by relevance

/fs/nfs/
Dnfs4session.c85 u32 slotid = slot->slot_nr; in nfs4_free_slot()
112 slot->slot_nr = slotid; in nfs4_new_slot()
135 if (slot->slot_nr == slotid) in nfs4_find_or_create_slot()
145 u32 slotid = slot->slot_nr; in nfs4_lock_slot()
161 if (nfs4_test_locked_slot(tbl, slot->slot_nr)) in nfs4_try_to_lock_slot()
258 !IS_ERR(ret) ? ret->slot_nr : NFS4_NO_SLOT); in nfs4_alloc_slot()
386 if (slot->slot_nr > tbl->max_slotid) in nfs41_wake_and_assign_slot()
Dnfs4trace.h424 __field(unsigned int, slot_nr)
435 __entry->slot_nr = sr_slot->slot_nr;
451 __entry->slot_nr,
473 __field(unsigned int, slot_nr)
482 __entry->slot_nr = args->csa_slotid;
495 __entry->slot_nr,
510 __field(unsigned int, slot_nr)
519 __entry->slot_nr = args->csa_slotid;
532 __entry->slot_nr,
549 __field(unsigned int, slot_nr)
[all …]
Dnfs4session.h24 u32 slot_nr; member
Dcallback_proc.c414 if (nfs4_test_locked_slot(tbl, slot->slot_nr)) in validate_seqid()
Dnfs4xdr.c1947 slot->seq_nr, slot->slot_nr, in encode_sequence()
1952 *p++ = cpu_to_be32(slot->slot_nr); in encode_sequence()
5833 if (dummy != res->sr_slot->slot_nr) { in decode_sequence()
Dnfs4proc.c865 slot->slot_nr, in nfs41_sequence_process()
881 if (slot->slot_nr < slot->table->target_highest_slotid) in nfs41_sequence_process()