|
Linux Kernel
3.7.1
|
#include <linux/blkdev.h>#include <linux/mm.h>#include <linux/fs.h>#include <linux/pagemap.h>#include <linux/mpage.h>#include <linux/sched.h>#include "hfsplus_fs.h"#include "hfsplus_raw.h"Go to the source code of this file.
Functions | |
| int | hfsplus_file_fsync (struct file *file, loff_t start, loff_t end, int datasync) |
| struct inode * | hfsplus_new_inode (struct super_block *sb, umode_t mode) |
| void | hfsplus_delete_inode (struct inode *inode) |
| void | hfsplus_inode_read_fork (struct inode *inode, struct hfsplus_fork_raw *fork) |
| void | hfsplus_inode_write_fork (struct inode *inode, struct hfsplus_fork_raw *fork) |
| int | hfsplus_cat_read_inode (struct inode *inode, struct hfs_find_data *fd) |
| int | hfsplus_cat_write_inode (struct inode *inode) |
Variables | |
| struct address_space_operations | hfsplus_btree_aops |
| struct address_space_operations | hfsplus_aops |
| struct dentry_operations | hfsplus_dentry_operations |
| int hfsplus_cat_read_inode | ( | struct inode * | inode, |
| struct hfs_find_data * | fd | ||
| ) |
| void hfsplus_inode_read_fork | ( | struct inode * | inode, |
| struct hfsplus_fork_raw * | fork | ||
| ) |
| void hfsplus_inode_write_fork | ( | struct inode * | inode, |
| struct hfsplus_fork_raw * | fork | ||
| ) |
|
read |
| struct address_space_operations hfsplus_aops |
| struct address_space_operations hfsplus_btree_aops |
| struct dentry_operations hfsplus_dentry_operations |
1.8.2