Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dfs.h1676 struct super_operations { struct
1677 struct inode *(*alloc_inode)(struct super_block *sb);
1678 void (*destroy_inode)(struct inode *);
1680 void (*dirty_inode) (struct inode *, int flags);
1681 int (*write_inode) (struct inode *, struct writeback_control *wbc);
1682 int (*drop_inode) (struct inode *);
1683 void (*evict_inode) (struct inode *);
1684 void (*put_super) (struct super_block *);
1685 int (*sync_fs)(struct super_block *sb, int wait);
1686 int (*freeze_super) (struct super_block *);
[all …]