Lines Matching defs:quotactl_ops
434 struct quotactl_ops { struct
435 int (*quota_on)(struct super_block *, int, int, const struct path *);
436 int (*quota_off)(struct super_block *, int);
437 int (*quota_enable)(struct super_block *, unsigned int);
438 int (*quota_disable)(struct super_block *, unsigned int);
439 int (*quota_sync)(struct super_block *, int);
440 int (*set_info)(struct super_block *, int, struct qc_info *);
441 int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
442 int (*get_nextdqblk)(struct super_block *, struct kqid *,
444 int (*set_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
445 int (*get_state)(struct super_block *, struct qc_state *);
446 int (*rm_xquota)(struct super_block *, unsigned int);