Searched defs:inode_operations (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/linux/ |
D | fs.h | 2155 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/ |
D | locking.rst | 54 inode_operations chapter
|