ReactOS 0.4.15-dev-8621-g4b051b9
|
#include "shellext.h"
#include <windows.h>
#include <strsafe.h>
#include <stddef.h>
#include <sys/stat.h>
#include <iostream>
#include "recv.h"
#include "resource.h"
#include "crc32c.h"
#include <cpuid.h>
Go to the source code of this file.
Functions | |
static __inline uint64_t | unix_time_to_win (BTRFS_TIME *t) |
static void | delete_directory (const wstring &dir) |
static bool | check_csum (btrfs_send_command *cmd, uint8_t *data) |
static DWORD WINAPI | global_recv_thread (LPVOID lpParameter) |
static INT_PTR CALLBACK | stub_RecvProgressDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
void CALLBACK | RecvSubvolGUIW (HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdLine, int nCmdShow) |
void CALLBACK | RecvSubvolW (HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdLine, int nCmdShow) |
Variables | |
const string | EA_NTACL = "security.NTACL" |
const string | EA_DOSATTRIB = "user.DOSATTRIB" |
const string | EA_REPARSE = "user.reparse" |
const string | EA_EA = "user.EA" |
const string | XATTR_USER = "user." |
|
static |
Definition at line 1147 of file recv.cpp.
Referenced by BtrfsRecv::do_recv(), and scrub_extent_dup().
Definition at line 1117 of file recv.cpp.
Referenced by delete_directory(), and BtrfsRecv::do_recv().
Definition at line 1457 of file recv.cpp.
Referenced by BtrfsRecv::RecvProgressDlgProc().
Definition at line 1548 of file recv.cpp.
Definition at line 1629 of file recv.cpp.
|
static |
Definition at line 1515 of file recv.cpp.
Referenced by BtrfsRecv::Open().
|
static |
Definition at line 1070 of file recv.cpp.
Referenced by _Function_class_(), BtrfsRecv::cmd_utimes(), fill_in_file_basic_information(), fill_in_file_network_open_information(), fill_in_file_stat_information(), fill_in_file_stat_lx_information(), and query_dir_item().
Definition at line 43 of file recv.cpp.
Referenced by BtrfsRecv::cmd_removexattr(), and BtrfsRecv::cmd_setxattr().