Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
quota_local.c File Reference
#include <linux/fs.h>
#include <linux/slab.h>
#include <linux/quota.h>
#include <linux/quotaops.h>
#include <linux/module.h>
#include <cluster/masklog.h>
#include "ocfs2_fs.h"
#include "ocfs2.h"
#include "inode.h"
#include "alloc.h"
#include "file.h"
#include "buffer_head_io.h"
#include "journal.h"
#include "sysfile.h"
#include "dlmglue.h"
#include "quota.h"
#include "uptodate.h"
#include "super.h"
#include "ocfs2_trace.h"

Go to the source code of this file.

Functions

void ocfs2_free_quota_recovery (struct ocfs2_quota_recovery *rec)
 
struct ocfs2_quota_recoveryocfs2_begin_quota_recovery (struct ocfs2_super *osb, int slot_num)
 
int ocfs2_finish_quota_recovery (struct ocfs2_super *osb, struct ocfs2_quota_recovery *rec, int slot_num)
 
int ocfs2_local_write_dquot (struct dquot *dquot)
 
int ocfs2_create_local_dquot (struct dquot *dquot)
 
int ocfs2_local_release_dquot (handle_t *handle, struct dquot *dquot)
 

Variables

struct quota_format_type ocfs2_quota_format
 

Function Documentation

struct ocfs2_quota_recovery* ocfs2_begin_quota_recovery ( struct ocfs2_super osb,
int  slot_num 
)
read

Definition at line 391 of file quota_local.c.

int ocfs2_create_local_dquot ( struct dquot dquot)

Definition at line 1224 of file quota_local.c.

int ocfs2_finish_quota_recovery ( struct ocfs2_super osb,
struct ocfs2_quota_recovery rec,
int  slot_num 
)

Definition at line 588 of file quota_local.c.

void ocfs2_free_quota_recovery ( struct ocfs2_quota_recovery rec)

Definition at line 335 of file quota_local.c.

int ocfs2_local_release_dquot ( handle_t *  handle,
struct dquot dquot 
)

Definition at line 1278 of file quota_local.c.

int ocfs2_local_write_dquot ( struct dquot dquot)

Definition at line 901 of file quota_local.c.

Variable Documentation

struct quota_format_type ocfs2_quota_format
Initial value:
= {
.qf_fmt_id = QFMT_OCFS2,
.qf_ops = &ocfs2_format_ops,
.qf_owner = THIS_MODULE
}

Definition at line 1320 of file quota_local.c.