|
u32 | hfs_vbm_search_free (struct super_block *, u32, u32 *) |
|
int | hfs_clear_vbm_bits (struct super_block *, u16, u16) |
|
int | hfs_cat_keycmp (const btree_key *, const btree_key *) |
|
int | hfs_cat_find_brec (struct super_block *, u32, struct hfs_find_data *) |
|
int | hfs_cat_create (u32, struct inode *, struct qstr *, struct inode *) |
|
int | hfs_cat_delete (u32, struct inode *, struct qstr *) |
|
int | hfs_cat_move (u32, struct inode *, struct qstr *, struct inode *, struct qstr *) |
|
void | hfs_cat_build_key (struct super_block *, btree_key *, u32, struct qstr *) |
|
int | hfs_ext_keycmp (const btree_key *, const btree_key *) |
|
int | hfs_free_fork (struct super_block *, struct hfs_cat_file *, int) |
|
void | hfs_ext_write_extent (struct inode *) |
|
int | hfs_extend_file (struct inode *) |
|
void | hfs_file_truncate (struct inode *) |
|
int | hfs_get_block (struct inode *, sector_t, struct buffer_head *, int) |
|
struct inode * | hfs_new_inode (struct inode *, struct qstr *, umode_t) |
|
void | hfs_inode_write_fork (struct inode *, struct hfs_extent *, __be32 *, __be32 *) |
|
int | hfs_write_inode (struct inode *, struct writeback_control *) |
|
int | hfs_inode_setattr (struct dentry *, struct iattr *) |
|
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 *, struct hfs_cat_key *, hfs_cat_rec *) |
|
void | hfs_evict_inode (struct inode *) |
|
void | hfs_delete_inode (struct inode *) |
|
int | hfs_setxattr (struct dentry *dentry, const char *name, const void *value, size_t size, int flags) |
|
ssize_t | hfs_getxattr (struct dentry *dentry, const char *name, void *value, size_t size) |
|
ssize_t | hfs_listxattr (struct dentry *dentry, char *buffer, size_t size) |
|
int | hfs_mdb_get (struct super_block *) |
|
void | hfs_mdb_commit (struct super_block *) |
|
void | hfs_mdb_close (struct super_block *) |
|
void | hfs_mdb_put (struct super_block *) |
|
int | hfs_part_find (struct super_block *, sector_t *, sector_t *) |
|
int | hfs_hash_dentry (const struct dentry *, const struct inode *, struct qstr *) |
|
int | hfs_strcmp (const unsigned char *, unsigned int, const unsigned char *, unsigned int) |
|
int | hfs_compare_dentry (const struct dentry *parent, const struct inode *pinode, const struct dentry *dentry, const struct inode *inode, unsigned int len, const char *str, const struct qstr *name) |
|
void | hfs_asc2mac (struct super_block *, struct hfs_name *, struct qstr *) |
|
int | hfs_mac2asc (struct super_block *, char *, const struct hfs_name *) |
|
void | hfs_mark_mdb_dirty (struct super_block *sb) |
|