Searched defs:inode_operations (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/include/linux/ |
D | fs.h | 1965 struct inode_operations { struct 1966 struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int); 1967 const char * (*get_link) (struct dentry *, struct inode *, struct delayed_call *); 1968 int (*permission) (struct mnt_idmap *, struct inode *, int); 1969 struct posix_acl * (*get_inode_acl)(struct inode *, int, bool); 1971 int (*readlink) (struct dentry *, char __user *,int); 1973 int (*create) (struct mnt_idmap *, struct inode *,struct dentry *, 1975 int (*link) (struct dentry *,struct inode *,struct dentry *); 1976 int (*unlink) (struct inode *,struct dentry *); 1977 int (*symlink) (struct mnt_idmap *, struct inode *,struct dentry *, [all …]
|
/linux-6.6.21/Documentation/filesystems/ |
D | locking.rst | 54 inode_operations chapter
|