Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/filesystems/
Dlocking.rst54 inode_operations chapter
/Linux-v5.4/include/linux/
Dfs.h1856 struct inode_operations { struct
1857 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 …]