Searched defs:quota_format_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 7955 struct quota_format_ops { struct 7956 int (*check_quota_file)(struct super_block *, int); 7957 int (*read_file_info)(struct super_block *, int); 7958 int (*write_file_info)(struct super_block *, int); 7959 int (*free_file_info)(struct super_block *, int); 7960 int (*read_dqblk)(struct dquot *); 7961 int (*commit_dqblk)(struct dquot *); 7962 int (*release_dqblk)(struct dquot *); 7963 int (*get_next_id)(struct super_block *, struct kqid *); 7964 u64 android_kabi_reserved1; [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 8218 struct quota_format_ops { struct 8219 int (*check_quota_file)(struct super_block *, int); 8220 int (*read_file_info)(struct super_block *, int); 8221 int (*write_file_info)(struct super_block *, int); 8222 int (*free_file_info)(struct super_block *, int); 8223 int (*read_dqblk)(struct dquot *); 8224 int (*commit_dqblk)(struct dquot *); 8225 int (*release_dqblk)(struct dquot *); 8226 int (*get_next_id)(struct super_block *, struct kqid *); 8227 u64 android_kabi_reserved1; [all …]
|