Home
last modified time | relevance | path

Searched refs:newmattrs (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_vfsops.c3255 uint32_t newmattrs[NFS_MATTR_BITMAP_LEN]; in nfs_mirror_mount_domount() local
3376 newmattrs[i] = mattrs[i]; in nfs_mirror_mount_domount()
3379 NFS_BITMAP_SET(newmattrs, NFS_MATTR_FS_LOCATIONS); in nfs_mirror_mount_domount()
3380 NFS_BITMAP_CLR(newmattrs, NFS_MATTR_MNTFROM); in nfs_mirror_mount_domount()
3382 NFS_BITMAP_SET(newmattrs, NFS_MATTR_FH); in nfs_mirror_mount_domount()
3384 NFS_BITMAP_SET(newmattrs, NFS_MATTR_FLAGS); in nfs_mirror_mount_domount()
3385 NFS_BITMAP_SET(newmattrs, NFS_MATTR_MNTFLAGS); in nfs_mirror_mount_domount()
3386 NFS_BITMAP_SET(newmattrs, NFS_MATTR_SET_MOUNT_OWNER); in nfs_mirror_mount_domount()
3387 xb_add_bitmap(error, &xbnew, newmattrs, NFS_MATTR_BITMAP_LEN); in nfs_mirror_mount_domount()