Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dfs.h1784 struct inode_operations { struct
1785 struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int);
1786 const char * (*get_link) (struct dentry *, struct inode *, struct delayed_call *);
1787 int (*permission) (struct inode *, int);
1788 struct posix_acl * (*get_acl)(struct inode *, int);
1790 int (*readlink) (struct dentry *, char __user *,int);
1792 int (*create) (struct inode *,struct dentry *, umode_t, bool);
1793 int (*link) (struct dentry *,struct inode *,struct dentry *);
1794 int (*unlink) (struct inode *,struct dentry *);
1795 int (*symlink) (struct inode *,struct dentry *,const char *);
[all …]