Searched defs:quotactl_ops (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 4705 struct quotactl_ops { struct 4706 int (*quota_on)(struct super_block *, int, int, const struct path *); 4707 int (*quota_off)(struct super_block *, int); 4708 int (*quota_enable)(struct super_block *, unsigned int); 4709 int (*quota_disable)(struct super_block *, unsigned int); 4710 int (*quota_sync)(struct super_block *, int); 4711 int (*set_info)(struct super_block *, int, struct qc_info *); 4712 int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *); 4713 int (*get_nextdqblk)(struct super_block *, struct kqid *, struct qc_dqblk *); 4714 int (*set_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *); [all …]
|