Home
last modified time | relevance | path

Searched refs:csa_slotid (Results 1 – 4 of 4) sorted by relevance

/fs/nfs/
Dcallback_proc.c413 if (args->csa_slotid > tbl->server_highest_slotid) in validate_seqid()
518 res->csr_slotid = args->csa_slotid; in nfs4_callback_sequence()
533 slot = nfs4_lookup_slot(tbl, args->csa_slotid); in nfs4_callback_sequence()
Dcallback.h102 uint32_t csa_slotid; member
Dnfs4trace.h476 __entry->slot_nr = args->csa_slotid;
513 __entry->slot_nr = args->csa_slotid;
Dcallback_xdr.c414 args->csa_slotid = ntohl(*p++); in decode_cb_sequence_args()