Searched refs:xbinfo (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_vfsops.c | 5194 struct xdrbuf xbinfo, xborig; in nfs_mountinfo_assemble() local 5394 xb_init_buffer(&xbinfo, NULL, 0); in nfs_mountinfo_assemble() 5395 xb_add_32(error, &xbinfo, NFS_MOUNT_INFO_VERSION); in nfs_mountinfo_assemble() 5396 infolength_offset = xb_offset(&xbinfo); in nfs_mountinfo_assemble() 5397 xb_add_32(error, &xbinfo, 0); in nfs_mountinfo_assemble() 5398 xb_add_bitmap(error, &xbinfo, miattrs, NFS_MIATTR_BITMAP_LEN); in nfs_mountinfo_assemble() 5399 xb_add_bitmap(error, &xbinfo, miflags, NFS_MIFLAG_BITMAP_LEN); in nfs_mountinfo_assemble() 5400 xb_add_32(error, &xbinfo, origargslength); in nfs_mountinfo_assemble() 5402 error = xb_add_bytes(&xbinfo, nmp->nm_args, origargslength, 0); in nfs_mountinfo_assemble() 5406 curargsopaquelength_offset = xb_offset(&xbinfo); in nfs_mountinfo_assemble() [all …]
|