Searched defs:inode_operations (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/Documentation/filesystems/ | 
| D | locking.rst | 54 inode_operations  chapter
 | 
| /Linux-v5.4/include/linux/ | 
| D | fs.h | 1856 struct inode_operations {  struct1857 	struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int);
 1858 	const char * (*get_link) (struct dentry *, struct inode *, struct delayed_call *);
 1859 	int (*permission) (struct inode *, int);
 1860 	struct posix_acl * (*get_acl)(struct inode *, int);
 1862 	int (*readlink) (struct dentry *, char __user *,int);
 1864 	int (*create) (struct inode *,struct dentry *, umode_t, bool);
 1865 	int (*link) (struct dentry *,struct inode *,struct dentry *);
 1866 	int (*unlink) (struct inode *,struct dentry *);
 1867 	int (*symlink) (struct inode *,struct dentry *,const char *);
 [all …]
 
 |