Searched defs:nfsd4_slot (Results 1 – 1 of 1) sorted by relevance
118 struct nfsd4_slot { struct119 bool sl_inuse;120 bool sl_cachethis;121 u16 sl_opcnt;122 u32 sl_seqid;123 __be32 sl_status;124 u32 sl_datalen;125 char sl_data[];