Searched refs:challoc (Results 1 – 1 of 1) sorted by relevance
351 struct cachefs_log_calloc_record challoc; in stats_log_logfile_read() local855 if ((! xdr_int(xdrs, &challoc.error)) || in stats_log_logfile_read()856 (! xdr_int(xdrs, (int *)&challoc.time)) || in stats_log_logfile_read()857 (! xdr_opaque(xdrs, (caddr_t)&challoc.vfsp, in stats_log_logfile_read()858 sizeof (challoc.vfsp))) || in stats_log_logfile_read()859 (! xdr_opaque(xdrs, (caddr_t)&challoc.fid, in stats_log_logfile_read()860 sizeof (challoc.fid))) || in stats_log_logfile_read()862 (u_longlong_t *)&challoc.fileno)) || in stats_log_logfile_read()863 (! xdr_u_longlong_t(xdrs, (u_longlong_t *)&challoc.off)) || in stats_log_logfile_read()864 (! xdr_u_int(xdrs, &challoc.len))) { in stats_log_logfile_read()[all …]