Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/filesystems/
Dlocking.rst144 super_operations chapter
/kernel/linux/linux-5.10/include/linux/
Dfs.h1952 struct super_operations { struct
1953 struct inode *(*alloc_inode)(struct super_block *sb);
1954 void (*destroy_inode)(struct inode *);
1955 void (*free_inode)(struct inode *);
1957 void (*dirty_inode) (struct inode *, int flags);
1958 int (*write_inode) (struct inode *, struct writeback_control *wbc);
1959 int (*drop_inode) (struct inode *);
1960 void (*evict_inode) (struct inode *);
1961 void (*put_super) (struct super_block *);
1962 int (*sync_fs)(struct super_block *sb, int wait);
[all …]