Searched defs:readargs (Results 1 – 2 of 2) sorted by relevance
193 struct readargs { struct194 nfs_fh file; /* handle for file */195 unsigned offset; /* byte offset in file */196 unsigned count; /* immediate read count */197 unsigned totalcount; /* total read count (from this offset)*/
152 struct readargs { struct158 typedef struct readargs readargs; argument