Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/nfs/
H A Dnfs.h517 struct nfsreadargs { struct
518 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;