Searched defs:inode_operations (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | fs.h | 1986 struct inode_operations { struct 1987 struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int); 1988 const char * (*get_link) (struct dentry *, struct inode *, struct delayed_call *); 1989 int (*permission) (struct mnt_idmap *, struct inode *, int); 1990 struct posix_acl * (*get_inode_acl)(struct inode *, int, bool); 1992 int (*readlink) (struct dentry *, char __user *,int); 1994 int (*create) (struct mnt_idmap *, struct inode *,struct dentry *, 1996 int (*link) (struct dentry *,struct inode *,struct dentry *); 1997 int (*unlink) (struct inode *,struct dentry *); 1998 int (*symlink) (struct mnt_idmap *, struct inode *,struct dentry *, [all …]
|
| /linux/Documentation/filesystems/ |
| H A D | locking.rst | 59 inode_operations chapter
|