Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dfs.h2195 struct super_operations { struct
2196 struct inode *(*alloc_inode)(struct super_block *sb);
2197 void (*destroy_inode)(struct inode *);
2198 void (*free_inode)(struct inode *);
2200 void (*dirty_inode) (struct inode *, int flags);
2201 int (*write_inode) (struct inode *, struct writeback_control *wbc);
2202 int (*drop_inode) (struct inode *);
2203 void (*evict_inode) (struct inode *);
2204 void (*put_super) (struct super_block *);
2205 int (*sync_fs)(struct super_block *sb, int wait);
[all …]
/Linux-v5.15/Documentation/filesystems/
Dlocking.rst150 super_operations chapter