Searched defs:dquot_operations (Results 1 – 7 of 7) sorted by relevance
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 3249 struct dquot_operations { struct 3250 int (*write_dquot)(struct dquot *); 3251 struct dquot * (*alloc_dquot)(struct super_block *, int); 3252 void (*destroy_dquot)(struct dquot *); 3253 int (*acquire_dquot)(struct dquot *); 3254 int (*release_dquot)(struct dquot *); 3255 int (*mark_dirty)(struct dquot *); 3256 int (*write_info)(struct super_block *, int); 3257 qsize_t * (*get_reserved_space)(struct inode *); 3258 int (*get_projid)(struct inode *, kprojid_t *); [all …]
|
D | vmlinux.h | 3249 struct dquot_operations { struct 3250 int (*write_dquot)(struct dquot *); 3251 struct dquot * (*alloc_dquot)(struct super_block *, int); 3252 void (*destroy_dquot)(struct dquot *); 3253 int (*acquire_dquot)(struct dquot *); 3254 int (*release_dquot)(struct dquot *); 3255 int (*mark_dirty)(struct dquot *); 3256 int (*write_info)(struct super_block *, int); 3257 qsize_t * (*get_reserved_space)(struct inode *); 3258 int (*get_projid)(struct inode *, kprojid_t *); [all …]
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 4933 struct dquot_operations { struct 4934 int (*write_dquot)(struct dquot *); 4935 struct dquot * (*alloc_dquot)(struct super_block *, int); 4936 void (*destroy_dquot)(struct dquot *); 4937 int (*acquire_dquot)(struct dquot *); 4938 int (*release_dquot)(struct dquot *); 4939 int (*mark_dirty)(struct dquot *); 4940 int (*write_info)(struct super_block *, int); 4941 qsize_t * (*get_reserved_space)(struct inode *); 4942 int (*get_projid)(struct inode *, kprojid_t *); [all …]
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 4507 struct dquot_operations { struct 4508 int (*write_dquot)(struct dquot *); 4509 struct dquot * (*alloc_dquot)(struct super_block *, int); 4510 void (*destroy_dquot)(struct dquot *); 4511 int (*acquire_dquot)(struct dquot *); 4512 int (*release_dquot)(struct dquot *); 4513 int (*mark_dirty)(struct dquot *); 4514 int (*write_info)(struct super_block *, int); 4515 qsize_t * (*get_reserved_space)(struct inode *); 4516 int (*get_projid)(struct inode *, kprojid_t *); [all …]
|
D | vmlinux_510.h | 4507 struct dquot_operations { struct 4508 int (*write_dquot)(struct dquot *); 4509 struct dquot * (*alloc_dquot)(struct super_block *, int); 4510 void (*destroy_dquot)(struct dquot *); 4511 int (*acquire_dquot)(struct dquot *); 4512 int (*release_dquot)(struct dquot *); 4513 int (*mark_dirty)(struct dquot *); 4514 int (*write_info)(struct super_block *, int); 4515 qsize_t * (*get_reserved_space)(struct inode *); 4516 int (*get_projid)(struct inode *, kprojid_t *); [all …]
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 4613 struct dquot_operations { struct 4614 int (*write_dquot)(struct dquot *); 4615 struct dquot * (*alloc_dquot)(struct super_block *, int); 4616 void (*destroy_dquot)(struct dquot *); 4617 int (*acquire_dquot)(struct dquot *); 4618 int (*release_dquot)(struct dquot *); 4619 int (*mark_dirty)(struct dquot *); 4620 int (*write_info)(struct super_block *, int); 4621 qsize_t * (*get_reserved_space)(struct inode *); 4622 int (*get_projid)(struct inode *, kprojid_t *); [all …]
|
D | vmlinux_505.h | 4613 struct dquot_operations { struct 4614 int (*write_dquot)(struct dquot *); 4615 struct dquot * (*alloc_dquot)(struct super_block *, int); 4616 void (*destroy_dquot)(struct dquot *); 4617 int (*acquire_dquot)(struct dquot *); 4618 int (*release_dquot)(struct dquot *); 4619 int (*mark_dirty)(struct dquot *); 4620 int (*write_info)(struct super_block *, int); 4621 qsize_t * (*get_reserved_space)(struct inode *); 4622 int (*get_projid)(struct inode *, kprojid_t *); [all …]
|