Home
last modified time | relevance | path

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

/include/linux/
Dfs.h2210 struct inode_operations { struct
2211 struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int);
2212 const char * (*get_link) (struct dentry *, struct inode *, struct delayed_call *);
2213 int (*permission) (struct user_namespace *, struct inode *, int);
2214 struct posix_acl * (*get_acl)(struct inode *, int, bool);
2216 int (*readlink) (struct dentry *, char __user *,int);
2218 int (*create) (struct user_namespace *, struct inode *,struct dentry *,
2220 int (*link) (struct dentry *,struct inode *,struct dentry *);
2221 int (*unlink) (struct inode *,struct dentry *);
2222 int (*symlink) (struct user_namespace *, struct inode *,struct dentry *,
[all …]