Searched refs:ustat_rec (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/nfs/
H A Dnfs_vfsops.c5218 struct nfs_user_stat_user_rec ustat_rec; local
5424 ustat_rec.rec_type = NFS_USER_STAT_USER_REC;
5483 ustat_rec.uid = unode->uid;
5484 bcopy(&unode->sock, &ustat_rec.sock, unode->sock.ss_len);
5485 ustat_rec.ops = unode->ops;
5486 ustat_rec.bytes_read = unode->bytes_read;
5487 ustat_rec.bytes_written = unode->bytes_written;
5488 ustat_rec.tm_start = unode->tm_start;
5489 ustat_rec.tm_last = unode->tm_last;
5491 error = copyout(&ustat_rec, old
[all...]

Completed in 39 milliseconds