ReactOS 0.4.15-dev-7842-g558ab78
btrfs_create_snapshot32 Struct Reference

#include <btrfsioctl.h>

Collaboration diagram for btrfs_create_snapshot32:

Public Attributes

void *POINTER_32 subvol
 
BOOL readonly
 
BOOL posix
 
uint16_t namelen
 
WCHAR name [1]
 

Detailed Description

Definition at line 56 of file btrfsioctl.h.

Member Data Documentation

◆ name

WCHAR btrfs_create_snapshot32::name[1]

Definition at line 61 of file btrfsioctl.h.

Referenced by create_snapshot().

◆ namelen

uint16_t btrfs_create_snapshot32::namelen

Definition at line 60 of file btrfsioctl.h.

Referenced by create_snapshot().

◆ posix

BOOL btrfs_create_snapshot32::posix

Definition at line 59 of file btrfsioctl.h.

Referenced by create_snapshot().

◆ readonly

BOOL btrfs_create_snapshot32::readonly

Definition at line 58 of file btrfsioctl.h.

Referenced by create_snapshot().

◆ subvol

void* POINTER_32 btrfs_create_snapshot32::subvol

Definition at line 57 of file btrfsioctl.h.

Referenced by create_snapshot().


The documentation for this struct was generated from the following file: