Lines Matching defs:super_operations
1995 struct super_operations { struct
1996 struct inode *(*alloc_inode)(struct super_block *sb);
1997 void (*destroy_inode)(struct inode *);
1998 void (*free_inode)(struct inode *);
2000 void (*dirty_inode) (struct inode *, int flags);
2001 int (*write_inode) (struct inode *, struct writeback_control *wbc);
2002 int (*drop_inode) (struct inode *);
2003 void (*evict_inode) (struct inode *);
2004 void (*put_super) (struct super_block *);
2005 int (*sync_fs)(struct super_block *sb, int wait);
2006 int (*freeze_super) (struct super_block *, enum freeze_holder who);
2007 int (*freeze_fs) (struct super_block *);
2008 int (*thaw_super) (struct super_block *, enum freeze_holder who);
2009 int (*unfreeze_fs) (struct super_block *);
2010 int (*statfs) (struct dentry *, struct kstatfs *);
2011 int (*remount_fs) (struct super_block *, int *, char *);
2012 void (*umount_begin) (struct super_block *);
2014 int (*show_options)(struct seq_file *, struct dentry *);
2015 int (*show_devname)(struct seq_file *, struct dentry *);
2016 int (*show_path)(struct seq_file *, struct dentry *);
2017 int (*show_stats)(struct seq_file *, struct dentry *);
2019 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t);
2020 ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t);
2021 struct dquot **(*get_dquots)(struct inode *);
2023 long (*nr_cached_objects)(struct super_block *,
2025 long (*free_cached_objects)(struct super_block *,
2027 void (*shutdown)(struct super_block *sb);