Searched refs:vfe_flags (Results 1 – 2 of 2) sorted by relevance
973 if ((vfe->vfe_flags & VFS_TBLNOTYPENUM)) { in vfs_fsadd()1010 if (vfe->vfe_flags & VFS_TBL64BITREADY) { in vfs_fsadd()1013 if (vfe->vfe_flags & VFS_TBLVNOP_PAGEINV2) { in vfs_fsadd()1016 if (vfe->vfe_flags & VFS_TBLVNOP_PAGEOUTV2) { in vfs_fsadd()1022 if ((vfe->vfe_flags & VFS_TBLLOCALVOL) && (vfe->vfe_flags & VFS_TBLGENERICMNTARGS) == 0) { in vfs_fsadd()1028 if (vfe->vfe_flags & VFS_TBLNATIVEXATTR) { in vfs_fsadd()1031 if (vfe->vfe_flags & VFS_TBLUNMOUNT_PREFLIGHT) { in vfs_fsadd()1034 if (vfe->vfe_flags & VFS_TBLREADDIR_EXTENDED) { in vfs_fsadd()1037 if (vfe->vfe_flags & VFS_TBLNOMACLABEL) { in vfs_fsadd()1043 if (vfe->vfe_flags & VFS_TBLVNOP_SECLUDE_RENAME) { in vfs_fsadd()[all …]
574 uint32_t vfe_flags; /* defines the FS capabilities */ member