Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfs.h2057 struct super_operations { struct
2058 struct inode *(*alloc_inode)(struct super_block *sb);
2059 void (*destroy_inode)(struct inode *);
2060 void (*free_inode)(struct inode *);
2062 void (*dirty_inode) (struct inode *, int flags);
2063 int (*write_inode) (struct inode *, struct writeback_control *wbc);
2064 int (*drop_inode) (struct inode *);
2065 void (*evict_inode) (struct inode *);
2066 void (*put_super) (struct super_block *);
2067 int (*sync_fs)(struct super_block *sb, int wait);
[all …]
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h254 struct super_operations { struct
255 struct inode *(*alloc_inode)(struct super_block *sb);
256 void (*destroy_inode)(struct inode *);
258 void (*dirty_inode) (struct inode *, int flags);
259 int (*write_inode) (struct inode *, struct writeback_control *wbc);
260 int (*drop_inode) (struct inode *);
261 void (*evict_inode) (struct inode *);
262 void (*put_super) (struct super_block *);
263 int (*sync_fs)(struct super_block *sb, int wait);
264 int (*freeze_fs) (struct super_block *);
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dlocking.rst158 super_operations chapter