Searched defs:super_operations (Results 1 – 1 of 1) sorted by relevance
254 struct super_operations { struct256 void (*destroy_inode)(struct inode *);258 void (*dirty_inode) (struct inode *, int flags);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 *);270 void (*umount_begin) (struct super_block *);[all …]
Completed in 14 milliseconds