Searched defs:quotactl_ops___2 (Results  1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 37676 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 …] 
 | 
| D | vmlinux.h | 37676 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 …] 
 |