Linux Kernel
3.7.1
|
#include <linux/time.h>
#include <linux/pagemap.h>
#include <linux/buffer_head.h>
#include "reiserfs.h"
Go to the source code of this file.
Functions | |
int | direct2indirect (struct reiserfs_transaction_handle *th, struct inode *inode, struct treepath *path, struct buffer_head *unbh, loff_t tail_offset) |
void | reiserfs_unmap_buffer (struct buffer_head *bh) |
int | indirect2direct (struct reiserfs_transaction_handle *th, struct inode *inode, struct page *page, struct treepath *path, const struct cpu_key *item_key, loff_t n_new_file_size, char *mode) |
int direct2indirect | ( | struct reiserfs_transaction_handle * | th, |
struct inode * | inode, | ||
struct treepath * | path, | ||
struct buffer_head * | unbh, | ||
loff_t | tail_offset | ||
) |
Definition at line 17 of file tail_conversion.c.
int indirect2direct | ( | struct reiserfs_transaction_handle * | th, |
struct inode * | inode, | ||
struct page * | page, | ||
struct treepath * | path, | ||
const struct cpu_key * | item_key, | ||
loff_t | n_new_file_size, | ||
char * | mode | ||
) |
Definition at line 173 of file tail_conversion.c.
Definition at line 142 of file tail_conversion.c.