Searched defs:quota_format_ops (Results  1 – 7 of 7) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ | 
| D | vmlinux.h | 4922 struct quota_format_ops {  struct4923 	int (*check_quota_file)(struct super_block *, int);
 4924 	int (*read_file_info)(struct super_block *, int);
 4925 	int (*write_file_info)(struct super_block *, int);
 4926 	int (*free_file_info)(struct super_block *, int);
 4927 	int (*read_dqblk)(struct dquot *);
 4928 	int (*commit_dqblk)(struct dquot *);
 4929 	int (*release_dqblk)(struct dquot *);
 4930 	int (*get_next_id)(struct super_block *, struct kqid *);
 
 | 
| /external/bcc/libbpf-tools/powerpc/ | 
| D | vmlinux_510.h | 3238 struct quota_format_ops {  struct3239 	int (*check_quota_file)(struct super_block *, int);
 3240 	int (*read_file_info)(struct super_block *, int);
 3241 	int (*write_file_info)(struct super_block *, int);
 3242 	int (*free_file_info)(struct super_block *, int);
 3243 	int (*read_dqblk)(struct dquot *);
 3244 	int (*commit_dqblk)(struct dquot *);
 3245 	int (*release_dqblk)(struct dquot *);
 3246 	int (*get_next_id)(struct super_block *, struct kqid *);
 
 | 
| D | vmlinux.h | 3238 struct quota_format_ops {  struct3239 	int (*check_quota_file)(struct super_block *, int);
 3240 	int (*read_file_info)(struct super_block *, int);
 3241 	int (*write_file_info)(struct super_block *, int);
 3242 	int (*free_file_info)(struct super_block *, int);
 3243 	int (*read_dqblk)(struct dquot *);
 3244 	int (*commit_dqblk)(struct dquot *);
 3245 	int (*release_dqblk)(struct dquot *);
 3246 	int (*get_next_id)(struct super_block *, struct kqid *);
 
 | 
| /external/bcc/libbpf-tools/arm64/ | 
| D | vmlinux.h | 4496 struct quota_format_ops {  struct4497 	int (*check_quota_file)(struct super_block *, int);
 4498 	int (*read_file_info)(struct super_block *, int);
 4499 	int (*write_file_info)(struct super_block *, int);
 4500 	int (*free_file_info)(struct super_block *, int);
 4501 	int (*read_dqblk)(struct dquot *);
 4502 	int (*commit_dqblk)(struct dquot *);
 4503 	int (*release_dqblk)(struct dquot *);
 4504 	int (*get_next_id)(struct super_block *, struct kqid *);
 
 | 
| D | vmlinux_510.h | 4496 struct quota_format_ops {  struct4497 	int (*check_quota_file)(struct super_block *, int);
 4498 	int (*read_file_info)(struct super_block *, int);
 4499 	int (*write_file_info)(struct super_block *, int);
 4500 	int (*free_file_info)(struct super_block *, int);
 4501 	int (*read_dqblk)(struct dquot *);
 4502 	int (*commit_dqblk)(struct dquot *);
 4503 	int (*release_dqblk)(struct dquot *);
 4504 	int (*get_next_id)(struct super_block *, struct kqid *);
 
 | 
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 4602 struct quota_format_ops {  struct4603 	int (*check_quota_file)(struct super_block *, int);
 4604 	int (*read_file_info)(struct super_block *, int);
 4605 	int (*write_file_info)(struct super_block *, int);
 4606 	int (*free_file_info)(struct super_block *, int);
 4607 	int (*read_dqblk)(struct dquot *);
 4608 	int (*commit_dqblk)(struct dquot *);
 4609 	int (*release_dqblk)(struct dquot *);
 4610 	int (*get_next_id)(struct super_block *, struct kqid *);
 
 | 
| D | vmlinux.h | 4602 struct quota_format_ops {  struct4603 	int (*check_quota_file)(struct super_block *, int);
 4604 	int (*read_file_info)(struct super_block *, int);
 4605 	int (*write_file_info)(struct super_block *, int);
 4606 	int (*free_file_info)(struct super_block *, int);
 4607 	int (*read_dqblk)(struct dquot *);
 4608 	int (*commit_dqblk)(struct dquot *);
 4609 	int (*release_dqblk)(struct dquot *);
 4610 	int (*get_next_id)(struct super_block *, struct kqid *);
 
 |