Searched defs:inode_operations (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-6.6/include/linux/ |
| 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 …]
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | locking.rst | 54 inode_operations chapter
|
| /kernel/linux/linux-6.6/Documentation/filesystems/ |
| D | locking.rst | 54 inode_operations chapter
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | fs.h | 1926 struct inode_operations { struct 1927 struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int); 1928 const char * (*get_link) (struct dentry *, struct inode *, struct delayed_call *); 1929 int (*permission) (struct inode *, int); 1930 struct posix_acl * (*get_acl)(struct inode *, int); 1932 int (*readlink) (struct dentry *, char __user *,int); 1934 int (*create) (struct inode *,struct dentry *, umode_t, bool); 1935 int (*link) (struct dentry *,struct inode *,struct dentry *); 1936 int (*unlink) (struct inode *,struct dentry *); 1937 int (*symlink) (struct inode *,struct dentry *,const char *); [all …]
|