Home
last modified time | relevance | path

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

/reactos/base/services/nfsd/
H A Dnfs41_superblock.c168 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()
H A Dfrom_kernel.h255 ULONG FileSystemAttributes; member
/reactos/modules/rostests/kmtests/npfs/
H A DNpfsVolumeInfo.c104 ok_eq_ulong(AttributeInfo.FileSystemAttributes, FILE_CASE_PRESERVED_NAMES); in TestVolumeInfo()
119 ok_eq_ulong(AttributeInfo.FileSystemAttributes, FILE_CASE_PRESERVED_NAMES); in TestVolumeInfo()
/reactos/drivers/filesystems/cdfs/
H A Dvolinfo.c492 Buffer->FileSystemAttributes = FILE_CASE_SENSITIVE_SEARCH | in CdQueryFsAttributeInfo()
498 SetFlag( Buffer->FileSystemAttributes, FILE_UNICODE_ON_DISK ); in CdQueryFsAttributeInfo()
/reactos/drivers/filesystems/ext2/src/
H A Dvolinfo.c189 FsAttrInfo->FileSystemAttributes = FILE_SUPPORTS_HARD_LINKS | in Ext2QueryVolumeInformation()
193 FsAttrInfo->FileSystemAttributes |= FILE_READ_ONLY_VOLUME; in Ext2QueryVolumeInformation()
/reactos/drivers/filesystems/npfs/
H A Dvolinfo.c109 InfoBuffer->FileSystemAttributes = FILE_CASE_PRESERVED_NAMES; in NpQueryFsAttributeInfo()
/reactos/modules/rostests/apitests/ntdll/
H A DNtQueryVolumeInformationFile.c239 …(AttributeInfo->FileSystemAttributes != 0x55555555, "AttributeInfo->FileSystemAttributes = 0x%lx\n… in TestFileFsAttributeInformation()
/reactos/drivers/filesystems/fastfat/
H A Dvolinfo.c851 Buffer->FileSystemAttributes = FILE_CASE_PRESERVED_NAMES | in FatQueryFsAttributeInfo()
856 SetFlag( Buffer->FileSystemAttributes, FILE_READ_ONLY_VOLUME ); in FatQueryFsAttributeInfo()
/reactos/drivers/filesystems/ntfs/
H A Dvolinfo.c270 FsAttributeInfo->FileSystemAttributes = in NtfsGetFsAttributeInformation()
/reactos/drivers/filesystems/vfatfs/
H A Dvolume.c125 FsAttributeInfo->FileSystemAttributes = in FsdGetFsAttributeInformation()
/reactos/drivers/filesystems/udfs/
H A Dvolinfo.cpp512 Buffer->FileSystemAttributes = FILE_CASE_SENSITIVE_SEARCH | in UDFQueryFsAttributeInfo()
/reactos/sdk/include/ndk/
H A Diotypes.h837 ULONG FileSystemAttributes; member
/reactos/ntoskrnl/io/iomgr/
H A Drawfs.c940 Buffer->FileSystemAttributes = 0; in RawQueryFsAttributeInfo()
/reactos/dll/win32/kernel32/client/file/
H A Dvolume.c436 *lpFileSystemFlags = VolumeAttr->FileSystemAttributes; in GetVolumeInformationW()
/reactos/drivers/filesystems/nfs/
H A Dnfs41_driver.c3727 if (!(FsAttrs->FileSystemAttributes & FILE_SUPPORTS_EXTENDED_ATTRIBUTES)) {
4795 if (!(FsAttrs->FileSystemAttributes & FILE_SUPPORTS_EXTENDED_ATTRIBUTES)
4918 if (!(FsAttrs->FileSystemAttributes & FILE_SUPPORTS_EXTENDED_ATTRIBUTES)) {
/reactos/drivers/filesystems/btrfs/
H A Dbtrfs.c1059 data->FileSystemAttributes = FILE_CASE_PRESERVED_NAMES | FILE_CASE_SENSITIVE_SEARCH |
1065 data->FileSystemAttributes |= FILE_READ_ONLY_VOLUME;
/reactos/sdk/include/xdk/
H A Diotypes.h6005 ULONG FileSystemAttributes; member