|
void | affs_mark_sb_dirty (struct super_block *sb) |
|
int | affs_insert_hash (struct inode *inode, 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) |
|
u32 | affs_count_free_blocks (struct super_block *s) |
|
void | affs_free_block (struct super_block *sb, u32 block) |
|
u32 | affs_alloc_block (struct inode *inode, u32 goal) |
|
int | affs_init_bitmap (struct super_block *sb, int *flags) |
|
void | affs_free_bitmap (struct super_block *sb) |
|
int | affs_hash_name (struct super_block *sb, const u8 *name, unsigned int len) |
|
struct dentry * | affs_lookup (struct inode *dir, struct dentry *dentry, unsigned int) |
|
int | affs_unlink (struct inode *dir, struct dentry *dentry) |
|
int | affs_create (struct inode *dir, struct dentry *dentry, umode_t mode, bool) |
|
int | affs_mkdir (struct inode *dir, struct dentry *dentry, umode_t mode) |
|
int | affs_rmdir (struct inode *dir, struct dentry *dentry) |
|
int | affs_link (struct dentry *olddentry, struct inode *dir, struct dentry *dentry) |
|
int | affs_symlink (struct inode *dir, struct dentry *dentry, const char *symname) |
|
int | affs_rename (struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) |
|
unsigned long | affs_parent_ino (struct inode *dir) |
|
struct inode * | affs_new_inode (struct inode *dir) |
|
int | affs_notify_change (struct dentry *dentry, struct iattr *attr) |
|
void | affs_evict_inode (struct inode *inode) |
|
struct inode * | affs_iget (struct super_block *sb, unsigned long ino) |
|
int | affs_write_inode (struct inode *inode, struct writeback_control *wbc) |
|
int | affs_add_entry (struct inode *dir, struct inode *inode, struct dentry *dentry, s32 type) |
|
void | affs_free_prealloc (struct inode *inode) |
|
void | affs_truncate (struct inode *) |
|
int | affs_file_fsync (struct file *, loff_t, loff_t, int) |
|
void | affs_dir_truncate (struct inode *) |
|