Linux Kernel
3.7.1
|
#include <linux/capability.h>
#include <linux/fs.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/highmem.h>
#include <linux/pagemap.h>
#include <linux/uio.h>
#include <linux/sched.h>
#include <linux/splice.h>
#include <linux/mount.h>
#include <linux/writeback.h>
#include <linux/falloc.h>
#include <linux/quotaops.h>
#include <linux/blkdev.h>
#include <cluster/masklog.h>
#include "ocfs2.h"
#include "alloc.h"
#include "aops.h"
#include "dir.h"
#include "dlmglue.h"
#include "extent_map.h"
#include "file.h"
#include "sysfile.h"
#include "inode.h"
#include "ioctl.h"
#include "journal.h"
#include "locks.h"
#include "mmap.h"
#include "suballoc.h"
#include "super.h"
#include "xattr.h"
#include "acl.h"
#include "quota.h"
#include "refcounttree.h"
#include "ocfs2_trace.h"
#include "buffer_head_io.h"
Go to the source code of this file.
Macros | |
#define | OCFS2_VALID_ATTRS |
#define OCFS2_VALID_ATTRS |
int ocfs2_add_inode_data | ( | struct ocfs2_super * | osb, |
struct inode * | inode, | ||
u32 * | logical_offset, | ||
u32 | clusters_to_add, | ||
int | mark_unwritten, | ||
struct buffer_head * | fe_bh, | ||
handle_t * | handle, | ||
struct ocfs2_alloc_context * | data_ac, | ||
struct ocfs2_alloc_context * | meta_ac, | ||
enum ocfs2_alloc_restarted * | reason_ret | ||
) |
struct file_operations ocfs2_dops |
struct file_operations ocfs2_dops_no_plocks |
struct inode_operations ocfs2_file_iops |
struct file_operations ocfs2_fops |
struct file_operations ocfs2_fops_no_plocks |
struct inode_operations ocfs2_special_file_iops |