Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/fs.h>
#include <linux/msdos_fs.h>
#include <linux/blkdev.h>
#include "fat.h"
Go to the source code of this file.
Data Structures | |
struct | fatent_operations |
Macros | |
#define | FAT_READA_SIZE (128 * 1024) |
Functions | |
void | fat_ent_access_init (struct super_block *sb) |
int | fat_ent_read (struct inode *inode, struct fat_entry *fatent, int entry) |
int | fat_ent_write (struct inode *inode, struct fat_entry *fatent, int new, int wait) |
int | fat_alloc_clusters (struct inode *inode, int *cluster, int nr_cluster) |
int | fat_free_clusters (struct inode *inode, int cluster) |
EXPORT_SYMBOL_GPL (fat_free_clusters) | |
int | fat_count_free_clusters (struct super_block *sb) |
EXPORT_SYMBOL_GPL | ( | fat_free_clusters | ) |
int fat_count_free_clusters | ( | struct super_block * | sb | ) |
void fat_ent_access_init | ( | struct super_block * | sb | ) |