Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
buffer.c File Reference
#include <linux/sched.h>
#include <linux/slab.h>
#include "hpfs_fn.h"

Go to the source code of this file.

Functions

voidhpfs_map_sector (struct super_block *s, unsigned secno, struct buffer_head **bhp, int ahead)
 
voidhpfs_get_sector (struct super_block *s, unsigned secno, struct buffer_head **bhp)
 
voidhpfs_map_4sectors (struct super_block *s, unsigned secno, struct quad_buffer_head *qbh, int ahead)
 
voidhpfs_get_4sectors (struct super_block *s, unsigned secno, struct quad_buffer_head *qbh)
 
void hpfs_brelse4 (struct quad_buffer_head *qbh)
 
void hpfs_mark_4buffers_dirty (struct quad_buffer_head *qbh)
 

Function Documentation

void hpfs_brelse4 ( struct quad_buffer_head qbh)

Definition at line 148 of file buffer.c.

void* hpfs_get_4sectors ( struct super_block s,
unsigned  secno,
struct quad_buffer_head qbh 
)

Definition at line 113 of file buffer.c.

void* hpfs_get_sector ( struct super_block s,
unsigned  secno,
struct buffer_head **  bhp 
)

Definition at line 34 of file buffer.c.

void* hpfs_map_4sectors ( struct super_block s,
unsigned  secno,
struct quad_buffer_head qbh,
int  ahead 
)

Definition at line 55 of file buffer.c.

void* hpfs_map_sector ( struct super_block s,
unsigned  secno,
struct buffer_head **  bhp,
int  ahead 
)

Definition at line 14 of file buffer.c.

void hpfs_mark_4buffers_dirty ( struct quad_buffer_head qbh)

Definition at line 157 of file buffer.c.