Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dlocking.rst54 inode_operations chapter
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h1925 struct inode_operations { struct
1926 struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int);
1927 const char * (*get_link) (struct dentry *, struct inode *, struct delayed_call *);
1928 int (*permission) (struct inode *, int);
1929 struct posix_acl * (*get_acl)(struct inode *, int);
1931 int (*readlink) (struct dentry *, char __user *,int);
1933 int (*create) (struct inode *,struct dentry *, umode_t, bool);
1934 int (*link) (struct dentry *,struct inode *,struct dentry *);
1935 int (*unlink) (struct inode *,struct dentry *);
1936 int (*symlink) (struct inode *,struct dentry *,const char *);
[all …]