Searched defs:inode_operations (Results 1 – 2 of 2) sorted by relevance
/linux-6.8/include/linux/ |
D | fs.h | 2035 struct inode_operations { struct 2036 struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int); 2037 const char * (*get_link) (struct dentry *, struct inode *, struct delayed_call *); 2038 int (*permission) (struct mnt_idmap *, struct inode *, int); 2039 struct posix_acl * (*get_inode_acl)(struct inode *, int, bool); 2041 int (*readlink) (struct dentry *, char __user *,int); 2043 int (*create) (struct mnt_idmap *, struct inode *,struct dentry *, 2045 int (*link) (struct dentry *,struct inode *,struct dentry *); 2046 int (*unlink) (struct inode *,struct dentry *); 2047 int (*symlink) (struct mnt_idmap *, struct inode *,struct dentry *, [all …]
|
/linux-6.8/Documentation/filesystems/ |
D | locking.rst | 54 inode_operations chapter
|