Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h4995 struct quotactl_ops { struct
4996 int (*quota_on)(struct super_block *, int, int, const struct path *);
4997 int (*quota_off)(struct super_block *, int);
4998 int (*quota_enable)(struct super_block *, unsigned int);
4999 int (*quota_disable)(struct super_block *, unsigned int);
5000 int (*quota_sync)(struct super_block *, int);
5001 int (*set_info)(struct super_block *, int, struct qc_info *);
5002 int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
5003 int (*get_nextdqblk)(struct super_block *, struct kqid *, struct qc_dqblk *);
5004 int (*set_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
[all …]