Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.h255 struct super_operations { struct
256 struct inode *(*alloc_inode)(struct super_block *sb);
257 void (*destroy_inode)(struct inode *);
259 void (*dirty_inode) (struct inode *, int flags);
260 int (*write_inode) (struct inode *, struct writeback_control *wbc);
261 int (*drop_inode) (struct inode *);
262 void (*evict_inode) (struct inode *);
263 void (*put_super) (struct super_block *);
264 int (*sync_fs)(struct super_block *sb, int wait);
265 int (*freeze_fs) (struct super_block *);
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h2001 struct super_operations { struct
2002 struct inode *(*alloc_inode)(struct super_block *sb);
2003 void (*destroy_inode)(struct inode *);
2004 void (*free_inode)(struct inode *);
2006 void (*dirty_inode) (struct inode *, int flags);
2007 int (*write_inode) (struct inode *, struct writeback_control *wbc);
2008 int (*drop_inode) (struct inode *);
2009 void (*evict_inode) (struct inode *);
2010 void (*put_super) (struct super_block *);
2011 int (*sync_fs)(struct super_block *sb, int wait);
[all …]
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dlocking.rst144 super_operations chapter