Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/filesystems/
Dlocking.rst54 inode_operations chapter
/kernel/linux/linux-5.10/include/linux/
Dfs.h1881 struct inode_operations { struct
1882 struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int);
1883 const char * (*get_link) (struct dentry *, struct inode *, struct delayed_call *);
1884 int (*permission) (struct inode *, int);
1885 struct posix_acl * (*get_acl)(struct inode *, int);
1887 int (*readlink) (struct dentry *, char __user *,int);
1889 int (*create) (struct inode *,struct dentry *, umode_t, bool);
1890 int (*link) (struct dentry *,struct inode *,struct dentry *);
1891 int (*unlink) (struct inode *,struct dentry *);
1892 int (*symlink) (struct inode *,struct dentry *,const char *);
[all …]