The Sleuth Kit  4.11.1
Public Attributes | List of all members
EXFATFS_ALLOC_BITMAP_DIR_ENTRY Struct Reference

Allocation bitmap directory entry structure for exFAT file systems. More...

#include <tsk_exfatfs.h>

Public Attributes

uint8_t entry_type
 0x81
 
uint8_t first_cluster_of_bitmap [4]
 Cluster address of first data block.
 
uint8_t flags
 0x00 for first bitmap, 0x01 for the second
 
uint8_t length_of_alloc_bitmap_in_bytes [8]
 Length of the data.
 
uint8_t reserved [18]
 Reserved.
 

Detailed Description

Allocation bitmap directory entry structure for exFAT file systems.

There will be one allocation bitmap for exFAT and two for TexFAT (transactional exFAT). Bit zero of the flags byte is 0 in the directory entry for the first bitmap and 1 in the directory entry for the second bitmap. This type of entry should be found only in the root directory.


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

Copyright © 2007-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.