Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/filesystems/
Dlocking.rst54 inode_operations chapter
/Linux-v5.15/include/linux/
Dfs.h2113 struct inode_operations { struct
2114 struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int);
2115 const char * (*get_link) (struct dentry *, struct inode *, struct delayed_call *);
2116 int (*permission) (struct user_namespace *, struct inode *, int);
2117 struct posix_acl * (*get_acl)(struct inode *, int, bool);
2119 int (*readlink) (struct dentry *, char __user *,int);
2121 int (*create) (struct user_namespace *, struct inode *,struct dentry *,
2123 int (*link) (struct dentry *,struct inode *,struct dentry *);
2124 int (*unlink) (struct inode *,struct dentry *);
2125 int (*symlink) (struct user_namespace *, struct inode *,struct dentry *,
[all …]