Searched defs:inode_operations (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | fs.h | 2224 struct inode_operations { struct 2225 struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int); 2226 const char * (*get_link) (struct dentry *, struct inode *, struct delayed_call *); 2227 int (*permission) (struct mnt_idmap *, struct inode *, int); 2228 struct posix_acl * (*get_inode_acl)(struct inode *, int, bool); 2230 int (*readlink) (struct dentry *, char __user *,int); 2232 int (*create) (struct mnt_idmap *, struct inode *,struct dentry *, 2234 int (*link) (struct dentry *,struct inode *,struct dentry *); 2235 int (*unlink) (struct inode *,struct dentry *); 2236 int (*symlink) (struct mnt_idmap *, struct inode *,struct dentry *, [all …]
|
/linux/Documentation/filesystems/ |
H A D | locking.rst | 59 inode_operations chapter
|