constant: ashet.max_fs_type_len
Documentation
The maximum number of bytes in a file system type name.
Chosen to be a power of two, and long enough to accommodate typical names:
- FAT16
- FAT32
- exFAT
- NTFS
- ReiserFS
- ISO 9660
- btrfs
- AFFS
Definition
const max_fs_type_len = 32;