mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
Merge branch 'quota_interface' into for_next_testing
This commit is contained in:
commit
7dca0548a2
11 changed files with 424 additions and 256 deletions
|
@ -95,8 +95,8 @@ int dquot_quota_on_mount(struct super_block *sb, char *qf_name,
|
|||
int dquot_quota_off(struct super_block *sb, int type);
|
||||
int dquot_writeback_dquots(struct super_block *sb, int type);
|
||||
int dquot_quota_sync(struct super_block *sb, int type);
|
||||
int dquot_get_dqinfo(struct super_block *sb, int type, struct if_dqinfo *ii);
|
||||
int dquot_set_dqinfo(struct super_block *sb, int type, struct if_dqinfo *ii);
|
||||
int dquot_get_state(struct super_block *sb, struct qc_state *state);
|
||||
int dquot_set_dqinfo(struct super_block *sb, int type, struct qc_info *ii);
|
||||
int dquot_get_dqblk(struct super_block *sb, struct kqid id,
|
||||
struct qc_dqblk *di);
|
||||
int dquot_set_dqblk(struct super_block *sb, struct kqid id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue