|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <btrfs.h>

Public Attributes | |
| u64 | inr |
| u64 | position |
| struct btrfs_inode_item | inode |
| PBTRFS_INFO | Volume |
| ULONG | FileNameLength |
| UCHAR | Attributes |
| CHAR | FileName [RTL_FIELD_SIZE(FILEINFORMATION, FileName)] |
| UCHAR btrfs_file_info::Attributes |
Definition at line 421 of file btrfs.h.
Referenced by BtrFsGetFileInformation(), and BtrFsOpen().
| CHAR btrfs_file_info::FileName[RTL_FIELD_SIZE(FILEINFORMATION, FileName)] |
Definition at line 422 of file btrfs.h.
Referenced by BtrFsGetFileInformation(), and BtrFsOpen().
| ULONG btrfs_file_info::FileNameLength |
Definition at line 420 of file btrfs.h.
Referenced by BtrFsGetFileInformation(), and BtrFsOpen().
| struct btrfs_inode_item btrfs_file_info::inode |
Definition at line 418 of file btrfs.h.
Referenced by BtrFsGetFileInformation(), BtrFsOpen(), BtrFsRead(), and BtrFsSeek().
| u64 btrfs_file_info::inr |
Definition at line 416 of file btrfs.h.
Referenced by BtrFsOpen(), and BtrFsRead().
| u64 btrfs_file_info::position |
Definition at line 417 of file btrfs.h.
Referenced by BtrFsGetFileInformation(), BtrFsOpen(), BtrFsRead(), and BtrFsSeek().
| PBTRFS_INFO btrfs_file_info::Volume |
Definition at line 419 of file btrfs.h.
Referenced by BtrFsOpen(), and BtrFsRead().