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

Go to the source code of this file.

Functions

struct fileIdentDescudf_fileident_read (struct inode *dir, loff_t *nf_pos, struct udf_fileident_bh *fibh, struct fileIdentDesc *cfi, struct extent_position *epos, struct kernel_lb_addr *eloc, uint32_t *elen, sector_t *offset)
 
struct fileIdentDescudf_get_fileident (void *buffer, int bufsize, int *offset)
 
struct short_adudf_get_fileshortad (uint8_t *ptr, int maxoffset, uint32_t *offset, int inc)
 
struct long_adudf_get_filelongad (uint8_t *ptr, int maxoffset, uint32_t *offset, int inc)
 

Function Documentation

struct fileIdentDesc* udf_fileident_read ( struct inode dir,
loff_t *  nf_pos,
struct udf_fileident_bh fibh,
struct fileIdentDesc cfi,
struct extent_position epos,
struct kernel_lb_addr eloc,
uint32_t elen,
sector_t offset 
)
read

Definition at line 21 of file directory.c.

struct fileIdentDesc* udf_get_fileident ( void buffer,
int  bufsize,
int offset 
)
read

Definition at line 157 of file directory.c.

struct long_ad* udf_get_filelongad ( uint8_t ptr,
int  maxoffset,
uint32_t offset,
int  inc 
)
read

Definition at line 221 of file directory.c.

struct short_ad* udf_get_fileshortad ( uint8_t ptr,
int  maxoffset,
uint32_t offset,
int  inc 
)
read

Definition at line 198 of file directory.c.