Searched defs:super_operations (Results 1 – 7 of 7) sorted by relevance
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 3484 struct super_operations { struct 3485 struct inode * (*alloc_inode)(struct super_block *); 3486 void (*destroy_inode)(struct inode *); 3487 void (*free_inode)(struct inode *); 3488 void (*dirty_inode)(struct inode *, int); 3489 int (*write_inode)(struct inode *, struct writeback_control *); 3490 int (*drop_inode)(struct inode *); 3491 void (*evict_inode)(struct inode *); 3492 void (*put_super)(struct super_block *); 3493 int (*sync_fs)(struct super_block *, int); [all …]
|
D | vmlinux.h | 3484 struct super_operations { struct 3485 struct inode * (*alloc_inode)(struct super_block *); 3486 void (*destroy_inode)(struct inode *); 3487 void (*free_inode)(struct inode *); 3488 void (*dirty_inode)(struct inode *, int); 3489 int (*write_inode)(struct inode *, struct writeback_control *); 3490 int (*drop_inode)(struct inode *); 3491 void (*evict_inode)(struct inode *); 3492 void (*put_super)(struct super_block *); 3493 int (*sync_fs)(struct super_block *, int); [all …]
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 5306 struct super_operations { struct 5307 struct inode * (*alloc_inode)(struct super_block *); 5308 void (*destroy_inode)(struct inode *); 5309 void (*free_inode)(struct inode *); 5310 void (*dirty_inode)(struct inode *, int); 5311 int (*write_inode)(struct inode *, struct writeback_control *); 5312 int (*drop_inode)(struct inode *); 5313 void (*evict_inode)(struct inode *); 5314 void (*put_super)(struct super_block *); 5315 int (*sync_fs)(struct super_block *, int); [all …]
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 4870 struct super_operations { struct 4871 struct inode * (*alloc_inode)(struct super_block *); 4872 void (*destroy_inode)(struct inode *); 4873 void (*free_inode)(struct inode *); 4874 void (*dirty_inode)(struct inode *, int); 4875 int (*write_inode)(struct inode *, struct writeback_control *); 4876 int (*drop_inode)(struct inode *); 4877 void (*evict_inode)(struct inode *); 4878 void (*put_super)(struct super_block *); 4879 int (*sync_fs)(struct super_block *, int); [all …]
|
D | vmlinux_510.h | 4870 struct super_operations { struct 4871 struct inode * (*alloc_inode)(struct super_block *); 4872 void (*destroy_inode)(struct inode *); 4873 void (*free_inode)(struct inode *); 4874 void (*dirty_inode)(struct inode *, int); 4875 int (*write_inode)(struct inode *, struct writeback_control *); 4876 int (*drop_inode)(struct inode *); 4877 void (*evict_inode)(struct inode *); 4878 void (*put_super)(struct super_block *); 4879 int (*sync_fs)(struct super_block *, int); [all …]
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux_505.h | 4858 struct super_operations { struct 4859 struct inode * (*alloc_inode)(struct super_block *); 4860 void (*destroy_inode)(struct inode *); 4861 void (*free_inode)(struct inode *); 4862 void (*dirty_inode)(struct inode *, int); 4863 int (*write_inode)(struct inode *, struct writeback_control *); 4864 int (*drop_inode)(struct inode *); 4865 void (*evict_inode)(struct inode *); 4866 void (*put_super)(struct super_block *); 4867 int (*sync_fs)(struct super_block *, int); [all …]
|
D | vmlinux.h | 4858 struct super_operations { struct 4859 struct inode * (*alloc_inode)(struct super_block *); 4860 void (*destroy_inode)(struct inode *); 4861 void (*free_inode)(struct inode *); 4862 void (*dirty_inode)(struct inode *, int); 4863 int (*write_inode)(struct inode *, struct writeback_control *); 4864 int (*drop_inode)(struct inode *); 4865 void (*evict_inode)(struct inode *); 4866 void (*put_super)(struct super_block *); 4867 int (*sync_fs)(struct super_block *, int); [all …]
|