Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
xfs_quotaops.c File Reference
#include "xfs.h"
#include "xfs_sb.h"
#include "xfs_log.h"
#include "xfs_ag.h"
#include "xfs_mount.h"
#include "xfs_quota.h"
#include "xfs_trans.h"
#include "xfs_bmap_btree.h"
#include "xfs_inode.h"
#include "xfs_qm.h"
#include <linux/quota.h>

Go to the source code of this file.

Functions

STATIC int xfs_quota_type (int type)
 
STATIC int xfs_fs_get_xstate (struct super_block *sb, struct fs_quota_stat *fqs)
 
STATIC int xfs_fs_set_xstate (struct super_block *sb, unsigned int uflags, int op)
 
STATIC int xfs_fs_get_dqblk (struct super_block *sb, struct kqid qid, struct fs_disk_quota *fdq)
 
STATIC int xfs_fs_set_dqblk (struct super_block *sb, struct kqid qid, struct fs_disk_quota *fdq)
 

Variables

struct quotactl_ops xfs_quotactl_operations
 

Function Documentation

STATIC int xfs_fs_get_dqblk ( struct super_block sb,
struct kqid  qid,
struct fs_disk_quota fdq 
)

Definition at line 98 of file xfs_quotaops.c.

STATIC int xfs_fs_get_xstate ( struct super_block sb,
struct fs_quota_stat fqs 
)

Definition at line 45 of file xfs_quotaops.c.

STATIC int xfs_fs_set_dqblk ( struct super_block sb,
struct kqid  qid,
struct fs_disk_quota fdq 
)

Definition at line 115 of file xfs_quotaops.c.

STATIC int xfs_fs_set_xstate ( struct super_block sb,
unsigned int  uflags,
int  op 
)

Definition at line 57 of file xfs_quotaops.c.

STATIC int xfs_quota_type ( int  type)

Definition at line 32 of file xfs_quotaops.c.

Variable Documentation

struct quotactl_ops xfs_quotactl_operations
Initial value:
= {
.get_xstate = xfs_fs_get_xstate,
.set_xstate = xfs_fs_set_xstate,
.get_dqblk = xfs_fs_get_dqblk,
.set_dqblk = xfs_fs_set_dqblk,
}

Definition at line 133 of file xfs_quotaops.c.