Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dquota.h434 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 *);
[all …]