Searched defs:inode_operations (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 4881 struct inode_operations { struct 4882 struct dentry * (*lookup)(struct inode *, struct dentry *, unsigned int); 4883 const char * (*get_link)(struct dentry *, struct inode *, struct delayed_call *); 4884 int (*permission)(struct user_namespace *, struct inode *, int); 4885 struct posix_acl * (*get_acl)(struct inode *, int, bool); 4886 int (*readlink)(struct dentry *, char *, int); 4887 int (*create)(struct user_namespace *, struct inode *, struct dentry *, umode_t, bool); 4888 int (*link)(struct dentry *, struct inode *, struct dentry *); 4889 int (*unlink)(struct inode *, struct dentry *); 4890 int (*symlink)(struct user_namespace *, struct inode *, struct dentry *, const char *); [all …]
|