Searched refs:xb_add_bitmap (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | xdr_subs.h | 468 #define xb_add_bitmap(E, XB, B, LEN) xb_add_word_array((E), (XB), (B), (LEN)) macro
|
| H A D | nfs_vfsops.c | 1293 xb_add_bitmap(error, &xb, mattrs, NFS_MATTR_BITMAP_LEN); in nfs_convert_old_nfs_args() 1296 xb_add_bitmap(error, &xb, mflags_mask, NFS_MFLAG_BITMAP_LEN); /* mask */ in nfs_convert_old_nfs_args() 1297 xb_add_bitmap(error, &xb, mflags, NFS_MFLAG_BITMAP_LEN); /* value */ in nfs_convert_old_nfs_args() 3387 xb_add_bitmap(error, &xbnew, newmattrs, NFS_MATTR_BITMAP_LEN); in nfs_mirror_mount_domount() 3400 xb_add_bitmap(error, &xbnew, newmflags_mask, NFS_MFLAG_BITMAP_LEN); in nfs_mirror_mount_domount() 3401 xb_add_bitmap(error, &xbnew, newmflags, NFS_MFLAG_BITMAP_LEN); in nfs_mirror_mount_domount() 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() 5414 xb_add_bitmap(error, &xbinfo, mattrs, NFS_MATTR_BITMAP_LEN); in nfs_mountinfo_assemble() 5417 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()
|