Linux Kernel
3.7.1
|
#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_recovery * | ocfs2_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 |
|
read |
Definition at line 391 of file quota_local.c.
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.
Definition at line 1278 of file quota_local.c.
Definition at line 901 of file quota_local.c.
struct quota_format_type ocfs2_quota_format |
Definition at line 1320 of file quota_local.c.