Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h37676 struct quotactl_ops___2 { struct
37677 int (*quota_on)(struct super_block___2 *, int, int, const struct path___2 *);
37678 int (*quota_off)(struct super_block___2 *, int);
37679 int (*quota_enable)(struct super_block___2 *, unsigned int);
37680 int (*quota_disable)(struct super_block___2 *, unsigned int);
37681 int (*quota_sync)(struct super_block___2 *, int);
37682 int (*set_info)(struct super_block___2 *, int, struct qc_info *);
37683 int (*get_dqblk)(struct super_block___2 *, struct kqid, struct qc_dqblk *);
37684 int (*get_nextdqblk)(struct super_block___2 *, struct kqid *, struct qc_dqblk *);
37685 int (*set_dqblk)(struct super_block___2 *, struct kqid, struct qc_dqblk *);
[all …]
Dvmlinux.h37676 struct quotactl_ops___2 { struct
37677 int (*quota_on)(struct super_block___2 *, int, int, const struct path___2 *);
37678 int (*quota_off)(struct super_block___2 *, int);
37679 int (*quota_enable)(struct super_block___2 *, unsigned int);
37680 int (*quota_disable)(struct super_block___2 *, unsigned int);
37681 int (*quota_sync)(struct super_block___2 *, int);
37682 int (*set_info)(struct super_block___2 *, int, struct qc_info *);
37683 int (*get_dqblk)(struct super_block___2 *, struct kqid, struct qc_dqblk *);
37684 int (*get_nextdqblk)(struct super_block___2 *, struct kqid *, struct qc_dqblk *);
37685 int (*set_dqblk)(struct super_block___2 *, struct kqid, struct qc_dqblk *);
[all …]