Lines Matching defs:repl
190 struct repl { in nfs_getrootfh() struct
191 uint32_t errno; in nfs_getrootfh()
192 uint32_t fhsize; in nfs_getrootfh()
193 u_char fh[NFS_V3MAXFHSIZE]; in nfs_getrootfh()
194 uint32_t authcnt; in nfs_getrootfh()
195 uint32_t auth[7]; in nfs_getrootfh()
196 } *repl; in nfs_getrootfh() local
255 struct repl { in nfs_lookupfh() struct
256 uint32_t errno; in nfs_lookupfh()
257 uint32_t fhsize; in nfs_lookupfh()
258 uint32_t fhplusattr[(NFS_V3MAXFHSIZE + in nfs_lookupfh()
261 } *repl; in nfs_lookupfh() local
326 struct repl { in nfs_readlink() struct
327 uint32_t errno; in nfs_readlink()
328 uint32_t ok; in nfs_readlink()
329 struct nfsv3_fattrs fa; in nfs_readlink()
330 uint32_t len; in nfs_readlink()
331 u_char path[NFS_MAXPATHLEN]; in nfs_readlink()
332 } *repl; in nfs_readlink() local
397 struct repl { in nfs_readdata() struct
398 uint32_t errno; in nfs_readdata()
399 uint32_t ok; in nfs_readdata()
400 struct nfsv3_fattrs fa; in nfs_readdata()
401 uint32_t count; in nfs_readdata()
402 uint32_t eof; in nfs_readdata()
403 uint32_t len; in nfs_readdata()
404 u_char data[NFSREAD_MAX_SIZE]; in nfs_readdata()
405 } *repl; in nfs_readdata() local
767 struct nfsv3_readdir_repl *repl; in nfs_readdir() local