ReactOS 0.4.15-dev-7934-g1dc8d80
btrfs_create_snapshot Struct Reference

#include <btrfsioctl.h>

Collaboration diagram for btrfs_create_snapshot:

Public Attributes

HANDLE subvol
 
BOOL readonly
 
BOOL posix
 
uint16_t namelen
 
WCHAR name [1]
 

Detailed Description

Definition at line 48 of file btrfsioctl.h.

Member Data Documentation

◆ name

WCHAR btrfs_create_snapshot::name[1]

◆ namelen

uint16_t btrfs_create_snapshot::namelen

◆ posix

BOOL btrfs_create_snapshot::posix

Definition at line 51 of file btrfsioctl.h.

Referenced by BtrfsRecv::cmd_snapshot(), create_snapshot(), and create_snapshot2().

◆ readonly

BOOL btrfs_create_snapshot::readonly

Definition at line 50 of file btrfsioctl.h.

Referenced by BtrfsRecv::cmd_snapshot(), create_snapshot(), and create_snapshot2().

◆ subvol

HANDLE btrfs_create_snapshot::subvol

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