Searched defs:super_operations (Results 1 – 2 of 2) sorted by relevance
1886 struct super_operations { struct1888 void (*destroy_inode)(struct inode *);1889 void (*free_inode)(struct inode *);1893 int (*drop_inode) (struct inode *);1894 void (*evict_inode) (struct inode *);1895 void (*put_super) (struct super_block *);1897 int (*freeze_super) (struct super_block *);1898 int (*freeze_fs) (struct super_block *);1899 int (*thaw_super) (struct super_block *);1900 int (*unfreeze_fs) (struct super_block *);[all …]
153 super_operations chapter
Completed in 12 milliseconds