Searched refs:xb_add_bitmap (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | xdr_subs.h | 495 #define xb_add_bitmap(E, XB, B, LEN) xb_add_word_array((E), (XB), (B), (LEN)) macro
|
| H A D | nfs_vfsops.c | 1332 xb_add_bitmap(error, &xb, mattrs, NFS_MATTR_BITMAP_LEN); in nfs_convert_old_nfs_args() 1335 xb_add_bitmap(error, &xb, mflags_mask, NFS_MFLAG_BITMAP_LEN); /* mask */ in nfs_convert_old_nfs_args() 1336 xb_add_bitmap(error, &xb, mflags, NFS_MFLAG_BITMAP_LEN); /* value */ in nfs_convert_old_nfs_args() 3378 xb_add_bitmap(error, &xbnew, newmattrs, NFS_MATTR_BITMAP_LEN); in nfs_mirror_mount_domount() 3391 xb_add_bitmap(error, &xbnew, newmflags_mask, NFS_MFLAG_BITMAP_LEN); in nfs_mirror_mount_domount() 3392 xb_add_bitmap(error, &xbnew, newmflags, NFS_MFLAG_BITMAP_LEN); in nfs_mirror_mount_domount() 5397 xb_add_bitmap(error, &xbinfo, miattrs, NFS_MIATTR_BITMAP_LEN); in nfs_mountinfo_assemble() 5398 xb_add_bitmap(error, &xbinfo, miflags, NFS_MIFLAG_BITMAP_LEN); in nfs_mountinfo_assemble() 5413 xb_add_bitmap(error, &xbinfo, mattrs, NFS_MATTR_BITMAP_LEN); in nfs_mountinfo_assemble() 5416 xb_add_bitmap(error, &xbinfo, mflags_mask, NFS_MFLAG_BITMAP_LEN); in nfs_mountinfo_assemble() [all …]
|
| H A D | nfs_boot.c | 1086 xb_add_bitmap(error, &xb, mattrs, NFS_MATTR_BITMAP_LEN); in nfs_mount_diskless() 1356 xb_add_bitmap(error, &xb, mattrs, NFS_MATTR_BITMAP_LEN); in nfs_mount_diskless_private()
|