Searched defs:inode_operations (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/include/linux/ |
D | fs.h | 1769 struct inode_operations { struct 1770 struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int); 1771 const char * (*get_link) (struct dentry *, struct inode *, struct delayed_call *); 1772 int (*permission) (struct inode *, int); 1773 struct posix_acl * (*get_acl)(struct inode *, int); 1775 int (*readlink) (struct dentry *, char __user *,int); 1777 int (*create) (struct inode *,struct dentry *, umode_t, bool); 1778 int (*link) (struct dentry *,struct inode *,struct dentry *); 1779 int (*unlink) (struct inode *,struct dentry *); 1780 int (*symlink) (struct inode *,struct dentry *,const char *); [all …]
|