Searched defs:super_operations (Results 1 – 1 of 1) sorted by relevance
1845 struct super_operations { struct1846 struct inode *(*alloc_inode)(struct super_block *sb);1847 void (*destroy_inode)(struct inode *);1849 void (*dirty_inode) (struct inode *, int flags);1850 int (*write_inode) (struct inode *, struct writeback_control *wbc);1851 int (*drop_inode) (struct inode *);1852 void (*evict_inode) (struct inode *);1853 void (*put_super) (struct super_block *);1854 int (*sync_fs)(struct super_block *sb, int wait);1855 int (*freeze_super) (struct super_block *);[all …]