|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/fs.h>#include <linux/buffer_head.h>#include <asm/div64.h>#include "omfs.h"Go to the source code of this file.
Functions | |
| unsigned long | omfs_count_free (struct super_block *sb) |
| int | omfs_allocate_block (struct super_block *sb, u64 block) |
| int | omfs_allocate_range (struct super_block *sb, int min_request, int max_request, u64 *return_block, int *return_size) |
| int | omfs_clear_range (struct super_block *sb, u64 block, int count) |
| int omfs_allocate_block | ( | struct super_block * | sb, |
| u64 | block | ||
| ) |
| int omfs_clear_range | ( | struct super_block * | sb, |
| u64 | block, | ||
| int | count | ||
| ) |
| unsigned long omfs_count_free | ( | struct super_block * | sb | ) |
1.8.2