Home
last modified time | relevance | path

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

/linux/include/linux/
A Dfs.h2194 struct super_operations { struct
2196 void (*destroy_inode)(struct inode *);
2197 void (*free_inode)(struct inode *);
2201 int (*drop_inode) (struct inode *);
2202 void (*evict_inode) (struct inode *);
2203 void (*put_super) (struct super_block *);
2205 int (*freeze_super) (struct super_block *);
2206 int (*freeze_fs) (struct super_block *);
2207 int (*thaw_super) (struct super_block *);
2208 int (*unfreeze_fs) (struct super_block *);
[all …]
/linux/Documentation/filesystems/
A Dlocking.rst150 super_operations chapter

Completed in 18 milliseconds