Linux Kernel
3.7.1
|
#include <linux/pagemap.h>
#include <linux/mpage.h>
#include <linux/sched.h>
#include "hfs_fs.h"
#include "btree.h"
Go to the source code of this file.
Data Structures | |
struct | hfs_iget_data |
Macros | |
#define | HFS_VALID_MODE_BITS (S_IFREG | S_IFDIR | S_IRWXUGO) |
Functions | |
struct inode * | hfs_new_inode (struct inode *dir, struct qstr *name, umode_t mode) |
void | hfs_delete_inode (struct inode *inode) |
void | hfs_inode_read_fork (struct inode *inode, struct hfs_extent *ext, __be32 __log_size, __be32 phys_size, u32 clump_size) |
struct inode * | hfs_iget (struct super_block *sb, struct hfs_cat_key *key, hfs_cat_rec *rec) |
void | hfs_inode_write_fork (struct inode *inode, struct hfs_extent *ext, __be32 *log_size, __be32 *phys_size) |
int | hfs_write_inode (struct inode *inode, struct writeback_control *wbc) |
void | hfs_evict_inode (struct inode *inode) |
int | hfs_inode_setattr (struct dentry *dentry, struct iattr *attr) |
Variables | |
struct address_space_operations | hfs_btree_aops |
struct address_space_operations | hfs_aops |
|
read |
int hfs_write_inode | ( | struct inode * | inode, |
struct writeback_control * | wbc | ||
) |
struct address_space_operations hfs_aops |
struct address_space_operations hfs_btree_aops |