Searched defs:super_operations (Results 1 – 2 of 2) sorted by relevance
144 super_operations chapter
1937 struct super_operations { struct1938 struct inode *(*alloc_inode)(struct super_block *sb);1939 void (*destroy_inode)(struct inode *);1940 void (*free_inode)(struct inode *);1942 void (*dirty_inode) (struct inode *, int flags);1943 int (*write_inode) (struct inode *, struct writeback_control *wbc);1944 int (*drop_inode) (struct inode *);1945 void (*evict_inode) (struct inode *);1946 void (*put_super) (struct super_block *);1947 int (*sync_fs)(struct super_block *sb, int wait);[all …]