Searched defs:nfsd4_sequence (Results 1 – 2 of 2) sorted by relevance
593 struct nfsd4_sequence { struct594 struct nfs4_sessionid sessionid; /* request/response */595 u32 seqid; /* request/response */596 u32 slotid; /* request/response */597 u32 maxslots; /* request */598 u32 cachethis; /* request */599 u32 maxslots_response; /* response */600 u32 target_maxslots; /* response */601 u32 status_flags; /* response */
5016 nfsd4_sequence(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_sequence() function