Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dfs.h1086 struct inode_operations { struct
1087 int (*create) (struct inode *,struct dentry *,int, struct nameidata *);
1088 struct dentry * (*lookup) (struct inode *,struct dentry *, struct nameidata *);
1089 int (*link) (struct dentry *,struct inode *,struct dentry *);
1090 int (*unlink) (struct inode *,struct dentry *);
1091 int (*symlink) (struct inode *,struct dentry *,const char *);
1092 int (*mkdir) (struct inode *,struct dentry *,int);
1093 int (*rmdir) (struct inode *,struct dentry *);
1094 int (*mknod) (struct inode *,struct dentry *,int,dev_t);
1095 int (*rename) (struct inode *, struct dentry *,
[all …]