Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4callback.c425 encode_uint32(xdr, rc->rc_slotid); in encode_referring_call4()
1394 if (rc->rc_sequenceid == seqno && rc->rc_slotid == slotid) { in nfsd41_cb_referring_call()
1404 rc->rc_slotid = slotid; in nfsd41_cb_referring_call()
H A Dstate.h72 u32 rc_slotid; member
/linux/fs/nfs/
H A Dcallback_proc.c489 status = nfs4_slot_wait_on_seqid(tbl, ref->rc_slotid, in referring_call_exists()
H A Dcallback_xdr.c387 rc_list->rcl_refcalls[i].rc_slotid = ntohl(*p++); in decode_rc_list()