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

Go to the source code of this file.

Functions

int efs_get_block (struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create)
 
int efs_bmap (struct inode *inode, efs_block_t block)
 

Function Documentation

int efs_bmap ( struct inode inode,
efs_block_t  block 
)

Definition at line 38 of file file.c.

int efs_get_block ( struct inode inode,
sector_t  iblock,
struct buffer_head *  bh_result,
int  create 
)

Definition at line 12 of file file.c.