Home
last modified time | relevance | path

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

/linux-6.8/include/linux/
Dfs.h2135 struct super_operations { struct
2136 struct inode *(*alloc_inode)(struct super_block *sb);
2137 void (*destroy_inode)(struct inode *);
2138 void (*free_inode)(struct inode *);
2140 void (*dirty_inode) (struct inode *, int flags);
2141 int (*write_inode) (struct inode *, struct writeback_control *wbc);
2142 int (*drop_inode) (struct inode *);
2143 void (*evict_inode) (struct inode *);
2144 void (*put_super) (struct super_block *);
2145 int (*sync_fs)(struct super_block *sb, int wait);
[all …]
/linux-6.8/Documentation/filesystems/
Dlocking.rst158 super_operations chapter