Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
bitmap.c File Reference
#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)
 

Function Documentation

int omfs_allocate_block ( struct super_block sb,
u64  block 
)

Definition at line 90 of file bitmap.c.

int omfs_allocate_range ( struct super_block sb,
int  min_request,
int  max_request,
u64 return_block,
int return_size 
)

Definition at line 129 of file bitmap.c.

int omfs_clear_range ( struct super_block sb,
u64  block,
int  count 
)

Definition at line 174 of file bitmap.c.

unsigned long omfs_count_free ( struct super_block sb)

Definition at line 7 of file bitmap.c.