Home
last modified time | relevance | path

Searched defs:inode_operations (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/Documentation/filesystems/
Dlocking.rst54 inode_operations chapter
/Linux-v5.10/include/linux/
Dfs.h1864 struct inode_operations { struct
1865 struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int);
1866 const char * (*get_link) (struct dentry *, struct inode *, struct delayed_call *);
1867 int (*permission) (struct inode *, int);
1868 struct posix_acl * (*get_acl)(struct inode *, int);
1870 int (*readlink) (struct dentry *, char __user *,int);
1872 int (*create) (struct inode *,struct dentry *, umode_t, bool);
1873 int (*link) (struct dentry *,struct inode *,struct dentry *);
1874 int (*unlink) (struct inode *,struct dentry *);
1875 int (*symlink) (struct inode *,struct dentry *,const char *);
[all …]