Searched defs:quotactl_ops (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/include/linux/ |
D | quota.h | 430 struct quotactl_ops { struct 431 int (*quota_on)(struct super_block *, int, int, const struct path *); 432 int (*quota_off)(struct super_block *, int); 433 int (*quota_enable)(struct super_block *, unsigned int); 434 int (*quota_disable)(struct super_block *, unsigned int); 435 int (*quota_sync)(struct super_block *, int); 436 int (*set_info)(struct super_block *, int, struct qc_info *); 437 int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *); 438 int (*get_nextdqblk)(struct super_block *, struct kqid *, 440 int (*set_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *); [all …]
|