Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ubifs_mount_opts Struct Reference

#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
 

Detailed Description

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)

Definition at line 930 of file ubifs.h.

Field Documentation

unsigned int bulk_read

Definition at line 932 of file ubifs.h.

unsigned int chk_data_crc

Definition at line 933 of file ubifs.h.

unsigned int compr_type

Definition at line 935 of file ubifs.h.

unsigned int override_compr

Definition at line 934 of file ubifs.h.

unsigned int unmount_mode

Definition at line 931 of file ubifs.h.


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