Searched refs:newmattrs (Results 1 – 1 of 1) sorted by relevance
3246 uint32_t newmattrs[NFS_MATTR_BITMAP_LEN]; in nfs_mirror_mount_domount() local3367 newmattrs[i] = mattrs[i]; in nfs_mirror_mount_domount()3370 NFS_BITMAP_SET(newmattrs, NFS_MATTR_FS_LOCATIONS); in nfs_mirror_mount_domount()3371 NFS_BITMAP_CLR(newmattrs, NFS_MATTR_MNTFROM); in nfs_mirror_mount_domount()3373 NFS_BITMAP_SET(newmattrs, NFS_MATTR_FH); in nfs_mirror_mount_domount()3375 NFS_BITMAP_SET(newmattrs, NFS_MATTR_FLAGS); in nfs_mirror_mount_domount()3376 NFS_BITMAP_SET(newmattrs, NFS_MATTR_MNTFLAGS); in nfs_mirror_mount_domount()3377 NFS_BITMAP_SET(newmattrs, NFS_MATTR_SET_MOUNT_OWNER); in nfs_mirror_mount_domount()3378 xb_add_bitmap(error, &xbnew, newmattrs, NFS_MATTR_BITMAP_LEN); in nfs_mirror_mount_domount()