Home
last modified time | relevance | path

Searched defs:nfsreadargs (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h583 struct nfsreadargs { struct
584 fhandle_t ra_fhandle; /* handle for file */
585 uint32_t ra_offset; /* byte offset in file */
586 uint32_t ra_count; /* immediate read count */
587 uint32_t ra_totcount; /* total read cnt (from this offset) */
590 caddr_t ra_data; /* destination for read data */
591 struct clist *ra_wlist;
592 CONN *ra_conn;