Searched refs:FileSystemAttributes (Results 1 – 17 of 17) sorted by relevance
168 FsAttrs->FileSystemAttributes = FILE_SUPPORTS_REMOTE_STORAGE; in nfs41_superblock_fs_attributes()170 FsAttrs->FileSystemAttributes |= FILE_SUPPORTS_HARD_LINKS; in nfs41_superblock_fs_attributes()172 FsAttrs->FileSystemAttributes |= FILE_SUPPORTS_REPARSE_POINTS; in nfs41_superblock_fs_attributes()174 FsAttrs->FileSystemAttributes |= FILE_SUPPORTS_EXTENDED_ATTRIBUTES; in nfs41_superblock_fs_attributes()176 FsAttrs->FileSystemAttributes |= FILE_CASE_PRESERVED_NAMES; in nfs41_superblock_fs_attributes()178 FsAttrs->FileSystemAttributes |= FILE_CASE_SENSITIVE_SEARCH; in nfs41_superblock_fs_attributes()180 FsAttrs->FileSystemAttributes |= FILE_PERSISTENT_ACLS; in nfs41_superblock_fs_attributes()
255 ULONG FileSystemAttributes; member
104 ok_eq_ulong(AttributeInfo.FileSystemAttributes, FILE_CASE_PRESERVED_NAMES); in TestVolumeInfo()119 ok_eq_ulong(AttributeInfo.FileSystemAttributes, FILE_CASE_PRESERVED_NAMES); in TestVolumeInfo()
492 Buffer->FileSystemAttributes = FILE_CASE_SENSITIVE_SEARCH | in CdQueryFsAttributeInfo()498 SetFlag( Buffer->FileSystemAttributes, FILE_UNICODE_ON_DISK ); in CdQueryFsAttributeInfo()
189 FsAttrInfo->FileSystemAttributes = FILE_SUPPORTS_HARD_LINKS | in Ext2QueryVolumeInformation()193 FsAttrInfo->FileSystemAttributes |= FILE_READ_ONLY_VOLUME; in Ext2QueryVolumeInformation()
109 InfoBuffer->FileSystemAttributes = FILE_CASE_PRESERVED_NAMES; in NpQueryFsAttributeInfo()
239 …(AttributeInfo->FileSystemAttributes != 0x55555555, "AttributeInfo->FileSystemAttributes = 0x%lx\n… in TestFileFsAttributeInformation()
851 Buffer->FileSystemAttributes = FILE_CASE_PRESERVED_NAMES | in FatQueryFsAttributeInfo()856 SetFlag( Buffer->FileSystemAttributes, FILE_READ_ONLY_VOLUME ); in FatQueryFsAttributeInfo()
270 FsAttributeInfo->FileSystemAttributes = in NtfsGetFsAttributeInformation()
125 FsAttributeInfo->FileSystemAttributes = in FsdGetFsAttributeInformation()
512 Buffer->FileSystemAttributes = FILE_CASE_SENSITIVE_SEARCH | in UDFQueryFsAttributeInfo()
837 ULONG FileSystemAttributes; member
940 Buffer->FileSystemAttributes = 0; in RawQueryFsAttributeInfo()
436 *lpFileSystemFlags = VolumeAttr->FileSystemAttributes; in GetVolumeInformationW()
3727 if (!(FsAttrs->FileSystemAttributes & FILE_SUPPORTS_EXTENDED_ATTRIBUTES)) {4795 if (!(FsAttrs->FileSystemAttributes & FILE_SUPPORTS_EXTENDED_ATTRIBUTES)4918 if (!(FsAttrs->FileSystemAttributes & FILE_SUPPORTS_EXTENDED_ATTRIBUTES)) {
1059 data->FileSystemAttributes = FILE_CASE_PRESERVED_NAMES | FILE_CASE_SENSITIVE_SEARCH |1065 data->FileSystemAttributes |= FILE_READ_ONLY_VOLUME;
6005 ULONG FileSystemAttributes; member