ReactOS 0.4.16-dev-91-g764881a
|
#include "btrfs_drv.h"
Go to the source code of this file.
Classes | |
struct | REPARSE_DATA_BUFFER_LX_SYMLINK |
Functions | |
NTSTATUS | get_reparse_point (PFILE_OBJECT FileObject, void *buffer, DWORD buflen, ULONG_PTR *retlen) |
static NTSTATUS | set_symlink (PIRP Irp, file_ref *fileref, fcb *fcb, ccb *ccb, REPARSE_DATA_BUFFER *rdb, ULONG buflen, LIST_ENTRY *rollback) |
NTSTATUS | set_reparse_point2 (fcb *fcb, REPARSE_DATA_BUFFER *rdb, ULONG buflen, ccb *ccb, file_ref *fileref, PIRP Irp, LIST_ENTRY *rollback) |
NTSTATUS | set_reparse_point (PIRP Irp) |
NTSTATUS | delete_reparse_point (PIRP Irp) |
Variables | |
tFsRtlValidateReparsePointBuffer | fFsRtlValidateReparsePointBuffer |
Definition at line 482 of file reparse.c.
Referenced by fsctl_request().
NTSTATUS get_reparse_point | ( | PFILE_OBJECT | FileObject, |
void * | buffer, | ||
DWORD | buflen, | ||
ULONG_PTR * | retlen | ||
) |
Definition at line 27 of file reparse.c.
Referenced by fsctl_request().
Definition at line 409 of file reparse.c.
Referenced by fsctl_request().
NTSTATUS set_reparse_point2 | ( | fcb * | fcb, |
REPARSE_DATA_BUFFER * | rdb, | ||
ULONG | buflen, | ||
ccb * | ccb, | ||
file_ref * | fileref, | ||
PIRP | Irp, | ||
LIST_ENTRY * | rollback | ||
) |
Definition at line 307 of file reparse.c.
Referenced by file_create(), and set_reparse_point().
|
static |
Definition at line 179 of file reparse.c.
Referenced by set_reparse_point2().
|
extern |
Definition at line 98 of file btrfs.c.
Referenced by _Function_class_(), and set_reparse_point2().