Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
balloc.c File Reference
#include <linux/buffer_head.h>
#include <linux/string.h>
#include "sysv.h"

Go to the source code of this file.

Functions

void sysv_free_block (struct super_block *sb, sysv_zone_t nr)
 
sysv_zone_t sysv_new_block (struct super_block *sb)
 
unsigned long sysv_count_free_blocks (struct super_block *sb)
 

Function Documentation

unsigned long sysv_count_free_blocks ( struct super_block sb)

Definition at line 158 of file balloc.c.

void sysv_free_block ( struct super_block sb,
sysv_zone_t  nr 
)

Definition at line 42 of file balloc.c.

sysv_zone_t sysv_new_block ( struct super_block sb)

Definition at line 99 of file balloc.c.