Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dfs.h1995 struct super_operations { struct
1996 struct inode *(*alloc_inode)(struct super_block *sb);
1997 void (*destroy_inode)(struct inode *);
1998 void (*free_inode)(struct inode *);
2000 void (*dirty_inode) (struct inode *, int flags);
2001 int (*write_inode) (struct inode *, struct writeback_control *wbc);
2002 int (*drop_inode) (struct inode *);
2003 void (*evict_inode) (struct inode *);
2004 void (*put_super) (struct super_block *);
2005 int (*sync_fs)(struct super_block *sb, int wait);
[all …]
/Linux-v6.6/Documentation/filesystems/
Dlocking.rst155 super_operations chapter