Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dquota.h420 struct quotactl_ops { struct
421 int (*quota_on)(struct super_block *, int, int, struct path *);
422 int (*quota_off)(struct super_block *, int);
423 int (*quota_enable)(struct super_block *, unsigned int);
424 int (*quota_disable)(struct super_block *, unsigned int);
425 int (*quota_sync)(struct super_block *, int);
426 int (*set_info)(struct super_block *, int, struct qc_info *);
427 int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
428 int (*set_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
429 int (*get_state)(struct super_block *, struct qc_state *);
[all …]