Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dfs.h914 struct super_operations { struct
915 struct inode *(*alloc_inode)(struct super_block *sb);
916 void (*destroy_inode)(struct inode *);
918 void (*read_inode) (struct inode *);
926 void (*read_inode2) (struct inode *, void *) ;
927 void (*dirty_inode) (struct inode *);
928 void (*write_inode) (struct inode *, int);
929 void (*put_inode) (struct inode *);
930 void (*delete_inode) (struct inode *);
931 void (*put_super) (struct super_block *);
[all …]