Linux Kernel
3.7.1
|
#include <linux/fs.h>
#include <linux/mpage.h>
#include <linux/buffer_head.h>
#include <linux/pagemap.h>
#include <linux/quotaops.h>
#include <linux/writeback.h>
#include "jfs_incore.h"
#include "jfs_inode.h"
#include "jfs_filsys.h"
#include "jfs_imap.h"
#include "jfs_extent.h"
#include "jfs_unicode.h"
#include "jfs_debug.h"
Go to the source code of this file.
Functions | |
struct inode * | jfs_iget (struct super_block *sb, unsigned long ino) |
int | jfs_commit_inode (struct inode *inode, int wait) |
int | jfs_write_inode (struct inode *inode, struct writeback_control *wbc) |
void | jfs_evict_inode (struct inode *inode) |
void | jfs_dirty_inode (struct inode *inode, int flags) |
int | jfs_get_block (struct inode *ip, sector_t lblock, struct buffer_head *bh_result, int create) |
void | jfs_truncate_nolock (struct inode *ip, loff_t length) |
void | jfs_truncate (struct inode *ip) |
Variables | |
struct address_space_operations | jfs_aops |
|
read |
int jfs_write_inode | ( | struct inode * | inode, |
struct writeback_control * | wbc | ||
) |
struct address_space_operations jfs_aops |