Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h1263 struct inode_operations { struct
1264 struct dentry * (*lookup)(struct inode *, struct dentry *, unsigned int);
1265 const char * (*get_link)(struct dentry *, struct inode *, struct delayed_call *);
1266 int (*permission)(struct mnt_idmap *, struct inode *, int);
1267 struct posix_acl * (*get_inode_acl)(struct inode *, int, bool);
1268 int (*readlink)(struct dentry *, char __attribute__((btf_type_tag("user"))) *, int);
1269 int (*create)(struct mnt_idmap *, struct inode *, struct dentry *, umode_t, bool);
1270 int (*link)(struct dentry *, struct inode *, struct dentry *);
1271 int (*unlink)(struct inode *, struct dentry *);
1272 int (*symlink)(struct mnt_idmap *, struct inode *, struct dentry *, const char *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h680 struct inode_operations { struct
681 struct dentry * (*lookup)(struct inode *, struct dentry *, unsigned int);
682 const char * (*get_link)(struct dentry *, struct inode *, struct delayed_call *);
683 int (*permission)(struct mnt_idmap *, struct inode *, int);
684 struct posix_acl * (*get_inode_acl)(struct inode *, int, bool);
685 int (*readlink)(struct dentry *, char __attribute__((btf_type_tag("user"))) *, int);
686 int (*create)(struct mnt_idmap *, struct inode *, struct dentry *, umode_t, bool);
687 int (*link)(struct dentry *, struct inode *, struct dentry *);
688 int (*unlink)(struct inode *, struct dentry *);
689 int (*symlink)(struct mnt_idmap *, struct inode *, struct dentry *, const char *);
[all …]