Lines Matching defs:super_operations
2216 struct super_operations { struct
2217 struct inode *(*alloc_inode)(struct super_block *sb);
2218 void (*destroy_inode)(struct inode *);
2219 void (*free_inode)(struct inode *);
2221 void (*dirty_inode) (struct inode *, int flags);
2222 int (*write_inode) (struct inode *, struct writeback_control *wbc);
2223 int (*drop_inode) (struct inode *);
2224 void (*evict_inode) (struct inode *);
2225 void (*put_super) (struct super_block *);
2226 int (*sync_fs)(struct super_block *sb, int wait);
2227 int (*freeze_super) (struct super_block *, enum freeze_holder who);
2228 int (*freeze_fs) (struct super_block *);
2229 int (*thaw_super) (struct super_block *, enum freeze_holder who);
2230 int (*unfreeze_fs) (struct super_block *);
2231 int (*statfs) (struct dentry *, struct kstatfs *);
2232 int (*remount_fs) (struct super_block *, int *, char *);
2233 void (*umount_begin) (struct super_block *);
2235 int (*show_options)(struct seq_file *, struct dentry *);
2236 int (*show_devname)(struct seq_file *, struct dentry *);
2237 int (*show_path)(struct seq_file *, struct dentry *);
2238 int (*show_stats)(struct seq_file *, struct dentry *);
2240 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t);
2241 ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t);
2242 struct dquot __rcu **(*get_dquots)(struct inode *);
2244 long (*nr_cached_objects)(struct super_block *,
2246 long (*free_cached_objects)(struct super_block *,
2248 void (*shutdown)(struct super_block *sb);