Lines Matching defs:super_operations
2234 struct super_operations { struct
2235 struct inode *(*alloc_inode)(struct super_block *sb);
2236 void (*destroy_inode)(struct inode *);
2237 void (*free_inode)(struct inode *);
2239 void (*dirty_inode) (struct inode *, int flags);
2240 int (*write_inode) (struct inode *, struct writeback_control *wbc);
2241 int (*drop_inode) (struct inode *);
2242 void (*evict_inode) (struct inode *);
2243 void (*put_super) (struct super_block *);
2244 int (*sync_fs)(struct super_block *sb, int wait);
2245 int (*freeze_super) (struct super_block *);
2246 int (*freeze_fs) (struct super_block *);
2247 int (*thaw_super) (struct super_block *);
2248 int (*unfreeze_fs) (struct super_block *);
2249 int (*statfs) (struct dentry *, struct kstatfs *);
2250 int (*remount_fs) (struct super_block *, int *, char *);
2251 void (*umount_begin) (struct super_block *);
2253 int (*show_options)(struct seq_file *, struct dentry *);
2254 int (*show_devname)(struct seq_file *, struct dentry *);
2255 int (*show_path)(struct seq_file *, struct dentry *);
2256 int (*show_stats)(struct seq_file *, struct dentry *);
2258 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t);
2259 ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t);
2260 struct dquot **(*get_dquots)(struct inode *);
2262 long (*nr_cached_objects)(struct super_block *,
2264 long (*free_cached_objects)(struct super_block *,