|
Linux Kernel
3.7.1
|
#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 |
| 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.
Definition at line 57 of file xfs_quotaops.c.
Definition at line 32 of file xfs_quotaops.c.
| struct quotactl_ops xfs_quotactl_operations |
Definition at line 133 of file xfs_quotaops.c.
1.8.2