Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dfs.h1886 struct super_operations { struct
1888 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 …]
/linux-6.3-rc2/Documentation/filesystems/
A Dlocking.rst153 super_operations chapter

Completed in 12 milliseconds