Searched defs:quota_format_ops___2 (Results  1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 37651 struct quota_format_ops___2 {  struct37652 	int (*check_quota_file)(struct super_block___2 *, int);
 37653 	int (*read_file_info)(struct super_block___2 *, int);
 37654 	int (*write_file_info)(struct super_block___2 *, int);
 37655 	int (*free_file_info)(struct super_block___2 *, int);
 37656 	int (*read_dqblk)(struct dquot___2 *);
 37657 	int (*commit_dqblk)(struct dquot___2 *);
 37658 	int (*release_dqblk)(struct dquot___2 *);
 37659 	int (*get_next_id)(struct super_block___2 *, struct kqid *);
 
 | 
| D | vmlinux.h | 37651 struct quota_format_ops___2 {  struct37652 	int (*check_quota_file)(struct super_block___2 *, int);
 37653 	int (*read_file_info)(struct super_block___2 *, int);
 37654 	int (*write_file_info)(struct super_block___2 *, int);
 37655 	int (*free_file_info)(struct super_block___2 *, int);
 37656 	int (*read_dqblk)(struct dquot___2 *);
 37657 	int (*commit_dqblk)(struct dquot___2 *);
 37658 	int (*release_dqblk)(struct dquot___2 *);
 37659 	int (*get_next_id)(struct super_block___2 *, struct kqid *);
 
 |