Searched defs:inode_operations (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | fs.h | 2147 struct inode_operations { struct 2148 struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int); 2149 const char * (*get_link) (struct dentry *, struct inode *, struct delayed_call *); 2150 int (*permission) (struct user_namespace *, struct inode *, int); 2151 struct posix_acl * (*get_acl)(struct inode *, int, bool); 2153 int (*readlink) (struct dentry *, char __user *,int); 2155 int (*create) (struct user_namespace *, struct inode *,struct dentry *, 2157 int (*link) (struct dentry *,struct inode *,struct dentry *); 2158 int (*unlink) (struct inode *,struct dentry *); 2159 int (*symlink) (struct user_namespace *, struct inode *,struct dentry *, [all …]
|