ReactOS 0.4.16-dev-106-g10b08aa
|
#include "disk.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
#include <dirent.h>
#include <fnmatch.h>
#include <errno.h>
#include <stdio.h>
#include <utime.h>
#include <time.h>
#include "rdesktop.h"
Go to the source code of this file.
Classes | |
struct | dummy_statfs_t |
struct | FsInfoType |
Macros | |
#define | DIRFD(a) ((a)->DIR_FD_MEMBER_NAME) |
#define | F_NAMELEN(buf) (255) |
#define | STATFS_T dummy_statfs_t |
#define | STATFS_FN(path, buf) (dummy_statfs(buf)) |
Variables | |
DEVICE_FNS | disk_fns |
#define STATFS_T dummy_statfs_t |
Definition at line 177 of file disk.c.
Referenced by disk_set_information().
Definition at line 867 of file disk.c.
Definition at line 498 of file disk.c.
|
static |
Definition at line 336 of file disk.c.
|
static |
Definition at line 1217 of file disk.c.
NTSTATUS disk_query_directory | ( | RDPCLIENT * | This, |
NTHANDLE | handle, | ||
uint32 | info_class, | ||
char * | pattern, | ||
STREAM | out | ||
) |
Definition at line 1107 of file disk.c.
NTSTATUS disk_query_information | ( | RDPCLIENT * | This, |
NTHANDLE | handle, | ||
uint32 | info_class, | ||
STREAM | out | ||
) |
Definition at line 612 of file disk.c.
NTSTATUS disk_query_volume_information | ( | RDPCLIENT * | This, |
NTHANDLE | handle, | ||
uint32 | info_class, | ||
STREAM | out | ||
) |
Definition at line 1042 of file disk.c.
|
static |
Definition at line 545 of file disk.c.
NTSTATUS disk_set_information | ( | RDPCLIENT * | This, |
NTHANDLE | handle, | ||
uint32 | info_class, | ||
STREAM | in, | ||
STREAM | out | ||
) |
Definition at line 693 of file disk.c.
|
static |
|
static |
|
static |
Definition at line 974 of file disk.c.
Referenced by disk_query_volume_information(), FsdGetFsVolumeInformation(), and NtfsGetFsVolumeInformation().
Definition at line 195 of file disk.c.
Referenced by disk_set_information().
Definition at line 151 of file disk.c.
Referenced by disk_query_directory(), and disk_query_information().
|
static |
Definition at line 257 of file disk.c.
Referenced by disk_create().
Definition at line 166 of file disk.c.
Referenced by disk_query_directory(), and disk_query_information().
DEVICE_FNS disk_fns |
Definition at line 1240 of file disk.c.
Referenced by rdpdr_process_irp().