Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h5306 struct super_operations { struct
5307 struct inode * (*alloc_inode)(struct super_block *);
5308 void (*destroy_inode)(struct inode *);
5309 void (*free_inode)(struct inode *);
5310 void (*dirty_inode)(struct inode *, int);
5311 int (*write_inode)(struct inode *, struct writeback_control *);
5312 int (*drop_inode)(struct inode *);
5313 void (*evict_inode)(struct inode *);
5314 void (*put_super)(struct super_block *);
5315 int (*sync_fs)(struct super_block *, int);
[all …]