| .. | .. |
|---|
| 27 | 27 | (ia->ia_valid & ATTR_GID && !gid_eq(ia->ia_gid, inode->i_gid)); |
|---|
| 28 | 28 | } |
|---|
| 29 | 29 | |
|---|
| 30 | | -int kernel_quotactl(unsigned int cmd, const char __user *special, |
|---|
| 31 | | - qid_t id, void __user *addr); |
|---|
| 32 | | - |
|---|
| 33 | 30 | #if defined(CONFIG_QUOTA) |
|---|
| 34 | 31 | |
|---|
| 35 | 32 | #define quota_error(sb, fmt, args...) \ |
|---|
| .. | .. |
|---|
| 97 | 94 | |
|---|
| 98 | 95 | int dquot_file_open(struct inode *inode, struct file *file); |
|---|
| 99 | 96 | |
|---|
| 100 | | -int dquot_enable(struct inode *inode, int type, int format_id, |
|---|
| 97 | +int dquot_load_quota_sb(struct super_block *sb, int type, int format_id, |
|---|
| 98 | + unsigned int flags); |
|---|
| 99 | +int dquot_load_quota_inode(struct inode *inode, int type, int format_id, |
|---|
| 101 | 100 | unsigned int flags); |
|---|
| 102 | 101 | int dquot_quota_on(struct super_block *sb, int type, int format_id, |
|---|
| 103 | 102 | const struct path *path); |
|---|