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