Searched defs:super_operations (Results 1 – 2 of 2) sorted by relevance
144 super_operations chapter
1952 struct super_operations { struct1953 struct inode *(*alloc_inode)(struct super_block *sb);1954 void (*destroy_inode)(struct inode *);1955 void (*free_inode)(struct inode *);1957 void (*dirty_inode) (struct inode *, int flags);1958 int (*write_inode) (struct inode *, struct writeback_control *wbc);1959 int (*drop_inode) (struct inode *);1960 void (*evict_inode) (struct inode *);1961 void (*put_super) (struct super_block *);1962 int (*sync_fs)(struct super_block *sb, int wait);[all …]