Searched defs:inode_operations (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/include/linux/ |
D | fs.h | 2200 struct inode_operations { struct 2201 struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int); 2202 const char * (*get_link) (struct dentry *, struct inode *, struct delayed_call *); 2203 int (*permission) (struct mnt_idmap *, struct inode *, int); 2204 struct posix_acl * (*get_inode_acl)(struct inode *, int, bool); 2206 int (*readlink) (struct dentry *, char __user *,int); 2208 int (*create) (struct mnt_idmap *, struct inode *,struct dentry *, 2210 int (*link) (struct dentry *,struct inode *,struct dentry *); 2211 int (*unlink) (struct inode *,struct dentry *); 2212 int (*symlink) (struct mnt_idmap *, struct inode *,struct dentry *, [all …]
|
/linux-6.14.4/Documentation/filesystems/ |
D | locking.rst | 59 inode_operations chapter
|