Searched refs:gpfront (Results 1 – 1 of 1) sorted by relevance
348 struct cachefs_log_gpfront_record gpfront; in stats_log_logfile_read() local781 if ((! xdr_int(xdrs, &gpfront.error)) || in stats_log_logfile_read()782 (! xdr_int(xdrs, (int *)&gpfront.time)) || in stats_log_logfile_read()783 (! xdr_opaque(xdrs, (caddr_t)&gpfront.vfsp, in stats_log_logfile_read()784 sizeof (gpfront.vfsp))) || in stats_log_logfile_read()785 (! xdr_opaque(xdrs, (caddr_t)&gpfront.fid, in stats_log_logfile_read()786 sizeof (gpfront.fid))) || in stats_log_logfile_read()788 (u_longlong_t *)&gpfront.fileno)) || in stats_log_logfile_read()789 (! xdr_int(xdrs, (int *)&gpfront.uid)) || in stats_log_logfile_read()790 (! xdr_u_longlong_t(xdrs, (u_longlong_t *)&gpfront.off)) || in stats_log_logfile_read()[all …]