ReactOS 0.4.16-dev-329-g9223134
|
#include <btrfsioctl.h>
Public Attributes | |
void *POINTER_32 | subvol |
BOOL | readonly |
BOOL | posix |
uint16_t | namelen |
WCHAR | name [1] |
Definition at line 56 of file btrfsioctl.h.
WCHAR btrfs_create_snapshot32::name[1] |
Definition at line 61 of file btrfsioctl.h.
Referenced by create_snapshot().
uint16_t btrfs_create_snapshot32::namelen |
Definition at line 60 of file btrfsioctl.h.
Referenced by create_snapshot().
BOOL btrfs_create_snapshot32::posix |
Definition at line 59 of file btrfsioctl.h.
Referenced by create_snapshot().
BOOL btrfs_create_snapshot32::readonly |
Definition at line 58 of file btrfsioctl.h.
Referenced by create_snapshot().
void* POINTER_32 btrfs_create_snapshot32::subvol |
Definition at line 57 of file btrfsioctl.h.
Referenced by create_snapshot().