Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
amigaffs.c File Reference
#include "affs.h"

Go to the source code of this file.

Functions

int affs_insert_hash (struct inode *dir, struct buffer_head *bh)
 
int affs_remove_hash (struct inode *dir, struct buffer_head *rem_bh)
 
int affs_remove_header (struct dentry *dentry)
 
u32 affs_checksum_block (struct super_block *sb, struct buffer_head *bh)
 
void affs_fix_checksum (struct super_block *sb, struct buffer_head *bh)
 
void secs_to_datestamp (time_t secs, struct affs_date *ds)
 
umode_t prot_to_mode (u32 prot)
 
void mode_to_prot (struct inode *inode)
 
void affs_error (struct super_block *sb, const char *function, const char *fmt,...)
 
void affs_warning (struct super_block *sb, const char *function, const char *fmt,...)
 
int affs_check_name (const unsigned char *name, int len)
 
int affs_copy_name (unsigned char *bstr, struct dentry *dentry)
 

Variables

struct timezone sys_tz
 

Function Documentation

int affs_check_name ( const unsigned char name,
int  len 
)

Definition at line 478 of file amigaffs.c.

u32 affs_checksum_block ( struct super_block sb,
struct buffer_head *  bh 
)

Definition at line 340 of file amigaffs.c.

int affs_copy_name ( unsigned char bstr,
struct dentry dentry 
)

Definition at line 506 of file amigaffs.c.

void affs_error ( struct super_block sb,
const char function,
const char fmt,
  ... 
)

Definition at line 447 of file amigaffs.c.

void affs_fix_checksum ( struct super_block sb,
struct buffer_head *  bh 
)

Definition at line 358 of file amigaffs.c.

int affs_insert_hash ( struct inode dir,
struct buffer_head *  bh 
)

Definition at line 27 of file amigaffs.c.

int affs_remove_hash ( struct inode dir,
struct buffer_head *  rem_bh 
)

Definition at line 76 of file amigaffs.c.

int affs_remove_header ( struct dentry dentry)

Definition at line 268 of file amigaffs.c.

void affs_warning ( struct super_block sb,
const char function,
const char fmt,
  ... 
)

Definition at line 463 of file amigaffs.c.

void mode_to_prot ( struct inode inode)

Definition at line 419 of file amigaffs.c.

umode_t prot_to_mode ( u32  prot)

Definition at line 392 of file amigaffs.c.

void secs_to_datestamp ( time_t  secs,
struct affs_date ds 
)

Definition at line 373 of file amigaffs.c.

Variable Documentation

struct timezone sys_tz

Definition at line 50 of file time.c.