Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h1368 struct dentry_operations { struct
1369 int (*d_revalidate)(struct dentry *, unsigned int);
1370 int (*d_weak_revalidate)(struct dentry *, unsigned int);
1371 int (*d_hash)(const struct dentry *, struct qstr *);
1372 int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
1373 int (*d_delete)(const struct dentry *);
1374 int (*d_init)(struct dentry *);
1375 void (*d_release)(struct dentry *);
1376 void (*d_prune)(struct dentry *);
1377 void (*d_iput)(struct dentry *, struct inode *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h789 struct dentry_operations { struct
790 int (*d_revalidate)(struct dentry *, unsigned int);
791 int (*d_weak_revalidate)(struct dentry *, unsigned int);
792 int (*d_hash)(const struct dentry *, struct qstr *);
793 int (*d_compare)(const struct dentry *, unsigned int, const char *, const struct qstr *);
794 int (*d_delete)(const struct dentry *);
795 int (*d_init)(struct dentry *);
796 void (*d_release)(struct dentry *);
797 void (*d_prune)(struct dentry *);
798 void (*d_iput)(struct dentry *, struct inode *);
[all …]