Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
bitmap.c File Reference
#include "hfs_fs.h"

Go to the source code of this file.

Functions

u32 hfs_vbm_search_free (struct super_block *sb, u32 goal, u32 *num_bits)
 
int hfs_clear_vbm_bits (struct super_block *sb, u16 start, u16 count)
 

Function Documentation

int hfs_clear_vbm_bits ( struct super_block sb,
u16  start,
u16  count 
)

Definition at line 193 of file bitmap.c.

u32 hfs_vbm_search_free ( struct super_block sb,
u32  goal,
u32 num_bits 
)

Definition at line 139 of file bitmap.c.