Lines Matching defs:super_operations
2195 struct super_operations { struct
2196 struct inode *(*alloc_inode)(struct super_block *sb);
2197 void (*destroy_inode)(struct inode *);
2198 void (*free_inode)(struct inode *);
2200 void (*dirty_inode) (struct inode *, int flags);
2201 int (*write_inode) (struct inode *, struct writeback_control *wbc);
2202 int (*drop_inode) (struct inode *);
2203 void (*evict_inode) (struct inode *);
2204 void (*put_super) (struct super_block *);
2205 int (*sync_fs)(struct super_block *sb, int wait);
2206 int (*freeze_super) (struct super_block *);
2207 int (*freeze_fs) (struct super_block *);
2208 int (*thaw_super) (struct super_block *);
2209 int (*unfreeze_fs) (struct super_block *);
2210 int (*statfs) (struct dentry *, struct kstatfs *);
2211 int (*remount_fs) (struct super_block *, int *, char *);
2212 void (*umount_begin) (struct super_block *);
2214 int (*show_options)(struct seq_file *, struct dentry *);
2215 int (*show_devname)(struct seq_file *, struct dentry *);
2216 int (*show_path)(struct seq_file *, struct dentry *);
2217 int (*show_stats)(struct seq_file *, struct dentry *);
2219 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t);
2220 ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t);
2221 struct dquot **(*get_dquots)(struct inode *);
2223 long (*nr_cached_objects)(struct super_block *,
2225 long (*free_cached_objects)(struct super_block *,