Searched defs:quotactl_ops (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | quota.h | 428 struct quotactl_ops { struct 429 int (*quota_on)(struct super_block *, int, int, const struct path *); 430 int (*quota_off)(struct super_block *, int); 431 int (*quota_enable)(struct super_block *, unsigned int); 432 int (*quota_disable)(struct super_block *, unsigned int); 433 int (*quota_sync)(struct super_block *, int); 434 int (*set_info)(struct super_block *, int, struct qc_info *); 435 int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *); 436 int (*get_nextdqblk)(struct super_block *, struct kqid *, 439 int (*get_state)(struct super_block *, struct qc_state *); [all …]
|
Completed in 6 milliseconds