ReactOS 0.4.16-dev-320-g3bd9ddc
|
#include <btrfsioctl.h>
Public Attributes | |
HANDLE | subvol |
BOOL | readonly |
BOOL | posix |
uint16_t | namelen |
WCHAR | name [1] |
Definition at line 48 of file btrfsioctl.h.
WCHAR btrfs_create_snapshot::name[1] |
Definition at line 53 of file btrfsioctl.h.
Referenced by BtrfsRecv::cmd_snapshot(), create_snapshot(), create_snapshot2(), BtrfsContextMenu::reflink_copy(), and reflink_copy2().
uint16_t btrfs_create_snapshot::namelen |
Definition at line 52 of file btrfsioctl.h.
Referenced by BtrfsRecv::cmd_snapshot(), create_snapshot(), create_snapshot2(), BtrfsContextMenu::reflink_copy(), and reflink_copy2().
BOOL btrfs_create_snapshot::posix |
Definition at line 51 of file btrfsioctl.h.
Referenced by BtrfsRecv::cmd_snapshot(), create_snapshot(), and create_snapshot2().
BOOL btrfs_create_snapshot::readonly |
Definition at line 50 of file btrfsioctl.h.
Referenced by BtrfsRecv::cmd_snapshot(), create_snapshot(), and create_snapshot2().
HANDLE btrfs_create_snapshot::subvol |
Definition at line 49 of file btrfsioctl.h.
Referenced by BtrfsRecv::cmd_snapshot(), create_snapshot(), create_snapshot2(), BtrfsContextMenu::reflink_copy(), and reflink_copy2().