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.h2056 struct super_operations { struct
2058 void (*destroy_inode)(struct inode *);
2059 void (*free_inode)(struct inode *);
2063 int (*drop_inode) (struct inode *);
2064 void (*evict_inode) (struct inode *);
2065 void (*put_super) (struct super_block *);
2068 int (*freeze_fs) (struct super_block *);
2070 int (*unfreeze_fs) (struct super_block *);
2073 void (*umount_begin) (struct super_block *);
2084 long (*nr_cached_objects)(struct super_block *,
[all …]
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h254 struct super_operations { struct
256 void (*destroy_inode)(struct inode *);
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 *);
265 int (*unfreeze_fs) (struct super_block *);
267 int (*statfs) (struct dentry *, struct kstatfs *);
270 void (*umount_begin) (struct super_block *);
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dlocking.rst158 super_operations chapter