Lines Matching defs:super_operations
2001 struct super_operations { struct
2002 struct inode *(*alloc_inode)(struct super_block *sb);
2003 void (*destroy_inode)(struct inode *);
2004 void (*free_inode)(struct inode *);
2006 void (*dirty_inode) (struct inode *, int flags);
2007 int (*write_inode) (struct inode *, struct writeback_control *wbc);
2008 int (*drop_inode) (struct inode *);
2009 void (*evict_inode) (struct inode *);
2010 void (*put_super) (struct super_block *);
2011 int (*sync_fs)(struct super_block *sb, int wait);
2012 int (*freeze_super) (struct super_block *);
2013 int (*freeze_fs) (struct super_block *);
2014 int (*thaw_super) (struct super_block *);
2015 int (*unfreeze_fs) (struct super_block *);
2016 int (*statfs) (struct dentry *, struct kstatfs *);
2017 int (*remount_fs) (struct super_block *, int *, char *);
2018 void (*umount_begin) (struct super_block *);
2020 int (*show_options)(struct seq_file *, struct dentry *);
2021 int (*show_devname)(struct seq_file *, struct dentry *);
2022 int (*show_path)(struct seq_file *, struct dentry *);
2023 int (*show_stats)(struct seq_file *, struct dentry *);
2025 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t);
2026 ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t);
2027 struct dquot **(*get_dquots)(struct inode *);
2029 int (*bdev_try_to_free_page)(struct super_block*, struct page*, gfp_t);
2030 long (*nr_cached_objects)(struct super_block *,
2032 long (*free_cached_objects)(struct super_block *,