Home
last modified time | relevance | path

Searched defs:super_operations (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dfs.h2287 struct super_operations { struct
2288 struct inode *(*alloc_inode)(struct super_block *sb);
2289 void (*destroy_inode)(struct inode *);
2290 void (*free_inode)(struct inode *);
2292 void (*dirty_inode) (struct inode *, int flags);
2293 int (*write_inode) (struct inode *, struct writeback_control *wbc);
2294 int (*drop_inode) (struct inode *);
2295 void (*evict_inode) (struct inode *);
2296 void (*put_super) (struct super_block *);
2297 int (*sync_fs)(struct super_block *sb, int wait);
[all …]