Lines Matching defs:super_operations
2289 struct super_operations { struct
2290 struct inode *(*alloc_inode)(struct super_block *sb);
2291 void (*destroy_inode)(struct inode *);
2292 void (*free_inode)(struct inode *);
2294 void (*dirty_inode) (struct inode *, int flags);
2295 int (*write_inode) (struct inode *, struct writeback_control *wbc);
2296 int (*drop_inode) (struct inode *);
2297 void (*evict_inode) (struct inode *);
2298 void (*put_super) (struct super_block *);
2299 int (*sync_fs)(struct super_block *sb, int wait);
2300 int (*freeze_super) (struct super_block *, enum freeze_holder who);
2301 int (*freeze_fs) (struct super_block *);
2302 int (*thaw_super) (struct super_block *, enum freeze_holder who);
2303 int (*unfreeze_fs) (struct super_block *);
2304 int (*statfs) (struct dentry *, struct kstatfs *);
2305 int (*remount_fs) (struct super_block *, int *, char *);
2306 void (*umount_begin) (struct super_block *);
2308 int (*show_options)(struct seq_file *, struct dentry *);
2309 int (*show_devname)(struct seq_file *, struct dentry *);
2310 int (*show_path)(struct seq_file *, struct dentry *);
2311 int (*show_stats)(struct seq_file *, struct dentry *);
2313 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t);
2314 ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t);
2315 struct dquot __rcu **(*get_dquots)(struct inode *);
2317 long (*nr_cached_objects)(struct super_block *,
2319 long (*free_cached_objects)(struct super_block *,
2321 void (*shutdown)(struct super_block *sb);