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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c5074 struct nfs_user_stat_user_rec ustat_rec; local
5275 ustat_rec.rec_type = NFS_USER_STAT_USER_REC;
5334 ustat_rec.uid = unode->uid;
5335 bcopy(&unode->sock, &ustat_rec.sock, unode->sock.ss_len);
5336 ustat_rec.ops = unode->ops;
5337 ustat_rec.bytes_read = unode->bytes_read;
5338 ustat_rec.bytes_written = unode->bytes_written;
5339 ustat_rec.tm_start = unode->tm_start;
5340 ustat_rec.tm_last = unode->tm_last;
5342 error = copyout(&ustat_rec, old
[all...]

Completed in 25 milliseconds