Home
last modified time | relevance | path

Searched refs:ualloc (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_log.c350 struct cachefs_log_ualloc_record ualloc; in stats_log_logfile_read() local
830 if ((! xdr_int(xdrs, &ualloc.error)) || in stats_log_logfile_read()
831 (! xdr_int(xdrs, (int *)&ualloc.time)) || in stats_log_logfile_read()
832 (! xdr_opaque(xdrs, (caddr_t)&ualloc.vfsp, in stats_log_logfile_read()
833 sizeof (ualloc.vfsp))) || in stats_log_logfile_read()
834 (! xdr_opaque(xdrs, (caddr_t)&ualloc.fid, in stats_log_logfile_read()
835 sizeof (ualloc.fid))) || in stats_log_logfile_read()
837 (u_longlong_t *)&ualloc.fileno)) || in stats_log_logfile_read()
838 (! xdr_u_longlong_t(xdrs, (u_longlong_t *)&ualloc.off)) || in stats_log_logfile_read()
839 (! xdr_u_int(xdrs, &ualloc.len))) { in stats_log_logfile_read()
[all …]