|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | _FILE_ID_EXTD_DIR_INFORMATION |
| struct | _FILE_ID_EXTD_BOTH_DIR_INFORMATION |
| struct | dir_entry |
Macros | |
| #define | FileIdExtdDirectoryInformation (enum _FILE_INFORMATION_CLASS)60 |
| #define | FileIdExtdBothDirectoryInformation (enum _FILE_INFORMATION_CLASS)63 |
Enumerations | |
| enum | DirEntryType { DirEntryType_File , DirEntryType_Self , DirEntryType_Parent } |
Functions | |
| ULONG | get_reparse_tag_fcb (fcb *fcb) |
| ULONG | get_reparse_tag (device_extension *Vcb, root *subvol, uint64_t inode, uint8_t type, ULONG atts, bool lxss, PIRP Irp) |
| static ULONG | get_ea_len (device_extension *Vcb, root *subvol, uint64_t inode, PIRP Irp) |
| static NTSTATUS | query_dir_item (fcb *fcb, ccb *ccb, void *buf, LONG *len, PIRP Irp, dir_entry *de, root *r) |
| static NTSTATUS | next_dir_entry (file_ref *fileref, uint64_t *offset, dir_entry *de, dir_child **pdc) |
| static NTSTATUS | query_directory (PIRP Irp) |
| static NTSTATUS | notify_change_directory (device_extension *Vcb, PIRP Irp) |
| _Dispatch_type_ (IRP_MJ_DIRECTORY_CONTROL) | |
| #define FileIdExtdBothDirectoryInformation (enum _FILE_INFORMATION_CLASS)63 |
| #define FileIdExtdDirectoryInformation (enum _FILE_INFORMATION_CLASS)60 |
| _Dispatch_type_ | ( | IRP_MJ_DIRECTORY_CONTROL | ) |
Definition at line 1157 of file dirctrl.c.
|
static |
Definition at line 148 of file dirctrl.c.
Referenced by query_dir_item().
| ULONG get_reparse_tag | ( | device_extension * | Vcb, |
| root * | subvol, | ||
| uint64_t | inode, | ||
| uint8_t | type, | ||
| ULONG | atts, | ||
| bool | lxss, | ||
| PIRP | Irp | ||
| ) |
Definition at line 107 of file dirctrl.c.
Referenced by query_dir_item().
Definition at line 83 of file dirctrl.c.
Referenced by fill_in_file_attribute_information(), fill_in_file_stat_information(), fill_in_file_stat_lx_information(), and get_reparse_tag().
|
static |
Definition at line 651 of file dirctrl.c.
Referenced by query_directory().
|
static |
Definition at line 1080 of file dirctrl.c.
Referenced by _Dispatch_type_().
|
static |
Definition at line 185 of file dirctrl.c.
Referenced by query_directory().
Definition at line 737 of file dirctrl.c.
Referenced by _Dispatch_type_().