Lines Matching defs:super_operations
1676 struct super_operations { struct
1677 struct inode *(*alloc_inode)(struct super_block *sb);
1678 void (*destroy_inode)(struct inode *);
1680 void (*dirty_inode) (struct inode *, int flags);
1681 int (*write_inode) (struct inode *, struct writeback_control *wbc);
1682 int (*drop_inode) (struct inode *);
1683 void (*evict_inode) (struct inode *);
1684 void (*put_super) (struct super_block *);
1685 int (*sync_fs)(struct super_block *sb, int wait);
1686 int (*freeze_super) (struct super_block *);
1687 int (*freeze_fs) (struct super_block *);
1688 int (*thaw_super) (struct super_block *);
1689 int (*unfreeze_fs) (struct super_block *);
1690 int (*statfs) (struct dentry *, struct kstatfs *);
1691 int (*remount_fs) (struct super_block *, int *, char *);
1692 void (*umount_begin) (struct super_block *);
1694 int (*show_options)(struct seq_file *, struct dentry *);
1695 int (*show_devname)(struct seq_file *, struct dentry *);
1696 int (*show_path)(struct seq_file *, struct dentry *);
1697 int (*show_stats)(struct seq_file *, struct dentry *);
1699 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t);
1700 ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t);
1701 struct dquot **(*get_dquots)(struct inode *);
1703 int (*bdev_try_to_free_page)(struct super_block*, struct page*, gfp_t);
1704 long (*nr_cached_objects)(struct super_block *,
1706 long (*free_cached_objects)(struct super_block *,