Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
bitmap.c File Reference
#include <linux/pagemap.h>
#include "hfsplus_fs.h"
#include "hfsplus_raw.h"

Go to the source code of this file.

Macros

#define PAGE_CACHE_BITS   (PAGE_CACHE_SIZE * 8)
 

Functions

int hfsplus_block_allocate (struct super_block *sb, u32 size, u32 offset, u32 *max)
 
int hfsplus_block_free (struct super_block *sb, u32 offset, u32 count)
 

Macro Definition Documentation

#define PAGE_CACHE_BITS   (PAGE_CACHE_SIZE * 8)

Definition at line 16 of file bitmap.c.

Function Documentation

int hfsplus_block_allocate ( struct super_block sb,
u32  size,
u32  offset,
u32 max 
)

Definition at line 18 of file bitmap.c.

int hfsplus_block_free ( struct super_block sb,
u32  offset,
u32  count 
)

Definition at line 163 of file bitmap.c.