|
Linux Kernel
3.7.1
|
#include <fat.h>
Data Fields | |
| unsigned short | sec_per_clus |
| unsigned short | cluster_bits |
| unsigned int | cluster_size |
| unsigned char | fats |
| unsigned char | fat_bits |
| unsigned short | fat_start |
| unsigned long | fat_length |
| unsigned long | dir_start |
| unsigned short | dir_entries |
| unsigned long | data_start |
| unsigned long | max_cluster |
| unsigned long | root_cluster |
| unsigned long | fsinfo_sector |
| struct mutex | fat_lock |
| struct mutex | s_lock |
| unsigned int | prev_free |
| unsigned int | free_clusters |
| unsigned int | free_clus_valid |
| struct fat_mount_options | options |
| struct nls_table * | nls_disk |
| struct nls_table * | nls_io |
| const void * | dir_ops |
| int | dir_per_block |
| int | dir_per_block_bits |
| int | fatent_shift |
| struct fatent_operations * | fatent_ops |
| struct inode * | fat_inode |
| struct inode * | fsinfo_inode |
| struct ratelimit_state | ratelimit |
| spinlock_t | inode_hash_lock |
| struct hlist_head | inode_hashtable [FAT_HASH_SIZE] |
| spinlock_t | dir_hash_lock |
| struct hlist_head | dir_hashtable [FAT_HASH_SIZE] |
| spinlock_t dir_hash_lock |
| struct hlist_head dir_hashtable[FAT_HASH_SIZE] |
| struct fatent_operations* fatent_ops |
| spinlock_t inode_hash_lock |
| struct hlist_head inode_hashtable[FAT_HASH_SIZE] |
| struct fat_mount_options options |
| struct ratelimit_state ratelimit |
1.8.2