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