Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Dcallback_proc.c401 ref->rc_sequenceid, ref->rc_slotid); in referring_call_exists()
404 status = (test_bit(ref->rc_slotid, tbl->used_slots) && in referring_call_exists()
405 tbl->slots[ref->rc_slotid].seq_nr == in referring_call_exists()
Dcallback.h87 uint32_t rc_slotid; member
Dcallback_xdr.c423 rc_list->rcl_refcalls[i].rc_slotid = ntohl(*p++); in decode_rc_list()