Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dfs.h1644 struct inode_operations { struct
1645 struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int);
1646 const char * (*follow_link) (struct dentry *, void **);
1647 int (*permission) (struct inode *, int);
1648 struct posix_acl * (*get_acl)(struct inode *, int);
1650 int (*readlink) (struct dentry *, char __user *,int);
1651 void (*put_link) (struct inode *, void *);
1653 int (*create) (struct inode *,struct dentry *, umode_t, bool);
1654 int (*link) (struct dentry *,struct inode *,struct dentry *);
1655 int (*unlink) (struct inode *,struct dentry *);
[all …]