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

Go to the source code of this file.

Functions

int hfs_ext_keycmp (const btree_key *key1, const btree_key *key2)
 
void hfs_ext_write_extent (struct inode *inode)
 
int hfs_free_fork (struct super_block *sb, struct hfs_cat_file *file, int type)
 
int hfs_get_block (struct inode *inode, sector_t block, struct buffer_head *bh_result, int create)
 
int hfs_extend_file (struct inode *inode)
 
void hfs_file_truncate (struct inode *inode)
 

Function Documentation

int hfs_ext_keycmp ( const btree_key key1,
const btree_key key2 
)

Definition at line 50 of file extent.c.

void hfs_ext_write_extent ( struct inode inode)

Definition at line 130 of file extent.c.

int hfs_extend_file ( struct inode inode)

Definition at line 372 of file extent.c.

void hfs_file_truncate ( struct inode inode)

Definition at line 455 of file extent.c.

int hfs_free_fork ( struct super_block sb,
struct hfs_cat_file file,
int  type 
)

Definition at line 272 of file extent.c.

int hfs_get_block ( struct inode inode,
sector_t  block,
struct buffer_head *  bh_result,
int  create 
)

Definition at line 319 of file extent.c.