Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
partition.c File Reference
#include "udfdecl.h"
#include "udf_sb.h"
#include "udf_i.h"
#include <linux/fs.h>
#include <linux/string.h>
#include <linux/buffer_head.h>
#include <linux/mutex.h>

Go to the source code of this file.

Functions

uint32_t udf_get_pblock (struct super_block *sb, uint32_t block, uint16_t partition, uint32_t offset)
 
uint32_t udf_get_pblock_virt15 (struct super_block *sb, uint32_t block, uint16_t partition, uint32_t offset)
 
uint32_t udf_get_pblock_virt20 (struct super_block *sb, uint32_t block, uint16_t partition, uint32_t offset)
 
uint32_t udf_get_pblock_spar15 (struct super_block *sb, uint32_t block, uint16_t partition, uint32_t offset)
 
int udf_relocate_blocks (struct super_block *sb, long old_block, long *new_block)
 
uint32_t udf_get_pblock_meta25 (struct super_block *sb, uint32_t block, uint16_t partition, uint32_t offset)
 

Function Documentation

uint32_t udf_get_pblock ( struct super_block sb,
uint32_t  block,
uint16_t  partition,
uint32_t  offset 
)

Definition at line 30 of file partition.c.

uint32_t udf_get_pblock_meta25 ( struct super_block sb,
uint32_t  block,
uint16_t  partition,
uint32_t  offset 
)

Definition at line 306 of file partition.c.

uint32_t udf_get_pblock_spar15 ( struct super_block sb,
uint32_t  block,
uint16_t  partition,
uint32_t  offset 
)

Definition at line 113 of file partition.c.

uint32_t udf_get_pblock_virt15 ( struct super_block sb,
uint32_t  block,
uint16_t  partition,
uint32_t  offset 
)

Definition at line 47 of file partition.c.

uint32_t udf_get_pblock_virt20 ( struct super_block sb,
uint32_t  block,
uint16_t  partition,
uint32_t  offset 
)
inline

Definition at line 107 of file partition.c.

int udf_relocate_blocks ( struct super_block sb,
long  old_block,
long new_block 
)

Definition at line 153 of file partition.c.