Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dfs.h2155 struct inode_operations { struct
2156 struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int);
2157 const char * (*get_link) (struct dentry *, struct inode *, struct delayed_call *);
2158 int (*permission) (struct user_namespace *, struct inode *, int);
2159 struct posix_acl * (*get_acl)(struct inode *, int, bool);
2161 int (*readlink) (struct dentry *, char __user *,int);
2163 int (*create) (struct user_namespace *, struct inode *,struct dentry *,
2165 int (*link) (struct dentry *,struct inode *,struct dentry *);
2166 int (*unlink) (struct inode *,struct dentry *);
2167 int (*symlink) (struct user_namespace *, struct inode *,struct dentry *,
[all …]
/linux-6.1.9/Documentation/filesystems/
Dlocking.rst54 inode_operations chapter