Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dfs.h2289 struct super_operations { struct
2290 struct inode *(*alloc_inode)(struct super_block *sb);
2291 void (*destroy_inode)(struct inode *);
2292 void (*free_inode)(struct inode *);
2294 void (*dirty_inode) (struct inode *, int flags);
2295 int (*write_inode) (struct inode *, struct writeback_control *wbc);
2296 int (*drop_inode) (struct inode *);
2297 void (*evict_inode) (struct inode *);
2298 void (*put_super) (struct super_block *);
2299 int (*sync_fs)(struct super_block *sb, int wait);
[all …]
/linux-6.14.4/Documentation/filesystems/
Dlocking.rst163 super_operations chapter