Searched defs:nfsreadargs (Results 1 – 1 of 1) sorted by relevance
517 struct nfsreadargs { struct518 fhandle_t ra_fhandle; /* handle for file */519 uint32_t ra_offset; /* byte offset in file */520 uint32_t ra_count; /* immediate read count */521 uint32_t ra_totcount; /* total read cnt (from this offset) */524 caddr_t ra_data; /* destination for read data */525 struct clist *ra_wlist;526 CONN *ra_conn;