Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
resize.c File Reference
#include <linux/fs.h>
#include <linux/types.h>
#include <cluster/masklog.h>
#include "ocfs2.h"
#include "alloc.h"
#include "dlmglue.h"
#include "inode.h"
#include "journal.h"
#include "super.h"
#include "sysfile.h"
#include "uptodate.h"
#include "ocfs2_trace.h"
#include "buffer_head_io.h"
#include "suballoc.h"
#include "resize.h"

Go to the source code of this file.

Functions

int ocfs2_group_extend (struct inode *inode, int new_clusters)
 
int ocfs2_group_add (struct inode *inode, struct ocfs2_new_group_input *input)
 

Function Documentation

int ocfs2_group_add ( struct inode inode,
struct ocfs2_new_group_input input 
)

Definition at line 459 of file resize.c.

int ocfs2_group_extend ( struct inode inode,
int  new_clusters 
)

Definition at line 270 of file resize.c.