Linux Kernel
3.7.1
|
#include <linux/time.h>
#include <linux/fs.h>
#include "reiserfs.h"
#include "acl.h"
#include "xattr.h"
#include <linux/exportfs.h>
#include <linux/pagemap.h>
#include <linux/highmem.h>
#include <linux/slab.h>
#include <asm/uaccess.h>
#include <asm/unaligned.h>
#include <linux/buffer_head.h>
#include <linux/mpage.h>
#include <linux/writeback.h>
#include <linux/quotaops.h>
#include <linux/swap.h>
Go to the source code of this file.
Variables | |
struct address_space_operations | reiserfs_address_space_operations |
reiserfs_find_actor() - "find actor" reiserfs supplies to iget5_locked().
: inode from hash table to check : "cookie" passed to iget5_locked(). This is &reiserfs_iget_args.
This function is called by iget5_locked() to distinguish reiserfs inodes having the same inode numbers. Such inodes can only exist due to some error condition. One of them should be bad. Inodes with identical inode numbers (objectids) are distinguished by parent directory ids.
void reiserfs_read_locked_inode | ( | struct inode * | inode, |
struct reiserfs_iget_args * | args | ||
) |
void reiserfs_update_sd_size | ( | struct reiserfs_transaction_handle * | th, |
struct inode * | inode, | ||
loff_t | size | ||
) |
int reiserfs_write_inode | ( | struct inode * | inode, |
struct writeback_control * | wbc | ||
) |
struct address_space_operations reiserfs_address_space_operations |