Searched defs:inode_operations (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/Documentation/filesystems/ |
D | locking.rst | 54 inode_operations chapter
|
/Linux-v5.15/include/linux/ |
D | fs.h | 2113 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 …]
|