Home
last modified time | relevance | path

Searched defs:quotactl_ops (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dquota.h436 struct quotactl_ops { struct
437 int (*quota_on)(struct super_block *, int, int, const struct path *);
438 int (*quota_off)(struct super_block *, int);
439 int (*quota_enable)(struct super_block *, unsigned int);
440 int (*quota_disable)(struct super_block *, unsigned int);
441 int (*quota_sync)(struct super_block *, int);
442 int (*set_info)(struct super_block *, int, struct qc_info *);
443 int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
444 int (*get_nextdqblk)(struct super_block *, struct kqid *,
446 int (*set_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
[all …]