Linux Kernel
3.7.1
|
#include <ubifs.h>
Data Fields | |
unsigned int | unmount_mode:2 |
unsigned int | bulk_read:2 |
unsigned int | chk_data_crc:2 |
unsigned int | override_compr:1 |
unsigned int | compr_type:2 |
struct ubifs_mount_opts - UBIFS-specific mount options information. : selected unmount mode (%0 default, %1 normal, %2 fast) : enable/disable bulk-reads (%0 default, %1 disabe, %2 enable) : enable/disable CRC data checking when reading data nodes (%0 default, %1 disabe, %2 enable) : override default compressor (%0 - do not override and use superblock compressor, %1 - override and use compressor specified in ) : compressor type to override the superblock compressor with (UBIFS_COMPR_NONE, etc)