Searched defs:super_operations (Results 1 – 1 of 1) sorted by relevance
1694 struct super_operations { struct1695 struct inode *(*alloc_inode)(struct super_block *sb);1696 void (*destroy_inode)(struct inode *);1698 void (*dirty_inode) (struct inode *, int flags);1699 int (*write_inode) (struct inode *, struct writeback_control *wbc);1700 int (*drop_inode) (struct inode *);1701 void (*evict_inode) (struct inode *);1702 void (*put_super) (struct super_block *);1703 int (*sync_fs)(struct super_block *sb, int wait);1704 int (*freeze_super) (struct super_block *);[all …]