ReactOS
0.4.15-dev-5618-g8866b9d
|
#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 1144 of file recv.cpp.
Referenced by BtrfsRecv::do_recv(), and scrub_extent_dup().
Definition at line 1114 of file recv.cpp.
Referenced by BtrfsRecv::do_recv().
Definition at line 1545 of file recv.cpp.
Definition at line 1626 of file recv.cpp.
|
static |
Definition at line 1512 of file recv.cpp.
Referenced by BtrfsRecv::Open().
|
static |
Definition at line 1067 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 37 of file recv.cpp.
Referenced by BtrfsRecv::cmd_removexattr(), BtrfsRecv::cmd_setxattr(), flush_fcb(), fsctl_set_xattr(), get_file_attributes(), open_fcb(), rename_file_to_stream(), and rename_stream().
Definition at line 39 of file recv.cpp.
Referenced by BtrfsRecv::cmd_removexattr(), BtrfsRecv::cmd_setxattr(), flush_fcb(), fsctl_set_xattr(), get_ea_len(), open_fcb(), rename_file_to_stream(), and rename_stream().
Definition at line 36 of file recv.cpp.
Referenced by BtrfsRecv::cmd_removexattr(), BtrfsRecv::cmd_setxattr(), fcb_get_sd(), flush_fcb(), fsctl_set_xattr(), and open_fcb().
Definition at line 38 of file recv.cpp.
Referenced by BtrfsRecv::cmd_setxattr(), flush_fcb(), fsctl_set_xattr(), open_fcb(), rename_file_to_stream(), and rename_stream().
Definition at line 40 of file recv.cpp.
Referenced by BtrfsRecv::cmd_removexattr(), and BtrfsRecv::cmd_setxattr().