|
__cacheline_aligned_in_smp | DEFINE_SPINLOCK (dq_data_lock) |
|
| EXPORT_SYMBOL (dq_data_lock) |
|
void | __quota_error (struct super_block *sb, const char *func, const char *fmt,...) |
|
| EXPORT_SYMBOL (__quota_error) |
|
int | register_quota_format (struct quota_format_type *fmt) |
|
| EXPORT_SYMBOL (register_quota_format) |
|
void | unregister_quota_format (struct quota_format_type *fmt) |
|
| EXPORT_SYMBOL (unregister_quota_format) |
|
| EXPORT_SYMBOL (dqstats) |
|
int | dquot_mark_dquot_dirty (struct dquot *dquot) |
|
| EXPORT_SYMBOL (dquot_mark_dquot_dirty) |
|
void | mark_info_dirty (struct super_block *sb, int type) |
|
| EXPORT_SYMBOL (mark_info_dirty) |
|
int | dquot_acquire (struct dquot *dquot) |
|
| EXPORT_SYMBOL (dquot_acquire) |
|
int | dquot_commit (struct dquot *dquot) |
|
| EXPORT_SYMBOL (dquot_commit) |
|
int | dquot_release (struct dquot *dquot) |
|
| EXPORT_SYMBOL (dquot_release) |
|
void | dquot_destroy (struct dquot *dquot) |
|
| EXPORT_SYMBOL (dquot_destroy) |
|
int | dquot_scan_active (struct super_block *sb, int(*fn)(struct dquot *dquot, unsigned long priv), unsigned long priv) |
|
| EXPORT_SYMBOL (dquot_scan_active) |
|
int | dquot_writeback_dquots (struct super_block *sb, int type) |
|
| EXPORT_SYMBOL (dquot_writeback_dquots) |
|
int | dquot_quota_sync (struct super_block *sb, int type) |
|
| EXPORT_SYMBOL (dquot_quota_sync) |
|
void | dqput (struct dquot *dquot) |
|
| EXPORT_SYMBOL (dqput) |
|
struct dquot * | dquot_alloc (struct super_block *sb, int type) |
|
| EXPORT_SYMBOL (dquot_alloc) |
|
struct dquot * | dqget (struct super_block *sb, struct kqid qid) |
|
| EXPORT_SYMBOL (dqget) |
|
void | dquot_initialize (struct inode *inode) |
|
| EXPORT_SYMBOL (dquot_initialize) |
|
void | dquot_drop (struct inode *inode) |
|
| EXPORT_SYMBOL (dquot_drop) |
|
void | inode_add_rsv_space (struct inode *inode, qsize_t number) |
|
| EXPORT_SYMBOL (inode_add_rsv_space) |
|
void | inode_claim_rsv_space (struct inode *inode, qsize_t number) |
|
| EXPORT_SYMBOL (inode_claim_rsv_space) |
|
void | inode_sub_rsv_space (struct inode *inode, qsize_t number) |
|
| EXPORT_SYMBOL (inode_sub_rsv_space) |
|
int | __dquot_alloc_space (struct inode *inode, qsize_t number, int flags) |
|
| EXPORT_SYMBOL (__dquot_alloc_space) |
|
int | dquot_alloc_inode (const struct inode *inode) |
|
| EXPORT_SYMBOL (dquot_alloc_inode) |
|
int | dquot_claim_space_nodirty (struct inode *inode, qsize_t number) |
|
| EXPORT_SYMBOL (dquot_claim_space_nodirty) |
|
void | __dquot_free_space (struct inode *inode, qsize_t number, int flags) |
|
| EXPORT_SYMBOL (__dquot_free_space) |
|
void | dquot_free_inode (const struct inode *inode) |
|
| EXPORT_SYMBOL (dquot_free_inode) |
|
int | __dquot_transfer (struct inode *inode, struct dquot **transfer_to) |
|
| EXPORT_SYMBOL (__dquot_transfer) |
|
int | dquot_transfer (struct inode *inode, struct iattr *iattr) |
|
| EXPORT_SYMBOL (dquot_transfer) |
|
int | dquot_commit_info (struct super_block *sb, int type) |
|
| EXPORT_SYMBOL (dquot_commit_info) |
|
| EXPORT_SYMBOL (dquot_operations) |
|
int | dquot_file_open (struct inode *inode, struct file *file) |
|
| EXPORT_SYMBOL (dquot_file_open) |
|
int | dquot_disable (struct super_block *sb, int type, unsigned int flags) |
|
| EXPORT_SYMBOL (dquot_disable) |
|
int | dquot_quota_off (struct super_block *sb, int type) |
|
| EXPORT_SYMBOL (dquot_quota_off) |
|
int | dquot_resume (struct super_block *sb, int type) |
|
| EXPORT_SYMBOL (dquot_resume) |
|
int | dquot_quota_on (struct super_block *sb, int type, int format_id, struct path *path) |
|
| EXPORT_SYMBOL (dquot_quota_on) |
|
int | dquot_enable (struct inode *inode, int type, int format_id, unsigned int flags) |
|
| EXPORT_SYMBOL (dquot_enable) |
|
int | dquot_quota_on_mount (struct super_block *sb, char *qf_name, int format_id, int type) |
|
| EXPORT_SYMBOL (dquot_quota_on_mount) |
|
int | dquot_get_dqblk (struct super_block *sb, struct kqid qid, struct fs_disk_quota *di) |
|
| EXPORT_SYMBOL (dquot_get_dqblk) |
|
int | dquot_set_dqblk (struct super_block *sb, struct kqid qid, struct fs_disk_quota *di) |
|
| EXPORT_SYMBOL (dquot_set_dqblk) |
|
int | dquot_get_dqinfo (struct super_block *sb, int type, struct if_dqinfo *ii) |
|
| EXPORT_SYMBOL (dquot_get_dqinfo) |
|
int | dquot_set_dqinfo (struct super_block *sb, int type, struct if_dqinfo *ii) |
|
| EXPORT_SYMBOL (dquot_set_dqinfo) |
|
| EXPORT_SYMBOL (dquot_quotactl_ops) |
|
| module_init (dquot_init) |
|