Home
last modified time | relevance | path

Searched defs:super_operations (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/include/
Dvmlinux.h4989 struct super_operations { struct
4990 struct inode * (*alloc_inode)(struct super_block *);
4991 void (*destroy_inode)(struct inode *);
4992 void (*free_inode)(struct inode *);
4993 void (*dirty_inode)(struct inode *, int);
4994 int (*write_inode)(struct inode *, struct writeback_control *);
4995 int (*drop_inode)(struct inode *);
4996 void (*evict_inode)(struct inode *);
4997 void (*put_super)(struct super_block *);
4998 int (*sync_fs)(struct super_block *, int);
[all …]