Searched defs:inode_operations (Results 1 – 1 of 1) sorted by relevance
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 5188 struct inode_operations { struct 5189 struct dentry * (*lookup)(struct inode *, struct dentry *, unsigned int); 5190 const char * (*get_link)(struct dentry *, struct inode *, struct delayed_call *); 5191 int (*permission)(struct user_namespace *, struct inode *, int); 5192 struct posix_acl * (*get_acl)(struct inode *, int, bool); 5193 int (*readlink)(struct dentry *, char *, int); 5194 int (*create)(struct user_namespace *, struct inode *, struct dentry *, umode_t, bool); 5195 int (*link)(struct dentry *, struct inode *, struct dentry *); 5196 int (*unlink)(struct inode *, struct dentry *); 5197 int (*symlink)(struct user_namespace *, struct inode *, struct dentry *, const char *); [all …]
|