#include <linux/fs.h>
#include <linux/mount.h>
#include <linux/compat.h>
#include <cluster/masklog.h>
#include "ocfs2.h"
#include "alloc.h"
#include "dlmglue.h"
#include "file.h"
#include "inode.h"
#include "journal.h"
#include "ocfs2_fs.h"
#include "ioctl.h"
#include "resize.h"
#include "refcounttree.h"
#include "sysfile.h"
#include "dir.h"
#include "buffer_head_io.h"
#include "suballoc.h"
#include "move_extents.h"
Go to the source code of this file.
|
int | ocfs2_info_handle_blocksize (struct inode *inode, struct ocfs2_info_request __user *req) |
|
int | ocfs2_info_handle_clustersize (struct inode *inode, struct ocfs2_info_request __user *req) |
|
int | ocfs2_info_handle_maxslots (struct inode *inode, struct ocfs2_info_request __user *req) |
|
int | ocfs2_info_handle_label (struct inode *inode, struct ocfs2_info_request __user *req) |
|
int | ocfs2_info_handle_uuid (struct inode *inode, struct ocfs2_info_request __user *req) |
|
int | ocfs2_info_handle_fs_features (struct inode *inode, struct ocfs2_info_request __user *req) |
|
int | ocfs2_info_handle_journal_size (struct inode *inode, struct ocfs2_info_request __user *req) |
|
int | ocfs2_info_scan_inode_alloc (struct ocfs2_super *osb, struct inode *inode_alloc, u64 blkno, struct ocfs2_info_freeinode *fi, u32 slot) |
|
int | ocfs2_info_handle_freeinode (struct inode *inode, struct ocfs2_info_request __user *req) |
|
void | ocfs2_info_update_ffg (struct ocfs2_info_freefrag *ffg, unsigned int chunksize) |
|
int | ocfs2_info_freefrag_scan_chain (struct ocfs2_super *osb, struct inode *gb_inode, struct ocfs2_dinode *gb_dinode, struct ocfs2_chain_rec *rec, struct ocfs2_info_freefrag *ffg, u32 chunks_in_group) |
|
int | ocfs2_info_freefrag_scan_bitmap (struct ocfs2_super *osb, struct inode *gb_inode, u64 blkno, struct ocfs2_info_freefrag *ffg) |
|
int | ocfs2_info_handle_freefrag (struct inode *inode, struct ocfs2_info_request __user *req) |
|
int | ocfs2_info_handle_unknown (struct inode *inode, struct ocfs2_info_request __user *req) |
|
int | ocfs2_info_handle_request (struct inode *inode, struct ocfs2_info_request __user *req) |
|
int | ocfs2_get_request_ptr (struct ocfs2_info *info, int idx, u64 *req_addr, int compat_flag) |
|
int | ocfs2_info_handle (struct inode *inode, struct ocfs2_info *info, int compat_flag) |
|
long | ocfs2_ioctl (struct file *filp, unsigned int cmd, unsigned long arg) |
|