Lines Matching defs:super_operations
1694 struct super_operations { struct
1695 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 *);
1705 int (*freeze_fs) (struct super_block *);
1706 int (*thaw_super) (struct super_block *);
1707 int (*unfreeze_fs) (struct super_block *);
1708 int (*statfs) (struct dentry *, struct kstatfs *);
1709 int (*remount_fs) (struct super_block *, int *, char *);
1710 void (*umount_begin) (struct super_block *);
1712 int (*show_options)(struct seq_file *, struct dentry *);
1713 int (*show_devname)(struct seq_file *, struct dentry *);
1714 int (*show_path)(struct seq_file *, struct dentry *);
1715 int (*show_stats)(struct seq_file *, struct dentry *);
1717 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t);
1718 ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t);
1719 struct dquot **(*get_dquots)(struct inode *);
1721 int (*bdev_try_to_free_page)(struct super_block*, struct page*, gfp_t);
1722 long (*nr_cached_objects)(struct super_block *,
1724 long (*free_cached_objects)(struct super_block *,