Home
last modified time | relevance | path

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

/reactos/base/services/nfsd/
H A Dnfs41_superblock.c166 OUT PFILE_FS_ATTRIBUTE_INFORMATION FsAttrs) in nfs41_superblock_fs_attributes() argument
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()
182 FsAttrs->MaximumComponentNameLength = NFS41_MAX_COMPONENT_LEN; in nfs41_superblock_fs_attributes()
185 FsAttrs->FileSystemNameLength = 0; in nfs41_superblock_fs_attributes()
[all …]
H A Dmount.c113 nfs41_superblock_fs_attributes(file.fh.superblock, &args->FsAttrs); in handle_mount()
140 status = safe_write(&buffer, length, &args->FsAttrs, sizeof(args->FsAttrs)); in marshall_mount()
H A Dupcall.h38 FILE_FS_ATTRIBUTE_INFORMATION FsAttrs; member
H A Dnfs41.h470 OUT struct _FILE_FS_ATTRIBUTE_INFORMATION *FsAttrs);
/reactos/drivers/filesystems/nfs/
H A Dnfs41_driver.c189 PFILE_FS_ATTRIBUTE_INFORMATION FsAttrs; member
383 FILE_FS_ATTRIBUTE_INFORMATION FsAttrs; member
2734 PFILE_FS_ATTRIBUTE_INFORMATION FsAttrs) argument
2753 entry->u.Mount.FsAttrs = FsAttrs;
3183 &pVNetRootContext->FsAttrs);
3624 __notnull PFILE_FS_ATTRIBUTE_INFORMATION FsAttrs = local
3625 &pVNetRootContext->FsAttrs;
4601 sizeof(pVNetRootContext->FsAttrs));
4777 __notnull PFILE_FS_ATTRIBUTE_INFORMATION FsAttrs = local
4778 &pVNetRootContext->FsAttrs;
[all …]