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