Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h7830 struct quotactl_ops { struct
7831 int (*quota_on)(struct super_block *, int, int, const struct path *);
7832 int (*quota_off)(struct super_block *, int);
7833 int (*quota_enable)(struct super_block *, unsigned int);
7834 int (*quota_disable)(struct super_block *, unsigned int);
7835 int (*quota_sync)(struct super_block *, int);
7836 int (*set_info)(struct super_block *, int, struct qc_info *);
7837 int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
7838 int (*get_nextdqblk)(struct super_block *, struct kqid *, struct qc_dqblk *);
7839 int (*set_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h8093 struct quotactl_ops { struct
8094 int (*quota_on)(struct super_block *, int, int, const struct path *);
8095 int (*quota_off)(struct super_block *, int);
8096 int (*quota_enable)(struct super_block *, unsigned int);
8097 int (*quota_disable)(struct super_block *, unsigned int);
8098 int (*quota_sync)(struct super_block *, int);
8099 int (*set_info)(struct super_block *, int, struct qc_info *);
8100 int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
8101 int (*get_nextdqblk)(struct super_block *, struct kqid *, struct qc_dqblk *);
8102 int (*set_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
[all …]