Lines Matching defs:super_operations
1886 struct super_operations { struct
1887 struct inode *(*alloc_inode)(struct super_block *sb);
1888 void (*destroy_inode)(struct inode *);
1889 void (*free_inode)(struct inode *);
1891 void (*dirty_inode) (struct inode *, int flags);
1892 int (*write_inode) (struct inode *, struct writeback_control *wbc);
1893 int (*drop_inode) (struct inode *);
1894 void (*evict_inode) (struct inode *);
1895 void (*put_super) (struct super_block *);
1896 int (*sync_fs)(struct super_block *sb, int wait);
1897 int (*freeze_super) (struct super_block *);
1898 int (*freeze_fs) (struct super_block *);
1899 int (*thaw_super) (struct super_block *);
1900 int (*unfreeze_fs) (struct super_block *);
1901 int (*statfs) (struct dentry *, struct kstatfs *);
1902 int (*remount_fs) (struct super_block *, int *, char *);
1903 void (*umount_begin) (struct super_block *);
1905 int (*show_options)(struct seq_file *, struct dentry *);
1906 int (*show_devname)(struct seq_file *, struct dentry *);
1907 int (*show_path)(struct seq_file *, struct dentry *);
1908 int (*show_stats)(struct seq_file *, struct dentry *);
1910 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t);
1911 ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t);
1912 struct dquot **(*get_dquots)(struct inode *);
1914 long (*nr_cached_objects)(struct super_block *,
1916 long (*free_cached_objects)(struct super_block *,