#include <vfs.h>
Definition at line 96 of file vfs.h.
 
◆ notify_change
      
        
          | int(* super_operations::notify_change) (int flags, struct inode *) | 
      
 
Definition at line 98 of file vfs.h.
 
 
◆ put_inode
      
        
          | void(* super_operations::put_inode) (struct inode *) | 
      
 
 
◆ put_super
      
        
          | void(* super_operations::put_super) (struct super_block *) | 
      
 
 
◆ read_inode
      
        
          | void(* super_operations::read_inode) (struct inode *) | 
      
 
Definition at line 97 of file vfs.h.
 
 
◆ remount_fs
      
        
          | int(* super_operations::remount_fs) (struct super_block *, int *, char *) | 
      
 
 
◆ statfs
◆ write_inode
      
        
          | void(* super_operations::write_inode) (struct inode *) | 
      
 
Definition at line 99 of file vfs.h.
 
 
◆ write_super
      
        
          | void(* super_operations::write_super) (struct super_block *) | 
      
 
 
The documentation for this struct was generated from the following file: